/* ═══════════════════════════════════════════════════
   LUMIQ — Design System Tokens
════════════════════════════════════════════════════ */
:root {
  --color-bg:           #0D0B2E;
  --color-bg-2:         #1A1147;
  --color-bg-3:         #2D1B69;
  --color-bg-card:      rgba(255, 255, 255, 0.04);
  --color-bg-card-mid:  rgba(255, 255, 255, 0.07);
  --color-border:       rgba(184, 169, 255, 0.18);
  --color-border-gold:  rgba(255, 209, 102, 0.45);
  --color-primary:      #4A3AFF;
  --color-primary-dark: #2D1B69;
  --color-accent-gold:  #FFD166;
  --color-creature:     #B8A9FF;
  --color-success:      #4ECDC4;
  --color-muted:        #94A3B8;
  --color-text:         #F0EDFF;
  --color-text-muted:   rgba(240, 237, 255, 0.65);
  --color-text-dim:     rgba(240, 237, 255, 0.4);

  --radius-card:   20px;
  --radius-lg:     28px;
  --radius-button: 50px;
  --radius-tag:    50px;

  --font-display: 'Fraunces', Georgia, serif;
  --font-heading: 'Nunito', system-ui, sans-serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --font-mono:    'Space Mono', ui-monospace, monospace;

  --shadow-card:      0 4px 24px rgba(74, 58, 255, 0.15);
  --shadow-lift:      0 20px 60px rgba(0, 0, 0, 0.5), 0 0 60px rgba(74, 58, 255, 0.2);
  --shadow-gold:      0 0 40px rgba(255, 209, 102, 0.35);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* ═══════════════════════════════════════════════════
   ATMOSPHERE — sky, moon, stars, fireflies
════════════════════════════════════════════════════ */
.sky {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 110vh;
  min-height: 900px;
  max-height: 1200px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.moon {
  position: absolute;
  top: 140px; right: 16%;
  width: 84px; height: 84px;
  filter: drop-shadow(0 0 16px rgba(255,228,163,.55)) drop-shadow(0 0 40px rgba(255,209,102,.35)) drop-shadow(0 0 80px rgba(255,209,102,.2));
  animation: moon-glow 8s ease-in-out infinite;
}
.moon__body {
  width: 100%; height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 28% 30%, rgba(255,255,255,.35) 0%, transparent 30%), radial-gradient(circle at 35% 40%, #FFF4D6 0%, #FFE4A3 50%, #FFC65A 100%);
  -webkit-mask-image: radial-gradient(circle at 78% 50%, transparent 46%, #000 50%);
          mask-image: radial-gradient(circle at 78% 50%, transparent 46%, #000 50%);
}
@keyframes moon-glow {
  0%,100% { filter: drop-shadow(0 0 16px rgba(255,228,163,.55)) drop-shadow(0 0 40px rgba(255,209,102,.35)) drop-shadow(0 0 80px rgba(255,209,102,.2)); }
  50%     { filter: drop-shadow(0 0 24px rgba(255,228,163,.75)) drop-shadow(0 0 60px rgba(255,209,102,.5)) drop-shadow(0 0 110px rgba(255,209,102,.3)); }
}
.cloud {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: .45;
}
.cloud--1 { top: 380px; left: -8%; width: 520px; height: 90px; background: linear-gradient(90deg, rgba(125,78,130,.6), rgba(74,58,255,.35)); animation: drift 40s ease-in-out infinite; }
.cloud--2 { top: 220px; right: -6%; width: 440px; height: 70px; background: linear-gradient(90deg, rgba(74,58,255,.3), rgba(168,108,140,.55)); animation: drift 55s ease-in-out infinite reverse; }
.cloud--3 { top: 480px; left: 30%; width: 380px; height: 60px; background: linear-gradient(90deg, rgba(74,58,255,.2), rgba(180,130,150,.4) 50%, rgba(74,58,255,.2)); animation: drift 65s ease-in-out infinite; opacity: .35; }
@keyframes drift { 0%,100% { transform: translateX(0); } 50% { transform: translateX(80px); } }
.sky::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 45%, rgba(13,11,46,.15) 60%, rgba(13,11,46,.5) 78%, rgba(13,11,46,.85) 90%, #0D0B2E 100%);
}
body::before {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: .6;
  mix-blend-mode: overlay;
}
.starfield {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 15% 12%,  #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 30% 40%,  rgba(255,255,255,.7) 50%, transparent 100%),
    radial-gradient(1px 1px at 85% 55%,  #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 50% 70%,  rgba(255,255,255,.6) 50%, transparent 100%),
    radial-gradient(1px 1px at 10% 75%,  rgba(255,255,255,.8) 50%, transparent 100%),
    radial-gradient(1px 1px at 65% 30%,  rgba(255,255,255,.5) 50%, transparent 100%),
    radial-gradient(1px 1px at 5%  35%,  rgba(255,255,255,.6) 50%, transparent 100%),
    radial-gradient(1px 1px at 55% 8%,   rgba(255,255,255,.7) 50%, transparent 100%),
    radial-gradient(1px 1px at 75% 65%,  rgba(255,255,255,.5) 50%, transparent 100%),
    radial-gradient(1px 1px at 42% 22%,  rgba(255,255,255,.6) 50%, transparent 100%),
    radial-gradient(1px 1px at 95% 28%,  rgba(255,255,255,.7) 50%, transparent 100%),
    radial-gradient(1px 1px at 20% 60%,  rgba(255,255,255,.5) 50%, transparent 100%);
  animation: twinkle 6s ease-in-out infinite alternate;
}
.starfield--bright {
  background-image:
    radial-gradient(1.8px 1.8px at 70% 18%, #FFD166 60%, transparent 100%),
    radial-gradient(2px   2px   at 22% 55%, rgba(255,255,255,.95) 60%, transparent 100%),
    radial-gradient(1.8px 1.8px at 90% 85%, #B8A9FF 60%, transparent 100%),
    radial-gradient(1.8px 1.8px at 40% 90%, #FFD166 60%, transparent 100%),
    radial-gradient(2px   2px   at 8%  20%, #fff 60%, transparent 100%),
    radial-gradient(1.6px 1.6px at 60% 50%, #B8A9FF 60%, transparent 100%),
    radial-gradient(1.6px 1.6px at 80% 40%, #FFD166 60%, transparent 100%),
    radial-gradient(2px   2px   at 35% 75%, #fff 60%, transparent 100%);
  animation: twinkle-bright 4s ease-in-out infinite alternate;
}
@keyframes twinkle { 0%,100% { opacity: .7; } 50% { opacity: 1; } }
@keyframes twinkle-bright {
  0%,100% { opacity: .5; filter: drop-shadow(0 0 2px currentColor); }
  50%     { opacity: 1;  filter: drop-shadow(0 0 6px rgba(255,209,102,.6)); }
}
.firefly-field { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.firefly {
  position: absolute;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #FFD166;
  box-shadow: 0 0 12px 2px rgba(255,209,102,.8);
  animation: fly 14s ease-in-out infinite;
  opacity: 0;
}
.firefly:nth-child(1) { left: 8%;  top: 25%; animation-delay: 0s; }
.firefly:nth-child(2) { left: 18%; top: 70%; animation-delay: 2s; }
.firefly:nth-child(3) { left: 35%; top: 45%; animation-delay: 4s; }
.firefly:nth-child(4) { left: 60%; top: 20%; animation-delay: 1s; }
.firefly:nth-child(5) { left: 78%; top: 65%; animation-delay: 5s; }
.firefly:nth-child(6) { left: 88%; top: 35%; animation-delay: 3s; }
.firefly:nth-child(7) { left: 45%; top: 85%; animation-delay: 6s; }
.firefly:nth-child(8) { left: 25%; top: 15%; animation-delay: 7s; }
@keyframes fly {
  0%,100% { transform: translate(0,0) scale(.8); opacity: 0; }
  20% { opacity: .9; }
  50% { transform: translate(40px,-30px) scale(1.2); opacity: 1; }
  80% { opacity: .6; }
}

/* ═══════════════════════════════════════════════════
   NAV
════════════════════════════════════════════════════ */
.nav {
  position: relative; z-index: 10;
  max-width: 1200px; margin: 0 auto;
  padding: 28px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav__logo {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-display);
  font-weight: 500; font-size: 22px;
  color: var(--color-text);
  text-decoration: none;
  letter-spacing: -.01em;
}
.nav__spark {
  font-size: 20px;
  color: var(--color-accent-gold);
  filter: drop-shadow(0 0 6px rgba(255,209,102,.6));
}
.nav__links {
  display: flex; gap: 36px;
}
.nav__links a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 15px; font-weight: 500;
  transition: color .2s ease;
}
.nav__links a:hover { color: var(--color-text); }
.nav__cta {
  padding: 10px 22px;
  border: 1.5px solid var(--color-accent-gold);
  border-radius: var(--radius-button);
  color: var(--color-accent-gold);
  font-family: var(--font-heading);
  font-size: 14px; font-weight: 700;
  text-decoration: none;
  background: rgba(255,209,102,.06);
  transition: all .25s ease;
}
.nav__cta:hover {
  background: rgba(255,209,102,.16);
  box-shadow: var(--shadow-gold);
}

/* ═══════════════════════════════════════════════════
   LAYOUT SHELL
════════════════════════════════════════════════════ */
main {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--color-accent-gold);
  margin-bottom: 16px;
}

/* ═══════════════════════════════════════════════════
   HERO
════════════════════════════════════════════════════ */
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 56px 0 80px;
}
.hero__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--color-text-dim);
  margin-bottom: 20px;
  display: block;
}
.hero__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(60px, 8vw, 112px);
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--color-text);
  padding-bottom: .1em;
}
.hero__title span { display: block; }
.hero__title-accent {
  background: linear-gradient(135deg, #B8A9FF 0%, #7C6FFF 55%, #4A3AFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
  padding-bottom: .08em;
}
.hero__tagline {
  margin-top: 28px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.3;
  color: var(--color-text);
  font-weight: 300;
}
.hero__lede {
  margin-top: 18px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-text-muted);
}

/* Primary CTA */
.hero__waitlist-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #6D5EFF, #4A3AFF);
  border: 1.5px solid rgba(124,111,255,.5);
  border-radius: var(--radius-button);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 0 32px rgba(74,58,255,.45), 0 8px 24px rgba(0,0,0,.3);
  transition: all .3s ease;
}
.hero__waitlist-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 48px rgba(74,58,255,.65), 0 12px 32px rgba(0,0,0,.35);
}
.btn-spark {
  color: var(--color-accent-gold);
  font-size: 14px;
  filter: drop-shadow(0 0 6px rgba(255,209,102,.8));
}
.hero__ctas {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Store buttons */
.store-btn {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  padding: 10px 18px;
  background: rgba(13,11,46,.7);
  border: 1px solid var(--color-border);
  border-radius: 13px;
  text-decoration: none;
  color: var(--color-text);
  transition: all .25s ease;
  min-width: 170px;
}
.store-btn:hover {
  border-color: rgba(184,169,255,.4);
  transform: translateY(-2px);
}
.store-btn svg {
  grid-row: span 2;
  width: 24px; height: 24px;
  fill: currentColor;
}
.store-btn__top {
  font-family: var(--font-body);
  font-size: 9px;
  color: var(--color-text-dim);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.store-btn__bottom {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
}
.store-btn--sm { min-width: 0; }

/* Hero mascot column */
.hero__mascot {
  position: relative;
  aspect-ratio: 1 / 1.1;
  min-height: 560px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 24px;
}
.mascot-aura {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -55%);
  width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,111,255,.28) 0%, rgba(74,58,255,.12) 50%, transparent 70%);
  pointer-events: none;
  animation: aura-pulse 4s ease-in-out infinite;
}
@keyframes aura-pulse {
  0%,100% { opacity: .7; transform: translate(-50%,-55%) scale(1); }
  50%     { opacity: 1;  transform: translate(-50%,-55%) scale(1.08); }
}
.mascot-img {
  position: relative; z-index: 2;
  width: 72%; max-width: 340px; height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.45));
  animation: breathe 4s ease-in-out infinite;
  transition: opacity 0.25s ease;
}
@keyframes breathe {
  0%,100% { transform: scale(1) translateY(0); }
  50%     { transform: scale(1.02) translateY(-6px); }
}

/* Hero notification card */
.notif-card {
  position: absolute;
  bottom: 40px; right: -10px;
  width: 92%; max-width: 380px;
  padding: 18px 20px;
  background: rgba(20,15,60,.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-lift);
  z-index: 4;
  transition: box-shadow .3s ease, transform .15s ease, height .35s cubic-bezier(.22,1,.36,1);
  overflow: hidden;
}
.notif-card__head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 10px;
}
.notif-card__avatar {
  width: 26px; height: 26px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--color-primary);
}
.notif-card__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.notif-card__meta {
  display: flex; align-items: center; gap: 8px;
  flex: 1; justify-content: space-between;
}
.notif-card__meta strong { font-family: var(--font-heading); font-size: 13px; font-weight: 700; }
.notif-card__meta span,
.notif-card__time { font-family: var(--font-body); font-size: 11px; color: var(--color-text-muted); }
.notif-card__tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(184,169,255,.14);
  border-radius: var(--radius-tag);
  font-family: var(--font-heading);
  font-size: 12px; font-weight: 600;
  color: var(--color-creature);
  margin-bottom: 10px;
  transition: opacity .22s ease, transform .22s ease;
}
.notif-card__body {
  font-family: var(--font-body);
  font-size: 14px; line-height: 1.55;
  color: var(--color-text);
  margin-bottom: 14px;
  transition: opacity .22s ease, transform .22s ease;
}
.notif-card--swap .notif-card__tag,
.notif-card--swap .notif-card__body {
  opacity: 0; transform: translateY(-6px);
}
.notif-card__progress {
  height: 2px;
  background: rgba(184,169,255,.12);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 12px;
}
.notif-card__progress span {
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--color-creature), var(--color-accent-gold));
  border-radius: 2px;
}
.notif-card__actions { display: flex; gap: 8px; }
.notif-card__actions button {
  flex: 1;
  padding: 8px 12px;
  border-radius: var(--radius-button);
  font-family: var(--font-heading);
  font-size: 12px; font-weight: 700;
  cursor: pointer;
  background: transparent;
  transition: transform .15s ease, box-shadow .2s ease;
}
.notif-card__actions button:active { transform: scale(.95); }
.btn-til  { border: 1.5px solid var(--color-success); color: var(--color-success); }
.btn-til:hover { background: rgba(78,205,196,.12); box-shadow: 0 0 20px rgba(78,205,196,.3); }
.btn-meh  { border: 1.5px solid var(--color-muted); color: var(--color-text-muted); }
.btn-meh:hover { background: rgba(148,163,184,.12); }
.btn-save { border: 1.5px solid var(--color-accent-gold); color: var(--color-accent-gold); }
.btn-save:hover { background: rgba(255,209,102,.12); box-shadow: var(--shadow-gold); }

.notif-card--congrats { box-shadow: var(--shadow-lift), 0 0 60px rgba(255,209,102,.25); }
.notif-card--congrats .notif-card__tag { background: rgba(255,209,102,.18); color: var(--color-accent-gold); }
.notif-card--congrats .notif-card__progress span { width: 100% !important; }
.btn-download {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 14px;
  border-radius: var(--radius-button);
  font-family: var(--font-heading); font-size: 13px; font-weight: 800;
  text-decoration: none;
  color: #1a1340;
  background: linear-gradient(135deg, #ffd166, #ffb347);
  border: 1.5px solid rgba(255,209,102,.6);
  box-shadow: var(--shadow-gold);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease;
}
.btn-download:hover { transform: translateY(-1px); box-shadow: 0 0 30px rgba(255,209,102,.55); }
.btn-restart {
  flex: 0 0 auto; width: 40px;
  padding: 8px 0;
  border-radius: var(--radius-button);
  border: 1.5px solid var(--color-border);
  color: var(--color-text-muted);
  background: transparent;
  font-family: var(--font-heading); font-size: 16px; font-weight: 700;
  cursor: pointer;
  transition: transform .15s ease, color .2s ease, border-color .2s ease;
}
.btn-restart:hover { color: var(--color-creature); border-color: var(--color-creature); }

.hero__notif-hint {
  position: absolute;
  bottom: 16px; right: 0;
  width: 92%; max-width: 380px;
  text-align: center;
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--color-text-dim);
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════
   VALUE STRIP
════════════════════════════════════════════════════ */
.value-strip {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: 0 auto 64px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.value-pill {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-heading);
  font-size: 14px; font-weight: 600;
  color: var(--color-text-muted);
}
.value-pill i { font-size: 18px; color: var(--color-creature); }
.value-pill--gold i { color: var(--color-accent-gold); filter: drop-shadow(0 0 6px rgba(255,209,102,.5)); }
.value-sep { color: rgba(184,169,255,.25); font-size: 20px; }

/* ═══════════════════════════════════════════════════
   PROBLEM SECTION
════════════════════════════════════════════════════ */
.problem {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: center;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  overflow: visible;
}
.problem__stat-col {
  padding: 16px;
}
.problem::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: radial-gradient(ellipse at 30% 50%, rgba(74,58,255,.12) 0%, transparent 55%);
  pointer-events: none;
}

/* Stat bubbles */
.problem__stat-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.problem__bubble {
  width: 100%;
  max-width: 240px;
  padding: 32px 24px;
  background: var(--color-bg-card);
  backdrop-filter: blur(20px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  text-align: center;
  box-shadow: var(--shadow-card);
}
.problem__bubble--dim {
  transform: scale(.9);
  transform-origin: top center;
  border-color: rgba(255, 90, 90, 0.3);
  background: rgba(255, 60, 60, 0.05);
}
.problem__bubble--dim .problem__num {
  background: linear-gradient(135deg, #ff8a8a, #ff4545);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.problem__retention-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  padding: 3px 10px;
  background: rgba(255, 60, 60, 0.12);
  border: 1px solid rgba(255, 90, 90, 0.3);
  border-radius: var(--radius-tag);
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255, 130, 130, 0.9);
  letter-spacing: .04em;
}
.problem__num {
  display: block;
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.04em;
  background: linear-gradient(135deg, #B8A9FF, #7C6FFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.problem__num--small { font-size: 64px; }
.problem__num-label {
  display: block;
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-text-muted);
}
.problem__vs {
  font-family: var(--font-mono);
  font-size: 24px;
  color: rgba(255, 100, 100, 0.7);
  align-self: center;
  filter: drop-shadow(0 0 6px rgba(255, 60, 60, 0.4));
}

/* Problem copy */
.problem__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--color-text);
  margin-bottom: 20px;
}
.problem__copy p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-text-muted);
  max-width: 480px;
  margin-bottom: 16px;
}
.problem__tagline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding: 16px 20px;
  background: rgba(184,169,255,.06);
  border: 1px solid rgba(184,169,255,.2);
  border-left: 3px solid var(--color-success);
  border-radius: 0 var(--radius-card) var(--radius-card) 0;
}
.problem__creature {
  width: 52px; height: 52px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(184,169,255,.4));
}
.problem__tagline blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  font-weight: 300;
  color: var(--color-text);
  line-height: 1.4;
}

/* ═══════════════════════════════════════════════════
   HOW IT WORKS — 3 STEPS
════════════════════════════════════════════════════ */
.steps {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 40px;
}
.steps__header {
  text-align: center;
  margin-bottom: 48px;
}
.steps__header h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--color-text);
  margin-top: 8px;
}
.steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 28px 32px;
  background: rgba(184, 169, 255, 0.07);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: transform .3s cubic-bezier(.25,.46,.45,.94);
}
/* glow shadow fades in via opacity — no repaint, stays on GPU */
.step-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 20px 60px rgba(74,58,255,.35);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.step-card:hover {
  transform: translate3d(0, -6px, 0);
}
.step-card:hover::after {
  opacity: 1;
}
.step-card--gold::after {
  box-shadow: 0 20px 60px rgba(255,209,102,.25);
}
.step-card--gold {
  border-color: rgba(255,209,102,.25);
  background: rgba(255, 209, 102, 0.04);
}

.step-card__num {
  position: absolute;
  top: 20px; left: 20px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--color-accent-gold);
  letter-spacing: .1em;
}
.step-card__creature {
  width: 110px; height: 110px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.3));
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: transform .35s cubic-bezier(.25,.46,.45,.94);
}
.step-card:hover .step-card__creature {
  transform: translate3d(0, -4px, 0) scale(1.07);
}
.step-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.step-card__body h3 {
  font-family: var(--font-heading);
  font-size: 20px; font-weight: 800;
  color: var(--color-text);
  margin-bottom: 10px;
}
.step-card__body p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin-bottom: 5px;
}
.step-card__tag {
  margin-top: auto;
  display: inline-block;
  padding: 10px 14px 10px;
  background: rgba(184,169,255,.1);
  border: 1px solid rgba(184,169,255,.2);
  border-radius: var(--radius-tag);
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--color-creature);
  letter-spacing: .05em;
}
.step-card--gold .step-card__tag {
  background: rgba(255,209,102,.1);
  border-color: rgba(255,209,102,.25);
  color: var(--color-accent-gold);
}

/* ═══════════════════════════════════════════════════
   TOPICS SHOWCASE
════════════════════════════════════════════════════ */
.topics {
  position: relative; z-index: 2;
  margin-bottom: 80px;
}
.topics__header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  margin-bottom: 40px;
}
.topics__header h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--color-text);
  margin: 8px 0 14px;
}
.topics__header p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-text-muted);
  max-width: 540px;
  margin: 0 auto;
}

/* Marquee */
.topics__marquee-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  padding: 20px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.topics__marquee { overflow-x: clip; overflow-y: visible; padding: 6px 0; }
.topics__track {
  display: flex;
  gap: 10px;
  width: max-content;
}
.topics__track--fwd { animation: marquee-fwd 28s linear infinite; }
.topics__track--rev { animation: marquee-rev 32s linear infinite; }
@keyframes marquee-fwd { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marquee-rev { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.topic-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  background: rgba(184,169,255,.08);
  border: 1px solid rgba(184,169,255,.2);
  border-radius: var(--radius-tag);
  font-family: var(--font-heading);
  font-size: 14px; font-weight: 600;
  color: var(--color-creature);
  white-space: nowrap;
  cursor: default;
  transition: all .2s ease;
}
.topic-pill:hover {
  background: rgba(184,169,255,.18);
  border-color: rgba(184,169,255,.45);
  transform: scale(1.04);
  box-shadow: 0 0 20px rgba(124,111,255,.25);
}
.topic-pill--alt {
  background: rgba(255,209,102,.06);
  border-color: rgba(255,209,102,.18);
  color: rgba(255,209,102,.8);
}
.topic-pill--alt:hover {
  background: rgba(255,209,102,.14);
  border-color: rgba(255,209,102,.4);
  box-shadow: 0 0 20px rgba(255,209,102,.2);
}

/* Fact preview cards */
.fact-cards {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.fact-card {
  position: relative;
  padding: 24px;
  background: var(--color-bg-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.fact-card:hover,
.fact-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(184,169,255,.45);
  box-shadow: 0 12px 36px rgba(74,58,255,.18);
  outline: none;
}
.fact-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(184,169,255,.12);
}
.fact-card__ideas-cta {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  color: var(--color-creature);
}
.fact-card__expand-btn {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  color: var(--color-creature);
  opacity: .7;
  transition: opacity .2s ease, transform .2s ease;
  display: inline-block;
}
.fact-card:hover .fact-card__expand-btn,
.fact-card:focus-visible .fact-card__expand-btn {
  opacity: 1;
  transform: translateX(3px);
}
.fact-card--center {
  background: rgba(74,58,255,.08);
  border-color: rgba(124,111,255,.3);
}
.fact-card__tag {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(184,169,255,.12);
  border-radius: var(--radius-tag);
  font-family: var(--font-heading);
  font-size: 11px; font-weight: 600;
  color: var(--color-creature);
  margin-bottom: 12px;
}
.fact-card p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-muted);
  font-style: italic;
  margin-bottom: 12px;
}
.fact-card__source {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--color-text-dim);
  text-decoration: none;
  letter-spacing: .04em;
  transition: color .2s ease;
}
.fact-card__source:hover { color: var(--color-creature); }

/* ═══════════════════════════════════════════════════
   NOTIFICATION EXPERIENCE
════════════════════════════════════════════════════ */
.notif-section {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  background: var(--color-bg-card);
  backdrop-filter: blur(20px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.notif-section::before {
  content: '';
  position: absolute;
  top: -60%; right: -20%;
  width: 60%; height: 200%;
  background: radial-gradient(ellipse, rgba(74,58,255,.18), transparent 60%);
  pointer-events: none;
}
.notif-section__copy h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--color-text);
  margin-bottom: 18px;
}
.notif-section__copy > p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-muted);
  max-width: 440px;
  margin-bottom: 24px;
}
.notif-section__bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.notif-section__bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text-muted);
}
.notif-section__bullets i {
  font-size: 18px;
  color: var(--color-success);
  flex-shrink: 0;
}

/* Phone mockup */
.how__phone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 620px;
}
.phone {
  position: relative;
  width: 420px;
  aspect-ratio: 420 / 640;
  background-image: url('assets/holding-phone-template.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 40px 70px rgba(0,0,0,.5)) drop-shadow(0 0 60px rgba(74,58,255,.25));
  animation: float-phone 6s ease-in-out infinite;
}
@keyframes float-phone {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-10px); }
}
.phone__screen {
  position: absolute;
  top: 80px;
  left: 94px;
  right: 116px;
  bottom: 130px;
  border-radius: 30px;
  background:
    radial-gradient(ellipse 80% 40% at 30% 18%, rgba(74,58,255,.22) 0%, transparent 65%),
    radial-gradient(ellipse 55% 28% at 78% 60%, rgba(160,80,220,.14) 0%, transparent 60%),
    radial-gradient(ellipse 40% 20% at 55% 85%, rgba(74,58,255,.1) 0%, transparent 55%),
    linear-gradient(180deg, #0e0b2c 0%, #0a0820 100%);
  padding: 26px 10px 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.phone__screen::before {
  content: '';
  position: absolute;
  top: 3%; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 16px;
  background: rgba(20,15,60,.92);
  border-radius: 10px;
  z-index: 1;
}
.phone__screen::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background-image:
    radial-gradient(1.2px 1.2px at 12% 10%, rgba(255,255,255,.75) 0%, transparent 100%),
    radial-gradient(1px   1px   at 28% 7%,  rgba(255,255,255,.55) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 48% 5%,  rgba(255,255,255,.65) 0%, transparent 100%),
    radial-gradient(1px   1px   at 65% 12%, rgba(255,255,255,.5)  0%, transparent 100%),
    radial-gradient(1.2px 1.2px at 82% 8%,  rgba(255,255,255,.7)  0%, transparent 100%),
    radial-gradient(1px   1px   at 18% 22%, rgba(255,255,255,.45) 0%, transparent 100%),
    radial-gradient(1.3px 1.3px at 55% 18%, rgba(255,255,255,.6)  0%, transparent 100%),
    radial-gradient(1px   1px   at 88% 28%, rgba(255,255,255,.5)  0%, transparent 100%),
    radial-gradient(1px   1px   at 38% 30%, rgba(255,255,255,.4)  0%, transparent 100%),
    radial-gradient(1.2px 1.2px at 72% 35%, rgba(255,255,255,.55) 0%, transparent 100%),
    radial-gradient(1px   1px   at 8%  38%, rgba(255,255,255,.4)  0%, transparent 100%),
    radial-gradient(1px   1px   at 92% 15%, rgba(255,255,255,.35) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.phone__time {
  position: relative; z-index: 1;
  margin-top: 16px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 44px; font-weight: 300;
  color: var(--color-text);
  letter-spacing: -.02em; line-height: 1;
}
.phone__date {
  position: relative; z-index: 1;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 11px;
  color: var(--color-text-muted);
  margin-top: 4px;
  margin-bottom: auto;
  padding-bottom: 14px;
}
.phone__notif {
  position: relative; z-index: 1;
  padding: 12px 14px;
  background: rgba(20,15,60,.92);
  backdrop-filter: blur(20px);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  margin-bottom: 10px;
}
.phone__notif .notif-card__body { font-size: 12px; margin-bottom: 10px; line-height: 1.4; }
.phone__notif .notif-card__tag  { font-size: 10px; padding: 2px 8px; margin-bottom: 6px; }
.phone__notif .notif-card__actions { gap: 4px; }
.phone__notif .notif-card__actions button { font-size: 9px; padding: 4px 5px; }
.phone__notif .notif-card__body { font-size: 11px; line-height: 1.35; }
.phone__notif .notif-card__meta strong { font-size: 11px; }
.phone__notif .notif-card__meta span   { font-size: 9px; }
.phone__notif .notif-card__avatar { width: 20px; height: 20px; }
.phone__notif .notif-card__head { margin-bottom: 6px; }

.speech-bubble {
  position: absolute;
  top: 40px; right: -10px;
  max-width: 190px;
  padding: 14px 18px 20px;
  background: rgba(22, 15, 58, 0.94);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  font-family: var(--font-body);
  font-size: 13px; line-height: 1.5;
  color: var(--color-text);
  transform: rotate(2deg);
  z-index: 4;
  box-shadow: 0 8px 32px rgba(0,0,0,.35);
}
.speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -8px; left: 24px;
  width: 16px; height: 16px;
  background: rgba(22, 15, 58, 0.94);
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  transform: rotate(45deg);
}

/* ═══════════════════════════════════════════════════
   OWNERSHIP HOOK
════════════════════════════════════════════════════ */
.ownership {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
  align-items: center;
  border-top: 1px solid var(--color-border);
  overflow: visible;
}
.ownership::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: radial-gradient(ellipse at 30% 50%, rgba(74,58,255,.12), transparent 55%);
  pointer-events: none;
}
.ownership__glow {
  position: absolute;
  top: 50%; left: 20%;
  transform: translate(-50%, -50%);
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,111,255,.15), transparent 65%);
  pointer-events: none;
  animation: aura-pulse 5s ease-in-out infinite;
}
.ownership__creature {
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 32px rgba(0,0,0,.4)) drop-shadow(0 0 40px rgba(124,111,255,.3));
  animation: breathe 5s ease-in-out infinite;
}
.ownership__copy h2 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--color-text);
  margin-bottom: 20px;
}
.ownership__copy p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text-muted);
  max-width: 560px;
  margin-bottom: 28px;
}
.ownership__constellation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.const-tag {
  padding: 6px 16px;
  background: rgba(184,169,255,.07);
  border: 1px solid rgba(184,169,255,.2);
  border-radius: var(--radius-tag);
  font-family: var(--font-heading);
  font-size: 13px; font-weight: 600;
  color: var(--color-creature);
}

/* ═══════════════════════════════════════════════════
   WAITLIST SECTION
════════════════════════════════════════════════════ */
.waitlist-section {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: 0 auto 80px;
}
.waitlist-section__inner {
  padding: 72px 64px;
  background: linear-gradient(135deg, rgba(74,58,255,.18) 0%, rgba(45,27,105,.25) 50%, rgba(13,11,46,.3) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(124,111,255,.3);
  border-radius: var(--radius-lg);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.waitlist-section__inner::before {
  content: '';
  position: absolute;
  top: -40%; left: 50%;
  transform: translateX(-50%);
  width: 80%; height: 200%;
  background: radial-gradient(ellipse, rgba(124,111,255,.15), transparent 60%);
  pointer-events: none;
}
.waitlist-section__inner h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--color-text);
  margin-bottom: 16px;
}
.waitlist-section__inner > p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-muted);
  max-width: 520px;
  margin: 0 auto 36px;
}
.waitlist {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(13,11,46,.7);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-button);
  padding: 6px 6px 6px 22px;
  max-width: 480px;
  margin: 0 auto;
  transition: border-color .2s ease;
}
.waitlist:focus-within {
  border-color: var(--color-creature);
  box-shadow: 0 0 0 4px rgba(184,169,255,.1);
}
.waitlist input {
  flex: 1;
  background: none; border: none; outline: none;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 15px;
  padding: 10px 0;
}
.waitlist input::placeholder { color: var(--color-text-dim); }
.waitlist button {
  padding: 13px 24px;
  background: linear-gradient(135deg, #6D5EFF, #4A3AFF);
  border: none;
  border-radius: var(--radius-button);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 14px; font-weight: 700;
  cursor: pointer;
  transition: all .25s ease;
  white-space: nowrap;
  box-shadow: 0 0 20px rgba(74,58,255,.4);
}
.waitlist button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 30px rgba(74,58,255,.6), 0 0 60px rgba(124,111,255,.3);
}
.waitlist__msg {
  margin-top: 14px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-success);
  min-height: 18px;
}
.waitlist-section__stores {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.waitlist-section__stores .store-btn {
  background: rgba(13,11,46,.5);
  min-width: 160px;
}

/* ═══════════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════════════ */
.footer {
  position: relative; z-index: 2;
  padding: 56px 40px 40px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__logo { justify-content: center; }
.footer__tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--color-text-muted);
  margin-top: 6px;
}
.footer__socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 24px 0 16px;
}
.footer__socials a {
  color: var(--color-creature);
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(184,169,255,.15);
  transition: all .25s ease;
}
.footer__socials a:hover {
  color: var(--color-accent-gold);
  background: rgba(255,209,102,.08);
  border-color: rgba(255,209,102,.3);
  transform: translateY(-2px);
}
.footer__socials i { font-size: 20px; }
.footer__links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
}
.footer__links a {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-text-dim);
  text-decoration: none;
  transition: color .2s ease;
}
.footer__links a:hover { color: var(--color-text-muted); }
.footer__made {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-text-dim);
}
.footer__plaque {
  position: absolute;
  right: 40px; bottom: 40px;
  padding: 16px 22px;
  background: linear-gradient(135deg, rgba(120,72,35,.6), rgba(80,45,20,.5));
  border: 1px solid rgba(255,209,102,.2);
  border-radius: 12px;
  font-family: var(--font-display);
  font-size: 13px; font-style: italic;
  color: var(--color-accent-gold);
  display: flex; flex-direction: column; gap: 3px;
  text-align: left;
  box-shadow: 0 0 30px rgba(255,209,102,.08);
  transform: rotate(-2deg);
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  main { padding: 0 28px; }
  .nav { padding: 24px 28px; }
  .steps__grid { gap: 14px; }
  .problem { grid-template-columns: 1fr 1.2fr; gap: 40px; }
  .notif-section { grid-template-columns: 1fr; gap: 40px; }
  .how__phone { min-height: 500px; }
  .ownership { grid-template-columns: 180px 1fr; gap: 40px; }
}

/* ═══════════════════════════════════════════════════
   FACT DETAIL MODAL — mimics in-app Article Detail
════════════════════════════════════════════════════ */
.fact-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}
.fact-modal[aria-hidden="false"] {
  pointer-events: auto;
  opacity: 1;
}
.fact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 5, 24, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.fact-modal__panel {
  position: relative;
  width: min(640px, 100%);
  max-height: 92vh;
  margin: 0 16px;
  padding: 28px 28px 24px;
  background: linear-gradient(180deg, #1a1147 0%, #0f0a30 100%);
  border: 1px solid rgba(184,169,255,.22);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -20px 80px rgba(0,0,0,.6), 0 0 80px rgba(74,58,255,.18);
  overflow-y: auto;
  transform: translateY(40px);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
@media (min-width: 720px) {
  .fact-modal { align-items: center; }
  .fact-modal__panel {
    border-radius: 28px;
    margin: 0;
    transform: translateY(20px) scale(.98);
  }
}
.fact-modal[aria-hidden="false"] .fact-modal__panel {
  transform: translateY(0) scale(1);
}
.fact-modal__panel::-webkit-scrollbar { width: 6px; }
.fact-modal__panel::-webkit-scrollbar-thumb {
  background: rgba(184,169,255,.18);
  border-radius: 3px;
}

/* Top bar: close left, bookmark right */
/* Close button — top-right of panel */
.fact-modal__close {
  position: absolute;
  top: 20px; right: 20px;
  width: 32px; height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1a1147;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-text);
  font-size: 16px;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
  z-index: 2;
}
.fact-modal__close:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(184,169,255,.4);
}

/* Bookmark save — top-right of the fact card, like the app */
.fact-modal__save-btn {
  position: absolute;
  top: 14px; right: 14px;
  width: 32px; height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(184,169,255,.2);
  border-radius: 50%;
  color: var(--color-text-muted);
  font-size: 15px;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .15s ease;
  z-index: 3;
}
.fact-modal__save-btn:hover {
  background: rgba(255,209,102,.12);
  border-color: rgba(255,209,102,.4);
  color: var(--color-accent-gold);
  transform: scale(1.08);
}
.fact-modal__save-btn.is-saved {
  background: rgba(255,209,102,.18);
  border-color: rgba(255,209,102,.55);
  color: var(--color-accent-gold);
}

/* Mascot speech bubble (mirrors in-app Article Detail) */
.fact-modal__bubble {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.fact-modal__mascot {
  width: 56px; height: 56px;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 18px rgba(74,58,255,.4));
}
.fact-modal__bubble-body {
  position: relative;
  flex: 1;
  padding: 14px 18px;
  background: rgba(22, 15, 58, 0.78);
  border: 1px solid var(--color-border);
  border-radius: 16px;
}
.fact-modal__bubble-body::before {
  content: '';
  position: absolute;
  top: 18px; left: -7px;
  width: 12px; height: 12px;
  background: rgba(22, 15, 58, 0.78);
  border-left: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  transform: rotate(45deg);
}
.fact-modal__summary {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-text);
}

/* Swipeable fact card wrapper */
.fact-modal__swipe-wrap {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 20px;
}
.fact-modal__swipe-overlay {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.fact-modal__swipe-overlay--til { background: rgba(78,205,196,.28); }
.fact-modal__swipe-overlay--meh { background: rgba(184,169,255,.28); }
.fact-modal__swipe-label {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%) scale(0.5);
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
  letter-spacing: -.01em;
}
.fact-modal__swipe-label--til { color: #4ECDC4; text-shadow: 0 0 24px rgba(78,205,196,.6); }
.fact-modal__swipe-label--meh { color: #B8A9FF; text-shadow: 0 0 24px rgba(184,169,255,.6); }

/* Hero (highlighted fact) */
.fact-modal__hero {
  position: relative;
  padding: 22px;
  background: rgba(74,58,255,.10);
  border: 1px solid rgba(124,111,255,.28);
  border-radius: 20px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  animation: factGlow 1s ease-out 1;
}
.fact-modal__hero:active { cursor: grabbing; }
@keyframes factGlow {
  0%   { box-shadow: 0 0 0 0 rgba(74,58,255,.45); }
  60%  { box-shadow: 0 0 0 14px rgba(74,58,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,58,255,0); }
}
.fact-modal__tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(184,169,255,.14);
  border-radius: var(--radius-tag);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  color: var(--color-creature);
  margin-bottom: 12px;
}
.fact-modal__fact {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.45;
  color: var(--color-text);
  font-style: italic;
  margin-bottom: 14px;
  padding-right: 40px;
}
.fact-modal__meta {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--color-text-dim);
  letter-spacing: .04em;
  margin-bottom: 18px;
}
.fact-modal__dot { opacity: .6; }

/* Swipe instruction above the card */
.fact-modal__swipe-intro {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .06em;
  color: var(--color-text-dim);
  text-align: center;
  margin-bottom: 10px;
}
.fact-modal__swipe-intro strong {
  color: #4ECDC4;
  font-weight: 700;
}

.fact-modal__swipe-hint {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--color-text-dim);
  letter-spacing: .04em;
  padding: 0 2px;
  margin-top: 14px;
}
.fact-modal__swipe-divider { color: rgba(184,169,255,.3); }

/* Key ideas */
.fact-modal__ideas { margin-bottom: 24px; }
@keyframes ideasFlash {
  0%   { background: rgba(78,205,196,.15); border-color: rgba(78,205,196,.4); }
  100% { background: transparent; border-color: transparent; }
}
.fact-modal__ideas.ideas-flash {
  border-radius: 12px;
  animation: ideasFlash 0.9s ease-out forwards;
}
.fact-modal__section-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-creature);
  margin-bottom: 14px;
}
.fact-modal__ideas-list { list-style: none; }
.fact-modal__idea {
  padding: 14px 0;
  border-top: 1px solid rgba(184,169,255,.10);
}
.fact-modal__idea:first-child { border-top: none; padding-top: 0; }
.fact-modal__idea-title {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 6px;
  line-height: 1.4;
}
.fact-modal__idea-title::before {
  content: '💡';
  flex-shrink: 0;
  font-size: 14px;
}
.fact-modal__idea-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-muted);
}

/* Read full article CTA */
.fact-modal__read {
  display: block;
  text-align: center;
  padding: 14px 20px;
  background: var(--color-primary);
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius-button);
  text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease;
}
.fact-modal__read:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(74,58,255,.4);
}

body.fact-modal-open { overflow: hidden; }

@media (max-width: 480px) {
  .fact-modal__panel { padding: 24px 20px 20px; }
  .fact-modal__fact { font-size: 18px; }
  .fact-modal__mascot { width: 48px; height: 48px; }
}

@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; gap: 32px; padding: 40px 0 60px; }
  .hero__mascot { min-height: 420px; max-width: 420px; margin: 0 auto; width: 100%; }
  .notif-card { right: 0; max-width: 100%; }
  .problem { grid-template-columns: 1fr; gap: 32px; }
  .problem__stat-col { flex-direction: row; justify-content: center; }
  .problem__bubble { max-width: 160px; padding: 20px; }
  .problem__num { font-size: 60px; }
  .steps__grid { grid-template-columns: 1fr; }
  .fact-cards { grid-template-columns: 1fr; }
  .ownership { grid-template-columns: 1fr; text-align: center; }
  .ownership__creature { max-width: 150px; margin: 0 auto; }
  .ownership__constellation { justify-content: center; }
  .waitlist-section__inner { padding: 48px 24px; }
  .nav__links { display: none; }
  .footer__plaque { position: static; margin: 32px auto 0; transform: none; display: inline-flex; }
  .value-strip { padding: 0 20px; gap: 12px; }
  .value-sep { display: none; }
}

@media (max-width: 480px) {
  main, .nav, .footer { padding-left: 20px; padding-right: 20px; }
  .hero__ctas { flex-direction: column; }
  .store-btn { width: 100%; }
  .waitlist { flex-direction: column; padding: 10px; gap: 10px; border-radius: 20px; }
  .waitlist input { width: 100%; padding: 10px 14px; }
  .waitlist button { width: 100%; }
  .problem { padding: 40px 20px; }
  .steps { padding: 0 20px; }
  .fact-cards { padding: 0 20px; }
  .topics__header, .ownership { padding: 40px 20px; }
  .speech-bubble { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}