/* === TOKENS === */
:root {
  --bg: #050e08;
  --bg-alt: #0a1610;
  --fg: #e8f5e9;
  --fg-muted: #6b8f71;
  --accent: #a8ff3e;
  --accent-dim: rgba(168, 255, 62, 0.12);
  --surface: #0f1e13;
  --border: rgba(168, 255, 62, 0.15);
  --font-head: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

/* === RESET === */
*, *::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; }

/* === HERO === */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; padding: 80px 48px 96px; }
.hero-bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(168,255,62,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(168,255,62,0.04) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 40%, transparent 100%); pointer-events: none; }
.hero-content { position: relative; max-width: 860px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--accent-dim); border: 1px solid var(--border); border-radius: 100px; padding: 6px 14px; font-size: 12px; font-family: var(--font-head); font-weight: 500; color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 32px; }
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero-headline { font-family: var(--font-head); font-size: clamp(40px, 5.5vw, 72px); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--fg); margin-bottom: 24px; }
.highlight { color: var(--accent); }
.hero-sub { font-size: 18px; color: var(--fg-muted); max-width: 600px; line-height: 1.7; margin-bottom: 48px; }
.hero-stats { display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; gap: 4px; padding: 0 32px 0 0; }
.stat:first-child { padding-left: 0; }
.stat-number { font-family: var(--font-head); font-size: 32px; font-weight: 700; color: var(--accent); line-height: 1; }
.stat-label { font-size: 13px; color: var(--fg-muted); font-weight: 400; }
.stat-divider { width: 1px; height: 40px; background: var(--border); margin-right: 32px; flex-shrink: 0; }

/* === MANIFESTO === */
.manifesto { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 80px 48px; }
.manifesto-inner { max-width: 760px; margin: 0 auto; }
.manifesto-quote { font-family: var(--font-head); font-size: clamp(20px, 2.5vw, 28px); font-weight: 500; color: var(--fg); line-height: 1.5; margin-bottom: 28px; font-style: italic; border-left: 3px solid var(--accent); padding-left: 24px; }
.manifesto-body { font-size: 16px; color: var(--fg-muted); line-height: 1.8; margin-bottom: 36px; }
.manifesto-author { display: flex; align-items: center; gap: 14px; }
.author-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--accent); color: var(--bg); font-family: var(--font-head); font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.author-name { font-family: var(--font-head); font-weight: 600; font-size: 15px; color: var(--fg); }
.author-role { font-size: 13px; color: var(--fg-muted); }

/* === PATHWAY === */
.pathway { padding: 96px 48px; }
.pathway-header { max-width: 640px; margin-bottom: 56px; }
.section-label { font-family: var(--font-head); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.section-title { font-family: var(--font-head); font-size: clamp(28px, 3.5vw, 40px); font-weight: 700; color: var(--fg); line-height: 1.2; }
.pathway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.step { background: var(--bg); padding: 40px 36px; display: flex; flex-direction: column; gap: 16px; transition: background 0.2s; }
.step:hover { background: var(--surface); }
.step-number { font-family: var(--font-head); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; color: var(--accent); }
.step-title { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: var(--fg); margin-bottom: 8px; }
.step-desc { font-size: 14px; color: var(--fg-muted); line-height: 1.7; }

/* === OUTCOMES === */
.outcomes { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 96px 48px; }
.outcomes-header { max-width: 640px; margin-bottom: 48px; }
.outcomes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; }
.outcome { display: flex; gap: 20px; align-items: flex-start; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 28px 24px; }
.outcome-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--accent-dim); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--accent); }
.outcome-title { font-family: var(--font-head); font-size: 15px; font-weight: 600; color: var(--fg); margin-bottom: 6px; }
.outcome-desc { font-size: 13px; color: var(--fg-muted); line-height: 1.6; }

/* === CLOSING === */
.closing { padding: 112px 48px; text-align: center; }
.closing-inner { max-width: 640px; margin: 0 auto; }
.closing-headline { font-family: var(--font-head); font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; color: var(--fg); line-height: 1.2; margin-bottom: 20px; }
.closing-sub { font-size: 16px; color: var(--fg-muted); line-height: 1.7; }

/* === FOOTER === */
.site-footer { background: var(--bg); border-top: 1px solid var(--border); padding: 32px 48px; }
.footer-inner { max-width: 900px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--accent); display: block; }
.brand-tagline { font-size: 13px; color: var(--fg-muted); display: block; margin-top: 2px; }
.footer-note { font-size: 13px; color: var(--fg-muted); }

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .hero, .manifesto, .pathway, .outcomes, .closing, .site-footer { padding-left: 24px; padding-right: 24px; }
  .hero { min-height: 80vh; padding-top: 64px; padding-bottom: 64px; }
  .hero-headline { font-size: 36px; }
  .hero-sub { font-size: 16px; }
  .hero-stats { gap: 24px; }
  .stat-divider { display: none; }
  .stat { padding: 0; }
  .pathway-grid, .outcomes-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .hero-headline { font-size: 32px; }
  .section-title { font-size: 26px; }
  .outcomes-grid { gap: 12px; }
  .outcome { padding: 20px 16px; }
}