:root {
  --bg: #0d0f1a;
  --bg-alt: #141626;
  --fg: #f0f0f5;
  --fg-muted: #8b8fa8;
  --accent: #f97316;
  --accent-dim: rgba(249, 115, 22, 0.15);
  --border: rgba(255,255,255,0.07);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: 'Syne', sans-serif; }

/* NAV */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  border-bottom: 1px solid var(--border);
}
.nav-brand { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.1rem; letter-spacing: -0.02em; }
.nav-tag { font-size: 0.8rem; color: var(--accent); background: var(--accent-dim); padding: 4px 12px; border-radius: 20px; }

/* HERO */
.hero { padding: 80px 48px 80px; }
.hero-inner { display: grid; grid-template-columns: 1fr 280px; gap: 60px; align-items: start; }
.hero-badge { display: inline-block; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); background: var(--accent-dim); padding: 6px 14px; border-radius: 20px; margin-bottom: 28px; }
.hero-headline { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 24px; }
.hero-headline em { font-style: normal; color: var(--accent); }
.hero-sub { font-size: 1.15rem; color: var(--fg-muted); max-width: 520px; margin-bottom: 36px; line-height: 1.65; }
.hero-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.btn-primary { display: inline-block; background: var(--accent); color: #fff; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1rem; padding: 14px 28px; border-radius: 8px; text-decoration: none; transition: opacity 0.2s; }
.btn-primary:hover { opacity: 0.88; }
.hero-cta-note { font-size: 0.85rem; color: var(--fg-muted); }
.hero-right { display: flex; flex-direction: column; gap: 16px; }
.hero-stat-card { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 12px; padding: 20px; text-align: center; }
.stat-number { font-family: 'Syne', sans-serif; font-size: 2.4rem; font-weight: 800; color: var(--accent); line-height: 1; }
.stat-label { font-size: 0.78rem; color: var(--fg-muted); margin-top: 6px; text-transform: uppercase; letter-spacing: 0.06em; }

/* TIMELINE */
.timeline { padding: 80px 48px; background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.timeline-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); font-weight: 600; margin-bottom: 28px; }
.timeline-grid { display: grid; grid-template-columns: 1fr 40px 1fr 40px 1fr; gap: 0; margin-bottom: 40px; }
.timeline-block { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 28px; }
.timeline-sep { display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 1.4rem; font-weight: 700; }
.timeline-step { font-family: 'Syne', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--accent); margin-bottom: 8px; }
.timeline-title { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.timeline-desc { font-size: 0.88rem; color: var(--fg-muted); line-height: 1.55; }
.timeline-goal { font-size: 1rem; color: var(--fg-muted); }
.timeline-goal em { color: var(--fg); font-style: normal; }
.goal-label { font-weight: 600; color: var(--fg); }

/* WHAT'S INSIDE */
.whats-inside { padding: 80px 48px; }
.section-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); font-weight: 600; margin-bottom: 16px; }
.section-headline { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px; }
.section-sub { font-size: 1.05rem; color: var(--fg-muted); margin-bottom: 56px; }
.kit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.kit-item { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 12px; padding: 28px; display: flex; gap: 16px; }
.kit-num { font-family: 'Syne', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--accent); opacity: 0.5; flex-shrink: 0; }
.kit-content h3 { font-family: 'Syne', sans-serif; font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; }
.kit-content p { font-size: 0.88rem; color: var(--fg-muted); line-height: 1.55; }

/* HOW IT WORKS */
.how-works { padding: 80px 48px; background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 64px; }
.step-item { }
.step-num { font-family: 'Syne', sans-serif; font-size: 3rem; font-weight: 800; color: var(--accent); line-height: 1; margin-bottom: 16px; }
.step-item h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.step-item p { font-size: 0.9rem; color: var(--fg-muted); }
.ai-tools { }
.ai-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--fg-muted); font-weight: 600; margin-bottom: 20px; }
.ai-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ai-tool { background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 18px; text-align: center; }
.ai-icon { color: var(--accent); font-size: 1.2rem; margin-bottom: 8px; }
.ai-name { font-family: 'Syne', sans-serif; font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.ai-use { font-size: 0.78rem; color: var(--fg-muted); }

/* IS IT FOR YOU */
.is-for-you { padding: 80px 48px; }
.split-block { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.for-label { font-family: 'Syne', sans-serif; font-size: 0.9rem; font-weight: 700; margin-bottom: 20px; color: var(--fg); }
.check-list, .cross-list { list-style: none; }
.check-list li, .cross-list li { font-size: 0.95rem; color: var(--fg-muted); padding: 10px 0; border-bottom: 1px solid var(--border); line-height: 1.5; }
.check-list li::before { content: '✓ '; color: var(--accent); font-weight: 700; }
.cross-list li::before { content: '✗ '; color: var(--fg-muted); }

/* CLOSING */
.closing-section { padding: 100px 48px; background: linear-gradient(135deg, var(--bg) 0%, #1a1040 100%); border-top: 1px solid var(--border); text-align: center; }
.closing-eyebrow { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); font-weight: 600; margin-bottom: 24px; }
.closing-headline { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 20px; }
.closing-sub { font-size: 1.1rem; color: var(--fg-muted); }
.closing-cta { display: inline-block; background: var(--accent); color: #fff; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1rem; padding: 14px 28px; border-radius: 8px; text-decoration: none; transition: opacity 0.2s; margin-top: 28px; }
.closing-cta:hover { opacity: 0.88; }

/* WAITLIST FORM */
.wl-form { display: flex; flex-direction: column; gap: 12px; max-width: 400px; }
.wl-form input {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--fg);
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  padding: 12px 16px;
  transition: border-color 0.2s;
  width: 100%;
}
.wl-form input::placeholder { color: var(--fg-muted); }
.wl-form input:focus { outline: none; border-color: var(--accent); }
.wl-btn { width: 100%; text-align: center; cursor: pointer; border: none; }
.wl-note { font-size: 0.82rem; color: var(--fg-muted); margin-top: 4px; }
.wl-error { font-size: 0.88rem; color: #ef4444; margin-top: 4px; }
.wl-confirmed { padding: 4px 0; }
.wl-check { font-size: 2rem; color: var(--accent); margin-bottom: 12px; }
.wl-confirmed-msg { font-size: 1.15rem; line-height: 1.6; }

/* FOOTER */
.footer { padding: 28px 48px; border-top: 1px solid var(--border); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-brand { font-family: 'Syne', sans-serif; font-weight: 700; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: var(--fg-muted); text-decoration: none; font-size: 0.88rem; }
.footer-links a:hover { color: var(--fg); }
.footer-copy { font-size: 0.82rem; color: var(--fg-muted); }
.footer-copy a { color: var(--fg-muted); text-decoration: none; }
.footer-copy a:hover { color: var(--accent); }

/* MOBILE */
@media (max-width: 900px) {
  .nav, .hero, .timeline, .whats-inside, .how-works, .is-for-you, .closing-section, .footer { padding-left: 24px; padding-right: 24px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: grid; grid-template-columns: repeat(3, 1fr); }
  .timeline-grid { grid-template-columns: 1fr; gap: 16px; }
  .timeline-sep { display: none; }
  .kit-grid { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: 1fr; }
  .ai-grid { grid-template-columns: repeat(2, 1fr); }
  .split-block { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 500px) {
  .hero-right { grid-template-columns: 1fr; }
  .ai-grid { grid-template-columns: 1fr; }
}