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

:root {
  --bg: #0a0a0a;
  --bg-2: #141414;
  --bg-3: #1e1e1e;
  --fg: #f0ede8;
  --fg-muted: #9a9590;
  --accent: #f59e0b;
  --accent-dim: #b45309;
  --border: #2a2a2a;
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

body { min-height: 100vh; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,10,10,0.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1100px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; color: var(--fg); letter-spacing: -0.02em; }
.nav-tagline { font-size: 0.75rem; color: var(--fg-muted); letter-spacing: 0.06em; text-transform: uppercase; }

/* HERO */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden; padding-top: 70px;
}
.hero-bg { position: absolute; inset: 0; background: var(--bg); }
.hero-stripe {
  position: absolute; right: -80px; width: 320px; height: 100%;
  background: repeating-linear-gradient(-60deg, transparent, transparent 28px, rgba(245,158,11,0.06) 28px, rgba(245,158,11,0.06) 30px);
  transform: skewX(-12deg);
}
.hero-stripe-1 { top: 0; opacity: 1; }
.hero-stripe-2 { right: 100px; opacity: 0.6; }
.hero-stripe-3 { right: 200px; opacity: 0.3; }
.hero-glow {
  position: absolute; top: 20%; left: -200px; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(245,158,11,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto; padding: 80px 24px 100px;
}
.hero-eyebrow {
  display: inline-block; font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent);
  border: 1px solid rgba(245,158,11,0.3); border-radius: 2px;
  padding: 4px 12px; margin-bottom: 32px;
}
.hero-headline {
  font-size: clamp(3rem, 8vw, 6.5rem); font-weight: 800; line-height: 1.0;
  color: var(--fg); max-width: 600px; margin-bottom: 28px; letter-spacing: -0.03em;
}
.hero-sub {
  font-size: clamp(1rem, 2vw, 1.15rem); line-height: 1.65;
  color: var(--fg-muted); max-width: 520px; font-weight: 300;
}

/* SECTIONS */
.section-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.section-heading { font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--fg); margin-bottom: 20px; max-width: 540px; letter-spacing: -0.02em; }

/* HOW IT WORKS */
.howitworks { background: var(--bg-2); padding: 100px 0; }
.howitworks .section-heading { margin-bottom: 64px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.step-number { font-family: var(--font-display); font-size: 0.75rem; font-weight: 800; color: var(--accent); letter-spacing: 0.08em; margin-bottom: 20px; }
.step h3 { font-size: 1.2rem; color: var(--fg); margin-bottom: 12px; font-weight: 700; }
.step p { font-size: 0.92rem; color: var(--fg-muted); line-height: 1.65; font-weight: 300; }

/* WHY DEALERS */
.whydelalers { padding: 100px 0; background: var(--bg); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.why-text p { color: var(--fg-muted); font-size: 0.95rem; line-height: 1.7; font-weight: 300; margin-bottom: 16px; }
.why-features { display: flex; flex-direction: column; gap: 32px; }
.why-feature { display: flex; gap: 16px; align-items: flex-start; }
.why-feature-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(245,158,11,0.1); border: 1px solid rgba(245,158,11,0.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); flex-shrink: 0;
}
.why-feature strong { display: block; font-size: 0.9rem; font-weight: 600; color: var(--fg); margin-bottom: 4px; }
.why-feature p { font-size: 0.82rem; color: var(--fg-muted); line-height: 1.5; font-weight: 300; }

/* STATS */
.stats {
  background: var(--bg-3); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 60px 0;
}
.stats-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.stat { text-align: center; }
.stat-value { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; color: var(--fg); letter-spacing: -0.03em; display: block; line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 0.78rem; color: var(--fg-muted); font-weight: 400; letter-spacing: 0.02em; }
.stat-divider { width: 1px; height: 60px; background: var(--border); flex-shrink: 0; }

/* MANIFESTO */
.manifesto { padding: 100px 0; background: var(--bg); }
.manifesto-inner { max-width: 800px; margin: 0 auto; text-align: center; padding: 0 24px; }
.manifesto-mark { font-family: var(--font-display); font-size: 8rem; color: var(--accent); line-height: 0.5; margin-bottom: 32px; font-weight: 800; }
blockquote { font-family: var(--font-display); font-size: clamp(1.1rem, 2.5vw, 1.4rem); line-height: 1.6; color: var(--fg); font-weight: 400; font-style: italic; margin-bottom: 28px; }
cite { font-size: 0.82rem; color: var(--fg-muted); font-style: normal; letter-spacing: 0.04em; }

/* CLOSING */
.closing { padding: 100px 0 120px; background: var(--bg-2); border-top: 1px solid var(--border); }
.closing h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--fg); margin-bottom: 20px; letter-spacing: -0.02em; max-width: 620px; }
.closing p { font-size: 0.95rem; color: var(--fg-muted); line-height: 1.7; font-weight: 300; max-width: 580px; margin-bottom: 48px; }
.closing-vision { border-left: 2px solid var(--accent); padding-left: 24px; }
.vision-tag { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.closing-vision p { font-size: 0.9rem; color: var(--fg-muted); line-height: 1.7; font-weight: 300; margin-bottom: 0; }

/* FOOTER */
.footer { background: var(--bg); border-top: 1px solid var(--border); padding: 60px 0 32px; }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.footer-logo { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--fg); margin-bottom: 10px; }
.footer-brand p { font-size: 0.82rem; color: var(--fg-muted); font-weight: 300; }
.footer-links { display: flex; gap: 48px; }
.footer-col-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 16px; }
.footer-col div:not(.footer-col-label) { font-size: 0.85rem; color: var(--fg-muted); margin-bottom: 10px; }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding: 20px 24px 0; border-top: 1px solid var(--border); display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--fg-muted); font-weight: 300; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .stats-inner { flex-direction: column; gap: 32px; }
  .stat-divider { width: 60px; height: 1px; }
  .footer-inner { flex-direction: column; }
  .footer-links { flex-direction: column; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .hero-stripe { display: none; }
}
@media (max-width: 480px) {
  .hero-headline { font-size: 2.8rem; }
  .container { padding: 0 16px; }
}