/* MS ADS premium — homepage hero + shared polish ($0 plan) */
:root{
  --ms-blue:#1a73e8;
  --ms-blue-dark:#1557b0;
  --ms-ink:#0f172a;
  --ms-muted:#475569;
  --ms-soft:#f8fafc;
  --ms-emerald:#059669;
  --ms-glow:#e0f2fe;
  --ms-border:#e2e8f0;
  --ms-white:#ffffff;
}

/* Optional display face for hero H1 (layout already loads Inter) */
.msads-hero-title{
  font-family:"Plus Jakarta Sans",Inter,system-ui,-apple-system,sans-serif;
  font-weight:800;
  letter-spacing:-0.035em;
  line-height:1.05;
  color:var(--ms-ink);
}

.msads-gradient-text{
  background:linear-gradient(135deg,#1557b0 0%,#1a73e8 45%,#0ea5e9 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:#1557b0;
}

.msads-glass{
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border:1px solid rgba(26,115,232,.12);
}

.msads-btn-primary{
  display:inline-flex;align-items:center;gap:.5rem;
  background:var(--ms-blue);color:#fff!important;
  border-radius:.9rem;font-weight:800;text-transform:uppercase;
  letter-spacing:.1em;font-size:.72rem;padding:.85rem 1.4rem;
  box-shadow:0 10px 24px -8px rgba(26,115,232,.55);
  transition:background .2s,transform .2s,box-shadow .2s;
}
.msads-btn-primary:hover{background:var(--ms-blue-dark);transform:translateY(-2px);color:#fff!important}
.msads-btn-secondary{
  display:inline-flex;align-items:center;gap:.45rem;
  background:#fff;color:var(--ms-ink)!important;
  border:1px solid var(--ms-border);border-radius:.9rem;
  font-weight:800;text-transform:uppercase;letter-spacing:.08em;
  font-size:.72rem;padding:.85rem 1.35rem;
  transition:border-color .2s,transform .2s,box-shadow .2s,color .2s;
}
.msads-btn-secondary:hover{
  border-color:#93c5fd;color:var(--ms-blue-dark)!important;
  box-shadow:0 8px 20px rgba(26,115,232,.12);transform:translateY(-1px);
}

.msads-chip{
  display:inline-flex;align-items:center;
  padding:.35rem .7rem;border-radius:999px;
  font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  background:#fff;border:1px solid var(--ms-border);color:var(--ms-muted);
}
.msads-chip-emerald{
  background:#ecfdf5;border-color:#a7f3d0;color:#047857;
}

/* ========== HERO SHELL ========== */
.msads-hero{
  position:relative;z-index:10;
  padding:4.5rem 1rem 3.5rem;
  background:
    radial-gradient(900px 420px at 12% -10%,rgba(224,242,254,.9),transparent 60%),
    radial-gradient(700px 380px at 92% 8%,rgba(219,234,254,.75),transparent 55%),
    linear-gradient(180deg,#f8fafc 0%,#ffffff 55%,#f8fafc 100%);
  overflow:hidden;
}
@media (min-width:640px){.msads-hero{padding:5rem 1.5rem 4rem}}
@media (min-width:1024px){.msads-hero{padding:6rem 1.5rem 5rem}}

.msads-hero-inner{
  max-width:80rem;margin:0 auto;
  display:grid;gap:2.75rem;align-items:center;
}
@media (min-width:1024px){
  .msads-hero-inner{grid-template-columns:1.05fr .95fr;gap:3.5rem}
}

.msads-hero-badge{
  display:inline-flex;align-items:center;gap:.5rem;
  margin-bottom:1.25rem;padding:.4rem .85rem;border-radius:999px;
  background:#ecfdf5;border:1px solid #a7f3d0;
}
.msads-hero-badge-dot{
  width:.5rem;height:.5rem;border-radius:999px;background:#10b981;
  box-shadow:0 0 0 4px rgba(16,185,129,.18);
  animation:msadsPulseDot 2.2s ease-in-out infinite;
}
@keyframes msadsPulseDot{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.65;transform:scale(.92)}
}

.msads-hero-sub{
  font-size:1.05rem;line-height:1.7;color:var(--ms-muted);
  max-width:36rem;margin:0 0 1.75rem;
}
@media (min-width:640px){.msads-hero-sub{font-size:1.125rem}}

.msads-hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}
.msads-hero-chips{display:flex;flex-wrap:wrap;gap:.5rem}

.msads-hero-note{
  margin-top:1.5rem;font-size:.75rem;color:#64748b;font-weight:600;
  max-width:32rem;line-height:1.5;
}

/* ========== 3D STAGE ========== */
.msads-hero-stage{
  position:relative;
  perspective:1400px;
  min-height:280px;
  display:flex;align-items:center;justify-content:center;
}
.msads-hero-glow{
  position:absolute;inset:12% 8%;
  background:radial-gradient(circle at 50% 45%,rgba(26,115,232,.22),rgba(224,242,254,.35) 42%,transparent 70%);
  filter:blur(28px);pointer-events:none;z-index:0;
}

.msads-hero-float{
  position:relative;z-index:1;width:100%;max-width:520px;
  animation:msadsFloat 7s ease-in-out infinite;
  transform-style:preserve-3d;
}
@keyframes msadsFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}

/* Device / browser mock — CSS 3D */
.msads-device{
  transform:rotateY(-12deg) rotateX(8deg);
  transform-style:preserve-3d;
  transition:transform .5s ease;
  border-radius:1.35rem;
  background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(248,250,252,.88));
  border:1px solid rgba(148,163,184,.35);
  box-shadow:
    0 40px 80px -28px rgba(26,115,232,.38),
    0 18px 40px -20px rgba(15,23,42,.18),
    inset 0 1px 0 rgba(255,255,255,.95);
  overflow:hidden;
}
.msads-device:hover{transform:rotateY(-4deg) rotateX(3deg)}

.msads-device-chrome{
  display:flex;align-items:center;gap:.5rem;
  padding:.7rem 1rem;
  background:linear-gradient(180deg,#f8fafc,#eef2f7);
  border-bottom:1px solid var(--ms-border);
}
.msads-device-dots{display:flex;gap:.35rem}
.msads-device-dots span{
  width:.55rem;height:.55rem;border-radius:999px;
  background:#cbd5e1;
}
.msads-device-dots span:nth-child(1){background:#f87171}
.msads-device-dots span:nth-child(2){background:#fbbf24}
.msads-device-dots span:nth-child(3){background:#34d399}
.msads-device-url{
  flex:1;margin-left:.35rem;
  font-size:.65rem;font-weight:700;color:#64748b;
  background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;
  padding:.35rem .65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.msads-device-body{
  padding:1rem 1rem 1.15rem;
  background:
    linear-gradient(180deg,rgba(224,242,254,.35),transparent 40%),
    #fff;
}

.msads-device-pagehead{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:.85rem;
}
.msads-device-brand{
  display:flex;align-items:center;gap:.55rem;
}
.msads-device-logo{
  width:2rem;height:2rem;border-radius:.65rem;
  background:var(--ms-blue);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:900;font-size:.7rem;
  box-shadow:0 8px 16px -6px rgba(26,115,232,.55);
}
.msads-device-brand-meta p:first-child{
  font-size:.65rem;font-weight:900;color:var(--ms-blue);
  text-transform:uppercase;letter-spacing:.14em;margin:0;
}
.msads-device-brand-meta p:last-child{
  font-size:.62rem;color:#64748b;font-weight:600;margin:0;
}
.msads-device-status{
  font-size:.55rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;
  color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;
  padding:.28rem .55rem;border-radius:.45rem;
}

/* Soft glowing ad slots (UI chrome — not live fill) */
.msads-slot{
  position:relative;border-radius:.85rem;overflow:hidden;
  border:1px solid rgba(26,115,232,.18);
}
.msads-slot::after{
  content:"";position:absolute;inset:-40%;
  background:radial-gradient(circle at 30% 40%,rgba(255,255,255,.45),transparent 55%);
  pointer-events:none;animation:msadsSlotSheen 5.5s ease-in-out infinite;
}
@keyframes msadsSlotSheen{
  0%,100%{opacity:.35;transform:translateX(-8%)}
  50%{opacity:.7;transform:translateX(8%)}
}

.msads-slot-leader{
  height:4.25rem;
  background:linear-gradient(105deg,#1557b0 0%,#1a73e8 42%,#38bdf8 100%);
  color:#fff;display:flex;align-items:center;justify-content:space-between;
  padding:0 1rem;margin-bottom:.75rem;
  box-shadow:0 0 0 1px rgba(255,255,255,.12) inset,0 12px 28px -10px rgba(26,115,232,.55);
}
.msads-slot-leader strong{font-size:.8rem;font-weight:800;letter-spacing:.02em}
.msads-slot-leader span{
  font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;
  opacity:.9;background:rgba(255,255,255,.18);padding:.25rem .5rem;border-radius:.4rem;
}

.msads-device-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:.75rem;
}
.msads-slot-mpu{
  min-height:9.5rem;
  background:linear-gradient(160deg,#eff6ff 0%,#e0f2fe 55%,#dbeafe 100%);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.35rem;text-align:center;padding:.85rem;
  box-shadow:0 0 24px rgba(26,115,232,.12);
}
.msads-slot-mpu strong{font-size:.78rem;font-weight:900;color:var(--ms-blue-dark)}
.msads-slot-mpu span{font-size:.6rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.08em}

.msads-device-metrics{
  display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin-top:.75rem;
}
.msads-metric{
  background:rgba(255,255,255,.88);
  border:1px solid var(--ms-border);
  border-radius:.75rem;padding:.65rem .7rem;text-align:center;
}
.msads-metric p:first-child{
  margin:0;font-size:.58rem;font-weight:800;text-transform:uppercase;
  letter-spacing:.08em;color:#94a3b8;
}
.msads-metric p:last-child{
  margin:.15rem 0 0;font-size:.95rem;font-weight:900;color:var(--ms-ink);
}
.msads-metric-emerald p:last-child{color:var(--ms-emerald)}

.msads-device-foot{
  margin-top:.85rem;padding-top:.7rem;border-top:1px solid #f1f5f9;
  display:flex;align-items:center;justify-content:space-between;
  font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;
}
.msads-device-foot em{
  font-style:normal;color:#047857;background:#ecfdf5;
  border:1px solid #a7f3d0;padding:.2rem .45rem;border-radius:.35rem;
}

/* Floating accent cards (desktop only) */
.msads-hero-orb{
  position:absolute;z-index:2;pointer-events:none;
  border-radius:1rem;padding:.55rem .7rem;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(26,115,232,.14);
  box-shadow:0 14px 30px -12px rgba(26,115,232,.28);
  backdrop-filter:blur(10px);
  font-size:.62rem;font-weight:800;color:var(--ms-ink);
  animation:msadsFloat 8.5s ease-in-out infinite;
}
.msads-hero-orb-a{top:6%;left:2%;animation-delay:-1.5s}
.msads-hero-orb-b{bottom:10%;right:0;animation-delay:-3.2s}

/* Mobile: stack + simplify heavy 3D */
@media (max-width:1023px){
  .msads-device{transform:none}
  .msads-device:hover{transform:none}
  .msads-hero-orb{display:none}
  .msads-hero-float{animation:msadsFloatSoft 8s ease-in-out infinite;max-width:100%}
  @keyframes msadsFloatSoft{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-6px)}
  }
  .msads-slot-mpu{min-height:7.5rem}
}
@media (max-width:639px){
  .msads-device-grid{grid-template-columns:1fr}
  .msads-slot-leader{height:3.6rem}
  .msads-hero{padding-top:3.5rem}
}

@media (prefers-reduced-motion:reduce){
  .msads-hero-float,.msads-hero-orb,.msads-slot::after,.msads-hero-badge-dot{
    animation:none!important;
  }
}

/* ========== FORMAT SHOWCASE ========== */
.msads-formats{
  position:relative;z-index:10;
  padding:4rem 0;
  background:
    radial-gradient(800px 360px at 85% 0%,rgba(224,242,254,.7),transparent 55%),
    linear-gradient(180deg,#fff 0%,#f8fafc 50%,#fff 100%);
  border-top:1px solid var(--ms-border);
  border-bottom:1px solid var(--ms-border);
}
@media (min-width:640px){.msads-formats{padding:5rem 0}}

.msads-formats-inner{max-width:80rem;margin:0 auto}
.msads-formats-head{margin-bottom:2.5rem}
.msads-formats-eyebrow{
  font-size:.7rem;font-weight:800;text-transform:uppercase;
  letter-spacing:.25em;color:var(--ms-blue);margin:0 0 .75rem;
}
.msads-formats-title{
  font-size:1.75rem;font-weight:900;color:var(--ms-ink);
  letter-spacing:-.03em;margin:0 0 .75rem;line-height:1.15;
}
@media (min-width:640px){.msads-formats-title{font-size:2.25rem}}
.msads-formats-sub{
  font-size:1.05rem;line-height:1.65;color:var(--ms-muted);
  max-width:40rem;margin:0 auto;
}

.msads-formats-layout{
  display:grid;gap:1.5rem;align-items:start;
}
@media (min-width:1024px){
  .msads-formats-layout{grid-template-columns:1.15fr .85fr;gap:1.75rem}
}

.msads-formats-grid{
  display:grid;grid-template-columns:1fr;gap:.85rem;
}
@media (min-width:640px){
  .msads-formats-grid{grid-template-columns:1fr 1fr}
}

.msads-fmt-card{
  display:flex;flex-direction:column;gap:.85rem;text-align:left;
  width:100%;padding:.85rem;border-radius:1.15rem;
  background:rgba(255,255,255,.82);
  border:1px solid var(--ms-border);
  box-shadow:0 10px 28px -18px rgba(15,23,42,.18);
  cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s;
  font:inherit;color:inherit;
}
.msads-fmt-card:hover{
  border-color:#93c5fd;transform:translateY(-2px);
  box-shadow:0 16px 36px -16px rgba(26,115,232,.28);
}
.msads-fmt-card.is-active{
  border-color:rgba(26,115,232,.45);
  background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(224,242,254,.45));
  box-shadow:0 0 0 1px rgba(26,115,232,.12),0 18px 40px -18px rgba(26,115,232,.35);
}
.msads-fmt-card:focus-visible{
  outline:2px solid var(--ms-blue);outline-offset:2px;
}

.msads-fmt-thumb{
  border-radius:.85rem;overflow:hidden;
  border:1px solid rgba(148,163,184,.35);
  background:#fff;
}
.msads-fmt-chrome{
  display:flex;align-items:center;gap:.3rem;
  padding:.4rem .55rem;background:linear-gradient(180deg,#f8fafc,#eef2f7);
  border-bottom:1px solid var(--ms-border);
}
.msads-fmt-dot{width:.4rem;height:.4rem;border-radius:999px;background:#cbd5e1}
.msads-fmt-dot:nth-child(1){background:#f87171}
.msads-fmt-dot:nth-child(2){background:#fbbf24}
.msads-fmt-dot:nth-child(3){background:#34d399}
.msads-fmt-url{
  margin-left:.35rem;font-size:.55rem;font-weight:700;color:#64748b;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.msads-fmt-mock{padding:.55rem;min-height:5.5rem;background:#fff}
.msads-fmt-lines{display:flex;flex-direction:column;gap:.28rem}
.msads-fmt-lines i{
  display:block;height:.28rem;border-radius:999px;background:#e2e8f0;
}
.msads-fmt-lines i:nth-child(1){width:92%}
.msads-fmt-lines i:nth-child(2){width:78%}
.msads-fmt-lines i:nth-child(3){width:64%}
.msads-fmt-lines i:nth-child(4){width:85%}
.msads-fmt-lines i:nth-child(5){width:55%}
.msads-fmt-lines--sm i{height:.22rem}

/* Slot chrome (demo) */
.msads-fmt-slot{
  position:relative;border-radius:.55rem;overflow:hidden;
  border:1px solid rgba(26,115,232,.2);
  display:flex;align-items:center;justify-content:space-between;
  gap:.35rem;padding:.4rem .55rem;
  box-shadow:0 0 18px rgba(26,115,232,.12);
}
.msads-fmt-slot::after{
  content:"";position:absolute;inset:-50%;
  background:radial-gradient(circle at 30% 40%,rgba(255,255,255,.4),transparent 55%);
  pointer-events:none;
}
.msads-fmt-slot strong{font-size:.62rem;font-weight:800;position:relative;z-index:1}
.msads-fmt-slot span{
  font-size:.5rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;
  opacity:.9;position:relative;z-index:1;
  background:rgba(255,255,255,.2);padding:.15rem .35rem;border-radius:.3rem;
}
.msads-fmt-slot--leader{
  background:linear-gradient(105deg,#1557b0,#1a73e8 45%,#38bdf8);
  color:#fff;margin-bottom:.45rem;min-height:1.85rem;
}
.msads-fmt-slot--mpu{
  flex-direction:column;justify-content:center;text-align:center;
  min-height:4.5rem;min-width:3.8rem;
  background:linear-gradient(160deg,#eff6ff,#e0f2fe 55%,#dbeafe);
  color:var(--ms-blue-dark);
}
.msads-fmt-slot--mpu span{background:rgba(26,115,232,.1);color:#64748b}
.msads-fmt-slot--video{
  flex-direction:column;justify-content:center;text-align:center;
  aspect-ratio:16/9;min-height:4.25rem;
  background:linear-gradient(145deg,#0f172a,#1e3a5f 55%,#1557b0);
  color:#fff;
}
.msads-fmt-slot--sticky{
  background:linear-gradient(90deg,#1a73e8,#0ea5e9);color:#fff;
  min-height:1.5rem;border-radius:.4rem;
}
.msads-fmt-slot--lg{padding:.75rem 1rem;border-radius:.75rem}
.msads-fmt-slot--lg strong{font-size:.85rem}
.msads-fmt-slot--lg span{font-size:.58rem}

.msads-fmt-mock--mpu{
  display:grid;grid-template-columns:1fr auto;gap:.45rem;align-items:start;
}
.msads-fmt-mock--native .msads-fmt-native-card{margin:0}
.msads-fmt-native-card{
  display:flex;gap:.55rem;align-items:stretch;
  padding:.45rem;border-radius:.65rem;
  border:1px solid #e2e8f0;background:#f8fafc;
}
.msads-fmt-native-card--lg{padding:.75rem;gap:.85rem}
.msads-fmt-native-img{
  width:2.75rem;min-height:2.75rem;border-radius:.45rem;flex-shrink:0;
  background:linear-gradient(135deg,#1a73e8,#38bdf8);
  box-shadow:0 8px 16px -8px rgba(26,115,232,.5);
}
.msads-fmt-native-card--lg .msads-fmt-native-img{width:4.5rem;min-height:4.5rem}
.msads-fmt-native-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}
.msads-fmt-native-body strong{font-size:.62rem;font-weight:800;color:var(--ms-ink);line-height:1.3}
.msads-fmt-native-card--lg .msads-fmt-native-body strong{font-size:.85rem}
.msads-fmt-native-body > span:last-child{font-size:.52rem;font-weight:700;color:#64748b}
.msads-fmt-native-label{
  font-size:.48rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;
  color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;
  padding:.12rem .35rem;border-radius:.3rem;align-self:flex-start;
}

.msads-fmt-play{
  width:1.35rem;height:1.35rem;border-radius:999px;
  background:rgba(255,255,255,.22);border:2px solid rgba(255,255,255,.65);
  position:relative;z-index:1;margin-bottom:.25rem;
}
.msads-fmt-play::before{
  content:"";position:absolute;left:52%;top:50%;
  transform:translate(-40%,-50%);
  border-style:solid;border-width:.35rem 0 .35rem .55rem;
  border-color:transparent transparent transparent #fff;
}
.msads-fmt-play--lg{width:2.4rem;height:2.4rem;margin-bottom:.45rem}
.msads-fmt-play--lg::before{border-width:.55rem 0 .55rem .85rem}

.msads-fmt-mock--sticky{display:flex;justify-content:center}
.msads-fmt-phone{
  width:5.5rem;border-radius:.85rem;border:2px solid #cbd5e1;
  background:#fff;padding:.45rem .35rem .35rem;
  display:flex;flex-direction:column;gap:.45rem;min-height:6.5rem;
  box-shadow:0 10px 24px -12px rgba(15,23,42,.25);
}
.msads-fmt-phone--lg{
  width:11rem;min-height:14rem;padding:.75rem .55rem .55rem;
  border-radius:1.15rem;margin:0 auto;
}
.msads-fmt-phone .msads-fmt-slot--sticky{margin-top:auto}

.msads-fmt-chat{display:flex;flex-direction:column;gap:.35rem}
.msads-fmt-chat--lg{gap:.55rem;max-width:22rem;margin:0 auto;width:100%}
.msads-fmt-bubble{
  border-radius:.75rem;padding:.4rem .55rem;font-size:.58rem;font-weight:600;
  max-width:92%;line-height:1.35;
}
.msads-fmt-bubble--user{
  align-self:flex-end;background:#e0f2fe;color:var(--ms-blue-dark);
  border:1px solid #bae6fd;
}
.msads-fmt-bubble--bot{
  align-self:flex-start;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;
}
.msads-fmt-bubble--ad{
  align-self:stretch;max-width:100%;
  background:linear-gradient(135deg,#ecfdf5,#eff6ff);
  border:1px solid #a7f3d0;display:flex;flex-direction:column;gap:.2rem;
}
.msads-fmt-bubble--ad strong{font-size:.65rem;font-weight:800;color:var(--ms-ink)}
.msads-fmt-chat--lg .msads-fmt-bubble{font-size:.72rem;padding:.55rem .75rem}
.msads-fmt-chat--lg .msads-fmt-bubble--ad strong{font-size:.8rem}

.msads-fmt-meta{padding:0 .15rem .15rem}
.msads-fmt-name{
  margin:0 0 .25rem;font-size:.92rem;font-weight:900;color:var(--ms-ink);
  letter-spacing:-.02em;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem;
}
.msads-fmt-size{
  font-size:.65rem;font-weight:800;color:#64748b;
  background:#f1f5f9;border:1px solid #e2e8f0;
  padding:.15rem .4rem;border-radius:.4rem;letter-spacing:.02em;
}
.msads-fmt-benefit{margin:0 0 .45rem;font-size:.78rem;line-height:1.45;color:var(--ms-muted)}
.msads-fmt-demo-tag{
  display:inline-flex;align-items:center;
  font-size:.55rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;
  color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;
  padding:.2rem .45rem;border-radius:.35rem;
}

/* Enlarge panel */
.msads-formats-panel{
  border-radius:1.35rem;padding:1rem 1rem 1.15rem;
  box-shadow:0 24px 48px -24px rgba(26,115,232,.28);
  position:sticky;top:1.25rem;
}
.msads-formats-panel-bar{
  display:flex;align-items:center;justify-content:space-between;gap:.75rem;
  margin-bottom:.85rem;flex-wrap:wrap;
}
.msads-formats-panel-label{
  font-size:.78rem;font-weight:800;color:var(--ms-ink);letter-spacing:-.01em;
}
.msads-formats-panel-stage{
  border-radius:1rem;border:1px solid var(--ms-border);
  background:
    linear-gradient(180deg,rgba(224,242,254,.4),transparent 45%),
    #fff;
  min-height:14rem;padding:1rem;display:flex;align-items:center;justify-content:center;
}
.msads-formats-panel-note{
  margin:.85rem 0 0;font-size:.72rem;line-height:1.5;color:#64748b;font-weight:600;
}
.msads-fmt-enlarge{width:100%}
.msads-fmt-enlarge-page{width:100%}
.msads-fmt-enlarge-page--split{
  display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:start;
}
.msads-fmt-enlarge .msads-fmt-slot--mpu.msads-fmt-slot--lg{
  min-width:8.5rem;min-height:7.5rem;
}
.msads-fmt-enlarge .msads-fmt-slot--video.msads-fmt-slot--lg{
  max-width:28rem;margin:0 auto;width:100%;
}

.msads-formats-cta{
  margin-top:2.25rem;text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:.65rem;
}
.msads-formats-cta-note{
  margin:0;font-size:.7rem;color:#94a3b8;font-weight:600;
}
.msads-formats-cta-note code{
  font-size:.65rem;background:#f1f5f9;border:1px solid #e2e8f0;
  padding:.1rem .35rem;border-radius:.3rem;color:#475569;
}

@media (max-width:1023px){
  .msads-formats-panel{position:static}
}
@media (max-width:639px){
  .msads-formats{padding:3.25rem 0}
  .msads-fmt-enlarge-page--split{grid-template-columns:1fr}
  .msads-fmt-enlarge .msads-fmt-slot--mpu.msads-fmt-slot--lg{
    min-width:100%;min-height:6.5rem;
  }
}
@media (prefers-reduced-motion:reduce){
  .msads-fmt-card{transition:none}
}

/* ========== HOW IT WORKS (3 steps) ========== */
.msads-hiw{
  position:relative;z-index:10;
  padding:4rem 0;
  background:
    radial-gradient(700px 280px at 50% 0%,rgba(224,242,254,.7),transparent 65%),
    linear-gradient(180deg,#ffffff 0%,#f8fafc 55%,#ffffff 100%);
  border-top:1px solid var(--ms-border);
  border-bottom:1px solid var(--ms-border);
  overflow:hidden;
}
@media (min-width:640px){.msads-hiw{padding:5rem 0}}

.msads-hiw-inner{max-width:80rem;margin:0 auto}
.msads-hiw-head{margin-bottom:2.75rem}
.msads-hiw-eyebrow{
  margin:0 0 .75rem;
  font-size:.7rem;font-weight:800;letter-spacing:.25em;text-transform:uppercase;
  color:var(--ms-blue);
}
.msads-hiw-title{
  margin:0 0 .75rem;
  font-family:"Plus Jakarta Sans",Inter,system-ui,sans-serif;
  font-size:1.875rem;font-weight:800;letter-spacing:-.03em;color:var(--ms-ink);
  line-height:1.15;
}
@media (min-width:640px){.msads-hiw-title{font-size:2.25rem}}
.msads-hiw-sub{
  margin:0 auto;max-width:36rem;
  font-size:1.05rem;line-height:1.65;color:var(--ms-muted);
}
@media (min-width:640px){.msads-hiw-sub{font-size:1.125rem}}

/* Track: 3 cards + soft connectors */
.msads-hiw-track{
  list-style:none;margin:0;padding:0;
  display:grid;gap:1.25rem;
}
@media (min-width:768px){
  .msads-hiw-track{
    grid-template-columns:repeat(3,1fr);
    gap:0;
    align-items:stretch;
  }
}

.msads-hiw-step{
  position:relative;
  display:flex;flex-direction:column;
  min-width:0;
}
@media (min-width:768px){
  .msads-hiw-step{padding:0 .65rem}
  .msads-hiw-step:first-child{padding-left:0}
  .msads-hiw-step:last-child{padding-right:0}
}

.msads-hiw-card{
  position:relative;
  flex:1;
  border-radius:1.35rem;
  padding:1.75rem 1.4rem 1.5rem;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 18px 40px -20px rgba(15,23,42,.18);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.msads-hiw-card:hover{
  transform:translateY(-4px);
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 24px 48px -18px rgba(26,115,232,.28);
  border-color:rgba(26,115,232,.22);
}
.msads-hiw-card--earn{
  border-color:rgba(5,150,105,.22);
  background:rgba(255,255,255,.82);
}
.msads-hiw-card--earn:hover{
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 24px 48px -18px rgba(5,150,105,.28);
  border-color:rgba(5,150,105,.35);
}

.msads-hiw-num{
  position:absolute;top:-.85rem;left:1.35rem;
  width:2.15rem;height:2.15rem;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(145deg,var(--ms-blue),var(--ms-blue-dark));
  color:#fff;font-size:.85rem;font-weight:900;
  box-shadow:
    0 0 0 4px rgba(26,115,232,.12),
    0 8px 16px -6px rgba(26,115,232,.55);
}
.msads-hiw-num span{line-height:1}
.msads-hiw-num--emerald{
  background:linear-gradient(145deg,#10b981,var(--ms-emerald));
  box-shadow:
    0 0 0 4px rgba(5,150,105,.14),
    0 8px 16px -6px rgba(5,150,105,.5);
}

.msads-hiw-icon{
  width:2.75rem;height:2.75rem;border-radius: .9rem;
  display:flex;align-items:center;justify-content:center;
  margin: .35rem 0 1rem;
  background:#eff6ff;border:1px solid #bfdbfe;color:var(--ms-blue-dark);
}
.msads-hiw-icon svg{width:1.35rem;height:1.35rem}
.msads-hiw-icon--emerald{
  background:#ecfdf5;border-color:#a7f3d0;color:#047857;
}

.msads-hiw-step-title{
  margin:0 0 .55rem;
  font-size:1.125rem;font-weight:800;letter-spacing:-.02em;color:var(--ms-ink);
  line-height:1.3;
}
.msads-hiw-step-body{
  margin:0;
  font-size:.9rem;line-height:1.6;color:var(--ms-muted);
}

/* Soft horizontal connectors (desktop) */
.msads-hiw-connector{
  display:none;
}
@media (min-width:768px){
  .msads-hiw-connector{
    display:block;
    position:absolute;
    top:42%;
    right:-.15rem;
    width:calc(.65rem * 2 + .3rem);
    height:2px;
    z-index:2;
    background:linear-gradient(90deg,rgba(26,115,232,.35),rgba(14,165,233,.55),rgba(5,150,105,.35));
    border-radius:999px;
    pointer-events:none;
  }
  .msads-hiw-connector::before,
  .msads-hiw-connector::after{
    content:"";
    position:absolute;top:50%;
    width:.45rem;height:.45rem;border-radius:999px;
    background:#fff;border:2px solid var(--ms-blue);
    transform:translateY(-50%);
    box-shadow:0 0 0 3px rgba(26,115,232,.1);
  }
  .msads-hiw-connector::before{left:-.1rem}
  .msads-hiw-connector::after{
    right:-.1rem;
    border-color:var(--ms-emerald);
    box-shadow:0 0 0 3px rgba(5,150,105,.12);
  }
}

/* Mobile: vertical soft connector under each card except last */
@media (max-width:767px){
  .msads-hiw-step:not(:last-child)::after{
    content:"";
    display:block;
    width:2px;height:1rem;
    margin:.15rem auto 0;
    background:linear-gradient(180deg,rgba(26,115,232,.4),rgba(5,150,105,.35));
    border-radius:999px;
  }
}

.msads-hiw-cta{
  margin-top:2.5rem;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 1.5rem;
}
.msads-hiw-link{
  display:inline-flex;align-items:center;gap:.4rem;
  font-size:.9rem;font-weight:700;color:var(--ms-blue);
  text-decoration:none;
  transition:color .2s,gap .2s;
}
.msads-hiw-link svg{width:1rem;height:1rem}
.msads-hiw-link:hover{color:var(--ms-blue-dark);gap:.55rem}

@media (max-width:639px){
  .msads-hiw{padding:3.25rem 0}
  .msads-hiw-card{padding:1.5rem 1.2rem 1.35rem}
}
@media (prefers-reduced-motion:reduce){
  .msads-hiw-card{transition:none}
  .msads-hiw-card:hover{transform:none}
}

/* ========== PRODUCT UI PREVIEW (CSS glass panel mocks) ========== */
.msads-pscreens{
  position:relative;z-index:10;
  padding:4.5rem 0 4rem;
  background:
    radial-gradient(800px 360px at 8% 0%,rgba(224,242,254,.85),transparent 55%),
    radial-gradient(700px 320px at 96% 20%,rgba(219,234,254,.7),transparent 50%),
    linear-gradient(180deg,#ffffff 0%,#f8fafc 45%,#ffffff 100%);
  overflow:hidden;
}
.msads-pscreens-inner{max-width:80rem;margin:0 auto}
.msads-pscreens-head{margin-bottom:2.75rem;max-width:42rem;margin-left:auto;margin-right:auto}
.msads-pscreens-eyebrow{
  display:inline-block;margin:0 0 .85rem;
  font-size:.7rem;font-weight:800;letter-spacing:.25em;text-transform:uppercase;
  color:var(--ms-blue);
}
.msads-pscreens-title{
  margin:0 0 .75rem;
  font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:900;
  letter-spacing:-.03em;color:var(--ms-ink);line-height:1.15;
  font-family:Inter,system-ui,-apple-system,sans-serif;
}
.msads-pscreens-sub{
  margin:0 auto 1.1rem;
  font-size:1.05rem;line-height:1.65;color:var(--ms-muted);
}
.msads-pscreens-sub strong{color:var(--ms-ink);font-weight:800}
.msads-pscreens-badge{
  display:inline-flex;align-items:center;
  padding:.35rem .8rem;border-radius:999px;
  font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  background:#eff6ff;border:1px solid #bfdbfe;color:var(--ms-blue-dark);
}

.msads-pscreens-stage{
  position:relative;
  display:grid;
  gap:1.75rem;
  align-items:end;
  perspective:1400px;
}
@media (min-width:900px){
  .msads-pscreens-stage{
    grid-template-columns:1.15fr .95fr .42fr;
    gap:1.25rem 1.5rem;
    align-items:center;
    min-height:28rem;
  }
}

.msads-pscreen{margin:0;display:flex;flex-direction:column;gap:.85rem;min-width:0}
.msads-pscreen-frame{
  border-radius:1.15rem;
  overflow:hidden;
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 28px 56px -22px rgba(15,23,42,.35),
    0 12px 24px -12px rgba(26,115,232,.22);
  transform-origin:center bottom;
  transition:transform .3s ease,box-shadow .3s ease;
}
.msads-pscreen--pub .msads-pscreen-frame{
  transform:rotateY(8deg) rotateX(4deg) translateZ(0);
}
.msads-pscreen--dsp .msads-pscreen-frame{
  transform:rotateY(-6deg) rotateX(3deg) translateY(.5rem);
}
@media (min-width:900px){
  .msads-pscreen--pub .msads-pscreen-frame{transform:rotateY(10deg) rotateX(5deg) scale(.98)}
  .msads-pscreen--dsp .msads-pscreen-frame{transform:rotateY(-8deg) rotateX(4deg) translateY(1.25rem) scale(.94)}
}
.msads-pscreen-frame:hover{
  transform:rotateY(0) rotateX(0) translateY(-4px) scale(1)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 32px 60px -20px rgba(26,115,232,.35);
}

.msads-pscreen-chrome{
  display:flex;align-items:center;gap:.65rem;
  padding:.55rem .85rem;
  background:linear-gradient(180deg,#f1f5f9,#e2e8f0);
  border-bottom:1px solid var(--ms-border);
}
.msads-pscreen-dots{display:flex;gap:.3rem;flex-shrink:0}
.msads-pscreen-dots span{
  width:.55rem;height:.55rem;border-radius:999px;background:#cbd5e1;
}
.msads-pscreen-dots span:nth-child(1){background:#f87171}
.msads-pscreen-dots span:nth-child(2){background:#fbbf24}
.msads-pscreen-dots span:nth-child(3){background:#34d399}
.msads-pscreen-url{
  flex:1;min-width:0;
  font-size:.62rem;font-weight:600;color:#64748b;
  background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;
  padding:.28rem .55rem;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  font-family:Inter,ui-monospace,monospace;
}
.msads-pscreen-tag{
  flex-shrink:0;
  font-size:.55rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
  color:var(--ms-blue-dark);background:#dbeafe;border-radius:.4rem;padding:.2rem .4rem;
}

.msads-pscreen-body{
  background:var(--ms-soft);
  font-family:Inter,system-ui,-apple-system,sans-serif;
  color:var(--ms-ink);
}
.msads-pscreen-body--pub{
  display:grid;grid-template-columns:4.5rem 1fr;min-height:15.5rem;
}
@media (min-width:640px){
  .msads-pscreen-body--pub{grid-template-columns:7.25rem 1fr;min-height:17rem}
}

.msads-pscreen-rail{
  background:#0f172a;color:#e2e8f0;padding:.75rem .5rem;
  display:flex;flex-direction:column;gap:.75rem;
}
.msads-pscreen-brand{
  display:flex;flex-direction:column;align-items:center;gap:.35rem;
  font-size:.55rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;
}
.msads-pscreen-logo{
  width:1.75rem;height:1.75rem;border-radius:.45rem;
  background:var(--ms-blue);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:.65rem;font-weight:900;
}
.msads-pscreen-rail ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}
.msads-pscreen-rail li{
  font-size:.55rem;font-weight:700;padding:.35rem .3rem;border-radius:.4rem;
  color:#94a3b8;text-align:center;
}
@media (min-width:640px){
  .msads-pscreen-rail{padding:.9rem .55rem}
  .msads-pscreen-rail li{font-size:.62rem;text-align:left;padding:.4rem .45rem}
  .msads-pscreen-brand{flex-direction:row;justify-content:flex-start;padding:0 .25rem}
}
.msads-pscreen-rail li.is-active{background:rgba(26,115,232,.25);color:#fff}

.msads-pscreen-main{padding:.85rem .9rem 1rem;min-width:0}
.msads-pscreen-topbar{
  display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;
  margin-bottom:.85rem;
}
.msads-pscreen-kicker{
  margin:0;font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ms-blue);
}
.msads-pscreen-topbar h3{
  margin:.15rem 0 0;font-size:.95rem;font-weight:800;letter-spacing:-.02em;color:var(--ms-ink);
}
.msads-pscreen-pill{
  flex-shrink:0;font-size:.55rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
  padding:.28rem .5rem;border-radius:999px;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;
}
.msads-pscreen-pill--ok{background:#ecfdf5;border-color:#a7f3d0;color:#047857}

.msads-pscreen-statgrid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.65rem;
}
@media (min-width:480px){
  .msads-pscreen-statgrid{grid-template-columns:repeat(4,1fr)}
}
.msads-pscreen-stat{
  background:#fff;border:1px solid var(--ms-border);border-radius:.75rem;padding:.55rem .6rem;
}
.msads-pscreen-stat p{
  margin:0;font-size:.55rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;
}
.msads-pscreen-stat strong{
  display:block;margin-top:.2rem;font-size:.95rem;font-weight:900;color:var(--ms-ink);letter-spacing:-.02em;
}
.msads-pscreen-stat--emerald{border-color:#a7f3d0;background:#f0fdf4}
.msads-pscreen-stat--emerald strong{color:#047857}

.msads-pscreen-note{
  display:flex;align-items:flex-start;gap:.45rem;
  font-size:.65rem;line-height:1.45;font-weight:600;color:#64748b;
  background:#eff6ff;border:1px solid #bfdbfe;border-radius:.65rem;
  padding:.5rem .65rem;margin-bottom:.65rem;
}
.msads-pscreen-note-dot{
  flex-shrink:0;width:.45rem;height:.45rem;margin-top:.2rem;border-radius:999px;
  background:var(--ms-blue);box-shadow:0 0 0 3px rgba(26,115,232,.15);
}

.msads-pscreen-chart{
  display:flex;align-items:flex-end;gap:.35rem;height:3.25rem;
  padding:.35rem .25rem 0;border-top:1px dashed #e2e8f0;
}
.msads-pscreen-chart i{
  flex:1;height:var(--h,40%);border-radius:.3rem .3rem 0 0;
  background:linear-gradient(180deg,rgba(26,115,232,.55),rgba(26,115,232,.18));
  list-style:none;
}

/* DSP body */
.msads-pscreen-body--dsp{padding:.9rem 1rem 1rem;min-height:14.5rem}
.msads-pscreen-chip-ai{
  font-size:.58rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  padding:.3rem .55rem;border-radius:999px;
  background:linear-gradient(135deg,#eff6ff,#e0e7ff);border:1px solid #c7d2fe;color:#3730a3;
}
.msads-pscreen-table{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.65rem}
.msads-pscreen-tr{
  display:grid;grid-template-columns:1.6fr .7fr .55fr .55fr;gap:.35rem;
  align-items:center;
  font-size:.62rem;font-weight:600;color:#475569;
  background:#fff;border:1px solid var(--ms-border);border-radius:.55rem;
  padding:.45rem .55rem;
}
.msads-pscreen-tr--head{
  background:transparent;border:none;padding:.15rem .55rem .25rem;
  font-size:.52rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;
}
.msads-pscreen-fmt{
  display:inline-block;font-style:normal;font-size:.55rem;font-weight:800;
  padding:.15rem .35rem;border-radius:.35rem;background:#f1f5f9;color:#475569;
}
.msads-pscreen-fmt--ai{background:#eef2ff;color:#3730a3}
.msads-pscreen-status{
  display:inline-block;font-style:normal;font-size:.55rem;font-weight:800;
  padding:.15rem .35rem;border-radius:.35rem;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;
}
.msads-pscreen-status--idle{background:#fff7ed;border-color:#fed7aa;color:#c2410c}
.msads-pscreen-footline{
  margin:0;font-size:.6rem;font-weight:600;color:#94a3b8;
}

/* Mobile phone mock */
.msads-pscreen--mobile{
  align-items:center;
}
.msads-pscreen-phone{
  width:9.5rem;margin:0 auto;
  background:#0f172a;border-radius:1.35rem;padding:.55rem .45rem .7rem;
  box-shadow:
    0 24px 48px -18px rgba(15,23,42,.45),
    inset 0 0 0 2px #334155;
  transform:rotate(4deg) translateY(.5rem);
  transition:transform .3s ease;
}
.msads-pscreen-phone:hover{transform:rotate(0) translateY(-2px)}
.msads-pscreen-phone-notch{
  width:2.75rem;height:.28rem;border-radius:999px;background:#334155;margin:0 auto .45rem;
}
.msads-pscreen-phone-screen{
  background:var(--ms-soft);border-radius:.85rem;padding:.65rem .55rem .55rem;
  min-height:14rem;position:relative;overflow:hidden;
  font-family:Inter,system-ui,sans-serif;
}
.msads-pscreen-phone-app{
  margin:0 0 .55rem;font-size:.55rem;font-weight:800;letter-spacing:.06em;
  text-transform:uppercase;color:var(--ms-blue);
}
.msads-pscreen-phone-card{
  background:#fff;border:1px solid var(--ms-border);border-radius:.7rem;
  padding:.65rem .6rem;margin-bottom:.5rem;
  display:flex;flex-direction:column;gap:.15rem;
}
.msads-pscreen-phone-card span{font-size:.55rem;font-weight:700;color:#94a3b8;text-transform:uppercase}
.msads-pscreen-phone-card strong{font-size:1.15rem;font-weight:900;color:var(--ms-ink)}
.msads-pscreen-phone-card em{font-style:normal;font-size:.55rem;font-weight:600;color:#059669}
.msads-pscreen-phone-row{
  display:flex;justify-content:space-between;
  font-size:.62rem;font-weight:600;color:#64748b;
  padding:.35rem .15rem;border-bottom:1px dashed #e2e8f0;
}
.msads-pscreen-phone-sticky{
  position:absolute;left:.4rem;right:.4rem;bottom:.4rem;
  background:linear-gradient(135deg,#1a73e8,#1557b0);color:#fff;
  border-radius:.55rem;padding:.45rem .55rem;
  display:flex;flex-direction:column;gap:.1rem;
  box-shadow:0 8px 16px -6px rgba(26,115,232,.55);
}
.msads-pscreen-phone-sticky span{font-size:.62rem;font-weight:800}
.msads-pscreen-phone-sticky small{font-size:.5rem;opacity:.85;font-weight:600}

.msads-pscreen-cap{
  margin:0;text-align:center;font-size:.78rem;line-height:1.45;color:var(--ms-muted);font-weight:600;
}
.msads-pscreen-cap strong{
  display:block;font-size:.82rem;font-weight:800;color:var(--ms-ink);margin-bottom:.15rem;
}

.msads-pscreens-cta{
  margin-top:2.75rem;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.85rem;
}
.msads-pscreens-disclaimer{
  margin:1.25rem auto 0;max-width:36rem;text-align:center;
  font-size:.72rem;line-height:1.55;font-weight:600;color:#94a3b8;
}

@media (max-width:899px){
  .msads-pscreen--pub .msads-pscreen-frame,
  .msads-pscreen--dsp .msads-pscreen-frame{transform:none}
  .msads-pscreen--mobile{order:3}
}
@media (max-width:639px){
  .msads-pscreens{padding:3.25rem 0 3rem}
  .msads-pscreen-tr{grid-template-columns:1.4fr .6fr .5fr .5fr;font-size:.55rem;padding:.4rem .4rem}
}
@media (prefers-reduced-motion:reduce){
  .msads-pscreen-frame,
  .msads-pscreen-phone{transition:none}
  .msads-pscreen--pub .msads-pscreen-frame,
  .msads-pscreen--dsp .msads-pscreen-frame,
  .msads-pscreen-phone{transform:none}
  .msads-pscreen-frame:hover,
  .msads-pscreen-phone:hover{transform:none!important}
}

/* ========== PUBLIC LANDING PAGE HEROES (publisher / advertiser / features) ========== */
.msads-page-hero{
  position:relative;z-index:10;
  padding:4rem 1rem 3rem;
  background:
    radial-gradient(800px 380px at 10% -8%,rgba(224,242,254,.95),transparent 60%),
    radial-gradient(640px 320px at 95% 0%,rgba(219,234,254,.7),transparent 55%),
    linear-gradient(180deg,#f8fafc 0%,#ffffff 70%);
  overflow:hidden;
}
@media (min-width:640px){.msads-page-hero{padding:4.75rem 1.5rem 3.5rem}}

.msads-page-hero-inner{
  max-width:72rem;margin:0 auto;
  display:grid;gap:2.5rem;align-items:center;
}
@media (min-width:1024px){
  .msads-page-hero-inner{grid-template-columns:1.1fr .9fr;gap:3rem}
}
.msads-page-hero-inner--center{
  display:block;text-align:center;max-width:48rem;
}
.msads-page-hero-inner--center .msads-hero-sub{margin-left:auto;margin-right:auto}
.msads-page-hero-inner--center .msads-hero-ctas,
.msads-page-hero-inner--center .msads-hero-chips{justify-content:center}

.msads-page-panel{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(26,115,232,.12);
  border-radius:1.35rem;
  box-shadow:0 18px 40px -20px rgba(15,23,42,.18), inset 0 1px 0 #fff;
  padding:1.35rem 1.25rem;
}
.msads-page-panel-row{
  display:flex;align-items:center;justify-content:space-between;
  gap:1rem;padding:.7rem .15rem;border-bottom:1px dashed #e2e8f0;
}
.msads-page-panel-row:last-child{border-bottom:0}
.msads-page-panel-row span{font-size:.68rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}
.msads-page-panel-row strong{font-size:1.05rem;font-weight:900;color:var(--ms-ink);font-variant-numeric:tabular-nums}
.msads-page-panel-row strong.msads-zero{color:var(--ms-muted);font-weight:800}
.msads-page-kicker{
  font-size:.65rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;
  color:var(--ms-blue);margin-bottom:.75rem;
}
.msads-page-grid{
  max-width:72rem;margin:0 auto;padding:0 1rem 3.5rem;
  display:grid;gap:1rem;
}
@media (min-width:768px){.msads-page-grid{grid-template-columns:repeat(3,1fr);padding:0 1.5rem 4rem}}
.msads-page-steps{
  max-width:40rem;margin:0 auto 2.5rem;padding:0 1.5rem;
  color:var(--ms-muted);font-size:.95rem;line-height:1.7;
}
.msads-page-steps li{margin-bottom:.65rem}
.msads-page-foot{
  max-width:40rem;margin:0 auto;padding:0 1.5rem 3.5rem;
  font-size:.85rem;color:#64748b;font-weight:600;text-align:center;
}
.msads-page-foot a{color:var(--ms-blue);font-weight:700;text-decoration:underline;text-underline-offset:3px}
