/* ============================================================
   Wave Speak — landing page
   Dark, cinematic. Grounded in the app's own tokens:
   coral accent, warm-neutral ink, Apple system type, the
   dot-waveform motif. Built to deploy as a static file.
   ============================================================ */

:root{
  color-scheme: dark;

  --bg:#0a0b0d;
  --bg-2:#0e0f12;
  --card:#15171c;
  --card-2:#1a1d24;
  --ink:#e9eaee;
  --ink-dim:#c6cad2;
  --muted:#99a2ae;
  --faint:#727a86;
  --rule:#23262d;
  --rule-soft:rgba(255,255,255,.08);
  --rule-strong:rgba(255,255,255,.16);

  --accent:#f2595e;          /* coral, site brand */
  --accent-deep:#e5484d;
  --accent-ink:#ff7a7e;
  --rec:#e5484d;             /* recording dot */
  --teal:#1bb7a5;            /* the in-app "listening" colour, used sparingly */
  --teal-soft:rgba(27,183,165,.14);
  --teal-app:#2f9ca2;        /* the app's real accent teal; matches the product screenshots */

  --maxw:1120px;
  --pad:24px;

  --font:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Segoe UI",system-ui,Roboto,Helvetica,Arial,sans-serif;
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- base ---------- */
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} }
body{
  margin:0; background:var(--bg); color:var(--ink);
  font-family:var(--font); font-size:17px; line-height:1.6;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
h1,h2,h3,h4{margin:0; font-weight:720; letter-spacing:-.02em; line-height:1.05}
p{margin:0}
.accent{color:var(--accent)}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 var(--pad)}

.skip-link{position:fixed; left:-999px; top:8px; z-index:200; background:var(--accent); color:#fff;
  padding:10px 16px; border-radius:10px}
.skip-link:focus{left:12px}

:focus-visible{outline:2px solid var(--accent-ink); outline-offset:3px; border-radius:4px}

/* ---------- reveal system ----------
   Hidden only when JS is on. If GSAP/JS fails, .reveal-all (set by
   landing.js or its safety timer) and reduced-motion both restore visibility. */
.js [data-reveal]{opacity:0; transform:translateY(22px);
  transition:opacity .8s var(--ease), transform .8s var(--ease)}
.js [data-reveal].is-in{opacity:1; transform:none}
.reveal-all [data-reveal]{opacity:1 !important; transform:none !important}
@media (prefers-reduced-motion: reduce){
  .js [data-reveal]{opacity:1; transform:none; transition:none}
}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font:inherit; font-weight:600; letter-spacing:-.01em; cursor:pointer;
  border-radius:980px; border:1px solid transparent; padding:10px 18px;
  transition:transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
  white-space:nowrap;
}
.btn-cta{background:var(--accent); color:#fff; box-shadow:0 1px 0 rgba(255,255,255,.18) inset}
.btn-cta:hover{background:var(--accent-deep); transform:translateY(-2px); box-shadow:0 12px 30px -10px rgba(229,72,77,.6)}
.btn-ghost{border-color:var(--rule-strong); color:var(--ink); background:rgba(255,255,255,.02)}
.btn-ghost:hover{border-color:var(--ink-dim); background:rgba(255,255,255,.06); transform:translateY(-2px)}
.btn-lg{padding:15px 28px; font-size:17px}
.btn-block{display:flex; width:100%; padding:16px}
.btn[aria-disabled="true"]{opacity:.55; pointer-events:none}
/* A disabled CTA ("coming soon") reads as an outline, not a faded live button,
   so the one filled red button in the pricing grid is always a real action. */
.btn-cta[aria-disabled="true"]{
  background:transparent; color:var(--muted);
  border-color:var(--rule-strong); box-shadow:none; opacity:.9;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:fixed; inset:0 0 auto 0; z-index:100; height:64px;
  display:flex; align-items:center;
  background:transparent; border-bottom:1px solid transparent;
  transition:background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s var(--ease);
}
.site-header.solid{
  background:rgba(10,11,13,.72); border-bottom-color:var(--rule);
  -webkit-backdrop-filter:saturate(160%) blur(14px); backdrop-filter:saturate(160%) blur(14px);
}
.site-header .wrap{display:flex; align-items:center; justify-content:space-between; width:100%}
.brand{display:flex; align-items:center; gap:10px; font-weight:680; font-size:18px; letter-spacing:-.01em; color:var(--ink)}
.brand .appicon{display:block; border-radius:7px; flex:none; box-shadow:0 0 0 1px var(--rule-soft)}
.brand .appicon .tile{fill:#0E0E10}
.brand .appicon .dots{fill:#fff}
.site-nav{display:flex; gap:26px; font-size:15px; margin-left:auto; margin-right:26px}
.site-nav a{color:var(--muted); transition:color .2s var(--ease)}
.site-nav a:hover{color:var(--ink)}
.site-header .btn-cta{padding:9px 16px; font-size:15px}

/* ============================================================
   HERO
   ============================================================ */
.hero{position:relative; min-height:100svh; display:flex; flex-direction:column; justify-content:center;
  padding:118px 0 60px; overflow:hidden}
.hero-aura{position:absolute; inset:0; pointer-events:none; z-index:0;
  background:
    radial-gradient(58% 42% at 50% 30%, rgba(242,89,94,.16), transparent 70%),
    radial-gradient(40% 30% at 78% 12%, rgba(27,183,165,.10), transparent 70%),
    linear-gradient(180deg, var(--bg-2), var(--bg) 60%);
}
.hero-inner{position:relative; z-index:1; text-align:center; display:flex; flex-direction:column; align-items:center}
.eyebrow{font-size:13px; font-weight:680; letter-spacing:.16em; text-transform:uppercase; color:var(--accent-ink); margin-bottom:18px}
.hero-title{font-size:clamp(2.7rem,7vw,5.4rem); font-weight:760; letter-spacing:-.035em; max-width:16ch}
.hero-sub{margin:22px auto 0; max-width:60ch; color:var(--ink-dim); font-size:clamp(1.05rem,1.7vw,1.28rem); line-height:1.55}
.hero-actions{display:flex; flex-wrap:wrap; gap:14px; justify-content:center; margin-top:34px}
.hero-trial{margin-top:16px; color:var(--faint); font-size:14px}

/* hero living-waveform stage */
.stage{position:relative; margin:54px auto 0; width:min(720px,92vw);
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  border:1px solid var(--rule-soft); border-radius:20px; padding:30px 26px 24px;
  box-shadow:0 40px 90px -50px rgba(0,0,0,.9);}
.rec-dot{position:absolute; top:16px; right:18px; width:11px; height:11px; border-radius:50%;
  background:var(--rec); box-shadow:0 0 0 0 rgba(229,72,77,.55)}
.wave-canvas{display:block; width:100%; height:120px}
.transcript{display:block; max-width:60ch; margin:18px auto 0; text-align:left;
  font-size:clamp(1.02rem,1.9vw,1.34rem); font-weight:540; letter-spacing:-.01em;
  line-height:1.6; min-height:5em}
.lang-chip{display:block; width:fit-content; margin:0 0 11px; font-size:11px; font-weight:700;
  letter-spacing:.06em; padding:3px 9px; border-radius:7px;
  background:var(--teal-soft); color:var(--teal); border:1px solid rgba(27,183,165,.3);
  transition:background .25s,color .25s,border-color .25s}
.lang-chip.alt{background:rgba(242,89,94,.14); color:var(--accent-ink); border-color:rgba(242,89,94,.34)}
.transcript-text{color:var(--ink); overflow-wrap:break-word; word-break:break-word}
.caret{display:inline-block; width:2px; height:1.1em; background:var(--accent); margin-left:1px;
  transform:translateY(2px); animation:blink 1.05s step-end infinite}
@keyframes blink{50%{opacity:0}}

.scroll-cue{position:absolute; bottom:26px; left:50%; transform:translateX(-50%); z-index:1;
  width:26px; height:42px; border:2px solid var(--rule-strong); border-radius:14px; display:flex; justify-content:center; padding-top:7px}
.scroll-cue span{width:4px; height:8px; border-radius:2px; background:var(--muted); animation:cue 1.6s var(--ease) infinite}
@keyframes cue{0%{transform:translateY(0);opacity:1}70%{transform:translateY(12px);opacity:0}100%{opacity:0}}
@media (prefers-reduced-motion: reduce){ .scroll-cue span,.caret,.rec-dot{animation:none} }

/* ============================================================
   SECTIONS (shared)
   ============================================================ */
.section{position:relative; padding:clamp(96px,13vh,168px) 0}
.section h2{font-size:clamp(2rem,4.7vw,3.4rem); letter-spacing:-.03em}
.eyebrow{}
.section .eyebrow{margin-bottom:14px}
.lead{margin-top:20px; max-width:46ch; color:var(--muted); font-size:clamp(1.05rem,1.5vw,1.2rem); line-height:1.6}
.lead-center{margin-left:auto; margin-right:auto; text-align:center; max-width:58ch}
.fine{margin-top:26px; color:var(--faint); font-size:15px}
.fine strong,.lead strong{color:var(--ink-dim); font-weight:660}

.two-col{display:grid; grid-template-columns:1fr 1fr; gap:clamp(36px,6vw,84px); align-items:center}
.center-col{text-align:center; display:flex; flex-direction:column; align-items:center}
.narrow-col{max-width:760px}

/* ---------- DICTATE ---------- */
.steps{list-style:none; margin:30px 0 0; padding:0; display:flex; flex-direction:column; gap:14px}
.steps li{display:flex; align-items:center; gap:14px; color:var(--ink-dim); font-size:1.05rem}
.step-num{flex:none; width:30px; height:30px; border-radius:50%; display:grid; place-items:center;
  background:var(--card-2); border:1px solid var(--rule); font-weight:700; font-size:14px; color:var(--accent-ink)}
.step-note{color:var(--faint); font-size:.85em; margin-left:-6px}
kbd{font:inherit; font-weight:640; font-size:.92em; background:var(--card-2); border:1px solid var(--rule);
  border-bottom-width:2px; border-radius:7px; padding:2px 8px; color:var(--ink); white-space:nowrap}

.mac-window{width:100%; max-width:480px; margin-inline:auto; border-radius:16px; overflow:hidden;
  background:#fbfbf9; color:#1d1d1f; border:1px solid rgba(0,0,0,.18);
  box-shadow:0 50px 110px -45px rgba(0,0,0,.85), 0 0 0 1px rgba(255,255,255,.04)}
.mac-titlebar{display:flex; align-items:center; gap:12px; height:46px; padding:0 16px;
  background:linear-gradient(180deg,#fff,#f1f1ee); border-bottom:1px solid rgba(0,0,0,.08)}
.lights{display:flex; gap:8px; flex:none}
.lights i{width:12px; height:12px; border-radius:50%; display:block}
.lights .r{background:#ff5f57}.lights .y{background:#febc2e}.lights .g{background:#28c840}
.mac-title{font-weight:700; font-size:15px; color:#33333a}
.mac-tools{margin-left:auto; display:flex; gap:14px; color:#9b9ba2}
.mac-tools .tool{width:22px; height:22px; fill:currentColor}
.mac-body{position:relative; min-height:280px; padding:22px 22px 26px}
.note-line{font-size:18px; line-height:1.5; color:#1d1d1f; min-height:1.6em; margin:0}
.note-caret{display:inline-block; width:2px; height:1.05em; background:#f0a93a; transform:translateY(3px);
  animation:blink 1.05s step-end infinite}
.note-text:empty + .note-caret,.note-line .note-caret{margin-left:1px}

.listening-pill{position:absolute; left:50%; top:54%; transform:translate(-50%,-50%);
  display:inline-flex; align-items:center; gap:12px; padding:13px 20px; border-radius:18px;
  background:linear-gradient(180deg,#fafafa,#f0f0f1); color:#3a3a40; font-size:18px; font-weight:560;
  box-shadow:0 14px 34px -14px rgba(0,0,0,.34), 0 0 0 1px rgba(0,0,0,.06); white-space:nowrap}
.pill-ico{width:20px; height:auto; flex:none; fill:var(--teal)}
.listening-pill:not(.transcribing) .pill-ico{animation:icopulse 1.5s ease-in-out infinite}
@keyframes icopulse{0%,100%{opacity:.5}50%{opacity:1}}
.pill-spin{display:none; width:15px; height:15px; border-radius:50%;
  border:2px solid rgba(27,183,165,.28); border-top-color:var(--teal); animation:spin .7s linear infinite}
.listening-pill.transcribing .pill-spin{display:inline-block}
.listening-pill.transcribing .pill-time{display:none}
@keyframes spin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion: reduce){ .pill-ico{animation:none} .pill-spin{animation:none} }
.pill-sep{width:1px; height:18px; background:rgba(0,0,0,.16)}
.pill-time{font-variant-numeric:tabular-nums; color:#6b6b71}

/* ---------- CODE-SWITCH ---------- */
.switch-demo{margin:46px auto 0; max-width:min(860px,94vw)}
.switch-line{font-size:clamp(1.35rem,3vw,2.05rem); font-weight:650; letter-spacing:-.01em;
  line-height:1.5; text-align:center; word-break:break-word}
.switch-line .w{opacity:.55; padding-bottom:.1em; background-image:linear-gradient(currentColor,currentColor);
  background-repeat:no-repeat; background-position:0 100%; background-size:0% 2px; white-space:pre-wrap;
  transition:opacity .45s var(--ease), background-size .55s var(--ease)}
.switch-line .w.lit{opacity:1; background-size:100% 2px}
/* No JS (or the reveal safety net fired): show the line fully lit rather than
   leaving it stuck at the dim pre-animation state. */
.no-js .switch-line .w, .reveal-all .switch-line .w{opacity:1; background-size:100% 2px}
.switch-line .en{color:var(--accent)}
.switch-line .zh{color:var(--ink)}
.switch-legend{display:flex; gap:22px; justify-content:center; flex-wrap:wrap; margin-top:30px; font-size:14px; color:var(--muted)}
.legend{display:inline-flex; align-items:center; gap:8px}
.legend i{width:11px; height:11px; border-radius:3px; display:block}
.legend.en i{background:var(--accent)}
.legend.zh i{background:var(--ink)}
.legend.auto{color:var(--faint)}

/* ---------- FILES ---------- */
.format-row{display:flex; align-items:center; flex-wrap:wrap; gap:12px; margin-top:30px}
.fmt{font-weight:700; font-size:14px; letter-spacing:.02em; padding:7px 13px; border-radius:9px;
  border:1px solid var(--rule); background:var(--card)}
.fmt-txt{color:#cdd2db}
.fmt-srt{color:#e7b25c; border-color:rgba(231,178,92,.3); background:rgba(231,178,92,.08)}
.fmt-vtt{color:#b58bd6; border-color:rgba(181,139,214,.3); background:rgba(181,139,214,.08)}
.fmt-note{color:var(--faint); font-size:14px; margin-left:4px}
.shot{margin:0; border-radius:16px; overflow:hidden; border:1px solid var(--rule);
  box-shadow:0 50px 100px -50px rgba(0,0,0,.9); background:var(--bg-2)}
.shot img{width:100%; height:auto}
/* live progress overlay on the real Files screenshot (covers the baked 58% bar) */
.shot-files{position:relative; container-type:inline-size}
.fp-cover{position:absolute; left:5%; right:5%; top:41.3%; height:3.7%; background:#fff}
.fp-track{position:absolute; left:11.3%; right:4.1%; top:42%; height:.9cqw; background:#e4e4e1; border-radius:99px; overflow:hidden}
.fp-fill{display:block; height:100%; width:8%; background:var(--teal-app); border-radius:99px}
.fp-status{position:absolute; left:11.4%; top:43.5%; font-size:2cqw; color:#8e8e93; font-variant-numeric:tabular-nums; white-space:nowrap}

/* ---------- MODELS ---------- */
.model-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin:54px 0 0; width:100%; text-align:left}
.model-card{background:linear-gradient(180deg,var(--card),var(--bg-2)); border:1px solid var(--rule);
  border-radius:18px; padding:26px 24px; transition:transform .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease)}
.model-card:hover{transform:translateY(-6px); border-color:var(--rule-strong); box-shadow:0 30px 60px -34px rgba(0,0,0,.85)}
.model-card header{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:4px}
.model-card h3{font-size:1.18rem; letter-spacing:-.02em; line-height:1.2}
.model-card .maker{color:var(--faint); font-size:13px; font-weight:600; letter-spacing:.02em; margin:2px 0 14px}
.model-card p:last-child{color:var(--muted); font-size:.98rem; line-height:1.55}
.tag{flex:none; font-size:11px; font-weight:700; letter-spacing:.03em; padding:4px 9px; border-radius:7px; white-space:nowrap}
.tag-default{color:#9fb0c4; background:rgba(159,176,196,.12); border:1px solid rgba(159,176,196,.25)}
.tag-accurate{color:var(--accent-ink); background:rgba(242,89,94,.13); border:1px solid rgba(242,89,94,.32)}
.tag-fast{color:var(--teal); background:var(--teal-soft); border:1px solid rgba(27,183,165,.3)}

.feature-tiles{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin:24px 0 0; width:100%; text-align:left}
.tile{display:flex; gap:14px; align-items:flex-start; background:var(--card); border:1px solid var(--rule);
  border-radius:14px; padding:18px}
.tile-ico{flex:none; width:40px; height:40px; border-radius:11px; display:grid; place-items:center;
  font-size:18px; font-weight:700; background:var(--card-2); border:1px solid var(--rule); color:var(--teal)}
.tile-ico sup{font-size:.6em}
.tile-ico.ico-key,.tile-ico.ico-hot{color:var(--teal)}
.tile-ico.ico-hist,.tile-ico.ico-bar{color:var(--accent-ink)}
.tile h4{font-size:1rem; margin-bottom:4px}
.tile p{color:var(--muted); font-size:.9rem; line-height:1.5}
.maker-credit{margin-top:34px; color:var(--faint); font-size:14px}

/* ---------- PRIVACY ---------- */
.sec-privacy{background:linear-gradient(180deg, var(--bg), #060708 50%, var(--bg))}
/* Your app icon, brought to life: the dot waveform shimmers teal left-to-right,
   the corner dot pulses red. Under "Nothing leaves your Mac" = record freely. */
.seal{margin-top:56px}
.app-icon-live{display:block; width:148px; height:148px; margin:0 auto; overflow:visible;
  filter:drop-shadow(0 34px 66px rgba(0,0,0,.6))}
.ic-tile{fill:#0E0E10; stroke:rgba(255,255,255,.08); stroke-width:.55}
.ic-col circle{fill:var(--teal)}
.ic-col{opacity:.34; animation:icwave 1.6s var(--ease) infinite}
.ic-c0{animation-delay:0s} .ic-c1{animation-delay:.09s} .ic-c2{animation-delay:.18s}
.ic-c3{animation-delay:.27s} .ic-c4{animation-delay:.36s} .ic-c5{animation-delay:.45s}
.ic-c6{animation-delay:.54s}
@keyframes icwave{0%,100%{opacity:.34}16%{opacity:1}40%{opacity:.34}}
.ic-red{fill:var(--rec); animation:icblink 1.6s ease-out infinite}
@keyframes icblink{0%{opacity:1}70%{opacity:.5}100%{opacity:1}}
.ic-ring{fill:var(--rec); transform-box:fill-box; transform-origin:center;
  animation:icpulse 1.6s ease-out infinite}
@keyframes icpulse{0%{transform:scale(1); opacity:.45}70%{transform:scale(2.1); opacity:0}100%{transform:scale(2.1); opacity:0}}
@media (prefers-reduced-motion: reduce){
  .ic-col,.ic-red,.ic-ring{animation:none}
  .ic-col{opacity:1} .ic-ring{opacity:0}
}

/* ---------- PRICING ---------- */
.price-card{position:relative; margin:0; width:100%; text-align:left;
  background:linear-gradient(180deg,var(--card),var(--bg-2)); border:1px solid var(--rule);
  border-radius:22px; padding:30px 28px}
.price-head{display:flex; align-items:baseline; gap:10px}
.price{font-size:3rem; font-weight:760; letter-spacing:-.03em}
.price-alt{color:var(--faint); font-size:15px}
.price-tag{margin-top:8px; color:var(--ink-dim); font-size:1.02rem}
.price-list{list-style:none; margin:24px 0; padding:0; display:flex; flex-direction:column; gap:12px}
.price-list li{position:relative; padding-left:30px; color:var(--ink-dim); font-size:1rem}
.price-list li::before{content:""; position:absolute; left:0; top:7px; width:18px; height:18px; border-radius:50%;
  background:var(--teal-soft); border:1px solid rgba(27,183,165,.45)}
.price-list li::after{content:""; position:absolute; left:6px; top:11px; width:5px; height:9px;
  border:solid var(--teal); border-width:0 2px 2px 0; transform:rotate(40deg)}
.req{margin-top:18px; color:var(--faint); font-size:13px; text-align:center}

/* ---------- FOUNDER ---------- */
.sec-note{padding-top:0}
.founder{margin:0; text-align:center}
.founder p{font-size:clamp(1.25rem,2.5vw,1.7rem); font-weight:560; letter-spacing:-.015em; line-height:1.5; color:var(--ink-dim)}
.founder cite{display:block; margin-top:22px; font-style:normal; color:var(--faint); font-size:14px; letter-spacing:.02em}


/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{border-top:1px solid var(--rule); padding:40px 0 60px}
.site-footer .wrap{display:flex; flex-wrap:wrap; gap:18px 28px; align-items:center; justify-content:space-between}
.brand-sm{font-size:16px}
.brand-sm .appicon .tile{fill:#0E0E10}
.brand-sm .appicon .dots{fill:#fff}
.foot-links{display:flex; flex-wrap:wrap; gap:22px; font-size:14px}
.foot-links a{color:var(--muted)}
.foot-links a:hover{color:var(--accent)}
.copy{color:var(--faint); font-size:14px}

/* ---------- LINK (Pro) ---------- */
.badge-pro{display:inline-flex; align-items:center; width:fit-content; text-transform:none;
  letter-spacing:.005em; font-weight:700; font-size:13px; color:var(--accent-ink);
  background:rgba(242,89,94,.12); border:1px solid rgba(242,89,94,.34); padding:5px 13px; border-radius:980px}
.shot-link{width:min(600px,100%); margin:40px auto 0; position:relative; container-type:inline-size}
/* live progress overlay on the in-progress link row (uses the app teal baked into the shot) */
.lp-cover{position:absolute; left:10.6%; right:4%; background:#fdfdfd}
.lp-cover-bar{top:10.05%; height:1.7%}
.lp-cover-status{top:12.9%; height:2.8%}
.lp-track{position:absolute; left:11.1%; right:4.5%; top:10.4%; height:.7cqw; background:#e6e6e8; border-radius:99px; overflow:hidden}
.lp-fill{display:block; height:100%; width:8%; background:var(--teal-app); border-radius:99px}
.lp-status{position:absolute; left:11.1%; top:13.15%; font-size:1.5cqw; color:#8e8e93; letter-spacing:-.01em; white-space:nowrap}
.lp-time{position:absolute; right:4.6%; top:13.15%; font-size:1.5cqw; color:#8e8e93; font-variant-numeric:tabular-nums; white-space:nowrap}

/* ---------- PRICING (two editions) ---------- */
.price-grid{display:grid; grid-template-columns:1fr 1fr; gap:22px; margin:34px auto 0; max-width:880px; width:100%; align-items:stretch}
.price-grid .price{font-size:2.5rem}
.price-card.featured{border-color:rgba(242,89,94,.45);
  box-shadow:0 40px 100px -60px rgba(242,89,94,.55);
  background:linear-gradient(180deg,rgba(242,89,94,.06),var(--bg-2))}
.price-name{font-size:1.1rem; font-weight:720; letter-spacing:-.02em; color:var(--ink)}
.price-head{margin-top:6px}
.price-ribbon{position:absolute; top:20px; right:22px; font-size:11px; font-weight:800; letter-spacing:.1em;
  text-transform:uppercase; color:#fff; background:var(--accent); padding:4px 11px; border-radius:980px}
.price-plus{margin-top:18px; color:var(--ink-dim); font-weight:660; font-size:.96rem}
.price-card .price-list{margin:14px 0 22px}
.price-list li.extra{color:var(--ink); font-weight:560}
.price-list li.extra::before{background:rgba(242,89,94,.16); border-color:rgba(242,89,94,.5)}
.price-list li.extra::after{border-color:var(--accent)}
.price-card .req{margin-top:14px}
.price-why{max-width:720px; margin:36px auto 0; text-align:center}
.price-why-lead{color:var(--ink); font-weight:660; font-size:1.12rem}
.price-why-intro{margin-top:10px; color:var(--ink-dim); font-size:1rem; line-height:1.65}
.price-why-list{list-style:none; margin:20px auto 0; padding:0; max-width:620px; text-align:left;
  display:flex; flex-direction:column; gap:13px}
.price-why-list li{position:relative; padding-left:24px; color:var(--ink-dim); font-size:.98rem; line-height:1.62}
.price-why-list li::before{content:""; position:absolute; left:4px; top:.56em; width:7px; height:7px;
  border-radius:50%; background:var(--accent); opacity:.85}
.price-why-list li strong{color:var(--ink); font-weight:660}
.price-why kbd{font-size:.85em}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:920px){
  .two-col{grid-template-columns:1fr; gap:44px}
  .sec-files .col-visual{order:-1}
  .model-grid{grid-template-columns:1fr}
  .feature-tiles{grid-template-columns:1fr 1fr}
  .price-grid{grid-template-columns:1fr; max-width:440px}
}
@media (max-width:680px){
  body{font-size:16px}
  .site-nav{display:none}
  .site-header{height:58px}
  .hero{padding-top:96px}
  .stage{padding:22px 16px 18px}
  .transcript{min-height:7.5em}
  .feature-tiles{grid-template-columns:1fr}
  .price-card{padding:28px 22px}
}
