/* TelPrompt — sexy edition. Zahlo Intelligence, dialed up. */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #fdf8f8;
  color: #1c1b1b;
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}
/* Custom cursor only takes over on fine-pointer devices once JS adds the class.
   Falls back to the native system cursor everywhere else (accessibility-safe). */
body.has-custom-cursor { cursor: none; }
body.has-custom-cursor button,
body.has-custom-cursor a,
body.has-custom-cursor summary { cursor: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Skip link — first thing in tab order, only visible on focus */
.skip-link {
  position: absolute; top: -100px; left: 16px; z-index: 999;
  background: var(--on); color: var(--surface);
  padding: 12px 20px; border-radius: 9999px;
  font-family: var(--font-d); font-weight: 700; font-size: 14px;
  box-shadow: 0 8px 24px rgba(28,27,27,0.3);
  transition: top 220ms cubic-bezier(.16,1,.3,1);
}
.skip-link:focus-visible { top: 16px; }

:root {
  --surface: #fdf8f8;
  --surface-2: #f7f3f2;
  --tonal: #f1edec;
  --tonal-hi: #e5e2e1;
  --on: #1c1b1b;
  --on-variant: #444748;
  /* --muted darkened from #747878 → #646868 for WCAG AA on warm-white and tonal surfaces */
  --muted: #646868;
  --faint: #c4c7c7;
  --coral: #b32826;
  --coral-dark: #9d1f1d;
  --coral-soft: #ffdad6;
  --coral-glow: rgba(179, 40, 38, 0.25);
  --shadow-float: 0 30px 80px rgba(28,27,27,0.10), 0 8px 24px rgba(28,27,27,0.05);
  --shadow-card: 0 6px 24px rgba(28,27,27,0.05);
  --shadow-coral: 0 18px 40px rgba(179,40,38,0.32);
  --font-d: 'Outfit', system-ui, sans-serif;
  --font-b: 'DM Sans', system-ui, sans-serif;

  /* Sexy noise — base64 SVG */
  --noise: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.11 0 0 0 0 0.11 0 0 0 0 0.11 0 0 0 0.18 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* Texture overlay across body */
body::before {
  content: ''; position: fixed; inset: 0;
  background-image: var(--noise);
  opacity: 0.45; pointer-events: none; z-index: 1; mix-blend-mode: multiply;
}

/* ============================================================ */
/* Cursor                                                       */
/* ============================================================ */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%); border-radius: 50%; will-change: transform;
  display: none;
}
body.has-custom-cursor .cursor-dot, body.has-custom-cursor .cursor-ring { display: block; }
.cursor-dot { width: 6px; height: 6px; background: var(--coral); transition: transform 80ms ease, opacity 200ms ease; mix-blend-mode: normal; }
.cursor-ring { width: 36px; height: 36px; border: 1.5px solid var(--on); transition: transform 220ms cubic-bezier(.16,1,.3,1), width 220ms ease, height 220ms ease, background 200ms ease, border-color 200ms ease, opacity 200ms ease; }
.cursor-ring.is-hot { width: 64px; height: 64px; background: var(--coral); border-color: var(--coral); mix-blend-mode: multiply; }
@media (prefers-reduced-motion: reduce) {
  body.has-custom-cursor { cursor: auto; }
  body.has-custom-cursor button, body.has-custom-cursor a, body.has-custom-cursor summary { cursor: pointer; }
  body.has-custom-cursor .cursor-dot, body.has-custom-cursor .cursor-ring { display: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

/* ============================================================ */
/* Layout                                                       */
/* ============================================================ */
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; }
.section { padding: 140px 0; position: relative; }
.section-tight { padding: 90px 0; }

/* Section dividers — coral hairline */
.section-divider {
  position: relative; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--coral) 50%, transparent 100%);
  opacity: 0.18;
}

/* ============================================================ */
/* Typography                                                   */
/* ============================================================ */
h1, h2, h3, h4 { font-family: var(--font-d); letter-spacing: -0.025em; line-height: 1.02; }
.eyebrow {
  font-family: var(--font-b); font-weight: 700; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--coral);
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; background: var(--coral-soft); border-radius: 9999px;
}
.eyebrow.muted { color: var(--muted); background: var(--tonal); }
.eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor;
  animation: blink 1.6s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:0.5;transform:scale(1.4);} }

/* Gradient text utility */
.grad-text {
  background: linear-gradient(135deg, var(--on) 0%, var(--coral) 60%, var(--on) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ============================================================ */
/* Nav                                                          */
/* ============================================================ */
nav.top {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253,248,248,0.72);
  backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(28,27,27,0.04);
}
nav.top .inner {
  max-width: 1240px; margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-d); font-weight: 800; font-size: 19px; letter-spacing: -0.02em; }
.nav-brand img { width: 32px; height: 32px; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a {
  font-weight: 500; font-size: 14px; color: var(--on-variant); position: relative;
  transition: color 160ms ease;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
  background: var(--coral); transform: scaleX(0); transform-origin: right;
  transition: transform 260ms cubic-bezier(.16,1,.3,1);
}
.nav-links a:hover { color: var(--on); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  background: var(--on); color: #fff; border: none;
  padding: 12px 24px; border-radius: 9999px;
  font-weight: 700; font-size: 14px; letter-spacing: -0.005em;
  transition: background 200ms ease, transform 160ms ease, box-shadow 200ms ease;
  box-shadow: 0 4px 12px rgba(28,27,27,0.15);
}
.nav-cta:hover { background: var(--coral); transform: translateY(-1px); box-shadow: var(--shadow-coral); }
.menu-btn { display: none; background: transparent; border: none; padding: 6px; }

/* ============================================================ */
/* Hero                                                         */
/* ============================================================ */
.hero { padding: 80px 0 40px; text-align: center; position: relative; }
.hero::before {
  content: ''; position: absolute; left: 50%; top: 8%;
  transform: translateX(-50%);
  width: 900px; height: 900px; max-width: 110vw;
  background: radial-gradient(circle at center, var(--coral-glow) 0%, transparent 60%);
  filter: blur(40px); pointer-events: none; opacity: 0.5; z-index: 0;
}

.hero .container { position: relative; z-index: 2; }

.hero h1 {
  font-family: var(--font-d);
  font-size: clamp(52px, 9vw, 124px);
  font-weight: 800; letter-spacing: -0.045em; line-height: 0.94;
  max-width: 1100px; margin: 28px auto 0;
}
.hero h1 .line { display: block; }
.hero h1 .accent { font-style: italic; font-weight: 500; color: var(--coral); }
.hero h1 .underline {
  position: relative; display: inline-block;
}
.hero h1 .underline::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 18px; background: var(--coral); opacity: 0.18;
  transform: skewX(-12deg) translateY(2px); border-radius: 4px;
  animation: hl 1.2s cubic-bezier(.16,1,.3,1) 0.6s both;
  transform-origin: left;
}
@keyframes hl { from { transform: skewX(-12deg) translateY(2px) scaleX(0); } to { transform: skewX(-12deg) translateY(2px) scaleX(1); } }

.hero .sub {
  font-size: clamp(17px, 1.4vw, 21px);
  color: var(--on-variant);
  max-width: 640px; margin: 32px auto 0; line-height: 1.55;
}
.hero-cta { margin-top: 44px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Magnetic primary button — gradient + sheen */
.btn-primary {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--coral) 0%, #c73430 50%, var(--coral-dark) 100%);
  color: #fff; border: none;
  padding: 19px 36px; border-radius: 9999px;
  font-family: var(--font-d); font-weight: 800; font-size: 16px; letter-spacing: -0.01em;
  box-shadow: var(--shadow-coral), inset 0 1px 0 rgba(255,255,255,0.18);
  transition: transform 200ms cubic-bezier(.16,1,.3,1), box-shadow 200ms ease;
  display: inline-flex; align-items: center; gap: 12px;
}
.btn-primary::before {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 80%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: skewX(-20deg);
  transition: left 700ms ease;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 24px 56px rgba(179,40,38,0.38), inset 0 1px 0 rgba(255,255,255,0.22); }
.btn-primary:hover::before { left: 120%; }
.btn-primary:active { transform: translateY(-1px); }
.btn-primary svg { transition: transform 240ms cubic-bezier(.16,1,.3,1); }
.btn-primary:hover svg { transform: translateX(4px); }

.btn-secondary {
  background: rgba(28,27,27,0.04); color: var(--on); border: none;
  padding: 19px 30px; border-radius: 9999px;
  font-family: var(--font-d); font-weight: 700; font-size: 16px;
  transition: background 200ms ease, transform 160ms ease;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(28,27,27,0.06);
}
.btn-secondary:hover { background: var(--tonal-hi); transform: translateY(-2px); }

.hero-trust {
  margin-top: 32px; display: flex; gap: 32px; justify-content: center; flex-wrap: wrap;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}
.hero-trust span { display: inline-flex; align-items: center; gap: 9px; }
.hero-trust .ok {
  width: 18px; height: 18px; border-radius: 50%; background: var(--coral);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(179,40,38,0.3);
}
.hero-trust .ok::after { content: ''; width: 7px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg) translate(1px, -1px); }

/* Hero visual — luxe browser-window mock with glow */
.hero-visual {
  margin: 88px auto 0; max-width: 1080px; position: relative; padding: 0 32px;
}
.hero-visual::before {
  content: ''; position: absolute; left: 50%; bottom: -40px;
  transform: translateX(-50%);
  width: 70%; height: 100px;
  background: radial-gradient(ellipse at center, var(--coral-glow) 0%, transparent 70%);
  filter: blur(40px); pointer-events: none; z-index: 0;
}
.window-frame {
  position: relative; border-radius: 32px; padding: 14px;
  background: linear-gradient(180deg, rgba(28,27,27,0.06) 0%, rgba(28,27,27,0.02) 100%);
  box-shadow: var(--shadow-float);
  backdrop-filter: blur(12px);
}
.window-mock {
  background: var(--surface); border-radius: 22px; overflow: hidden;
  box-shadow: 0 20px 50px rgba(28,27,27,0.12);
  position: relative;
}
.window-chrome {
  height: 44px; background: linear-gradient(180deg, #ebe7e6 0%, #e5e2e1 100%);
  display: flex; align-items: center; gap: 8px; padding: 0 16px;
}
.window-chrome .dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(28,27,27,0.08); }
.window-chrome .dot.coral { background: var(--coral); box-shadow: 0 0 0 0 var(--coral-glow); animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 0%,100%{box-shadow:0 0 0 0 var(--coral-glow);} 50%{box-shadow:0 0 0 8px transparent;} }
.window-chrome .title { margin-left: 14px; font-weight: 800; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 10px; font-family: var(--font-d); }
.window-chrome .title img { width: 18px; height: 18px; }
.window-chrome .live { margin-left: auto; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); display: inline-flex; align-items: center; gap: 7px; }
.window-chrome .live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(179,40,38,0.55); animation: livePulse 1.4s ease-in-out infinite; }
@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(179,40,38,0.55); transform: scale(1); }
  50% { box-shadow: 0 0 0 8px rgba(179,40,38,0); transform: scale(1.15); }
}
.voice-pulse { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); margin-right: 6px; vertical-align: middle; animation: livePulse 1.4s ease-in-out infinite; }

.window-body {
  min-height: 400px; padding: 0; position: relative;
  background: var(--surface); overflow: hidden;
}

/* ---------- Live teleprompter demo ---------- */
.teleprompter-demo {
  position: absolute; inset: 0; overflow: hidden;
  /* Vertical fade mask: top and bottom dimmed, center fully visible */
  mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
}
.teleprompter-scroller {
  position: absolute; left: 0; right: 0; top: 50%;
  display: flex; flex-direction: column; gap: 18px;
  font-family: var(--font-b); font-weight: 500;
  font-size: clamp(22px, 2.4vw, 36px); line-height: 1.35; letter-spacing: -0.015em;
  text-align: center; color: var(--on);
  animation: teleScroll 32s linear infinite;
  will-change: transform;
}
.teleprompter-scroller p { margin: 0; padding: 0 60px; }
.teleprompter-scroller em {
  font-style: normal; color: var(--coral); font-weight: 800;
  position: relative; display: inline-block;
  padding: 0 4px;
}
.teleprompter-scroller em::after {
  content: ''; position: absolute; inset: 2px -4px; background: var(--coral-soft);
  border-radius: 6px; z-index: -1; opacity: 0.6;
}

@keyframes teleScroll {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* The fixed reading line — coral hairline across center */
.reading-line {
  position: absolute; left: 8%; right: 8%; top: 50%; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--coral) 18%, var(--coral) 82%, transparent 100%);
  opacity: 0.55; pointer-events: none; z-index: 3;
}
/* The glowing band the line sits in */
.reading-band {
  position: absolute; left: 0; right: 0; top: 50%; height: 180px;
  transform: translateY(-50%); pointer-events: none; z-index: 2;
  background: radial-gradient(ellipse at center, var(--coral-glow) 0%, rgba(179,40,38,0.06) 42%, transparent 76%);
}

@media (prefers-reduced-motion: reduce) {
  .teleprompter-scroller { animation: none; transform: translateY(-50%); }
}

/* ---------- Interactive hero demo (idle / compose / running) ---------- */
.demo-state { position: absolute; inset: 0; display: flex; flex-direction: column; }
#hero-demo[data-demo-state="idle"]    .demo-state-compose,
#hero-demo[data-demo-state="idle"]    .demo-state-running,
#hero-demo[data-demo-state="compose"] .demo-state-idle,
#hero-demo[data-demo-state="compose"] .demo-state-running,
#hero-demo[data-demo-state="running"] .demo-state-idle,
#hero-demo[data-demo-state="running"] .demo-state-compose { display: none; }

/* Try-it pill — sits over the looping mockup */
.demo-try-btn {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  z-index: 5;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px 12px 18px;
  background: var(--on); color: var(--surface);
  border: none; border-radius: 999px;
  font-family: var(--font-b); font-weight: 700; font-size: 14px; letter-spacing: -0.005em;
  cursor: pointer;
  box-shadow: 0 14px 40px rgba(28,27,27,0.25), 0 2px 6px rgba(28,27,27,0.12);
  transition: transform 200ms cubic-bezier(.16,1,.3,1), box-shadow 200ms ease, background 200ms ease;
}
.demo-try-btn:hover { transform: translateX(-50%) translateY(-2px); background: var(--coral); box-shadow: 0 18px 44px rgba(179,40,38,0.36); }
.demo-try-btn:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }
.demo-try-btn .play {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--coral); color: #fff; font-size: 10px;
}
.demo-try-btn:hover .play { background: rgba(255,255,255,0.22); }

/* COMPOSE state */
.demo-state-compose {
  background: var(--surface);
  padding: 22px 26px 20px;
  gap: 12px;
  overflow: auto;
}
.demo-compose-head {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 16px;
  flex-wrap: wrap;
}
.demo-compose-label {
  font-family: var(--font-d); font-weight: 700; font-size: 16px; color: var(--on);
  letter-spacing: -0.01em;
}
.demo-samples { display: flex; gap: 6px; flex-wrap: wrap; }
.demo-samples button {
  background: transparent; border: 1px solid var(--line);
  padding: 6px 12px; border-radius: 999px;
  font-family: var(--font-b); font-weight: 500; font-size: 12px; color: var(--on-variant);
  cursor: pointer; transition: all 160ms ease;
}
.demo-samples button:hover { border-color: var(--on); color: var(--on); }
.demo-samples button.is-active {
  background: var(--on); color: var(--surface); border-color: var(--on);
}
.demo-script {
  width: 100%; min-height: 100px; resize: vertical;
  padding: 14px 16px;
  border: 1px solid var(--line); border-radius: 14px;
  background: var(--surface); color: var(--on);
  font-family: var(--font-b); font-size: 15px; line-height: 1.5;
  outline: none;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.demo-script:focus { border-color: var(--coral); box-shadow: 0 0 0 3px var(--coral-soft); }

.demo-controls { display: flex; flex-direction: column; gap: 10px; }
.demo-wpm {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-b); font-size: 13px; color: var(--on-variant);
}
.demo-wpm > span:first-child { font-weight: 700; color: var(--on); min-width: 36px; }
.demo-wpm input[type="range"] {
  flex: 1; height: 4px; -webkit-appearance: none; appearance: none;
  background: var(--line); border-radius: 999px; cursor: pointer;
}
.demo-wpm input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--coral); border: 2px solid var(--surface);
  box-shadow: 0 2px 6px rgba(179,40,38,0.35);
  cursor: pointer;
}
.demo-wpm input[type="range"]::-moz-range-thumb {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--coral); border: 2px solid var(--surface);
  box-shadow: 0 2px 6px rgba(179,40,38,0.35);
  cursor: pointer;
}
.demo-wpm-val { min-width: 64px; text-align: right; color: var(--on); font-weight: 600; font-variant-numeric: tabular-nums; }

.demo-start-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.demo-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 18px; border-radius: 999px;
  font-family: var(--font-b); font-weight: 700; font-size: 14px;
  border: none; cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
}
.demo-btn-voice { background: var(--coral); color: #fff; }
.demo-btn-voice:hover:not(:disabled) { transform: translateY(-1px); }
.demo-btn-voice:disabled { background: var(--line); color: var(--muted); cursor: not-allowed; }
.demo-btn-voice:disabled .voice-pulse { background: var(--muted); animation: none; }
.demo-btn-auto { background: var(--on); color: var(--surface); }
.demo-btn-auto:hover { transform: translateY(-1px); background: var(--coral); }
.demo-link {
  background: none; border: none; cursor: pointer;
  font-family: var(--font-b); font-size: 13px; color: var(--on-variant);
  padding: 6px 10px; border-radius: 8px;
  transition: color 160ms ease, background 160ms ease;
}
.demo-link:hover { color: var(--on); background: var(--tonal); }

.demo-voice-note { font-family: var(--font-b); font-size: 12px; color: var(--on-variant); margin: 0; line-height: 1.45; }
.demo-voice-note.is-ok { color: var(--on); }
.demo-voice-note .demo-check { color: var(--coral); font-weight: 700; }

/* RUNNING state */
.demo-state-running { background: var(--surface); }
.demo-reader-mask {
  position: absolute; inset: 0; overflow: hidden;
  mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
}
.demo-reader {
  position: absolute; left: 0; right: 0; top: 50%;
  padding: 0 60px;
  font-family: var(--font-b); font-weight: 500;
  font-size: clamp(22px, 2.4vw, 36px); line-height: 1.4; letter-spacing: -0.015em;
  text-align: center; color: var(--on);
  transition: transform 600ms cubic-bezier(.16,1,.3,1);
  will-change: transform;
}
.demo-reader .w {
  display: inline-block;
  margin: 0 6px;
  color: var(--on);
  opacity: 0.32;
  transition: opacity 220ms ease, color 220ms ease, background 220ms ease;
}
.demo-reader .w.spoken { opacity: 0.18; }
.demo-reader .w.active {
  opacity: 1;
  color: var(--coral); font-weight: 800;
  background: var(--coral-soft);
  padding: 2px 6px; border-radius: 6px;
}
.demo-reader .br { display: block; height: 8px; }

.demo-running-bar {
  position: absolute; left: 18px; right: 18px; bottom: 14px;
  z-index: 5;
  display: flex; justify-content: space-between; align-items: center;
}
.demo-mode-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; border-radius: 999px;
  background: var(--tonal); color: var(--on);
  font-family: var(--font-b); font-weight: 600; font-size: 12px;
}
.demo-mode-tag .voice-pulse { margin: 0; }

@media (max-width: 720px) {
  .demo-state-compose { padding: 16px 16px 14px; }
  .demo-compose-label { font-size: 14px; }
  .demo-script { font-size: 14px; min-height: 84px; }
  .demo-btn { padding: 10px 14px; font-size: 13px; }
  .demo-try-btn { bottom: 16px; padding: 10px 18px 10px 14px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .demo-reader { transition: none; }
  .demo-reader .w { transition: none; }
}

/* Window footer with progress */
.window-foot {
  height: 38px; background: var(--surface-2); display: flex; align-items: center; justify-content: space-between;
  padding: 0 20px; font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
  font-family: var(--font-d); position: relative;
}
.window-foot::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 42%; background: var(--coral);
  box-shadow: 0 0 12px var(--coral-glow);
}

/* ============================================================ */
/* Marquee — logos / trust band                                 */
/* ============================================================ */
.marquee {
  margin: 60px 0 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: inline-flex; gap: 80px; animation: scroll 28s linear infinite; white-space: nowrap;
  padding: 16px 0;
}
.marquee-track span {
  font-family: var(--font-d); font-weight: 700; font-size: 18px; color: var(--muted);
  display: inline-flex; align-items: center; gap: 14px;
}
.marquee-track span::after { content: '●'; color: var(--coral); font-size: 8px; opacity: 0.4; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================ */
/* Section heads                                                */
/* ============================================================ */
.section-head { text-align: center; max-width: 780px; margin: 0 auto 72px; }
.section-head h2 {
  font-size: clamp(40px, 6vw, 72px); font-weight: 800; letter-spacing: -0.035em;
  margin-top: 20px; line-height: 1.02;
}
.section-head h2 em { font-style: italic; font-weight: 500; color: var(--coral); }
.section-head p { font-size: 19px; color: var(--on-variant); margin-top: 20px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ============================================================ */
/* Features grid — staggered, with hover lift                   */
/* ============================================================ */
.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.feature {
  background: var(--tonal); border-radius: 32px; padding: 36px;
  transition: transform 400ms cubic-bezier(.16,1,.3,1), background 300ms ease, box-shadow 400ms ease;
  position: relative; overflow: hidden;
}
.feature::before {
  content: ''; position: absolute; left: 0; top: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(179,40,38,0.4), transparent);
  opacity: 0; transition: opacity 300ms ease;
}
.feature:hover { background: var(--surface); transform: translateY(-6px); box-shadow: 0 30px 60px rgba(28,27,27,0.08); }
.feature:hover::before { opacity: 1; }
.feature:nth-child(even) { transform: translateY(20px); }
.feature:nth-child(even):hover { transform: translateY(14px); }
.feature .ico {
  width: 56px; height: 56px; border-radius: 18px;
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%);
  display: flex; align-items: center; justify-content: center; color: var(--coral);
  margin-bottom: 26px;
  box-shadow: inset 0 0 0 1px rgba(28,27,27,0.04), 0 6px 16px rgba(28,27,27,0.04);
  transition: transform 400ms cubic-bezier(.16,1,.3,1);
}
.feature:hover .ico { transform: rotate(-8deg) scale(1.06); }
.feature .ico svg { width: 24px; height: 24px; }
.feature h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.025em; }
.feature p { font-size: 15.5px; color: var(--on-variant); margin-top: 12px; line-height: 1.6; }

/* ============================================================ */
/* Privacy section — dark moody, with grain                     */
/* ============================================================ */
.privacy {
  background: var(--on); color: var(--surface);
  border-radius: 56px;
  margin: 80px 32px;
  padding: 120px 40px;
  text-align: center;
  position: relative; overflow: hidden;
}
.privacy::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(179,40,38,0.18) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(179,40,38,0.12) 0%, transparent 50%);
}
.privacy::after {
  content: ''; position: absolute; inset: 0;
  background-image: var(--noise); opacity: 0.4; mix-blend-mode: screen;
}
.privacy .container { max-width: 980px; position: relative; z-index: 2; }
.privacy .eyebrow { background: rgba(179,40,38,0.18); color: var(--coral-soft); }
.privacy h2 {
  font-size: clamp(44px, 7vw, 80px); font-weight: 800;
  letter-spacing: -0.04em; line-height: 0.98;
  margin-top: 22px; color: var(--surface);
}
.privacy h2 em { font-style: italic; font-weight: 500; color: var(--coral); }
.privacy h2 .strike { position: relative; }
.privacy h2 .strike::after { content: ''; position: absolute; left: -4%; right: -4%; top: 50%; height: 6px; background: var(--coral); border-radius: 3px; transform: rotate(-3deg); }
.privacy .sub { font-size: 19px; color: #c4c7c7; margin-top: 24px; max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.55; }
.privacy-grid {
  margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.privacy-card {
  background: rgba(255,255,255,0.04); border-radius: 28px; padding: 32px;
  text-align: left; border: 1px solid rgba(255,255,255,0.06);
  transition: background 300ms ease, transform 400ms cubic-bezier(.16,1,.3,1);
  backdrop-filter: blur(12px);
}
.privacy-card:hover { background: rgba(255,255,255,0.07); transform: translateY(-4px); }
.privacy-card .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9999px;
  background: var(--coral); color: #fff; font-family: var(--font-d); font-weight: 800; font-size: 14px;
  box-shadow: 0 6px 16px rgba(179,40,38,0.45);
}
.privacy-card h3 { font-size: 19px; font-weight: 800; margin-top: 22px; color: var(--surface); letter-spacing: -0.02em; }
.privacy-card p { font-size: 14.5px; color: #a8acac; margin-top: 10px; line-height: 1.6; }
.privacy-card code { background: rgba(255,255,255,0.08); padding: 2px 6px; border-radius: 4px; font-size: 13px; color: var(--coral-soft); }

/* ============================================================ */
/* How it works — steps with coral spine                        */
/* ============================================================ */
.steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; position: relative;
}
.steps::before {
  content: ''; position: absolute; left: 5%; right: 5%; top: 38px; height: 2px;
  background: linear-gradient(90deg, var(--coral) 0%, var(--coral) 100%);
  opacity: 0.15; z-index: 0;
}
.step {
  background: var(--surface); border-radius: 28px; padding: 32px;
  position: relative; z-index: 1;
  box-shadow: var(--shadow-card);
  transition: transform 400ms cubic-bezier(.16,1,.3,1), box-shadow 400ms ease;
}
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-float); }
.step .step-num {
  counter-increment: step; display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 9999px;
  background: var(--coral); color: #fff;
  font-family: var(--font-d); font-weight: 800; font-size: 16px; letter-spacing: -0.01em;
  box-shadow: 0 8px 20px rgba(179,40,38,0.32);
  margin-bottom: 20px;
}
.step .step-num::before { content: counter(step, decimal-leading-zero); }
.step h3 { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; }
.step p { font-size: 14.5px; color: var(--on-variant); margin-top: 10px; line-height: 1.6; }

/* ============================================================ */
/* Use cases — Bento grid                                       */
/* ============================================================ */
.usecase-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px;
  grid-auto-rows: 200px;
}
.usecase {
  background: var(--surface); border-radius: 28px; padding: 28px;
  box-shadow: var(--shadow-card);
  transition: transform 400ms cubic-bezier(.16,1,.3,1), box-shadow 400ms ease;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
}
.usecase:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }
.usecase:nth-child(1) { grid-column: span 3; grid-row: span 2; background: linear-gradient(135deg, var(--coral) 0%, var(--coral-dark) 100%); color: #fff; }
.usecase:nth-child(2) { grid-column: span 3; }
.usecase:nth-child(3) { grid-column: span 2; }
.usecase:nth-child(4) { grid-column: span 2; background: var(--on); color: var(--surface); }
.usecase:nth-child(4) p, .usecase:nth-child(4) h3 { color: var(--surface); }
.usecase:nth-child(5) { grid-column: span 2; }
.usecase:nth-child(6) { grid-column: span 3; }

.usecase .ico {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--surface);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--coral); margin-bottom: 4px;
  box-shadow: inset 0 0 0 1px rgba(28,27,27,0.04);
  transition: transform 400ms cubic-bezier(.16,1,.3,1), background 300ms ease;
}
.usecase:hover .ico { transform: rotate(-6deg) scale(1.08); }
.usecase .ico svg { width: 22px; height: 22px; }
/* Featured/dark cards invert the icon container for legibility */
.usecase:nth-child(1) .ico,
.usecase:nth-child(4) .ico {
  background: rgba(255,255,255,0.18); color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
.usecase:nth-child(1) .ico svg { width: 26px; height: 26px; }
.usecase h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.025em; }
.usecase:nth-child(1) h3 { font-size: 36px; }
.usecase:nth-child(1) p { color: rgba(255,255,255,0.85); font-size: 16px; }
.usecase p { font-size: 14.5px; color: var(--on-variant); margin-top: 6px; }
.usecase .arrow {
  position: absolute; top: 28px; right: 28px;
  width: 34px; height: 34px; border-radius: 9999px;
  background: rgba(28,27,27,0.05); display: flex; align-items: center; justify-content: center;
  transition: transform 300ms cubic-bezier(.16,1,.3,1), background 300ms ease;
}
.usecase:hover .arrow { transform: rotate(-45deg); background: var(--coral); color: #fff; }
.usecase:nth-child(1) .arrow { background: rgba(255,255,255,0.18); color: #fff; }
.usecase:nth-child(4) .arrow { background: rgba(255,255,255,0.1); color: #fff; }

/* ============================================================ */
/* Pricing                                                      */
/* ============================================================ */
.pricing-wrap { display: flex; justify-content: center; }
.price-card {
  background: var(--surface); border-radius: 40px; padding: 56px;
  box-shadow: var(--shadow-float);
  max-width: 500px; width: 100%;
  position: relative; overflow: hidden;
}
.price-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--coral), transparent);
}
.price-card::after {
  content: ''; position: absolute; inset: 0; border-radius: 40px;
  background: radial-gradient(circle at 90% 0%, var(--coral-glow) 0%, transparent 60%);
  pointer-events: none;
}
.price-card > * { position: relative; z-index: 1; }
.price-card .badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--coral); color: #fff;
  font-weight: 800; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 9999px;
  box-shadow: 0 6px 16px rgba(179,40,38,0.32);
}
.price-card .badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: blink 1.4s ease-in-out infinite; }
.price-card h3 {
  font-size: 32px; font-weight: 800; letter-spacing: -0.025em; margin-top: 22px;
}
.price-card .price {
  margin-top: 10px; display: flex; align-items: baseline; gap: 8px;
}
.price-card .amount {
  font-family: var(--font-d); font-weight: 800; font-size: 88px; letter-spacing: -0.05em; line-height: 1;
  background: linear-gradient(135deg, var(--on) 0%, var(--coral) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-card .per { font-size: 17px; color: var(--muted); font-weight: 700; }
.price-card .pdesc { color: var(--on-variant); margin-top: 16px; font-size: 15.5px; line-height: 1.55; }
.price-card ul {
  list-style: none; margin: 32px 0; padding: 0; display: flex; flex-direction: column; gap: 14px;
}
.price-card li {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 15.5px; color: var(--on-variant);
}
.price-card .check {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  background: var(--coral); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 1px; box-shadow: 0 3px 8px rgba(179,40,38,0.32);
}
.price-card .check svg { width: 12px; height: 12px; }
.price-card .cta { width: 100%; justify-content: center; }
.price-card .small {
  margin-top: 18px; font-size: 13px; color: var(--muted); text-align: center; line-height: 1.5;
}

/* ============================================================ */
/* FAQ                                                          */
/* ============================================================ */
.faq-grid { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq {
  background: var(--tonal); border-radius: 24px; overflow: hidden;
  transition: background 220ms ease, box-shadow 300ms ease;
}
.faq:hover { background: var(--tonal-hi); }
.faq[open] { background: var(--surface); box-shadow: var(--shadow-card); }
.faq summary {
  list-style: none; cursor: none; padding: 26px 30px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  font-weight: 800; font-size: 18px; letter-spacing: -0.015em;
  font-family: var(--font-d);
}
@media (pointer: coarse), (max-width: 920px) { .faq summary { cursor: pointer; } }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev {
  width: 34px; height: 34px; flex-shrink: 0;
  border-radius: 50%; background: var(--surface);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 320ms cubic-bezier(.16,1,.3,1), background 220ms ease, color 220ms ease;
  color: var(--on); box-shadow: inset 0 0 0 1px rgba(28,27,27,0.05);
}
.faq[open] summary .chev { transform: rotate(180deg); background: var(--coral); color: #fff; box-shadow: 0 6px 16px rgba(179,40,38,0.3); }
.faq .ans {
  padding: 0 30px 28px;
  font-size: 16px; color: var(--on-variant); line-height: 1.65;
}
.faq .ans p + p { margin-top: 14px; }
.faq code { background: var(--tonal-hi); padding: 2px 7px; border-radius: 5px; font-size: 14px; color: var(--coral); }

/* ============================================================ */
/* CTA band — coral, with marquee under                         */
/* ============================================================ */
.cta-band {
  background: linear-gradient(135deg, var(--coral) 0%, var(--coral-dark) 100%);
  color: #fff;
  border-radius: 48px;
  margin: 0 32px;
  padding: 100px 40px;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(255,255,255,0.18) 0%, transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(0,0,0,0.18) 0%, transparent 50%);
}
.cta-band::after {
  content: ''; position: absolute; inset: 0;
  background-image: var(--noise); opacity: 0.35; mix-blend-mode: overlay;
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 {
  font-size: clamp(40px, 6vw, 72px); font-weight: 800; letter-spacing: -0.04em; line-height: 0.98;
}
.cta-band h2 em { font-style: italic; font-weight: 500; }
.cta-band p {
  font-size: 19px; color: rgba(255,255,255,0.88); margin-top: 22px; max-width: 580px;
  margin-left: auto; margin-right: auto;
}
.cta-band .btn {
  margin-top: 36px; background: #fff; color: var(--coral);
  border: none; padding: 19px 36px; border-radius: 9999px;
  font-family: var(--font-d); font-weight: 800; font-size: 16px;
  transition: transform 220ms cubic-bezier(.16,1,.3,1), box-shadow 220ms ease;
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}
.cta-band .btn:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(0,0,0,0.22); }

/* ============================================================ */
/* Footer                                                       */
/* ============================================================ */
footer { padding: 60px 0 60px; }

/* Oversized brand wordmark at top of footer */
.footer-statement {
  text-align: center; padding: 80px 32px 100px;
  border-bottom: 1px solid var(--tonal-hi);
  margin-bottom: 80px;
  max-width: 100%;
  overflow: hidden;
}
.wordmark {
  font-family: var(--font-d); font-weight: 800;
  font-size: clamp(80px, 18vw, 240px);
  letter-spacing: -0.06em; line-height: 0.85;
  background: linear-gradient(180deg, var(--on) 0%, var(--on) 60%, var(--tonal-hi) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  user-select: none;
}
.wordmark .coral {
  background: linear-gradient(180deg, var(--coral) 0%, var(--coral) 60%, rgba(179,40,38,0.2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand-tagline {
  margin-top: 28px; font-family: var(--font-d); font-weight: 500;
  font-size: clamp(16px, 1.6vw, 20px); color: var(--on-variant); letter-spacing: -0.01em;
  font-style: italic;
}
footer .container { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 60px; }
.foot-brand img { width: 40px; height: 40px; margin-bottom: 16px; }
.foot-brand .name { font-family: var(--font-d); font-weight: 800; font-size: 22px; letter-spacing: -0.02em; }
.foot-brand p { color: var(--muted); font-size: 15px; margin-top: 14px; max-width: 340px; line-height: 1.6; }
.foot-col h4 {
  font-family: var(--font-b); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 18px;
}
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.foot-col a { font-size: 15px; color: var(--on-variant); transition: color 200ms ease; }
.foot-col a:hover { color: var(--coral); }
.foot-bottom {
  margin-top: 80px; padding-top: 32px;
  border-top: 1px solid var(--tonal-hi);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: var(--muted);
}
.foot-bottom .heart { color: var(--coral); animation: blink 1.6s ease-in-out infinite; }

/* ============================================================ */
/* Scroll reveal                                                */
/* ============================================================ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 800ms cubic-bezier(.16,1,.3,1), transform 800ms cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 80ms; }
.reveal.d2 { transition-delay: 160ms; }
.reveal.d3 { transition-delay: 240ms; }
.reveal.d4 { transition-delay: 320ms; }
.reveal.d5 { transition-delay: 400ms; }
.reveal.d6 { transition-delay: 480ms; }

/* ============================================================ */
/* Hero trust list — accessibility-friendly                     */
/* ============================================================ */
.hero-trust { list-style: none; padding: 0; }

/* ============================================================ */
/* Stats band (under hero)                                      */
/* ============================================================ */
.stats-band { padding: 60px 0 80px; position: relative; z-index: 2; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px;
  background: var(--tonal); border-radius: 32px; padding: 8px;
  position: relative; overflow: hidden;
}
.stats-grid::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, var(--coral-glow) 0%, transparent 50%);
  pointer-events: none;
}
.stat {
  padding: 36px 24px; text-align: center; border-radius: 26px;
  background: var(--surface);
  position: relative; z-index: 1;
  transition: transform 300ms cubic-bezier(.16,1,.3,1);
}
.stat:hover { transform: translateY(-2px); }
.stat-num {
  font-family: var(--font-d); font-weight: 800; font-size: clamp(36px, 4vw, 56px);
  letter-spacing: -0.04em; line-height: 1;
  background: linear-gradient(135deg, var(--on) 0%, var(--coral) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-label {
  margin-top: 12px; font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
}

/* ============================================================ */
/* Comparison table                                             */
/* ============================================================ */
.compare-wrap {
  background: var(--tonal); border-radius: 40px; padding: 32px;
  overflow: hidden; position: relative;
}
.compare-wrap::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, var(--coral-glow) 0%, transparent 40%);
  pointer-events: none;
}
.compare {
  width: 100%; border-collapse: separate; border-spacing: 0; position: relative; z-index: 1;
  font-family: var(--font-b);
}
.compare th, .compare td { padding: 18px 16px; text-align: center; font-size: 15px; }
.compare thead th { font-family: var(--font-d); font-weight: 800; font-size: 14px; letter-spacing: -0.01em; color: var(--on); padding-bottom: 24px; vertical-align: bottom; }
.compare thead th span { display: block; font-family: var(--font-b); font-weight: 600; font-size: 12px; color: var(--muted); letter-spacing: 0.02em; margin-top: 4px; }
.compare tbody th { font-family: var(--font-b); font-weight: 600; font-size: 14.5px; color: var(--on); text-align: left; padding-left: 24px; }
.compare tbody tr { transition: background 200ms ease; }
.compare tbody tr:hover { background: rgba(255,255,255,0.5); }
.compare tbody tr td:not(:first-child) { color: var(--on-variant); }
.compare .us {
  background: var(--surface);
  border-left: 1px solid rgba(179,40,38,0.12);
  border-right: 1px solid rgba(179,40,38,0.12);
}
.compare thead .us { padding-top: 24px; padding-bottom: 28px; border-top-left-radius: 22px; border-top-right-radius: 22px; }
.compare tbody tr:last-child .us { border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; padding-bottom: 28px; }
.compare .us-head { display: flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-d); font-weight: 800; font-size: 18px; color: var(--coral); letter-spacing: -0.01em; }
.compare .us-head img { width: 24px; height: 24px; }
.compare tbody td.us { font-weight: 700; color: var(--on); }
.compare .yes { color: var(--coral); font-size: 22px; line-height: 1; }
.compare .meh { color: var(--muted); font-size: 22px; line-height: 1; }
.compare .no { color: var(--faint); font-size: 22px; line-height: 1; }
.compare-legend { margin-top: 20px; text-align: center; color: var(--muted); font-size: 13px; font-weight: 600; }
.compare-legend .yes, .compare-legend .meh, .compare-legend .no { font-size: 14px; margin: 0 4px; }

/* ============================================================ */
/* Mid-page CTA (after comparison)                              */
/* ============================================================ */
.midcta {
  margin: 56px auto 0; max-width: 920px;
  background: linear-gradient(135deg, var(--on) 0%, #2a2929 100%);
  color: var(--surface); border-radius: 28px;
  padding: 28px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  position: relative; overflow: hidden;
  box-shadow: 0 20px 50px rgba(28,27,27,0.18);
}
.midcta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 100% 0%, var(--coral-glow) 0%, transparent 55%);
  pointer-events: none;
}
.midcta::after {
  content: ''; position: absolute; inset: 0; background-image: var(--noise); opacity: 0.3; mix-blend-mode: overlay; pointer-events: none;
}
.midcta > * { position: relative; z-index: 1; }
.midcta-h { font-family: var(--font-d); font-weight: 800; font-size: clamp(22px, 2.6vw, 30px); letter-spacing: -0.025em; line-height: 1.1; }
.midcta-h em { font-style: italic; font-weight: 500; color: var(--coral); }
.midcta-sub { margin-top: 6px; font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 600; letter-spacing: -0.005em; }
.midcta .btn-primary { flex-shrink: 0; padding: 16px 28px; font-size: 15px; }

@media (max-width: 640px) {
  .midcta { flex-direction: column; gap: 18px; text-align: center; padding: 28px 24px; }
  .midcta .btn-primary { width: 100%; justify-content: center; }
}

/* ============================================================ */
/* Guarantee callout (in pricing card)                          */
/* ============================================================ */
.guarantee {
  margin-top: 20px; padding: 16px 18px;
  background: var(--coral-soft); border-radius: 18px;
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 13.5px; line-height: 1.5; color: #7a0d12;
}
.guarantee svg { flex-shrink: 0; color: var(--coral); margin-top: 1px; }
.guarantee strong { color: var(--coral); font-weight: 800; }
.cta-fineprint { margin-top: 18px; font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 600; letter-spacing: 0.04em; position: relative; z-index: 1; }

/* ============================================================ */
/* Sticky mobile CTA bar                                        */
/* ============================================================ */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0;
  z-index: 90; padding: 12px 14px;
  background: rgba(253,248,248,0.92);
  backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-top: 1px solid rgba(28,27,27,0.06);
  transform: translateY(100%); transition: transform 400ms cubic-bezier(.16,1,.3,1);
  display: none;
}
.sticky-cta.in { transform: translateY(0); }
.sticky-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; max-width: 480px; margin: 0 auto; }
.sticky-price { font-family: var(--font-b); font-size: 13px; color: var(--on-variant); line-height: 1.3; }
.sticky-price strong { font-family: var(--font-d); font-weight: 800; font-size: 18px; color: var(--on); letter-spacing: -0.01em; }
.sticky-btn { padding: 12px 18px !important; font-size: 14px !important; box-shadow: 0 10px 24px rgba(179,40,38,0.32) !important; }
@media (max-width: 760px) { .sticky-cta { display: block; padding-bottom: calc(12px + env(safe-area-inset-bottom)); } body { padding-bottom: 70px; } }

/* ============================================================ */
/* Bento section wrapper — overflow guard                       */
/* ============================================================ */
.bento-wrap { overflow: hidden; }

/* ============================================================ */
/* Legal pages (privacy, terms) — shared layout                 */
/* ============================================================ */
.legal { max-width: 760px; margin: 0 auto; padding: 80px 32px 120px; }
.legal h1 { font-size: clamp(40px, 6vw, 64px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.02; margin-top: 16px; }
.legal .updated { color: var(--muted); font-size: 14px; margin-top: 14px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.legal h2 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; margin: 48px 0 14px; }
.legal h3 { font-size: 18px; font-weight: 700; margin: 28px 0 10px; }
.legal p, .legal li { font-size: 16px; color: var(--on-variant); line-height: 1.65; }
.legal p + p { margin-top: 14px; }
.legal ul, .legal ol { margin: 12px 0 12px 22px; display: flex; flex-direction: column; gap: 8px; }
.legal a { color: var(--coral); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.legal .lede { font-size: 19px; color: var(--on); margin-top: 28px; line-height: 1.55; }
.legal .callout { background: var(--tonal); border-radius: 22px; padding: 22px 26px; margin: 32px 0; }
.legal .callout strong { color: var(--on); font-weight: 700; }
.legal code { background: var(--tonal); border-radius: 6px; padding: 2px 7px; font-family: 'SF Mono', Menlo, monospace; font-size: 14px; color: var(--coral); }

/* ============================================================ */
/* Responsive                                                   */
/* ============================================================ */
@media (max-width: 920px) {
  .nav-links { display: none; }
  .menu-btn { display: inline-flex; }
  .section { padding: 90px 0; }
  .feature-grid, .privacy-grid, .steps { grid-template-columns: 1fr; }
  .feature:nth-child(even) { transform: none; }
  .steps::before { display: none; }
  .usecase-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .usecase, .usecase:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  footer .container { grid-template-columns: 1fr 1fr; gap: 40px; }
  .foot-brand { grid-column: span 2; }
  .privacy, .cta-band { margin: 40px 16px; padding: 70px 28px; border-radius: 36px; }
  .window-body { padding: 36px 24px; min-height: 240px; }
  .price-card { padding: 40px 28px; border-radius: 32px; }
  .price-card .amount { font-size: 64px; }
  .foot-bottom { flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 920px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .compare-wrap { padding: 8px; border-radius: 28px; overflow-x: auto; }
  .compare { min-width: 580px; }
  .compare th, .compare td { padding: 14px 10px; font-size: 13.5px; }
  .compare tbody th { padding-left: 14px; }
}
@media (max-width: 540px) {
  .container { padding: 0 20px; }
  .hero { padding-top: 40px; }
  .hero-trust { gap: 18px; font-size: 11px; }
  .hero-visual { padding: 0 16px; }
  .window-frame { padding: 8px; border-radius: 22px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { padding: 22px 16px; }
  .stat-num { font-size: 32px; }
  .stat-label { font-size: 10px; }
  nav.top .inner { padding: 14px 20px; }
  nav.top .nav-cta { display: none; }
}
