/* ============== TOKENS ============== */
:root {
  --bg: #0f0a1a;
  --bg-2: #160d24;
  --bg-3: #1d1230;
  --line: rgba(255,255,255,0.08);
  --line-2: rgba(255,255,255,0.14);
  --text: #ffffff;
  --text-mute: rgba(255,255,255,0.62);
  --text-dim: rgba(255,255,255,0.42);
  --primary: #8B0FA8;
  --primary-bright: #C964FF;
  --primary-deep: #4A0866;
  --gold: #F5C249;
  --gold-deep: #B8860B;
  --radius: 14px;
  --radius-lg: 24px;
  --shadow: 0 30px 80px -30px rgba(139,15,168,0.55);
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
}

/* ============== RESET ============== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-display);
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  font-feature-settings: "ss01", "cv01";
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.005em;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img, svg { display: block; max-width: 100%; }

/* ============== AMBIENT ============== */
.ambient {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
}
.orb {
  position: absolute; border-radius: 50%;
  filter: blur(120px); opacity: 0.55;
  animation: drift 18s ease-in-out infinite;
}
.orb-1 { width: 600px; height: 600px; top: -200px; left: -150px; background: #8B0FA8; }
.orb-2 { width: 500px; height: 500px; top: 30%; right: -200px; background: #4A0866; animation-delay: -6s; }
.orb-3 { width: 400px; height: 400px; bottom: -100px; left: 40%; background: #C964FF; opacity: 0.25; animation-delay: -12s;}
@keyframes drift {
  0%, 100% { transform: translate(0,0); }
  50% { transform: translate(30px, -40px); }
}
.grain {
  position: absolute; inset: 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.85' numOctaves='3'/><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%' height='100%' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay; opacity: 0.5;
}
.grid-lines { position: absolute; inset: 0; width: 100%; height: 100%; }

/* ============== NAV ============== */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 48px;
  backdrop-filter: blur(16px);
  background: rgba(15,10,26,0.6);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 36px; height: 36px; display: block; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(139,15,168,0.4); }
.brand-mark svg, .brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.brand-name {
  font-weight: 800; font-size: 19px; letter-spacing: -0.01em;
}
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 14px; color: var(--text-mute); transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta {
  background: var(--text); color: #0a0612 !important;
  padding: 10px 18px; border-radius: 999px;
  font-weight: 600; font-size: 13px;
  transition: transform .2s, box-shadow .2s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(255,255,255,0.15); }

/* ============== HERO ============== */
.hero {
  position: relative; z-index: 1;
  padding: 80px 48px 60px;
  max-width: 1440px; margin: 0 auto;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px;
  background: rgba(201,100,255,0.08);
  border: 1px solid rgba(201,100,255,0.25);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 12px; color: var(--text-mute);
  margin-bottom: 28px;
}
.eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--primary-bright);
  box-shadow: 0 0 8px var(--primary-bright);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 50% { opacity: 0.5; } }

.hero-title {
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}
.title-accent {
  background: linear-gradient(135deg, #C964FF 0%, #8B0FA8 60%, #F5C249 130%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}
.title-sparkle {
  font-size: 0.4em; color: var(--gold);
  -webkit-text-fill-color: var(--gold);
  margin-left: 0.15em; vertical-align: super;
  display: inline-block;
  animation: sparkle 3s ease-in-out infinite;
}
@keyframes sparkle {
  0%, 100% { transform: rotate(0deg) scale(1); opacity: 1; }
  50% { transform: rotate(180deg) scale(1.2); opacity: 0.7; }
}
.hero-sub {
  font-size: 19px;
  color: var(--text-mute);
  max-width: 520px;
  margin-bottom: 36px;
  text-wrap: pretty;
}

.hero-cta {
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

/* ============== PRIMARY BUTTON ============== */
.btn-primary {
  position: relative;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 28px;
  background: linear-gradient(135deg, #C964FF 0%, #8B0FA8 100%);
  color: white;
  border-radius: 14px;
  font-weight: 700; font-size: 16px;
  box-shadow:
    0 0 0 1px rgba(201,100,255,0.4),
    0 20px 50px -15px rgba(139,15,168,0.7),
    inset 0 1px 0 rgba(255,255,255,0.25);
  overflow: hidden;
  transition: transform .2s, box-shadow .3s;
  isolation: isolate;
}
.btn-primary::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, #F5C249 0%, #C964FF 50%, #8B0FA8 100%);
  opacity: 0;
  transition: opacity .35s;
  z-index: -1;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(245,194,73,0.5), 0 25px 60px -15px rgba(245,194,73,0.45); }
.btn-primary:hover::before { opacity: 1; }
.btn-glow {
  position: absolute; inset: -2px;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent, rgba(245,194,73,0.6), transparent);
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
  z-index: -2;
  filter: blur(2px);
}
@keyframes shimmer { to { background-position: -200% 0; } }
.btn-icon { width: 18px; height: 18px; }
.btn-label { letter-spacing: -0.01em; }
.btn-size {
  font-family: var(--font-mono);
  font-size: 11px; opacity: 0.7;
  padding: 4px 8px; border-radius: 6px;
  background: rgba(0,0,0,0.25);
  margin-left: 4px;
}
.btn-primary-xl { padding: 22px 36px; font-size: 18px; }
.btn-primary-xl .btn-icon { width: 22px; height: 22px; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 22px;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  font-weight: 500; font-size: 15px;
  color: var(--text-mute);
  transition: border-color .2s, color .2s;
}
.btn-ghost:hover { border-color: var(--text); color: var(--text); }

.hero-note {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px; color: var(--text-dim);
  flex-wrap: wrap;
}
.note-pill {
  padding: 3px 8px;
  background: rgba(245,194,73,0.12);
  border: 1px solid rgba(245,194,73,0.3);
  color: var(--gold);
  border-radius: 6px;
}

/* ============== HERO MOCKUP ============== */
.hero-mockup {
  position: relative;
  height: 640px;
  display: flex; align-items: center; justify-content: center;
}
.mockup-glow {
  position: absolute;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,100,255,0.35), transparent 70%);
  filter: blur(60px);
  z-index: 0;
}
.phone {
  position: relative;
  width: 280px;
  height: 580px;
  background: linear-gradient(160deg, #1d1230, #0f0a1a);
  border-radius: 42px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 0 0 8px #0a0612,
    0 0 0 9px rgba(201,100,255,0.3),
    0 60px 80px -20px rgba(0,0,0,0.7),
    0 30px 60px -10px rgba(139,15,168,0.4);
  padding: 14px;
  z-index: 2;
}
.phone-notch {
  position: absolute;
  top: 18px; left: 50%;
  transform: translateX(-50%);
  width: 90px; height: 22px;
  background: #0a0612;
  border-radius: 12px;
}
.phone-screen {
  width: 100%; height: 100%;
  background: linear-gradient(180deg, #1a0f2e 0%, #0f0a1a 100%);
  border-radius: 30px;
  padding: 38px 14px 14px;
  display: flex; flex-direction: column;
  gap: 12px;
  overflow: hidden;
}
.app-status {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-mute);
  padding: 0 6px;
}
.status-icons { display: flex; gap: 3px; }
.status-icons .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--text-mute); }

.app-header {
  display: flex; gap: 4px;
  padding: 4px;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
}
.app-tab {
  flex: 1; text-align: center;
  padding: 7px;
  font-size: 11px; font-weight: 600;
  color: var(--text-dim);
  border-radius: 7px;
  transition: all .2s;
}
.app-tab.active {
  background: linear-gradient(135deg, #C964FF, #8B0FA8);
  color: white;
}

.profile-card {
  position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
  display: flex; flex-direction: column;
}
.profile-img {
  position: relative;
  flex: 1;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.profile-initial {
  font-size: 88px;
  font-weight: 800;
  color: rgba(255,255,255,0.95);
  font-family: var(--font-display);
  letter-spacing: -0.05em;
  text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.profile-deco { position: absolute; inset: 0; pointer-events: none; }
.profile-deco svg { width: 100%; height: 100%; }
.profile-meta {
  padding: 10px;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(10px);
}
.profile-name {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; font-weight: 700;
  margin-bottom: 6px;
}
.match-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  padding: 3px 6px;
  background: rgba(245,194,73,0.2);
  border: 1px solid rgba(245,194,73,0.4);
  color: var(--gold);
  border-radius: 4px;
}
.profile-tags { display: flex; gap: 4px; }
.tag {
  font-size: 9px;
  padding: 3px 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
  color: var(--text-mute);
}

.compat-row { display: flex; gap: 6px; }
.compat-chip {
  flex: 1;
  padding: 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  display: flex; flex-direction: column;
  align-items: center; gap: 1px;
}
.chip-num { font-size: 16px; font-weight: 700; color: var(--gold); }
.chip-lbl { font-size: 9px; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.05em; }

.action-bar {
  display: flex; justify-content: space-around; align-items: center;
  padding: 4px 0;
}
.act {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
}
.act svg { width: 18px; height: 18px; }
.act-skip { color: var(--text-mute); }
.act-like { color: #ff5e8a; background: rgba(255,94,138,0.15); border-color: rgba(255,94,138,0.4); width: 50px; height: 50px; }
.act-like svg { width: 22px; height: 22px; }
.act-bolt { color: var(--gold); }

/* Floating cards */
.float-card {
  position: absolute;
  background: rgba(29,18,48,0.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(201,100,255,0.25);
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.5);
  z-index: 3;
  animation: float 6s ease-in-out infinite;
}
.float-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.float-card-quote {
  top: 40px; left: -20px;
  width: 220px;
  animation-delay: -2s;
}
.float-quote {
  font-size: 12px;
  font-style: italic;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.4;
}
.float-streak {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-mute);
}
.float-card-versus {
  bottom: 60px; right: -30px;
  width: 220px;
}
.float-versus {
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.vs-side { display: flex; flex-direction: column; flex: 1; }
.vs-name { font-size: 13px; font-weight: 700; }
.vs-pct { font-family: var(--font-mono); font-size: 11px; color: var(--text-mute); }
.vs-side:last-child { text-align: right; }
.vs-divider {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gold);
  font-weight: 700;
}
.vs-bar {
  height: 4px;
  background: rgba(255,255,255,0.08);
  border-radius: 2px;
  overflow: hidden;
}
.vs-fill {
  height: 100%;
  background: linear-gradient(90deg, #C964FF, #F5C249);
  border-radius: 2px;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Decorative shapes */
.deco { position: absolute; pointer-events: none; }
.deco-diamond {
  top: 20px; right: 30px;
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  transform: rotate(45deg);
  border-radius: 4px;
  opacity: 0.7;
  animation: spin 12s linear infinite;
  box-shadow: 0 0 30px rgba(245,194,73,0.5);
}
@keyframes spin { to { transform: rotate(405deg); } }
.deco-ring {
  bottom: 80px; left: 40px;
  width: 70px; height: 70px;
  border: 2px solid rgba(201,100,255,0.4);
  border-radius: 50%;
}
.deco-ring::before {
  content: ""; position: absolute; inset: 8px;
  border: 1px dashed rgba(245,194,73,0.5);
  border-radius: 50%;
  animation: spin 20s linear infinite reverse;
}
.deco-spark {
  top: 60%; left: 10%;
  width: 16px; height: 16px;
  color: var(--gold);
}
.deco-spark::before {
  content: "✦";
  font-size: 24px;
  color: var(--gold);
  animation: sparkle 2.5s ease-in-out infinite;
}

/* ============== STATS STRIP ============== */
.stats-strip {
  display: flex; justify-content: center; align-items: center;
  gap: 48px;
  margin-top: 80px;
  padding: 28px 32px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(10px);
}
.stat { text-align: center; display: flex; flex-direction: column; gap: 4px; }
.stat-num {
  font-size: 28px; font-weight: 800;
  background: linear-gradient(135deg, #fff, #C964FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}
.stat-lbl {
  font-family: var(--font-mono);
  font-size: 11px; color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.stat-sep {
  width: 1px; height: 32px;
  background: var(--line-2);
}

/* ============== SECTIONS ============== */
.section {
  position: relative; z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 48px;
}
.section-head { text-align: center; margin-bottom: 72px; }
.section-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}
.section-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  max-width: 900px;
  margin: 0 auto;
  text-wrap: balance;
}
.hl {
  background: linear-gradient(135deg, #C964FF, #F5C249);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============== HOW ============== */
.steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
}
.step {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  transition: transform .3s, border-color .3s, background .3s;
}
.step:hover {
  transform: translateY(-4px);
  border-color: rgba(201,100,255,0.4);
  background: rgba(201,100,255,0.04);
}
.step-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.step-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(201,100,255,0.15), rgba(139,15,168,0.05));
  border: 1px solid rgba(201,100,255,0.3);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  color: var(--primary-bright);
}
.step-icon svg { width: 28px; height: 28px; }
.step h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.step p {
  font-size: 14px;
  color: var(--text-mute);
  line-height: 1.5;
}
.step-arrow {
  display: flex; align-items: center;
  color: var(--text-dim);
}
.step-arrow svg { width: 50px; height: 12px; }

/* ============== FEATURES ============== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feat {
  position: relative;
  padding: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .3s, border-color .3s;
  display: flex; flex-direction: column;
  min-height: 320px;
}
.feat::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at top right, rgba(201,100,255,0.12), transparent 60%);
  opacity: 0; transition: opacity .4s;
}
.feat:hover { transform: translateY(-4px); border-color: rgba(201,100,255,0.35); }
.feat:hover::before { opacity: 1; }
.feat-lg { grid-column: span 2; }
.feat-gold { background: linear-gradient(180deg, rgba(245,194,73,0.06) 0%, rgba(245,194,73,0.01) 100%); border-color: rgba(245,194,73,0.2); }

.feat-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  position: relative; z-index: 1;
}
.feat h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
  position: relative; z-index: 1;
}
.feat p {
  color: var(--text-mute);
  font-size: 15px;
  margin-bottom: 22px;
  flex-shrink: 0;
  position: relative; z-index: 1;
}
.feat-visual {
  margin-top: auto;
  position: relative; z-index: 1;
}

.feat-visual-feed { display: flex; gap: 10px; }
.mini-card {
  flex: 1;
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  border-radius: 12px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  font-size: 36px; font-weight: 800;
  overflow: hidden;
}
.mini-card b {
  position: absolute; bottom: 8px; right: 8px;
  font-family: var(--font-mono);
  font-size: 10px; font-weight: 500;
  background: rgba(0,0,0,0.5);
  padding: 3px 6px;
  border-radius: 4px;
  color: var(--gold);
}

.feat-visual-meter { display: flex; flex-direction: column; gap: 10px; }
.meter-row {
  display: grid;
  grid-template-columns: 90px 1fr 30px;
  align-items: center; gap: 12px;
  font-size: 13px;
}
.meter-row span:first-child { color: var(--text-mute); }
.meter-row span:last-child { font-family: var(--font-mono); font-size: 11px; color: var(--gold); text-align: right; }
.meter {
  height: 6px;
  background: rgba(255,255,255,0.06);
  border-radius: 3px;
  overflow: hidden;
}
.meter-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-bright), var(--gold));
  border-radius: 3px;
}

.feat-visual-quote {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px;
  background: rgba(245,194,73,0.06);
  border: 1px solid rgba(245,194,73,0.2);
  border-radius: 14px;
}
.q-mark {
  font-size: 80px; line-height: 0.6;
  font-family: serif; color: var(--gold);
  font-weight: 800;
}
.q-streak {
  font-family: var(--font-mono);
  font-size: 24px; font-weight: 700;
  color: var(--gold);
}

.feat-visual-vs { display: flex; flex-direction: column; gap: 8px; }
.vs-row {
  display: grid;
  grid-template-columns: 60px 1fr 36px;
  align-items: center; gap: 10px;
  font-size: 13px;
}
.vs-row span:last-child { font-family: var(--font-mono); font-size: 11px; text-align: right; color: var(--text-mute); }
.vs-track {
  height: 8px;
  background: rgba(255,255,255,0.06);
  border-radius: 4px;
  overflow: hidden;
}
.vs-trackfill {
  height: 100%;
  background: linear-gradient(90deg, #ff5e8a, #C964FF);
  border-radius: 4px;
}

.feat-visual-watching { display: flex; flex-direction: column; gap: 8px; }
.watch-row {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
}
.watch-dot {
  width: 6px; height: 6px;
  background: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 8px #4ade80;
  animation: pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

.feat-visual-chat { display: flex; flex-direction: column; gap: 6px; max-width: 100%; }
.bubble {
  max-width: 75%;
  padding: 8px 14px;
  border-radius: 14px;
  font-size: 13px;
}
.bubble-them {
  align-self: flex-start;
  background: rgba(255,255,255,0.06);
  border-bottom-left-radius: 4px;
}
.bubble-me {
  align-self: flex-end;
  background: linear-gradient(135deg, #C964FF, #8B0FA8);
  border-bottom-right-radius: 4px;
}

/* ============== SAFETY ============== */
.safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.safety-copy .section-eyebrow { color: var(--gold); margin-bottom: 18px; }
.safety-copy .section-title { text-align: left; max-width: none; margin-bottom: 24px; }
.safety-lede {
  font-size: 17px;
  color: var(--text-mute);
  margin-bottom: 32px;
  line-height: 1.55;
  text-wrap: pretty;
}
.safety-list {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 16px;
}
.safety-list li {
  display: flex; gap: 14px;
  padding: 16px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: border-color .2s, background .2s;
}
.safety-list li:hover {
  border-color: rgba(245,194,73,0.3);
  background: rgba(245,194,73,0.03);
}
.check {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(74,222,128,0.15);
  border: 1px solid rgba(74,222,128,0.4);
  color: #4ade80;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}
.safety-list li > div { font-size: 14px; color: var(--text-mute); line-height: 1.55; }
.safety-list li > div b { color: var(--text); font-weight: 700; }

.safety-visual {
  position: relative;
  height: 480px;
  display: flex; align-items: center; justify-content: center;
}
.shield {
  position: relative;
  width: 240px;
}
.shield svg { width: 100%; }
.shield-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(201,100,255,0.4), transparent 70%);
  filter: blur(40px);
  z-index: -1;
  animation: pulse 4s ease-in-out infinite;
}
.safety-card {
  position: absolute;
  background: rgba(29,18,48,0.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(201,100,255,0.25);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.5);
}
.safety-card-1 { top: 40px; left: -10px; animation: float 7s ease-in-out infinite; }
.safety-card-2 { bottom: 40px; right: -10px; animation: float 7s ease-in-out infinite -3.5s; }
.sc-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.sc-num {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 4px 0 2px;
}
.sc-desc {
  font-size: 11px;
  color: var(--text-dim);
}

/* ============== DOWNLOAD CTA ============== */
.download {
  padding: 80px 48px 120px;
}
.download-card {
  position: relative;
  text-align: center;
  padding: 80px 40px;
  background:
    radial-gradient(ellipse at top, rgba(201,100,255,0.18), transparent 60%),
    linear-gradient(180deg, rgba(29,18,48,0.6), rgba(15,10,26,0.4));
  border: 1px solid rgba(201,100,255,0.25);
  border-radius: 32px;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}
.download-deco { position: absolute; inset: 0; pointer-events: none; }
.dd-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201,100,255,0.2);
}
.dd-ring-1 {
  width: 600px; height: 600px;
  top: -300px; left: 50%;
  transform: translateX(-50%);
}
.dd-ring-2 {
  width: 800px; height: 800px;
  top: -400px; left: 50%;
  transform: translateX(-50%);
  border-color: rgba(245,194,73,0.1);
}
.dd-spark {
  position: absolute;
  color: var(--gold);
  font-size: 20px;
  animation: sparkle 3s ease-in-out infinite;
}
.dd-spark-1 { top: 30px; left: 60px; }
.dd-spark-2 { top: 80px; right: 80px; animation-delay: -1s; }
.dd-spark-3 { bottom: 60px; left: 30%; animation-delay: -2s; font-size: 14px; }

.download-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  position: relative;
}
.download-title {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 16px;
  position: relative;
}
.download-sub {
  font-size: 18px;
  color: var(--text-mute);
  margin-bottom: 36px;
  position: relative;
}
.download .btn-primary { position: relative; }
.download-meta {
  display: flex; justify-content: center; align-items: center;
  gap: 32px;
  margin-top: 32px;
  flex-wrap: wrap;
  position: relative;
}
.dm-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px;
  color: var(--text-mute);
}
.dm-item svg { width: 18px; height: 18px; color: var(--primary-bright); }

.install-hint {
  margin-top: 24px;
  padding: 12px 20px;
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(245,194,73,0.06);
  border: 1px solid rgba(245,194,73,0.15);
  border-radius: 999px;
  font-size: 13px;
  color: var(--text-mute);
  position: relative;
  text-align: left;
}
.hint-num {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(245,194,73,0.2);
  color: var(--gold);
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 11px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ============== FOOTER ============== */
.footer {
  position: relative; z-index: 1;
  border-top: 1px solid var(--line);
  padding: 64px 48px 32px;
  background: rgba(10, 6, 18, 0.5);
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}
.footer-tag {
  margin-top: 16px;
  color: var(--text-mute);
  font-size: 14px;
  max-width: 280px;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col-title {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}
.footer-col a {
  font-size: 14px;
  color: var(--text-mute);
  transition: color .2s;
}
.footer-col a:hover { color: var(--text); }

.footer-base {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 32px;
  display: flex; justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-dim);
}

/* ============== REVEAL ANIMATIONS ============== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ============== RESPONSIVE ============== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-mockup { height: 560px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step-arrow { display: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-lg { grid-column: span 2; }
  .safety-grid { grid-template-columns: 1fr; gap: 60px; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .stats-strip { gap: 24px; flex-wrap: wrap; }
}
@media (max-width: 720px) {
  .nav { padding: 16px 20px; }
  .nav-links { gap: 16px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding: 48px 20px 40px; }
  .section { padding: 80px 20px; }
  .download { padding: 60px 20px 80px; }
  .download-card { padding: 56px 24px; border-radius: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feat-lg { grid-column: span 1; }
  .steps { grid-template-columns: 1fr; }
  .footer { padding: 48px 24px 24px; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .footer-base { flex-direction: column; gap: 8px; text-align: center; }
  .stats-strip { padding: 20px; gap: 16px; }
  .stat-sep { display: none; }
  .stat { flex: 1 0 40%; }
  .float-card-quote { left: -10px; width: 180px; top: 20px; transform: scale(0.85); transform-origin: top left; }
  .float-card-versus { right: -10px; width: 180px; transform: scale(0.85); transform-origin: bottom right; }
  .hero-title { font-size: 56px; }
  .btn-primary { width: 100%; justify-content: center; }
  .btn-ghost { width: 100%; justify-content: center; }
  .install-hint { font-size: 12px; padding: 10px 14px; }
}
