/* ============================================================
   Tennis Mentor — marketing site
   Brand: navy ink · tennis-acid accent · Space Grotesk / Sora
   ============================================================ */

:root {
  --ink:        #16243F;
  --ink-800:    #1B2C4B;
  --ink-700:    #2C3C5A;
  --ink-500:    #5E6C85;
  --ink-400:    #8A95A8;

  --bg:         #F2F3EE;
  --bg-2:       #EBEDE5;
  --surface:    #FFFFFF;
  --line:       #E6E7E0;
  --line-2:     #EFF0EA;

  --acid:       #C8E229;
  --acid-600:   #B4CC1E;
  --acid-200:   #EAF4B0;
  --acid-100:   #F2F8D6;

  --warn:       #E8A53C;
  --good:       #2FA36B;
  --bad:        #D8654E;

  --radius:     22px;
  --radius-sm:  14px;
  --radius-lg:  30px;

  --shadow-card: 0 1px 2px rgba(22,36,63,.04), 0 10px 30px rgba(22,36,63,.07);
  --shadow-pop:  0 18px 50px rgba(22,36,63,.16), 0 4px 12px rgba(22,36,63,.08);
  --shadow-phone: 0 40px 90px -30px rgba(13,22,42,.55), 0 18px 40px -24px rgba(13,22,42,.4);

  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body:    'Sora', system-ui, sans-serif;

  --maxw: 1180px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4, p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 130px) 0; }

/* ---------- Typography ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.98;
  color: var(--ink);
}
.eyebrow {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-500);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 2px;
  background: var(--acid-600);
  border-radius: 2px;
}
.eyebrow--light { color: rgba(255,255,255,.6); }
.lead { font-size: clamp(17px, 2vw, 20px); color: var(--ink-700); line-height: 1.6; }
.muted { color: var(--ink-500); }
.mark { color: var(--acid-600); }
/* acid highlight behind inline text */
.hl { position: relative; white-space: nowrap; }
.hl::after {
  content: "";
  position: absolute; left: -2px; right: -2px; bottom: 0.06em; height: 0.36em;
  background: var(--acid); z-index: -1; border-radius: 3px;
  transform: scaleX(0); transform-origin: left;
  animation: none;
}
.reveal.in .hl::after { animation: hlIn .6s .35s cubic-bezier(.22,.8,.3,1) forwards; }
@keyframes hlIn { to { transform: scaleX(1); } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 56px; padding: 0 28px; border-radius: 16px;
  font-family: var(--font-display); font-weight: 600; font-size: 16px; letter-spacing: -0.01em;
  border: none; cursor: pointer; white-space: nowrap;
  transition: transform .14s ease, background .18s ease, box-shadow .2s ease, color .18s ease;
}
.btn:active { transform: scale(.97); }
.btn--acid { background: var(--acid); color: var(--ink); box-shadow: 0 10px 24px -8px rgba(168,196,15,.7); }
.btn--acid:hover { background: var(--acid-600); box-shadow: 0 14px 30px -8px rgba(168,196,15,.8); transform: translateY(-2px); }
.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: var(--ink-800); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--ink-400); }
.btn--lg { height: 62px; padding: 0 32px; font-size: 17px; }
.btn--on-dark.btn--ghost { color: #fff; border-color: rgba(255,255,255,.22); }
.btn--on-dark.btn--ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); }

/* Google Play badge (custom, trademark-safe styling) */
.play-badge {
  display: inline-flex; align-items: center; gap: 13px;
  height: 62px; padding: 0 26px 0 22px; border-radius: 16px;
  background: var(--ink); color: #fff; cursor: pointer;
  transition: transform .14s ease, background .18s ease, box-shadow .2s ease;
  box-shadow: 0 12px 30px -12px rgba(13,22,42,.6);
}
.play-badge:hover { background: var(--ink-800); transform: translateY(-2px); }
.play-badge:active { transform: scale(.98); }
.play-badge .ptri { width: 26px; height: 28px; flex-shrink: 0; }
.play-badge .ptxt { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.play-badge .ptxt small { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; opacity: .72; font-family: var(--font-body); }
.play-badge .ptxt b { font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: -.01em; }

/* ---------- Top nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: center;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.nav-inner {
  width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.nav.scrolled { background: rgba(242,243,238,.82); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -.02em; color: var(--ink); }
.brand .logo {
  width: 34px; height: 34px; border-radius: 10px; background: var(--ink);
  display: grid; place-items: center; flex-shrink: 0; box-shadow: 0 4px 12px -4px rgba(22,36,63,.5);
}
.nav.on-dark:not(.scrolled) .brand { color: #fff; }
.nav.on-dark:not(.scrolled) .nav-links a { color: rgba(255,255,255,.78); }
.nav.on-dark:not(.scrolled) .nav-links a:hover { color: #fff; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--ink-700); transition: color .15s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta .nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative; background: var(--ink); color: #fff; overflow: hidden;
  padding: clamp(130px, 16vw, 200px) 0 clamp(70px, 9vw, 120px);
}
.hero::before {
  content: ""; position: absolute; width: 900px; height: 900px; border-radius: 50%;
  top: -380px; right: -260px; z-index: 0;
  background: radial-gradient(circle, rgba(200,226,41,.22), rgba(200,226,41,0) 60%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5;
  background:
    radial-gradient(circle at 18% 88%, rgba(200,226,41,.10), transparent 40%);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center;
}
.hero h1 { font-size: clamp(42px, 6.6vw, 80px); color: #fff; }
.hero h1 .mark { color: var(--acid); }
.hero .lead { color: rgba(255,255,255,.74); max-width: 32em; margin-top: 26px; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 38px; flex-wrap: wrap; }
.hero-meta { display: flex; align-items: center; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.hero-meta .mi { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; color: rgba(255,255,255,.62); }
.hero-meta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); }
.hero-phone-stage { position: relative; display: flex; justify-content: center; }

/* ---------- Section headings ---------- */
.sec-head { max-width: 720px; }
.sec-head.center { margin: 0 auto; text-align: center; }
.sec-head h2 { font-size: clamp(30px, 4.4vw, 52px); margin-top: 18px; }
.sec-head p { margin-top: 18px; }

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 60px; counter-reset: step; }
.step { position: relative; padding-top: 14px; }
.step .n {
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center;
  background: var(--ink); color: var(--acid); margin-bottom: 22px;
}
.step h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -.01em; }
.step p { margin-top: 10px; color: var(--ink-500); font-size: 15.5px; }
.step::before {
  content: ""; position: absolute; top: 35px; left: 58px; right: -22px; height: 2px;
  background: repeating-linear-gradient(90deg, var(--line) 0 7px, transparent 7px 14px);
}
.step:last-child::before { display: none; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 56px auto 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-family: var(--font-display); font-weight: 600; font-size: clamp(17px, 2vw, 20px); color: var(--ink); letter-spacing: -.01em;
}
.faq-q .pm { position: relative; width: 22px; height: 22px; flex-shrink: 0; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--acid-600); border-radius: 2px; transition: transform .25s ease; }
.faq-q .pm::before { top: 10px; left: 2px; width: 18px; height: 2px; }
.faq-q .pm::after { top: 2px; left: 10px; width: 2px; height: 18px; }
.faq-item.open .pm::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a .inner { padding: 0 0 26px; color: var(--ink-500); font-size: 15.5px; line-height: 1.65; max-width: 64ch; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #fff; padding: 70px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer .brand { color: #fff; }
.footer .f-about { color: rgba(255,255,255,.6); font-size: 14.5px; margin-top: 18px; max-width: 30ch; line-height: 1.6; }
.footer h5 { font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer ul a { color: rgba(255,255,255,.72); font-size: 14.5px; transition: color .15s ease; }
.footer ul a:hover { color: var(--acid); }
.footer-bottom {
  margin-top: 54px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  color: rgba(255,255,255,.5); font-size: 13.5px;
}

/* ---------- Scroll reveal (gated so no-JS / fallback shows content) ---------- */
.reveal { transition: opacity .7s cubic-bezier(.22,.8,.3,1), transform .7s cubic-bezier(.22,.8,.3,1); }
.reveal-ready .reveal:not(.in) { opacity: 0; transform: translateY(26px); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal-ready .reveal:not(.in) { opacity: 1; transform: none; }
  .reveal { transition: none; }
  .float { animation: none !important; }
}

/* floating phone */
.float { animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* ---------- Legal pages ---------- */
.legal-hero { background: var(--ink); color: #fff; padding: clamp(120px, 15vw, 170px) 0 clamp(48px, 7vw, 80px); }
.legal-hero h1 { font-size: clamp(34px, 5vw, 56px); color: #fff; }
.legal-hero p { color: rgba(255,255,255,.62); margin-top: 14px; }
.legal-body { padding: clamp(48px, 7vw, 88px) 0 clamp(64px, 9vw, 120px); }
.legal-body .doc { max-width: 760px; margin: 0 auto; }
.legal-body h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 3vw, 30px); letter-spacing: -.02em; margin: 48px 0 14px; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 { font-family: var(--font-display); font-weight: 600; font-size: 18px; margin: 26px 0 8px; }
.legal-body p, .legal-body li { color: var(--ink-700); font-size: 16px; line-height: 1.75; }
.legal-body p { margin-bottom: 14px; }
.legal-body ul, .legal-body ol { margin: 0 0 16px; padding-left: 22px; display: flex; flex-direction: column; gap: 8px; }
.legal-body a { color: var(--acid-600); text-decoration: underline; text-underline-offset: 2px; }
.legal-body a:hover { color: var(--ink); }
.legal-body code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .88em; background: var(--surface); border: 1px solid var(--line); border-radius: 5px; padding: 1px 5px; color: var(--ink); }
/* Wide tables scroll inside their own container so the page never does. */
.legal-body .table-wrap { overflow-x: auto; margin: 0 0 18px; -webkit-overflow-scrolling: touch; }
.legal-body table { border-collapse: collapse; width: 100%; min-width: 460px; font-size: 15px; }
.legal-body th, .legal-body td { border: 1px solid var(--line); padding: 10px 13px; text-align: left; vertical-align: top; color: var(--ink-700); line-height: 1.6; }
.legal-body th { background: var(--surface); font-family: var(--font-display); font-weight: 600; color: var(--ink); }
.lang-switch { font-size: 14px; margin-bottom: 30px; }
.toc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 44px; }
.toc b { font-family: var(--font-display); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-500); }
.toc ol { margin: 12px 0 0; padding-left: 20px; columns: 2; column-gap: 30px; }
.toc li { margin-bottom: 7px; font-size: 14.5px; }
.toc a { color: var(--ink-700); text-decoration: none; }
.toc a:hover { color: var(--acid-600); }
.placeholder-note {
  background: var(--acid-100); border: 1px solid var(--acid-200); border-radius: 14px;
  padding: 14px 18px; font-size: 14px; color: var(--ink-700); margin: 16px 0;
  display: flex; gap: 10px; align-items: flex-start;
}
.placeholder-note svg { flex-shrink: 0; margin-top: 2px; }
.fill { background: var(--acid-100); padding: 1px 6px; border-radius: 5px; font-weight: 600; color: var(--ink); }
.updated { font-size: 14px; color: var(--ink-400); margin-bottom: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 12px; }
  .hero-phone-stage { margin-top: 40px; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .step::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 720px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-cta .nav-toggle { display: grid; }
  .nav-cta { gap: 10px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .toc ol { columns: 1; }
}
@media (max-width: 520px) {
  .wrap { padding: 0 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { gap: 12px; }
  .hero-actions .btn, .hero-actions .play-badge { width: 100%; }
}

/* mobile menu drawer */
.mobile-menu {
  position: fixed; inset: 0; z-index: 60; background: var(--ink); color: #fff;
  display: flex; flex-direction: column; padding: 24px;
  transform: translateY(-100%); transition: transform .35s cubic-bezier(.22,.8,.3,1);
}
.mobile-menu.open { transform: none; }
.mobile-menu .mm-top { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 6px; margin-top: 40px; }
.mobile-menu nav a { font-family: var(--font-display); font-weight: 600; font-size: 26px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; }
.mobile-menu .mm-cta { margin-top: auto; }
.icon-btn { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #fff; cursor: pointer; }
.nav:not(.on-dark) .icon-btn, .nav.scrolled .icon-btn { background: var(--surface); border-color: var(--line); color: var(--ink); }

/* ============================================================
   v2 additions — bilingual toggle, story hook band
   ============================================================ */

/* ---------- Language toggle ---------- */
.lang-toggle {
  display: inline-flex; align-items: center; gap: 7px;
  height: 46px; padding: 0 14px; border-radius: 12px;
  font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: .02em;
  background: transparent; border: 1.5px solid var(--line); color: var(--ink); cursor: pointer;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.lang-toggle svg { width: 16px; height: 16px; opacity: .8; }
.lang-toggle:hover { border-color: var(--ink-400); }
.nav.on-dark:not(.scrolled) .lang-toggle { color: #fff; border-color: rgba(255,255,255,.22); }
.nav.on-dark:not(.scrolled) .lang-toggle:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); }
.mm-lang { margin-top: 22px; display: flex; gap: 10px; }
.mm-lang button {
  flex: 1; height: 52px; border-radius: 14px; cursor: pointer;
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.14); color: #fff;
}
.mm-lang button.on { background: var(--acid); color: var(--ink); border-color: var(--acid); }

/* real logo glyph sits on the navy .logo tile */
.brand .logo svg { width: 24px; height: 24px; }

/* ---------- Story hook band ---------- */
.hook { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.hook::before {
  content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%;
  left: -220px; bottom: -320px; background: radial-gradient(circle, rgba(200,226,41,.16), transparent 62%);
}
.hook .wrap { position: relative; z-index: 1; }
.hook-inner { max-width: 860px; }
.hook h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.02em; line-height: 1.08; color: #fff; font-size: clamp(28px, 4.2vw, 50px); }
.hook h2 .mark { color: var(--acid); }
.hook p { color: rgba(255,255,255,.72); font-size: clamp(16px, 2vw, 19px); line-height: 1.65; margin-top: 22px; max-width: 60ch; }
.hook p + p { margin-top: 16px; }

/* ============================================================
   v3 additions — real screenshots, feature rows, audience band
   ============================================================ */

/* ---------- Phone frame around a real screenshot ---------- */
.phone {
  width: 100%; max-width: 292px; flex-shrink: 1;
  padding: 6px; border-radius: 20px;
  background: linear-gradient(160deg, #24374f, #0b1625);
  box-shadow: var(--shadow-phone);
}
.phone img {
  width: 100%; height: auto; display: block;
  /* matches the display corner radius baked into the raw screenshots */
  border-radius: 5.4% / 2.42%;
  background: var(--bg);
}
.phone--hero { max-width: 320px; }
/* the supporting screen in a two-phone row sits back and lower */
.phone--b { max-width: 244px; align-self: flex-end; margin-bottom: -26px; opacity: .96; }

/* ---------- Alternating feature rows ---------- */
.frow {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 76px); align-items: center;
  margin-top: clamp(56px, 8vw, 104px);
}
.frow.rev .frow-media { order: 2; }
.frow-media { display: flex; justify-content: center; align-items: flex-start; gap: clamp(10px, 2vw, 24px); }
.ftag {
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--acid-600);
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.ftag .fnum {
  display: grid; place-items: center; width: 26px; height: 26px; border-radius: 9px;
  background: var(--ink); color: var(--acid); font-size: 11px; letter-spacing: 0;
}
.frow-copy h3 {
  font-family: var(--font-display); font-weight: 700; letter-spacing: -.02em;
  font-size: clamp(24px, 3.1vw, 34px); line-height: 1.12;
}
.frow-copy > p { margin-top: 14px; color: var(--ink-700); font-size: 16.5px; line-height: 1.65; max-width: 46ch; }
.frow-copy ul { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.frow-copy li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--ink-700); line-height: 1.45; }
.frow-copy li svg { width: 19px; height: 19px; flex-shrink: 0; margin-top: 1px; stroke: var(--acid-600); fill: none; }

/* ---------- Audience band ---------- */
.audience { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.audience::before {
  content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%;
  right: -220px; top: -300px; background: radial-gradient(circle, rgba(200,226,41,.16), transparent 62%);
}
.audience .wrap { position: relative; z-index: 1; }
.aud-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 70px); align-items: center; }
.audience h2 { font-size: clamp(28px, 3.8vw, 46px); }
.audience .mark { color: var(--acid); }
.aud-note { color: rgba(255,255,255,.66); margin-top: 22px; font-size: 16px; line-height: 1.65; max-width: 42ch; }
.aud-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.aud-list li {
  display: flex; gap: 14px; align-items: flex-start; padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.5;
}
.aud-list li:last-child { border-bottom: none; }
.aud-list .ab { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); flex-shrink: 0; margin-top: 10px; }

/* ---------- Story (centred, no portrait) ---------- */
.story-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.story-inner blockquote {
  margin: 20px 0 0; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(22px, 3vw, 33px); line-height: 1.32; letter-spacing: -.02em;
}
.story-inner .lead { margin-top: 24px; }
.story-inner .sig { margin-top: 30px; display: inline-flex; align-items: center; gap: 14px; text-align: left; }
.story-inner .sig .av {
  width: 48px; height: 48px; border-radius: 50%; background: var(--acid-200); flex-shrink: 0;
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: var(--ink);
}
.story-inner .sig b { font-family: var(--font-display); font-weight: 700; }
.story-inner .sig span { color: var(--ink-500); font-size: 14px; }

/* ---------- Newsletter (iOS waitlist — full build only) ---------- */
.newsletter {
  position: relative; background: var(--ink); color: #fff; border-radius: var(--radius-lg);
  padding: clamp(40px, 6vw, 76px); overflow: hidden;
}
.newsletter::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  right: -160px; bottom: -260px; background: radial-gradient(circle, rgba(200,226,41,.18), transparent 62%);
}
.newsletter .nl-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.newsletter h2 { font-size: clamp(28px, 3.6vw, 44px); color: #fff; }
.newsletter p { color: rgba(255,255,255,.7); margin-top: 16px; }
.nl-form { display: flex; flex-direction: column; gap: 12px; }
.nl-row { display: flex; gap: 10px; }
.nl-input {
  flex: 1; height: 60px; border-radius: 16px; border: 1.5px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06); color: #fff; padding: 0 20px; font-size: 16px; font-family: var(--font-body);
  transition: border-color .15s ease, background .15s ease;
}
.nl-input::placeholder { color: rgba(255,255,255,.45); }
.nl-input:focus { outline: none; border-color: var(--acid); background: rgba(255,255,255,.1); }
.nl-note { font-size: 13px; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 8px; }
.nl-note a { color: rgba(255,255,255,.78); text-decoration: underline; text-underline-offset: 2px; }
.nl-success {
  display: none; align-items: center; gap: 14px; padding: 22px 24px; border-radius: 18px;
  background: rgba(200,226,41,.12); border: 1px solid rgba(200,226,41,.3);
}
.nl-success.show { display: flex; }
.nl-success .ck { width: 42px; height: 42px; border-radius: 50%; background: var(--acid); display: grid; place-items: center; flex-shrink: 0; }
.nl-success b { font-family: var(--font-display); color: #fff; display: block; }
.nl-success span { color: rgba(255,255,255,.66); font-size: 14px; }

/* ---------- Responsive additions ---------- */
@media (max-width: 980px) {
  .frow, .frow.rev { grid-template-columns: 1fr; gap: 34px; }
  .frow.rev .frow-media { order: 0; }
  .frow-copy > p { max-width: none; }
  .aud-grid { grid-template-columns: 1fr; }
  .aud-note { max-width: none; }
  .newsletter .nl-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 720px) {
  .lang-toggle { display: none; }
  .nl-row { flex-direction: column; }
  .nl-row .btn { width: 100%; }
}
@media (max-width: 560px) {
  /* one screen per row keeps the UI legible on small phones */
  .phone--b { display: none; }
  .phone { max-width: 262px; }
  .phone--hero { max-width: 278px; }
}
