:root {
  --bg: #0F0F0F;
  --fg: #F5F5F0;
  --accent: #F59E0B;
  --accent-dim: #B45309;
  --muted: #6B7280;
  --border: #1F1F1F;
  --surface: #161616;
  --surface-2: #1C1C1C;
  --font-head: 'Syne', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.hero {
  padding: 80px 0 0;
  border-bottom: 1px solid var(--border);
}
.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px 80px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 80px;
  align-items: center;
}
.hero-tag {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(245,158,11,0.3);
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 28px;
}
.hero-headline {
  font-family: var(--font-head);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: var(--fg);
}
.accent-text { color: var(--accent); }
.hero-sub {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 500px;
  margin-bottom: 48px;
}
.hero-stats { display: flex; align-items: center; gap: 32px; }
.stat { display: flex; flex-direction: column; gap: 5px; }
.stat-number {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.stat-label {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.stat-divider { width: 1px; height: 48px; background: var(--border); }
.hero-right { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.funnel-graphic { width: 100%; max-width: 320px; }
.funnel-svg { width: 100%; height: auto; filter: drop-shadow(0 0 28px rgba(245,158,11,0.12)); }
.hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  font-family: var(--font-head);
  letter-spacing: 0.5px;
}

.proof-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}
.proof-bar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 0;
}
.proof-item { display: flex; flex-direction: column; gap: 5px; padding-right: 40px; }
.proof-item:first-child { padding-left: 0; }
.proof-number {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  color: var(--fg);
  line-height: 1;
}
.proof-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
  max-width: 170px;
}
.proof-sep {
  width: 1px;
  height: 40px;
  background: var(--border);
  margin: 0 40px 0 0;
  flex-shrink: 0;
}

.how-it-works {
  padding: 120px 0;
  border-bottom: 1px solid var(--border);
}
.section-header {
  max-width: 600px;
  margin: 0 auto 72px;
  text-align: center;
}
.section-tag {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-headline {
  font-family: var(--font-head);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.section-sub {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
}
.steps {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.step { flex: 1; padding: 0 40px; text-align: center; }
.step-num {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--accent);
  margin-bottom: 20px;
  opacity: 0.5;
}
.step-icon { margin-bottom: 20px; display: flex; justify-content: center; }
.step-title {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--fg);
}
.step-body { font-size: 14px; color: var(--muted); line-height: 1.65; }
.step-connector { padding-top: 32px; flex-shrink: 0; }

.proof-of-model {
  padding: 120px 0;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}
.pom-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.pom-blocks { display: flex; flex-direction: column; gap: 24px; margin-top: 40px; }
.pom-block {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--bg);
}
.pom-block--accent { border-color: rgba(245,158,11,0.25); background: rgba(245,158,11,0.03); }
.pom-block-label {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.pom-block-content { font-size: 14px; color: var(--muted); line-height: 1.6; }
.model-numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.model-stat { background: var(--bg); padding: 28px 24px; display: flex; flex-direction: column; gap: 6px; }
.model-num-val { font-family: var(--font-head); font-size: 24px; font-weight: 800; color: var(--accent); line-height: 1; }
.model-num-label { font-size: 13px; font-weight: 600; color: var(--fg); }
.model-num-sub { font-size: 12px; color: var(--muted); }
.model-divider { grid-column: span 2; height: 1px; background: var(--border); }
.model-callout {
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px solid rgba(245,158,11,0.2);
  border-left: 3px solid var(--accent);
  background: rgba(245,158,11,0.04);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--fg);
  line-height: 1.5;
}
.callout-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; margin-top: 4px; }

.manifesto { padding: 120px 0; border-bottom: 1px solid var(--border); }
.manifesto-inner { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.manifesto-top { margin-bottom: 56px; }
.manifesto-headline {
  font-family: var(--font-head);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-top: 16px;
  color: var(--fg);
}
.manifesto-body { max-width: 620px; display: flex; flex-direction: column; gap: 20px; margin-bottom: 64px; }
.manifesto-body p { font-size: 17px; color: var(--muted); line-height: 1.7; }
.manifesto-close { padding-top: 48px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 12px; }
.close-line { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: var(--muted); line-height: 1.4; }
.close-line--accent { color: var(--fg); font-size: 20px; }

.footer { padding: 40px 0; }
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-brand { display: flex; flex-direction: column; gap: 4px; }
.footer-name { font-family: var(--font-head); font-size: 18px; font-weight: 800; color: var(--fg); letter-spacing: -0.01em; }
.footer-tagline { font-size: 13px; color: var(--muted); }
.footer-meta { font-size: 12px; color: var(--muted); opacity: 0.5; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-right { order: -1; }
  .pom-grid { grid-template-columns: 1fr; gap: 48px; }
  .steps { flex-direction: column; align-items: center; gap: 40px; }
  .step-connector { display: none; }
  .proof-bar-inner { flex-wrap: wrap; gap: 24px; }
  .proof-sep { display: none; }
  .proof-item { padding: 0; }
}
@media (max-width: 600px) {
  .hero { padding: 60px 0 0; }
  .hero-inner, .proof-bar-inner, .pom-grid, .manifesto-inner, .footer-inner { padding: 0 24px; }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 16px; }
  .stat-divider { display: none; }
  .section-headline { font-size: 32px; }
  .manifesto-headline { font-size: 40px; }
}