/* BASE */
:root {
  --bg: #080a0f;
  --bg-2: #0f1117;
  --fg: #e8eaf0;
  --fg-muted: #7a7f8e;
  --accent: #f5a623;
  --accent-dim: #b87a14;
  --border: rgba(255,255,255,0.06);
  --font-display: 'Syne', sans-serif;
  --font-body: 'Outfit', 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;
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
  background: rgba(8,10,15,0.85);
  backdrop-filter: blur(12px);
}
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 16px; }
.nav-logo { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--fg); letter-spacing: -0.5px; }
.nav-tagline { font-size: 13px; color: var(--fg-muted); font-weight: 400; }

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 40px 80px;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(245,166,35,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,166,35,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 20%, transparent 100%);
}
.amber-glow {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(245,166,35,0.08) 0%, transparent 70%);
}
.hero-content { max-width: 1200px; margin: 0 auto; width: 100%; position: relative; z-index: 1; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 32px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.eyebrow-label { font-size: 13px; color: var(--accent); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(52px, 8vw, 100px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -3px;
  color: var(--fg);
  margin-bottom: 28px;
  max-width: 700px;
}
.hero-lede {
  font-size: 20px;
  color: var(--fg-muted);
  max-width: 520px;
  line-height: 1.6;
  margin-bottom: 56px;
  font-weight: 300;
}
.hero-stats { display: flex; align-items: center; gap: 0; }
.stat { padding: 0 40px 0 0; }
.stat:first-child { padding-left: 0; }
.stat-value { font-family: var(--font-display); font-size: 36px; font-weight: 800; color: var(--accent); display: block; }
.stat-label { font-size: 12px; color: var(--fg-muted); display: block; margin-top: 4px; max-width: 140px; line-height: 1.4; }
.stat-divider { width: 1px; height: 48px; background: var(--border); margin-right: 40px; }

/* HOW */
.how { padding: 100px 40px; background: var(--bg-2); border-top: 1px solid var(--border); }
.how-header { max-width: 1200px; margin: 0 auto 64px; }
.section-title { font-family: var(--font-display); font-size: 42px; font-weight: 700; letter-spacing: -1px; margin-bottom: 12px; }
.section-sub { font-size: 16px; color: var(--fg-muted); }
.how-steps { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.step { background: var(--bg-2); padding: 48px; display: flex; gap: 28px; align-items: flex-start; }
.step-num { font-family: var(--font-display); font-size: 48px; font-weight: 800; color: var(--accent); opacity: 0.4; line-height: 1; flex-shrink: 0; width: 64px; }
.step-title { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.step-desc { color: var(--fg-muted); font-size: 15px; line-height: 1.65; }

/* FEATURES */
.features { padding: 100px 40px; }
.features-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.feature-card { background: var(--bg); padding: 48px; }
.feature-icon { color: var(--accent); margin-bottom: 20px; }
.feature-title { font-family: var(--font-display); font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.feature-desc { color: var(--fg-muted); font-size: 15px; line-height: 1.65; }

/* MANIFESTO */
.manifesto { padding: 100px 40px; background: var(--bg-2); border-top: 1px solid var(--border); }
.manifesto-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.manifesto-quote { font-family: var(--font-display); font-size: clamp(22px, 3.5vw, 34px); font-weight: 600; line-height: 1.35; color: var(--fg); letter-spacing: -0.5px; margin-bottom: 28px; font-style: normal; }
.manifesto-attribution { font-size: 13px; color: var(--accent); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; }

/* CLOSING */
.closing { padding: 120px 40px; }
.closing-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.closing-headline { font-family: var(--font-display); font-size: clamp(28px, 4vw, 48px); font-weight: 700; letter-spacing: -1px; margin-bottom: 24px; line-height: 1.2; }
.closing-sub { font-size: 18px; color: var(--fg-muted); line-height: 1.65; max-width: 640px; margin: 0 auto; font-weight: 300; }

/* FOOTER */
.footer { border-top: 1px solid var(--border); padding: 32px 40px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.footer-logo { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--fg-muted); }
.footer-copy { font-size: 13px; color: var(--fg-muted); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { padding: 100px 24px 60px; }
  .hero-headline { font-size: 42px; letter-spacing: -1px; }
  .hero-lede { font-size: 17px; }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 24px; }
  .stat-divider { display: none; }
  .stat { padding: 0; }
  .how, .features, .manifesto, .closing { padding: 60px 24px; }
  .how-steps, .features-grid { grid-template-columns: 1fr; }
  .step { padding: 32px; }
  .feature-card { padding: 32px; }
  .navbar { padding: 16px 24px; }
}

/* HERO CTA BUTTON */
.hero-cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-cta-btn {
  display: inline-block;
  background: var(--accent);
  color: #000;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px;
  transition: opacity 0.15s, transform 0.15s;
  letter-spacing: -0.2px;
}
.hero-cta-btn:hover { opacity: 0.85; transform: translateY(-1px); }
.hero-cta-note { font-size: 14px; color: var(--fg-muted); }

/* NAVBAR CTA */
.nav-cta {
  display: inline-block;
  background: var(--accent);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 6px;
  transition: opacity 0.15s;
  white-space: nowrap;
}
.nav-cta:hover { opacity: 0.85; }
