:root {
  --bg: #080809;
  --bg-2: #0f0f12;
  --surface: #161618;
  --fg: #f0ece4;
  --fg-muted: #8a8680;
  --accent: #c9970a;
  --accent-2: #f5c842;
  --border: rgba(240, 236, 228, 0.08);
  --radius: 10px;
}

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

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

/* ── NAV ── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 22px 48px;
  background: rgba(8, 8, 9, 0.7);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.nav-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: var(--fg);
}

.nav-logo-accent {
  color: var(--accent-2);
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 48px 80px;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.hero-orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 151, 10, 0.18) 0%, transparent 70%);
  top: -100px;
  right: -100px;
}

.hero-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(245, 200, 66, 0.08) 0%, transparent 70%);
  bottom: 0;
  left: 20%;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.hero-eyebrow {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.hero-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2.5px;
  color: var(--fg);
  margin-bottom: 28px;
}

.headline-accent {
  color: var(--accent-2);
}

.hero-sub {
  font-size: 18px;
  color: var(--fg-muted);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 56px;
  font-weight: 300;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
}

.hero-stat {
  padding: 0 40px 0 0;
}

.hero-stat:first-child {
  padding-left: 0;
}

.stat-number {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--accent-2);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 12px;
  color: var(--fg-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.4;
}

.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  margin: 0 40px;
  align-self: center;
}

/* ── HOW ── */
.how {
  padding: 100px 48px;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
}

.how-header {
  max-width: 640px;
  margin-bottom: 64px;
}

.section-eyebrow {
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--fg);
  line-height: 1.15;
}

.steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  max-width: 960px;
}

.step {
  flex: 1;
  padding: 0 32px 0 0;
}

.step:first-child {
  padding-left: 0;
}

.step-number {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent-2);
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.step-title {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 12px;
  line-height: 1.25;
}

.step-desc {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.65;
  font-weight: 300;
}

.step-connector {
  display: flex;
  align-items: center;
  padding: 0 16px;
  flex-shrink: 0;
}

.step-line {
  width: 32px;
  height: 1px;
  background: var(--border);
  position: relative;
}

.step-line::after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--accent);
  border-right: 1px solid var(--accent);
  transform: rotate(45deg);
}

/* ── DIFFERENTIATOR ── */
.diff {
  padding: 100px 48px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.diff-content {
  max-width: 800px;
}

.diff-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: var(--fg);
  line-height: 1.15;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}

.diff-body {
  font-size: 16px;
  color: var(--fg-muted);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 48px;
  font-weight: 300;
}

.diff-features {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.diff-feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.diff-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-2);
}

.diff-feature h4 {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 4px;
}

.diff-feature p {
  font-size: 13px;
  color: var(--fg-muted);
  font-weight: 300;
}

/* ── CLOSING ── */
.closing {
  padding: 100px 48px 120px;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  text-align: center;
}

.closing-content {
  max-width: 700px;
  margin: 0 auto;
}

.closing-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  color: var(--fg);
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.closing-body {
  font-size: 16px;
  color: var(--fg-muted);
  line-height: 1.7;
  font-weight: 300;
}

/* ── FOOTER ── */
.footer {
  padding: 40px 48px;
  border-top: 1px solid var(--border);
  background: var(--bg);
}

.footer-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: var(--fg);
  margin-bottom: 8px;
}

.footer-logo-accent {
  color: var(--accent-2);
}

.footer-note {
  font-size: 13px;
  color: var(--fg-muted);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav {
    padding: 18px 24px;
  }
  .hero {
    padding: 100px 24px 60px;
  }
  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .hero-stat-divider {
    display: none;
  }
  .steps {
    flex-direction: column;
    gap: 40px;
  }
  .step-connector {
    display: none;
  }
  .how, .diff, .closing {
    padding: 64px 24px;
  }
  .footer {
    padding: 32px 24px;
  }
}