/* ============================================================
   Diva.ai: Y2K glam stylesheet
   Hot pink / acid lime accent. Giant condensed caps + script
   wordmark, on the app's soft pink-tinted surfaces and glows.
   ============================================================ */

:root {
  --pink:#ff2bb1;
  --pink-deep:#c90f83;
  --pink-soft:#ff8ed4;
  --lime:#c9f24d;
  --lime-deep:#a8d420;
  --black:#0b0b0c;
  --off-black:#141216;
  --paper:#faf7f2;
  --white:#ffffff;

  --ink:#1a1418;
  --ink-2:#4a4348;
  --ink-3:#8a838a;

  /* app-matched surfaces: pale pink tint, soft pink edges + glows */
  --tint:#fff5fa;
  --tint-2:#ffeef6;
  --line:rgba(255,43,177,0.18);
  --edge:1px solid var(--line);
  --glow: 0 10px 30px rgba(255,43,177,0.14);
  --glow-lg: 0 18px 48px rgba(255,43,177,0.18);
  --glow-btn: 0 8px 22px rgba(255,43,177,0.38);

  --r-card:22px;
  --r-pill:999px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--tint);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { max-width: 100%; display: block; }

/* ---------- Type primitives ---------- */
.display {
  font-family: 'Anton', 'Arial Narrow', Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.85;
  letter-spacing: -0.01em;
}
.script { font-family: 'Pinyon Script', cursive; text-transform: none; }
.mono { font-family: 'JetBrains Mono', monospace; }

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes pulse-dot { 0%,100% { opacity:1; } 50% { opacity:0.25; } }
@keyframes orb-float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-16px) rotate(2deg); } }
@keyframes sparkle { 0%,100% { opacity:0.25; transform: scale(0.8); } 50% { opacity:1; transform: scale(1.15); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; } }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ============================================================
   Splash screen
   ============================================================ */
@keyframes splash-pop { from { opacity: 0; transform: scale(0.82); } to { opacity: 1; transform: scale(1); } }
@keyframes splash-fade-up { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

#splash {
  position: fixed; inset: 0; z-index: 999;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--tint);
  overflow: hidden;
  transition: opacity 0.5s ease;
}
#splash.is-hiding { opacity: 0; pointer-events: none; }

.splash-orb {
  width: min(180px, 34vw); aspect-ratio: 1; border-radius: 999px;
  background: radial-gradient(circle at 34% 28%, #fff 0%, #ffd9ef 12%, var(--pink-soft) 34%, var(--pink) 62%, var(--pink-deep) 100%);
  box-shadow: 0 30px 60px rgba(255,43,177,0.38), inset 0 -16px 32px rgba(110,30,78,0.28), inset 0 10px 22px rgba(255,255,255,0.5);
  animation: splash-pop 0.6s cubic-bezier(0.2,0.9,0.3,1.3), orb-float 3.2s ease-in-out 0.6s infinite;
  margin-bottom: 28px;
}
.splash-logo {
  font-family: 'Pinyon Script', cursive;
  font-size: clamp(48px, 10vw, 72px); line-height: 1; color: var(--pink);
  display: flex; align-items: center; gap: 14px;
  animation: splash-fade-up 0.5s ease 0.15s both;
}
.splash-logo-orb {
  width: 30px; height: 30px; border-radius: 999px;
  background: radial-gradient(circle at 34% 28%, #fff 0%, #ffd9ef 14%, var(--pink-soft) 38%, var(--pink) 68%, var(--pink-deep) 100%);
}
.splash-tagline {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-3);
  margin-top: 14px;
  animation: splash-fade-up 0.5s ease 0.3s both;
}
.splash-sparkle {
  position: absolute; color: var(--pink); font-size: 26px; opacity: 0.5;
  animation: sparkle 2.4s ease-in-out infinite;
}
.splash-sparkle.s1 { top: 20%; left: 22%; }
.splash-sparkle.s2 { top: 30%; right: 18%; animation-delay: 0.6s; font-size: 18px; }
.splash-sparkle.s3 { bottom: 24%; left: 30%; animation-delay: 1.2s; font-size: 20px; }

@media (prefers-reduced-motion: reduce) {
  #splash { transition: none; }
  .splash-orb, .splash-logo, .splash-tagline, .splash-sparkle { animation: none; }
}

/* ============================================================
   Nav
   ============================================================ */
nav.site-nav {
  position: sticky; top: 0; z-index: 40;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 12px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.logo {
  font-family: 'Pinyon Script', cursive;
  font-size: 38px; line-height: 1; color: var(--pink);
  text-decoration: none; display: flex; align-items: center; gap: 10px;
  padding-bottom: 6px;
}
.logo-orb {
  width: 20px; height: 20px; border-radius: 999px; flex-shrink: 0;
  background: radial-gradient(circle at 34% 28%, #fff 0%, #ffd9ef 14%, var(--pink-soft) 38%, var(--pink) 68%, var(--pink-deep) 100%);
  border: 1px solid var(--line);
}
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a.plain {
  font-family: 'Anton', 'Arial Narrow', sans-serif; text-transform: uppercase;
  font-size: 14px; letter-spacing: 0.06em; color: var(--ink-2);
  text-decoration: none; padding: 10px 12px;
}
.nav-links a.plain:hover { color: var(--pink); }
.nav-price {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--lime); border-radius: var(--r-pill);
  padding: 8px 13px; margin-right: 4px; color: var(--ink);
}

/* ---------- Buttons (match the app's glossy pink pills) ---------- */
.cta-btn {
  display: inline-block;
  font-family: 'Anton', 'Arial Narrow', sans-serif; text-transform: uppercase;
  font-size: 15px; letter-spacing: 0.05em;
  padding: 15px 28px;
  background: linear-gradient(180deg, #ff5cc2 0%, var(--pink) 55%, var(--pink-deep) 100%);
  color: var(--white) !important;
  border: none; border-radius: var(--r-pill);
  text-decoration: none; cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), var(--glow-btn);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 12px 30px rgba(255,43,177,0.48); }
.cta-btn:active { transform: translateY(0); }
.cta-ghost {
  display: inline-block;
  font-family: 'Anton', 'Arial Narrow', sans-serif; text-transform: uppercase;
  font-size: 15px; letter-spacing: 0.05em;
  padding: 15px 28px;
  background: var(--white); color: var(--pink-deep) !important;
  border: 1px solid var(--line); border-radius: var(--r-pill);
  text-decoration: none;
  box-shadow: var(--glow);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta-ghost:hover { transform: translateY(-2px); box-shadow: var(--glow-lg); }
nav .cta-btn { font-size: 13px; padding: 11px 20px; }

/* ============================================================
   Hero: the poster
   ============================================================ */
.hero {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  min-height: calc(100svh - 73px);
  display: flex; align-items: center;
  padding: 24px 28px 32px;
  position: relative; overflow: hidden;
}
.hero-inner { max-width: 1180px; margin: 0 auto; width: 100%; position: relative; z-index: 2; }

/* mini orbs floating in the hero, in place of the old stars */
.mini-orb {
  position: absolute; border-radius: 999px; z-index: 1; pointer-events: none;
  background: radial-gradient(circle at 34% 28%, #fff 0%, #ffd9ef 14%, var(--pink-soft) 38%, var(--pink) 68%, var(--pink-deep) 100%);
  box-shadow: 0 8px 18px rgba(255,43,177,0.30);
  animation: orb-float 7s ease-in-out infinite;
}
.mini-orb.a { width: 46px; height: 46px; top: 8%; right: 30%; }
.mini-orb.b { width: 26px; height: 26px; bottom: 16%; left: 5%; animation-delay: 1.4s; }
.mini-orb.c { width: 16px; height: 16px; top: 22%; left: 3%; animation-delay: 2.6s; }

.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700;
  background: var(--white); color: var(--ink-2);
  padding: 9px 16px; margin-bottom: 20px;
  border-radius: var(--r-pill); box-shadow: var(--glow);
}
.kicker-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--pink); animation: pulse-dot 1.1s infinite; }

h1.headline {
  font-family: 'Anton', 'Arial Narrow', Impact, sans-serif;
  font-weight: 400; text-transform: uppercase;
  font-size: clamp(44px, 8.4vw, 118px);
  line-height: 0.84; letter-spacing: -0.02em;
  color: var(--pink);
  margin: 0 0 4px;
}
h1.headline .line-2 { display: block; color: var(--ink); }
h1.headline em {
  font-family: 'Pinyon Script', cursive;
  font-style: normal; text-transform: none;
  font-size: 0.9em; color: var(--pink);
}

.hero-grid {
  display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 40px; align-items: center;
  margin-top: 28px;
}
.sub {
  font-size: 17px; line-height: 1.5; color: var(--ink-2);
  max-width: 460px; margin: 0 0 22px; font-weight: 400;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 14px; }
.price-tag {
  font-family: 'Anton', 'Arial Narrow', sans-serif; text-transform: uppercase;
  font-size: 15px; letter-spacing: 0.03em;
  background: var(--lime); border-radius: var(--r-pill);
  padding: 14px 18px; color: var(--ink);
}
.hero-note {
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3);
}

.orb {
  width: min(280px, 60vw); aspect-ratio: 1; border-radius: 999px;
  margin: 0 auto;
  background: radial-gradient(circle at 34% 28%, #fff 0%, #ffd9ef 12%, var(--pink-soft) 34%, var(--pink) 62%, var(--pink-deep) 100%);
  border: none;
  box-shadow: 0 30px 60px rgba(255,43,177,0.38), inset 0 -16px 32px rgba(110,30,78,0.28), inset 0 10px 22px rgba(255,255,255,0.5);
  animation: orb-float 6s ease-in-out infinite;
  position: relative;
}
.orb::before {
  content:''; position:absolute; top:16%; left:20%; width:34%; height:24%;
  border-radius:999px; background: rgba(255,255,255,0.85); filter: blur(6px);
}

/* ---------- Marquee ---------- */
.marquee {
  background: linear-gradient(90deg, var(--pink) 0%, #ff5cc2 50%, var(--pink) 100%);
  overflow: hidden; padding: 13px 0; white-space: nowrap;
}
.marquee-track {
  display: inline-flex; gap: 40px; padding-right: 40px;
  animation: marquee 28s linear infinite;
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  text-transform: uppercase; font-size: 19px; letter-spacing: 0.04em;
  color: var(--white);
}
.marquee-track span { display: inline-block; }

/* ============================================================
   Sections
   ============================================================ */
section { padding: 80px 28px; background: var(--white); }
section.on-black { background: var(--tint); }
section.on-pink { background: var(--tint-2); }
section.on-lime { background: var(--white); }

.section-kicker {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: 0.24em; text-transform: uppercase; font-weight: 700;
  margin-bottom: 14px; color: var(--pink);
}

h2.section-title {
  font-family: 'Anton', 'Arial Narrow', Impact, sans-serif;
  font-weight: 400; text-transform: uppercase;
  font-size: clamp(34px, 5.6vw, 68px); line-height: 0.88; letter-spacing: -0.02em;
  margin: 0 0 44px; max-width: 15ch; color: var(--pink);
}
h2.section-title em {
  font-family: 'Pinyon Script', cursive; font-style: normal;
  text-transform: none; color: var(--ink); font-size: 0.94em;
}

/* ---------- Feature cards ---------- */
.grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }
.card {
  background: var(--white); border: var(--edge); box-shadow: var(--glow);
  border-radius: var(--r-card); padding: 30px 28px 32px;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--glow-lg); }
.card-icon {
  width: 52px; height: 52px; margin-bottom: 18px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg,#ff5cc2,var(--pink-deep)); color: var(--white);
  box-shadow: var(--glow-btn);
}
.card:nth-child(3) .card-icon { background: var(--lime); color: var(--black); }
.card h3 {
  font-family: 'Anton', 'Arial Narrow', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: 24px; line-height: 1;
  letter-spacing: -0.01em; margin: 0 0 12px;
}
.card p { font-size: 15px; line-height: 1.6; margin: 0; color: var(--ink-2); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; }
.step { background: var(--white); border: var(--edge); border-radius: var(--r-card); box-shadow: var(--glow); padding: 28px; }
.step-num {
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  font-size: 64px; line-height: 0.8; color: var(--pink);
  margin-bottom: 12px;
}
.step h4 {
  font-family: 'Anton', 'Arial Narrow', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: 20px; line-height: 1.05; margin: 0 0 10px;
}
.step p { font-size: 14.5px; line-height: 1.6; color: var(--ink-2); margin: 0; }

/* ---------- Vault demo ---------- */
.vault-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.vault-demo {
  background: var(--white); border: var(--edge); border-radius: var(--r-card); box-shadow: var(--glow);
  padding: 8px 24px 12px;
}
.vault-row { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(11,11,12,0.15); }
.vault-row:last-child { border-bottom: none; }
.vault-mood { font-size: 26px; line-height: 1; }
.vault-title { font-weight: 700; font-size: 16px; margin: 0 0 4px; }
.vault-meta { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.12em; color: var(--pink); }

.crisis {
  background: var(--white); border: var(--edge); border-left: 6px solid var(--lime);
  border-radius: 18px; box-shadow: var(--glow);
  padding: 24px 28px; font-size: 15px; line-height: 1.65; color: var(--ink-2);
}
.crisis strong { display: block; font-family: 'Anton', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 21px; margin-bottom: 10px; color: var(--ink); }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 16px; max-width: 820px; }
.faq details { background: var(--white); border: var(--edge); border-radius: 18px; box-shadow: var(--glow); padding: 0 26px; }
.faq summary {
  cursor: pointer; list-style: none;
  font-family: 'Anton', 'Arial Narrow', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: 19px; line-height: 1.15;
  padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content:'+'; font-family: 'Anton', sans-serif; font-size: 30px; line-height: 1;
  color: var(--pink); flex-shrink: 0; transition: transform 0.2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { margin: 0 0 22px; font-size: 15px; line-height: 1.65; color: var(--ink-2); }
.faq a { color: var(--pink-deep); font-weight: 700; }

/* ---------- Capture form ---------- */
.capture {
  background: var(--white); border: var(--edge); border-radius: 26px; box-shadow: var(--glow-lg);
  padding: 38px 34px; max-width: 560px;
}
.capture h3 {
  font-family: 'Anton', 'Arial Narrow', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: 34px; line-height: 0.95; margin: 0 0 10px;
}
.capture > p.capture-sub { font-size: 15px; color: var(--ink-2); margin: 0 0 28px; line-height: 1.55; }
.field { margin-bottom: 18px; }
.field label {
  display: block; font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; margin-bottom: 8px; color: var(--black);
}
.field input[type="text"], .field input[type="email"] {
  width: 100%; padding: 15px 20px; border: var(--edge); border-radius: var(--r-pill);
  background: var(--tint); font-size: 16px; font-family: inherit; color: var(--ink);
}
.field input:focus { outline: none; background: var(--white); border-color: var(--pink); box-shadow: 0 0 0 4px rgba(255,43,177,0.14); }
.consent { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; color: var(--ink-2); line-height: 1.55; margin-bottom: 24px; }
.consent input { margin-top: 3px; flex-shrink: 0; width: 18px; height: 18px; accent-color: var(--pink); }
.consent a { color: var(--pink-deep); font-weight: 700; }
.capture button.submit-btn {
  width: 100%; padding: 18px; border: none; border-radius: var(--r-pill); cursor: pointer;
  background: linear-gradient(180deg,#ff5cc2 0%, var(--pink) 55%, var(--pink-deep) 100%); color: var(--white);
  font-family: 'Anton', 'Arial Narrow', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: 22px; letter-spacing: 0.03em;
  box-shadow: var(--glow);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.capture button.submit-btn:hover { transform: translate(-2px,-2px); box-shadow: var(--glow); }
.capture button.submit-btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }
.form-note { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin-top: 16px; text-align: center; }
.form-success, .form-error { display: none; padding: 22px 0; }
.form-success.is-visible, .form-error.is-visible { display: block; }
.form-success h4, .form-error h4 {
  font-family: 'Anton', sans-serif; font-weight: 400; text-transform: uppercase;
  font-size: 26px; margin: 0 0 10px;
}
.form-success p, .form-error p { color: var(--ink-2); font-size: 15px; margin: 0; line-height: 1.6; }

.waitlist-layout { display: grid; grid-template-columns: 1fr 0.85fr; gap: 48px; align-items: center; }
.waitlist-pitch .big-stat {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: clamp(44px, 6.4vw, 84px); line-height: 0.85; color: var(--pink);
  margin: 0 0 18px;
}
.waitlist-pitch p { font-size: 16px; line-height: 1.6; margin: 0 0 18px; color: var(--ink-2); }
.price-badge {
  display: inline-block;
  font-family: 'Anton', 'Arial Narrow', sans-serif; text-transform: uppercase;
  font-size: 20px; letter-spacing: 0.02em;
  background: var(--lime); border-radius: var(--r-pill);
  box-shadow: 0 8px 20px rgba(201,242,77,0.5);
  padding: 13px 20px; color: var(--ink);
}

/* ---------- Final CTA ---------- */
.final-cta {
  background: radial-gradient(120% 130% at 50% 0%, #ff5cc2 0%, var(--pink) 55%, var(--pink-deep) 100%);
  color: var(--white); text-align: center; padding: 88px 28px;
}
.final-cta h2 {
  font-family: 'Anton', 'Arial Narrow', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: clamp(36px, 6vw, 78px);
  line-height: 0.88; margin: 0 auto 18px; max-width: 16ch; color: var(--white);
}
.final-cta h2 em {
  font-family: 'Pinyon Script', cursive; font-style: normal;
  text-transform: none; color: var(--lime); font-size: 0.98em;
}
.final-cta p { font-size: 16px; margin: 0 0 28px; color: var(--white); }
.final-cta .cta-btn { background: var(--white); color: var(--pink) !important; }

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--tint); color: var(--ink-2);
  padding: 44px 28px 40px; text-align: center;
  font-size: 13px; line-height: 1.7;
}
footer.site-footer .footer-links {
  display: flex; gap: 8px 24px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px;
}
footer.site-footer .footer-links a {
  font-family: 'Anton', 'Arial Narrow', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: 15px; letter-spacing: 0.04em;
  text-decoration: none; color: var(--ink);
}
footer.site-footer .footer-links a:hover { color: var(--pink); }

/* ============================================================
   Legal pages
   ============================================================ */
.legal-hero { background: var(--white); padding: 56px 28px; }
.legal-hero-inner { max-width: 900px; margin: 0 auto; }
.legal-hero h1 {
  font-family: 'Anton', 'Arial Narrow', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: clamp(36px, 6vw, 72px);
  line-height: 0.88; margin: 0 0 14px; color: var(--pink);
}
.legal-hero .updated {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3);
}

.legal-notice {
  max-width: 900px; margin: 40px auto 0;
  background: var(--white); border: var(--edge); border-left: 6px solid var(--lime);
  border-radius: 18px; box-shadow: var(--glow);
  padding: 22px 28px; font-size: 14px; line-height: 1.65; color: var(--ink-2);
}
.legal-toc { max-width: 900px; margin: 32px auto 0; padding: 0 24px; }
.legal-toc ol { columns: 2; column-gap: 40px; font-size: 14px; padding-left: 20px; }
.legal-toc li { margin-bottom: 9px; break-inside: avoid; }
.legal-toc a { text-decoration: none; color: var(--ink-2); font-weight: 700; }
.legal-toc a:hover { color: var(--pink-deep); }

.legal-body { max-width: 820px; margin: 0 auto; padding: 40px 24px 96px; font-size: 16px; line-height: 1.75; color: var(--ink-2); }
.legal-body h2 {
  font-family: 'Anton', 'Arial Narrow', sans-serif; font-weight: 400;
  text-transform: uppercase; color: var(--black); font-size: 30px;
  line-height: 1; margin: 48px 0 16px;
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 { color: var(--black); font-size: 17px; font-weight: 700; margin: 26px 0 10px; }
.legal-body p { margin: 0 0 18px; }
.legal-body ul, .legal-body ol { margin: 0 0 18px; padding-left: 24px; }
.legal-body li { margin-bottom: 9px; }
.legal-body a { color: var(--pink-deep); font-weight: 700; }
.legal-body strong { color: var(--black); }

/* ============================================================
   Responsive
   ============================================================ */
/* Anton digits clip at tight line-heights, give them room */
.step-num { line-height: 1.15; padding-top: 0; overflow: visible; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .orb { order: -1; }
  .vault-wrap, .waitlist-layout { grid-template-columns: 1fr; gap: 32px; }
  .steps { grid-template-columns: 1fr; }
  section { padding: 64px 24px; }
}

/* ---------- Phones: fit the hero on one screen, compact the panels ---------- */
@media (max-width: 640px) {
  .grid { grid-template-columns: 1fr; max-width: none; }
  .legal-toc ol { columns: 1; }

  /* Nav on one line: drop the secondary links and the price chip
     (price is repeated in the hero and the waitlist block) */
  .nav-inner { padding: 10px 18px; gap: 10px; }
  .nav-links a.plain, .nav-price { display: none; }
  .logo { font-size: 30px; gap: 8px; }
  .logo-orb { width: 16px; height: 16px; }
  nav .cta-btn { font-size: 12px; padding: 10px 16px; white-space: nowrap; }

  /* Hero: let it size to content instead of forcing a full screen,
     so nothing overlaps and the CTA stays close to the fold */
  .hero { min-height: 0; padding: 22px 18px 30px; display: block; }
  .kicker { font-size: 9px; letter-spacing: 0.16em; padding: 7px 12px; margin-bottom: 14px; }
  h1.headline { font-size: clamp(34px, 11.5vw, 52px); line-height: 0.88; }
  h1.headline em { font-size: 1em; }
  .hero-grid { margin-top: 18px; gap: 18px; }
  .sub { font-size: 15px; margin-bottom: 16px; }
  .hero-actions { gap: 9px; margin-bottom: 10px; }
  .hero-actions .cta-btn, .hero-actions .cta-ghost { font-size: 13px; padding: 12px 18px; }
  .price-tag { font-size: 13px; padding: 12px 14px; }
  .hero-note { font-size: 9px; letter-spacing: 0.04em; position: relative; z-index: 2; }

  /* Orb sized so headline + copy + CTA share the first screen */
  .orb { width: min(180px, 46vw); }
  /* mini orbs collide with the headline and the fine print at this width */
  .mini-orb { display: none; }

  /* Panels: shorter so more than one is visible at a time */
  section { padding: 48px 18px; }
  h2.section-title { font-size: clamp(30px, 8.5vw, 40px); margin-bottom: 26px; max-width: none; }
  .section-kicker { font-size: 10px; margin-bottom: 10px; }

  .grid, .steps { gap: 14px; }
  .card { padding: 20px 20px 22px; border-radius: 18px; }
  .card-icon { width: 42px; height: 42px; border-radius: 13px; margin-bottom: 12px; }
  .card h3 { font-size: 20px; margin-bottom: 8px; }
  .card p { font-size: 14px; line-height: 1.5; }

  .step { padding: 20px; border-radius: 18px; }
  .step-num { font-size: 42px; margin-bottom: 6px; }
  .step h4 { font-size: 17px; margin-bottom: 6px; }
  .step p { font-size: 14px; line-height: 1.5; }

  .faq details { padding: 0 18px; border-radius: 16px; }
  .faq summary { font-size: 16px; padding: 17px 0; }
  .faq p { font-size: 14px; margin-bottom: 17px; }

  .vault-demo { padding: 6px 18px 10px; }
  .vault-row { padding: 14px 0; }
  .crisis { padding: 20px 20px; font-size: 14px; }

  .capture { padding: 26px 20px; border-radius: 22px; }
  .capture h3 { font-size: 27px; }
  .capture > p.capture-sub { font-size: 14px; margin-bottom: 20px; }
  .waitlist-pitch .big-stat { font-size: clamp(40px, 12vw, 56px); }

  .final-cta { padding: 60px 18px; }
  .final-cta h2 { font-size: clamp(30px, 9vw, 44px); }
  .marquee-track { font-size: 15px; gap: 26px; }
}
