:root {
  --bg: #0c0c0e;
  --bg-2: #111827;
  --surface: #1a1d23;
  --fg: #f0f0f0;
  --fg-muted: #9ca3af;
  --accent: #00E5A0;
  --accent-dim: rgba(0, 229, 160, 0.08);
  --border: rgba(255,255,255,0.07);
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

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

html { font-size: 16px; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 48px 64px;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid var(--border);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.08;
  color: var(--fg);
  margin-bottom: 24px;
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--fg-muted);
  max-width: 480px;
  line-height: 1.7;
}
.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 8px;
}
.stat-block {
  padding: 20px 0;
}
.stat-number {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  display: block;
  font-size: 0.85rem;
  color: var(--fg-muted);
  line-height: 1.4;
}
.stat-divider {
  width: 100%;
  height: 1px;
  background: var(--border);
}

/* Pipeline Widget */
.hero-illustration {
  grid-column: 1 / -1;
  margin-top: 48px;
}
.pipeline-widget {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.pipeline-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}
.pipeline-step:last-child { border-bottom: none; }
.pipeline-step.done { background: rgba(0,229,160,0.04); }
.pipeline-step.active { background: rgba(0,229,160,0.08); }
.pipeline-step.queued { opacity: 0.5; }
.step-text {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 500;
}
.step-time {
  font-size: 0.75rem;
  color: var(--fg-muted);
  font-variant-numeric: tabular-nums;
}

/* HOW IT WORKS */
.howitworks {
  padding: 96px 48px;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid var(--border);
}
.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-headline {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 56px;
  max-width: 500px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.step-card {
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.step-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 20px;
  opacity: 0.5;
}
.step-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 12px;
}
.step-card p {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* WHO IT'S FOR */
.whosfor {
  padding: 96px 48px;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid var(--border);
}
.personas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.persona {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-2);
}
.persona-icon {
  margin-bottom: 20px;
}
.persona h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 12px;
}
.persona p {
  font-size: 0.875rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* MANIFESTO */
.manifesto {
  padding: 96px 48px;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid var(--border);
}
.manifesto-inner {
  max-width: 720px;
}
.manifesto-quote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  font-style: italic;
  color: var(--fg);
  line-height: 1.3;
  margin-bottom: 32px;
  padding-left: 24px;
  border-left: 3px solid var(--accent);
}
.manifesto-body {
  font-size: 1rem;
  color: var(--fg-muted);
  line-height: 1.8;
}

/* CLOSING */
.closing {
  padding: 96px 48px;
  max-width: 1100px;
  margin: 0 auto;
}
.closing h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--fg);
  line-height: 1.1;
  margin-bottom: 28px;
}
.closing p {
  font-size: 1rem;
  color: var(--fg-muted);
  max-width: 600px;
  line-height: 1.75;
}

/* FOOTER */
footer {
  padding: 40px 48px;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--fg);
}
.footer-tagline {
  font-size: 0.8rem;
  color: var(--fg-muted);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { padding: 60px 24px 48px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .steps-grid { grid-template-columns: 1fr; }
  .personas-grid { grid-template-columns: 1fr; }
  .howitworks, .whosfor, .manifesto, .closing { padding: 64px 24px; }
  footer { padding: 32px 24px; }
  .hero-headline { font-size: 2.2rem; }
}

@media (max-width: 480px) {
  .hero { padding: 48px 20px 40px; }
  .howitworks, .whosfor, .manifesto, .closing { padding: 48px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 4px; }
}