/* ============================================================
   TalkOK · marketing site
   Brand: near-black ink surfaces, one confident signal red.
   UK English copy throughout. en-GB.
   ============================================================ */

:root {
  --ink: #0D0F14;
  --ink-deep: #090B0F;
  --surface: #161A22;
  --surface-2: #1E232D;
  --text: #F2F3F5;
  --muted: #9AA0AC;
  --faint: #6A7080;
  --border: #262B36;
  --accent: #E8483F;
  --accent-deep: #C9382F;
  --success: #6FCF97;

  --paper: #F7F6F3;
  --paper-card: #FFFFFF;
  --paper-text: #16181D;
  --paper-muted: #6B6F7A;
  --paper-border: #E2DFD8;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-full: 999px;

  --font-display: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;

  --nav-h: 72px;
  --shadow-card: 0 18px 50px -18px rgba(0, 0, 0, .55);
  --shadow-pop: 0 30px 80px -20px rgba(0, 0, 0, .65);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--ink);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
  /* faint film grain for texture */
  background-image: radial-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px);
  background-size: 26px 26px;
}

::selection { background: var(--accent); color: #fff; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-wrap: balance;
}

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

section { scroll-margin-top: calc(var(--nav-h) + 8px); }

.container { max-width: 1180px; margin-inline: auto; padding-inline: 24px; }
.container-narrow { max-width: 820px; }

.accent { color: var(--accent); }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--accent); color: #fff; padding: 10px 18px;
  border-radius: 0 0 var(--r-sm) 0; z-index: 200; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: var(--r-full);
  font-weight: 600; font-size: 1rem; line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-primary {
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  color: #fff;
  box-shadow: 0 10px 30px -10px rgba(232, 72, 63, .55), inset 0 1px 0 rgba(255, 255, 255, .22);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px -10px rgba(232, 72, 63, .6), inset 0 1px 0 rgba(255, 255, 255, .22); }
.btn-ghost {
  color: var(--text);
  box-shadow: inset 0 0 0 1.5px var(--border);
  background: rgba(255, 255, 255, .02);
}
.btn-ghost:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1.5px #39404e; background: rgba(255, 255, 255, .05); }
.btn-sm { padding: 11px 20px; font-size: .92rem; }
.btn-block { width: 100%; }

/* ============ Nav ============ */
.site-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-nav.scrolled {
  background: rgba(13, 15, 20, .82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--border);
  box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .8);
}
.nav-inner {
  max-width: 1180px; margin-inline: auto; padding-inline: 24px;
  width: 100%; display: flex; align-items: center; gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark { width: 36px; height: 36px; border-radius: 11px; box-shadow: 0 6px 18px -6px rgba(0, 0, 0, .6); }
.brand-word {
  font-family: var(--font-display); font-weight: 700; font-size: 1.45rem;
  letter-spacing: -0.03em;
}
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  font-size: .93rem; font-weight: 500; color: var(--muted);
  transition: color .15s ease; position: relative; padding: 6px 0;
}
.nav-links a:hover { color: var(--text); }
.nav-links a.active { color: var(--text); }
.nav-links a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; border-radius: 2px; background: var(--accent);
}
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span {
  width: 22px; height: 2px; border-radius: 2px; background: var(--text);
  transition: transform .25s ease, opacity .25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============ Hero ============ */
.hero {
  position: relative;
  padding: calc(var(--nav-h) + 64px) 0 96px;
  overflow: clip;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-glow {
  position: absolute; top: -22%; right: -12%;
  width: 62vw; height: 62vw; max-width: 900px; max-height: 900px;
  background: radial-gradient(circle at center, rgba(232, 72, 63, .17), rgba(232, 72, 63, .05) 42%, transparent 68%);
  filter: blur(10px);
  animation: glow-drift 14s ease-in-out infinite alternate;
}
@keyframes glow-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(-6%, 8%, 0) scale(1.12); }
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 35%, transparent 78%);
  mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 35%, transparent 78%);
}
.hero-inner {
  position: relative;
  display: grid; grid-template-columns: 1.08fr .92fr;
  gap: 48px; align-items: center;
}
.hero h1 {
  font-size: clamp(2.7rem, 5.6vw, 4.35rem);
  margin: 8px 0 22px;
}
.accent-underline {
  position: relative; color: var(--text);
  background-image: linear-gradient(92deg, var(--accent), #f06a4f);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub {
  font-size: 1.13rem; color: var(--muted); max-width: 34em;
  margin-bottom: 34px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-note {
  margin-top: 18px; font-size: .86rem; color: var(--faint);
  letter-spacing: .01em;
}
.hero-stats {
  display: grid; grid-template-columns: repeat(4, auto);
  gap: 8px 34px; margin-top: 46px; padding-top: 26px;
  border-top: 1px solid var(--border);
  width: fit-content;
}
.stat dd {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.9rem; letter-spacing: -0.02em; line-height: 1.1;
}
.stat dt { font-size: .8rem; color: var(--faint); letter-spacing: .03em; }

/* Phone frame */
.hero-visual { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative;
  width: min(320px, 78vw);
  aspect-ratio: 9 / 19.3;
  border-radius: 46px;
  background: #05060a;
  padding: 9px;
  box-shadow:
    0 0 0 1.5px #2A2F3A,
    0 12px 30px -8px rgba(0, 0, 0, .55),
    0 44px 90px -20px rgba(0, 0, 0, .6);
}
.phone-notch {
  position: absolute; top: 17px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 24px; border-radius: var(--r-full);
  background: #05060a; z-index: 5;
}
.phone img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 38px;
}
.phone-screen {
  height: 100%; border-radius: 38px; overflow: hidden;
  background: var(--ink);
  display: flex; flex-direction: column;
  padding: 52px 20px 14px;
  position: relative;
}

/* Record-screen mock internals */
.mock-status {
  position: absolute; top: 12px; left: 26px; right: 26px;
  display: flex; justify-content: space-between;
  font-size: .72rem; font-weight: 600; color: var(--muted);
}
.mock-status-icons { display: inline-flex; gap: 5px; align-items: center; }
.mock-status-icons svg { width: 14px; height: 11px; }
.mock-brand { text-align: center; margin-top: 14px; }
.mock-wordmark {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.65rem; letter-spacing: -0.04em; display: block;
}
.mock-tagline { font-size: .68rem; color: var(--faint); letter-spacing: .02em; }
.mock-wave-wrap {
  flex: 1; display: flex; align-items: center; justify-content: center;
  min-height: 90px; padding: 10px 0;
}
#heroWave { width: 100%; height: 120px; }
.mock-rec-row {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin-bottom: 14px;
}
.rec-badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .72rem; font-weight: 700; letter-spacing: .14em;
  color: #ffb3ad; background: rgba(232, 72, 63, .14);
  border: 1px solid rgba(232, 72, 63, .35);
  padding: 5px 12px; border-radius: var(--r-full);
}
.rec-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  animation: rec-blink 1.1s ease-in-out infinite;
}
@keyframes rec-blink { 50% { opacity: .25; } }
.mock-timer {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.05rem; letter-spacing: .06em; font-variant-numeric: tabular-nums;
}
.mock-pill-row { text-align: center; }
.mic-pill {
  --amp: 1;
  width: 92px; height: 92px; border-radius: var(--r-full);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  box-shadow:
    0 14px 34px -8px rgba(232, 72, 63, .55),
    inset 0 2px 0 rgba(255, 255, 255, .25);
  animation: pill-breathe 3.2s ease-in-out infinite;
  transform: scale(var(--amp));
}
.mic-pill svg { width: 40px; height: 40px; }
@keyframes pill-breathe {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.07); }
}
.mock-hint { font-size: .72rem; color: var(--faint); margin-top: 14px; }
.mock-tabs {
  margin-top: 16px; padding-top: 12px;
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-around;
}
.mock-tab { color: var(--faint); }
.mock-tab svg { width: 23px; height: 23px; }
.mock-tab-active { color: var(--accent); }

/* Floating chips */
.float-chip {
  position: absolute; z-index: 6;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 600;
  color: var(--text);
  background: rgba(22, 26, 34, .92);
  border: 1px solid var(--border);
  border-radius: var(--r-full);
  padding: 9px 16px;
  box-shadow: var(--shadow-card);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  will-change: transform;
  animation: chip-float 6s ease-in-out infinite;
}
.float-chip .tick { color: var(--success); font-weight: 700; }
.float-chip-a { top: 9%; left: -4%; }
.float-chip-b { top: 34%; right: -7%; animation-delay: -1.6s; }
.float-chip-c { bottom: 22%; left: -9%; animation-delay: -3.1s; }
.float-chip-d { bottom: 6%; right: -3%; animation-delay: -4.4s; }
@keyframes chip-float {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -8px; }
}

.scroll-cue {
  position: absolute; bottom: 26px; left: 50%;
  transform: translateX(-50%);
  width: 1.5px; height: 54px; overflow: hidden;
}
.scroll-cue-line {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent, var(--accent));
  animation: cue-drop 1.9s ease-in-out infinite;
}
@keyframes cue-drop {
  0%   { transform: translateY(-100%); }
  60%  { transform: translateY(0); }
  100% { transform: translateY(100%); }
}

/* ============ Marquee ============ */
.marquee {
  border-block: 1px solid var(--border);
  background: var(--ink-deep);
  overflow: hidden; padding: 18px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: inline-flex; align-items: center; gap: 34px;
  white-space: nowrap; animation: marquee 30s linear infinite;
  font-family: var(--font-display); font-weight: 600;
  font-size: .95rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--faint);
  will-change: transform;
}
.marquee-track i { font-style: normal; color: var(--accent); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============ Sections ============ */
.section { padding: 116px 0; position: relative; }
.section-tight { padding: 96px 0; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.kicker {
  font-size: .8rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 16px;
}
.section-head h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.section-sub { color: var(--muted); font-size: 1.08rem; margin-top: 18px; }

.section-light {
  background: var(--paper);
  color: var(--paper-text);
  background-image: radial-gradient(rgba(0, 0, 0, .03) 1px, transparent 1px);
  background-size: 26px 26px;
}
.section-light .section-sub { color: var(--paper-muted); }

/* ============ Steps ============ */
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; counter-reset: step;
}
.step {
  position: relative;
  background: linear-gradient(180deg, var(--surface), rgba(22, 26, 34, .55));
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 30px 28px 28px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.step:hover {
  transform: translateY(-4px);
  border-color: #35405280;
  box-shadow: var(--shadow-card);
}
.step-num {
  font-family: var(--font-display); font-weight: 700;
  font-size: .85rem; color: var(--accent); letter-spacing: .12em;
  display: inline-block; margin-bottom: 14px;
  padding: 4px 12px; border-radius: var(--r-full);
  background: rgba(232, 72, 63, .1);
  border: 1px solid rgba(232, 72, 63, .28);
}
.step h3 { font-size: 1.28rem; margin-bottom: 10px; }
.step p { color: var(--muted); font-size: .95rem; }

/* ============ Features (full-width rows) ============ */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.feature-list .feature-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  background: linear-gradient(180deg, var(--surface), rgba(22, 26, 34, .5));
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 46px 48px;
  transition: opacity .7s ease, transform .7s cubic-bezier(.22, .8, .32, 1), border-color .25s ease, box-shadow .25s ease;
}
.feature-row:hover {
  border-color: #3a4354;
  box-shadow: var(--shadow-card);
}
.feature-row:nth-child(even) .feature-copy { order: 2; }
.feature-kicker {
  font-size: .74rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 14px;
}
.feature-row h3 {
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  margin-bottom: 14px;
}
.feature-desc { color: var(--muted); font-size: 1.02rem; max-width: 34em; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.feature-tags li {
  font-size: .8rem; font-weight: 600; color: var(--muted);
  padding: 7px 14px; border-radius: var(--r-full);
  background: var(--ink-deep); border: 1px solid var(--border);
  transition: color .15s ease, border-color .15s ease;
}
.feature-row:hover .feature-tags li { color: var(--text); border-color: #35405280; }
.feature-visual { min-width: 0; }

/* Feature demo panels (mini UI mocks) */
.card-demo {
  border-radius: var(--r-md);
  background: var(--ink-deep);
  border: 1px solid var(--border);
  min-height: 250px;
  display: flex; align-items: center; justify-content: center;
  gap: 12px; padding: 20px; flex-wrap: wrap;
}
.demo-mini-pill {
  width: 54px; height: 54px; border-radius: var(--r-full);
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  display: flex; align-items: center; justify-content: center; color: #fff;
  box-shadow: 0 8px 22px -6px rgba(232, 72, 63, .6);
  animation: pill-breathe 3.2s ease-in-out infinite;
}
.demo-mini-pill svg { width: 24px; height: 24px; }
.demo-mini-wave { display: inline-flex; align-items: center; gap: 4px; height: 44px; }
.demo-mini-wave i {
  width: 3.5px; border-radius: 3px; background: #f2b8b5;
  animation: mini-wave 1.15s ease-in-out infinite;
}
.demo-mini-wave i:nth-child(1) { height: 30%; animation-delay: -.9s; }
.demo-mini-wave i:nth-child(2) { height: 55%; animation-delay: -.7s; }
.demo-mini-wave i:nth-child(3) { height: 85%; animation-delay: -.5s; }
.demo-mini-wave i:nth-child(4) { height: 100%; animation-delay: -.3s; }
.demo-mini-wave i:nth-child(5) { height: 70%; animation-delay: -.1s; }
.demo-mini-wave i:nth-child(6) { height: 45%; animation-delay: -.8s; }
.demo-mini-wave i:nth-child(7) { height: 25%; animation-delay: -.6s; }
@keyframes mini-wave { 50% { transform: scaleY(.35); } }

.demo-chunks .chunk {
  width: 42px; height: 12px; border-radius: var(--r-full);
  background: var(--surface-2); border: 1px solid var(--border);
}
.chunk-done { background: rgba(232, 72, 63, .35); border-color: rgba(232, 72, 63, .5); }
.chunk-active { position: relative; overflow: hidden; border-color: var(--accent); }
.chunk-active i {
  position: absolute; inset: 0; width: 40%;
  background: var(--accent); border-radius: var(--r-full);
  animation: chunk-slide 1.4s ease-in-out infinite;
}
@keyframes chunk-slide { 0% { left: -40%; } 100% { left: 100%; } }

/* Marathon (no time limit) demo */
.demo-marathon { flex-direction: column; gap: 16px; }
.marathon-top { display: flex; align-items: center; gap: 16px; justify-content: center; }
.marathon-timer {
  font-family: var(--font-display); font-weight: 700;
  font-size: 2.15rem; letter-spacing: .03em;
  font-variant-numeric: tabular-nums;
}
.marathon-chunks { display: flex; gap: 5px; flex-wrap: wrap; justify-content: center; }
.marathon-chunks .chunk { width: 26px; height: 10px; }
.marathon-note { color: var(--faint); font-size: .8rem; }

/* Background recording demo */
.demo-background { flex-direction: column; gap: 14px; }
.bg-row {
  display: flex; align-items: center; gap: 12px;
  width: 100%;
  background: var(--ink);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 13px 18px;
}
.bg-icon { color: var(--muted); display: inline-flex; }
.bg-icon svg { width: 20px; height: 20px; }
.bg-label { font-weight: 600; font-size: .9rem; margin-right: auto; }
.bg-row .rec-badge { font-size: .68rem; padding: 4px 10px; }
.bg-timer {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.15rem; letter-spacing: .03em;
  font-variant-numeric: tabular-nums;
}
.bg-resume {
  font-size: .76rem; font-weight: 600;
  color: var(--success);
  background: rgba(111, 207, 151, .1);
  border: 1px solid rgba(111, 207, 151, .3);
  padding: 5px 12px; border-radius: var(--r-full);
}
.bg-note { color: var(--faint); font-size: .8rem; }

/* Document scan demo */
.demo-docscan { gap: 24px; }
.doc-paper-wrap { position: relative; width: 138px; flex: none; }
.doc-paper {
  background: var(--paper);
  border-radius: 8px;
  padding: 15px 13px;
  display: flex; flex-direction: column; gap: 7px;
  box-shadow: 0 12px 28px -12px rgba(0, 0, 0, .6);
}
.doc-line { height: 5px; border-radius: 3px; background: #d8d4cb; }
.doc-line:nth-child(2) { width: 100%; }
.doc-line:nth-child(3) { width: 90%; }
.doc-line:nth-child(4) { width: 100%; }
.doc-line-title { width: 62%; height: 8px; background: #b3ada0; }
.doc-line-short { width: 55%; }
.doc-scanline {
  position: absolute; left: 5px; right: 5px; height: 2px;
  background: var(--accent); border-radius: 2px;
  box-shadow: 0 0 12px 2px rgba(232, 72, 63, .55);
  animation: doc-scan 2.6s ease-in-out infinite;
}
@keyframes doc-scan {
  0%   { top: 8%; opacity: 0; }
  12%  { opacity: 1; }
  50%  { top: 88%; }
  88%  { opacity: 1; }
  100% { top: 8%; opacity: 0; }
}
.doc-chat { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }

/* Reminders demo */
.demo-remind { flex-direction: column; gap: 12px; align-items: stretch; }
.remind-quote {
  font-size: .86rem; color: var(--muted); font-style: italic;
  text-align: center;
}
.remind-card {
  display: flex; align-items: center; gap: 13px;
  background: var(--ink); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 12px 16px;
}
.remind-bell { color: var(--accent); display: inline-flex; }
.remind-bell svg { width: 19px; height: 19px; }
.remind-text { font-weight: 600; font-size: .92rem; }
.remind-text em {
  display: block; font-style: normal; font-weight: 500;
  color: var(--muted); font-size: .78rem; margin-top: 2px;
}
.remind-chip {
  align-self: center;
  font-size: .76rem; font-weight: 600; color: var(--success);
  background: rgba(111, 207, 151, .1);
  border: 1px solid rgba(111, 207, 151, .3);
  padding: 5px 12px; border-radius: var(--r-full);
}

/* Groups demo */
.demo-groups { flex-direction: column; gap: 11px; align-items: flex-start; }
.group-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; width: 100%; }
.group-chip {
  font-size: .82rem; font-weight: 600; color: var(--muted);
  padding: 7px 15px; border-radius: var(--r-full);
  background: var(--surface-2); border: 1px solid var(--border);
}
.group-on { color: #fff; background: var(--accent); border-color: var(--accent); }

.demo-chat { align-items: flex-start; justify-content: center; flex-direction: column; gap: 8px; }
.bubble {
  max-width: 82%; font-size: .82rem; font-weight: 500;
  padding: 9px 14px; border-radius: 16px;
}
.bubble-user {
  align-self: flex-end;
  background: var(--accent); color: #fff;
  border-bottom-right-radius: 5px;
}
.bubble-ai {
  background: var(--surface-2); color: var(--text);
  border-bottom-left-radius: 5px;
}
.dots { display: inline-flex; gap: 4px; padding: 4px 2px; }
.dots i {
  width: 6px; height: 6px; border-radius: 50%; background: var(--muted);
  animation: dot-bounce 1.2s ease-in-out infinite;
}
.dots i:nth-child(2) { animation-delay: .15s; }
.dots i:nth-child(3) { animation-delay: .3s; }
@keyframes dot-bounce { 35% { transform: translateY(-4px); opacity: .55; } }

.demo-voicesearch { flex-direction: column; gap: 10px; align-items: flex-start; justify-content: center; }
.vs-quote { font-size: .84rem; color: var(--muted); font-style: italic; }
.vs-hit {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 600; color: var(--text);
  background: var(--surface-2); border: 1px solid var(--border);
  padding: 8px 14px; border-radius: var(--r-full);
}
.vs-hit svg { width: 14px; height: 14px; color: var(--accent); }

.demo-yt code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: .8rem; color: var(--muted);
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--r-full); padding: 8px 16px;
}
.yt-play {
  width: 38px; height: 38px; border-radius: 50%;
  background: #FF0000; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px -4px rgba(255, 0, 0, .5);
}
.yt-play svg { width: 18px; height: 18px; margin-left: 2px; }

.demo-import .import-row {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .84rem; font-weight: 600;
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--r-full); padding: 9px 18px;
}
.import-row svg { width: 16px; height: 16px; color: var(--accent); }

.demo-langs .lang-chip {
  font-size: .84rem; font-weight: 600;
  padding: 7px 15px; border-radius: var(--r-full);
  background: var(--surface-2); border: 1px solid var(--border);
  color: var(--text);
}
.lang-auto { color: var(--accent); border-color: rgba(232, 72, 63, .4); }

.demo-history { align-items: stretch; flex-direction: column; gap: 8px; justify-content: center; }
.hist-search {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .84rem; color: var(--muted);
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--r-full); padding: 8px 16px;
}
.hist-search svg { width: 14px; height: 14px; }
.hist-row {
  display: flex; align-items: center; gap: 9px;
  font-size: .84rem; font-weight: 600;
}
.hist-row em { font-style: normal; color: var(--faint); font-weight: 400; margin-left: auto; font-size: .78rem; }
.hist-row .star { color: #f5c451; font-style: normal; }

.demo-retention .ret-seg {
  font-size: .8rem; font-weight: 600; color: var(--muted);
  padding: 7px 14px; border-radius: var(--r-full);
  border: 1px solid var(--border); background: var(--surface-2);
}
.ret-on { color: #fff; background: var(--accent); border-color: var(--accent); }

/* ============ Modes (light section) ============ */
.modes-wrap {
  display: grid; grid-template-columns: 340px 1fr;
  gap: 34px; align-items: start;
}
.mode-tabs {
  display: flex; flex-wrap: wrap; gap: 9px;
}
.mode-tab {
  font-size: .9rem; font-weight: 600;
  color: var(--paper-muted);
  padding: 10px 18px; border-radius: var(--r-full);
  background: var(--paper-card);
  border: 1px solid var(--paper-border);
  transition: all .18s ease;
}
.mode-tab:hover { border-color: #c9c4b8; transform: translateY(-1px); }
.mode-tab.active {
  background: var(--ink); color: #fff; border-color: var(--ink);
  box-shadow: 0 10px 24px -10px rgba(13, 15, 20, .45);
}
.mode-display {
  background: var(--ink);
  border-radius: 28px;
  padding: 34px 36px 30px;
  color: var(--text);
  box-shadow: 0 40px 90px -30px rgba(13, 15, 20, .4);
  min-height: 430px;
  display: flex; flex-direction: column;
  border: 1px solid #22262f;
}
.mode-display.switching .md-anim { animation: md-in .38s ease both; }
@keyframes md-in {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.md-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--border);
}
.md-title { font-size: 1.02rem; font-weight: 600; font-family: var(--font-display); letter-spacing: -0.01em; }
.md-chip {
  font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #ffb3ad; background: rgba(232, 72, 63, .13);
  border: 1px solid rgba(232, 72, 63, .35);
  padding: 5px 12px; border-radius: var(--r-full); white-space: nowrap;
}
.md-desc { color: var(--muted); font-size: .92rem; padding: 16px 0 6px; }
.md-body { flex: 1; padding-top: 8px; font-size: .92rem; }
.md-body h6 {
  font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--faint); margin: 16px 0 8px;
}
.md-body p { color: #c8ccd4; }
.md-body ul { margin: 6px 0; }
.md-body li {
  color: #c8ccd4; padding: 5px 0 5px 22px; position: relative;
}
.md-body li::before {
  content: ""; position: absolute; left: 2px; top: 13px;
  width: 7px; height: 7px; border-radius: 2px;
  background: var(--accent); opacity: .85;
}
.md-check { display: flex; align-items: baseline; gap: 10px; padding: 5px 0; color: #c8ccd4; }
.md-check::before {
  content: ""; width: 15px; height: 15px; border-radius: 5px;
  border: 1.5px solid #39404e; margin-top: 3px; flex: none; align-self: center;
}
.md-check.done { color: var(--faint); text-decoration: line-through; }
.md-check.done::before {
  background: var(--accent); border-color: var(--accent);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.5 8.5l3 3 6-7" fill="none" stroke="white" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
}
.md-quote {
  background: var(--surface-2); border: 1px solid var(--border);
  padding: 12px 16px; border-radius: 14px; border-bottom-left-radius: 4px;
  color: #c8ccd4; font-style: italic;
}
.md-time { color: var(--accent); font-weight: 600; font-variant-numeric: tabular-nums; }
.md-cols {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px 22px;
}
.md-haiku { text-align: center; padding: 18px 0 8px; }
.md-haiku p { font-style: italic; letter-spacing: .01em; }
.md-haiku .md-time { font-style: normal; }

.tone-row {
  margin-top: 40px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  justify-content: center;
}
.tone-label { font-size: .86rem; font-weight: 600; color: var(--paper-muted); }
.tone-chip {
  font-size: .86rem; font-weight: 600; color: var(--paper-muted);
  padding: 8px 18px; border-radius: var(--r-full);
  background: var(--paper-card); border: 1px solid var(--paper-border);
  cursor: pointer;
  transition: all .18s ease;
}
.tone-chip:hover { border-color: #c9c4b8; transform: translateY(-1px); }
.tone-chip.tone-on { background: var(--accent); border-color: var(--accent); color: #fff; }
.tone-row.tone-na .tone-chip { opacity: .45; cursor: default; }
.tone-row.tone-na .tone-chip:hover { transform: none; border-color: var(--paper-border); }

/* Tone preview panel inside the mode display */
.md-tone-demo {
  margin-top: 18px;
  padding: 14px 18px 8px;
  border-radius: 14px;
  background: rgba(232, 72, 63, .07);
  border: 1px solid rgba(232, 72, 63, .22);
}
.md-tone-demo h6 { margin-top: 0; color: #e08a83; }
.md-tone-body p { color: #d6dae1; }

/* ============ 30-second demo ============ */
.demo-card {
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, var(--surface), rgba(22, 26, 34, .5));
  padding: 44px 40px;
}
.demo-stage {
  min-height: 380px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.is-hidden { display: none !important; }
.demo-idle, .demo-live, .demo-processing, .demo-result {
  display: flex; flex-direction: column; align-items: center;
  gap: 14px; width: 100%;
}
.mic-pill-lg { width: 112px; height: 112px; }
.mic-pill-lg svg { width: 48px; height: 48px; }
.demo-hint { font-weight: 600; font-size: 1.05rem; }
.demo-limit { color: var(--faint); font-size: .84rem; }
.demo-sample-btn {
  margin-top: 10px;
  color: var(--muted); font-size: .88rem; font-weight: 600;
  text-decoration: underline; text-underline-offset: 4px;
  text-decoration-color: rgba(154, 160, 172, .4);
  transition: color .15s ease;
}
.demo-sample-btn:hover { color: var(--text); }

.demo-live-top { display: flex; align-items: baseline; gap: 14px; }
.demo-live-top .rec-badge { align-self: center; }
.demo-timer {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.95rem; font-variant-numeric: tabular-nums; letter-spacing: .02em;
}
.demo-of { color: var(--faint); font-size: .95rem; font-weight: 600; }
.demo-bar {
  width: min(420px, 100%); height: 4px;
  border-radius: 4px; background: var(--surface-2); overflow: hidden;
}
.demo-bar i {
  display: block; height: 100%; width: 0%;
  background: var(--accent); border-radius: 4px;
  transition: width .2s linear;
}
#demoWave { width: min(560px, 100%); height: 90px; }
.demo-live-text {
  max-width: 46em; text-align: center;
  color: var(--muted); font-style: italic;
  min-height: 3.4em;
}

.demo-steps { display: flex; flex-direction: column; gap: 14px; }
.demo-step {
  color: var(--faint); font-weight: 600; font-size: .98rem;
  display: flex; align-items: center; gap: 12px;
  transition: color .25s ease;
}
.demo-step::before {
  content: ""; width: 12px; height: 12px; border-radius: 50%;
  background: var(--surface-2); border: 1px solid var(--border);
  flex: none; transition: all .25s ease;
}
.demo-step.current { color: var(--text); }
.demo-step.current::before {
  background: var(--accent); border-color: var(--accent);
  animation: rec-blink 1.1s ease-in-out infinite;
}
.demo-step.done { color: var(--muted); }
.demo-step.done::before {
  content: "\2713"; width: 19px; height: 19px; line-height: 17px;
  text-align: center; font-size: .68rem;
  color: var(--success); background: transparent;
  border: 1.5px solid rgba(111, 207, 151, .5);
}

.demo-result { align-items: stretch; gap: 0; }
.demo-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 14px; }
.demo-tab {
  font-size: .84rem; font-weight: 600; color: var(--muted);
  padding: 8px 16px; border-radius: var(--r-full);
  background: var(--surface-2); border: 1px solid var(--border);
  cursor: pointer; transition: all .15s ease;
}
.demo-tab:hover { color: var(--text); border-color: #35405280; }
.demo-tab.on { background: var(--accent); border-color: var(--accent); color: #fff; }
.demo-result-body {
  background: var(--ink-deep); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 22px 24px; min-height: 130px;
}
.demo-actions { display: flex; gap: 12px; margin-top: 20px; }
.demo-fineprint { color: var(--faint); font-size: .8rem; margin-top: 16px; }
.demo-error { color: #f2b8b5; font-size: .92rem; text-align: center; max-width: 40em; }

@media (max-width: 620px) {
  .demo-card { padding: 28px 18px; }
  .demo-stage { min-height: 320px; }
}

/* ============ Screenshots ============ */
.shot-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 26px; align-items: start;
}
.shot { text-align: center; }
.shot .phone { margin-inline: auto; width: min(250px, 100%); }
.shot-lift .phone { transform: translateY(46px); }
.shot figcaption {
  margin-top: 20px; font-size: .88rem; color: var(--muted);
  padding-inline: 8px;
}
.shot-lift figcaption { margin-top: 66px; }

/* ============ Pillars ============ */
.pillars {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.pillar {
  border: 1px solid var(--border); border-radius: var(--r-lg);
  background: linear-gradient(180deg, var(--surface), rgba(22, 26, 34, .5));
  padding: 34px 30px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.pillar:hover { transform: translateY(-4px); border-color: #35405280; box-shadow: var(--shadow-card); }
.pillar-icon {
  width: 52px; height: 52px; border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  background: rgba(232, 72, 63, .1);
  border: 1px solid rgba(232, 72, 63, .3);
  margin-bottom: 20px;
}
.pillar-icon svg { width: 25px; height: 25px; }
.pillar h3 { font-size: 1.22rem; margin-bottom: 10px; }
.pillar p { color: var(--muted); font-size: .94rem; }

/* ============ Pricing ============ */
.billing-toggle {
  display: flex; align-items: center; gap: 16px; justify-content: center;
  margin-bottom: 46px;
}
.billing-label { font-size: .95rem; font-weight: 600; color: var(--faint); transition: color .2s ease; }
.billing-label.on { color: var(--text); }
.save-badge {
  font-style: normal; font-size: .72rem; font-weight: 700;
  color: var(--success); background: rgba(111, 207, 151, .12);
  border: 1px solid rgba(111, 207, 151, .3);
  padding: 3px 9px; border-radius: var(--r-full);
  margin-left: 7px; letter-spacing: .04em;
}
.switch {
  width: 56px; height: 30px; border-radius: var(--r-full);
  background: var(--surface-2); border: 1px solid var(--border);
  position: relative; transition: background .2s ease, border-color .2s ease;
  flex: none;
}
.switch-knob {
  position: absolute; top: 3px; left: 3px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--muted);
  transition: transform .22s cubic-bezier(.5, 1.6, .4, 1), background .2s ease;
}
.switch[aria-checked="true"] { background: rgba(232, 72, 63, .25); border-color: var(--accent); }
.switch[aria-checked="true"] .switch-knob { transform: translateX(26px); background: var(--accent); }

.plans {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; align-items: stretch;
}
.plan {
  border: 1px solid var(--border); border-radius: var(--r-lg);
  background: linear-gradient(180deg, var(--surface), rgba(22, 26, 34, .5));
  padding: 34px 30px;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .25s ease, border-color .25s ease;
}
.plan:hover { transform: translateY(-5px); border-color: #35405280; }
.plan h3 { font-size: 1.5rem; }
.plan-tag { color: var(--faint); font-size: .88rem; margin: 6px 0 22px; }
.plan-price {
  display: flex; align-items: baseline; gap: 8px;
  margin-bottom: 24px; min-height: 52px;
}
.price {
  font-family: var(--font-display); font-weight: 700;
  font-size: 2.7rem; letter-spacing: -0.03em; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.price.flick { animation: price-flick .32s ease; }
@keyframes price-flick {
  0% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}
.per { color: var(--faint); font-size: .88rem; }
.plan-list { flex: 1; margin-bottom: 28px; }
.plan-list li {
  padding: 9px 0 9px 30px; position: relative;
  color: var(--muted); font-size: .94rem;
  border-bottom: 1px dashed rgba(38, 43, 54, .6);
}
.plan-list li:last-child { border-bottom: 0; }
.plan-list li::before {
  content: ""; position: absolute; left: 2px; top: 14px;
  width: 16px; height: 16px; border-radius: 50%;
  background:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.5 8.5l3 3 6-7" fill="none" stroke="%23E8483F" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    center / contain no-repeat,
    rgba(232, 72, 63, .12);
}
.plan-featured {
  border-color: rgba(232, 72, 63, .55);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(232, 72, 63, .13), transparent 55%),
    linear-gradient(180deg, var(--surface), rgba(22, 26, 34, .5));
  box-shadow: 0 30px 70px -30px rgba(232, 72, 63, .35);
}
.plan-featured:hover { border-color: var(--accent); }
.plan-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  color: #fff; padding: 6px 16px; border-radius: var(--r-full);
  box-shadow: 0 8px 20px -6px rgba(232, 72, 63, .6);
  white-space: nowrap;
}
.pricing-note {
  text-align: center; margin-top: 34px;
  color: var(--faint); font-size: .88rem;
}

/* ============ FAQ ============ */
.faq-item {
  border: 1px solid var(--border); border-radius: var(--r-md);
  background: linear-gradient(180deg, var(--surface), rgba(22, 26, 34, .4));
  margin-bottom: 12px; overflow: hidden;
  transition: border-color .2s ease;
}
.faq-item.open { border-color: #35405280; }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  text-align: left; padding: 21px 24px;
  font-weight: 600; font-size: 1.02rem; font-family: var(--font-display);
  letter-spacing: -0.01em;
}
.faq-icon {
  position: relative; width: 20px; height: 20px; flex: none;
}
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  background: var(--accent); border-radius: 2px;
  transition: transform .25s ease;
}
.faq-icon::before { width: 14px; height: 2px; transform: translate(-50%, -50%); }
.faq-icon::after { width: 2px; height: 14px; transform: translate(-50%, -50%); }
.faq-q[aria-expanded="true"] .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-a {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}
.faq-a > p { overflow: hidden; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a p {
  padding: 0 24px; color: var(--muted); font-size: .95rem;
  transition: padding .3s ease;
}
.faq-item.open .faq-a p { padding: 0 24px 22px; }

/* ============ Final CTA ============ */
.cta-final {
  position: relative; padding: 130px 0 150px;
  text-align: center; overflow: clip;
  border-top: 1px solid var(--border);
  background:
    radial-gradient(60% 90% at 50% 115%, rgba(232, 72, 63, .16), transparent 60%),
    var(--ink-deep);
}
.cta-inner { position: relative; max-width: 720px; margin-inline: auto; padding-inline: 24px; }
.cta-glow {
  position: absolute; top: -70px; left: 50%; transform: translateX(-50%);
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 72, 63, .22), transparent 65%);
  filter: blur(20px); pointer-events: none;
}
.cta-final h2 { font-size: clamp(2rem, 4.6vw, 3.3rem); position: relative; }
.cta-final > .cta-inner > p:not(.cta-note) {
  font-size: 1.2rem; color: var(--muted); margin: 18px 0 36px;
}
.cta-final .hero-ctas { justify-content: center; position: relative; }
.cta-note { margin-top: 20px; font-size: .86rem; color: var(--faint); position: relative; }

/* ============ Footer ============ */
.site-footer {
  border-top: 1px solid var(--border);
  background: var(--ink-deep);
  padding: 64px 0 30px;
}
.footer-inner {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 50px;
}
.footer-brand p { color: var(--faint); font-size: .92rem; margin-top: 16px; max-width: 30em; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-col h4 {
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 6px;
}
.footer-col a { color: var(--faint); font-size: .93rem; transition: color .15s ease; width: fit-content; }
.footer-col a:hover { color: var(--text); }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 10px 30px; justify-content: space-between;
  border-top: 1px solid var(--border); padding-top: 26px;
  color: var(--faint); font-size: .84rem;
}

/* ============ Reveal animations ============ */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.22, .8, .32, 1);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============ Responsive ============ */
@media (max-width: 1080px) {
  .feature-list .feature-row { padding: 36px 34px; gap: 30px; }
  .modes-wrap { grid-template-columns: 1fr; }
  .mode-tabs { max-width: 100%; }
  .shot-row { grid-template-columns: repeat(2, 1fr); gap: 40px 22px; }
  .shot:nth-child(even) .phone { transform: translateY(26px); }
  .shot:nth-child(even) figcaption { margin-top: 46px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; top: var(--nav-h); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(13, 15, 20, .97);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    padding: 10px 24px 20px;
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .25s ease, opacity .25s ease;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links li { border-bottom: 1px solid var(--border); }
  .nav-links li:last-child { border-bottom: 0; }
  .nav-links a { display: block; padding: 15px 2px; font-size: 1rem; }
  .nav-cta { display: none; }

  .hero-inner { grid-template-columns: 1fr; gap: 70px; }
  .hero { padding-top: calc(var(--nav-h) + 40px); }
  .hero-visual { padding-bottom: 20px; }
  .float-chip-a { left: 0; }
  .float-chip-b { right: 0; }
  .float-chip-c { left: 0; }
  .float-chip-d { right: 0; }
  .hero-stats { grid-template-columns: repeat(2, auto); gap: 18px 44px; }
  .feature-list .feature-row {
    grid-template-columns: 1fr;
    padding: 32px 26px;
    gap: 26px;
  }
  .feature-row:nth-child(even) .feature-copy { order: 0; }
  .feature-row .card-demo { min-height: 190px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .section { padding: 84px 0; }
  .section-tight { padding: 72px 0; }
  .steps { grid-template-columns: 1fr; }
  .shot-row { grid-template-columns: 1fr; }
  .shot .phone, .shot:nth-child(even) .phone { transform: none; }
  .shot figcaption, .shot:nth-child(even) figcaption { margin-top: 18px; }
  .hero-ctas .btn { width: 100%; }
  .billing-toggle { gap: 10px; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .float-chip { font-size: .7rem; padding: 7px 12px; }
  .mode-display { padding: 26px 22px; min-height: 380px; }
  .scroll-cue { display: none; }
}

/* ============ Reduced motion ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}
