:root {
  --bg: #080c14;
  --surface: #0f1623;
  --surface-2: #161d2e;
  --fg: #e8edf5;
  --fg-muted: #8899aa;
  --accent: #00c87a;
  --accent-dim: rgba(0, 200, 122, 0.12);
  --accent-glow: rgba(0, 200, 122, 0.06);
  --border: rgba(255,255,255,0.06);
  --border-accent: rgba(0,200,122,0.25);
  --radius: 12px;
  --radius-lg: 20px;
}

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

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

h1, h2, h3, h4 {
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 40px;
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  background: rgba(8,12,20,0.85);
  backdrop-filter: blur(12px);
}
.nav-inner { display: flex; align-items: center; gap: 16px; width: 100%; max-width: 1200px; margin: 0 auto; }
.nav-logo {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--fg);
  letter-spacing: -0.3px;
}
.nav-logo::before {
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  box-shadow: 0 0 8px var(--accent);
}
.nav-tagline { font-size: 13px; color: var(--fg-muted); margin-left: auto; }

/* HERO */
.hero {
  padding: 80px 40px 100px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);
  pointer-events: none;
}
.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-headline {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}
.hero-lede {
  font-size: 18px;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 440px;
}
.hero-stat-row {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 28px 0;
  border-top: 1px solid var(--border);
}
.hero-stat { padding: 0 28px; }
.hero-stat:first-child { padding-left: 0; }
.stat-value {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.5px;
}
.stat-label { display: block; font-size: 12px; color: var(--fg-muted); margin-top: 2px; text-transform: uppercase; letter-spacing: 0.5px; }
.hero-stat-divider { width: 1px; height: 40px; background: var(--border); }
.hero-image { position: relative; }
.hero-image img {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 40px var(--accent-glow);
}

/* PROBLEM */
.problem {
  padding: 100px 40px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.problem-inner { max-width: 1200px; margin: 0 auto; }
.problem-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  margin-bottom: 20px;
}
.problem-headline {
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--fg);
  margin-bottom: 60px;
  max-width: 560px;
}
.problem-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.problem-text { font-size: 17px; color: var(--fg-muted); line-height: 1.75; margin-bottom: 20px; }
.problem-text em { color: var(--fg); font-style: normal; }
.problem-pains { list-style: none; }
.problem-pain {
  font-size: 16px;
  color: var(--fg-muted);
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 12px;
}
.problem-pain::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  background: rgba(255,80,80,0.7);
  border-radius: 50%;
  flex-shrink: 0;
}

/* HOW IT WORKS */
.howitworks { padding: 100px 40px; background: var(--bg); }
.hiw-header { max-width: 1200px; margin: 0 auto 64px; }
.section-label {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  margin-bottom: 16px;
}
.hiw-headline {
  font-size: clamp(28px, 3.5vw, 42px);
  color: var(--fg);
}
.hiw-steps {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.step-number {
  font-family: 'Sora', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--accent-dim);
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.step-title { font-size: 18px; color: var(--fg); margin-bottom: 12px; }
.step-desc { font-size: 15px; color: var(--fg-muted); line-height: 1.7; }

/* FEATURES */
.features { padding: 100px 40px; background: var(--surface); border-top: 1px solid var(--border); }
.features-inner { max-width: 1200px; margin: 0 auto; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.feature-card {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  transition: border-color 0.2s;
}
.feature-card:hover { border-color: var(--border-accent); }
.feature-icon-wrap {
  width: 48px; height: 48px;
  background: var(--accent-dim);
  border: 1px solid var(--border-accent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 20px;
}
.feature-title { font-size: 16px; color: var(--fg); margin-bottom: 10px; }
.feature-desc { font-size: 14px; color: var(--fg-muted); line-height: 1.7; }

/* MANIFESTO */
.manifesto { padding: 100px 40px; background: var(--bg); }
.manifesto-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.manifesto-image {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  aspect-ratio: 16/10;
  object-fit: cover;
}
.manifesto-kicker {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  margin-bottom: 24px;
}
.manifesto-quote {
  font-family: 'Sora', sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  color: var(--fg);
  line-height: 1.4;
  margin-bottom: 24px;
  border-left: 3px solid var(--accent);
  padding-left: 24px;
  font-style: normal;
}
.manifesto-body { font-size: 16px; color: var(--fg-muted); line-height: 1.75; }

/* FOOTER */
.footer { padding: 48px 40px; border-top: 1px solid var(--border); background: var(--surface); }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { margin-bottom: 40px; }
.footer-logo {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--fg);
  display: block;
  margin-bottom: 12px;
}
.footer-logo::before {
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.footer-desc { font-size: 14px; color: var(--fg-muted); max-width: 360px; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; }
.footer-copy { font-size: 13px; color: var(--fg-muted); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-content, .problem-columns, .manifesto-inner { grid-template-columns: 1fr; }
  .hiw-steps { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .hero-image { display: none; }
  .hero { padding: 60px 24px 80px; }
  .problem, .howitworks, .features, .manifesto { padding: 80px 24px; }
  .nav { padding: 0 24px; }
  .nav-tagline { display: none; }
}
@media (max-width: 600px) {
  .hero-stat-row { flex-direction: column; gap: 16px; }
  .hero-stat-divider { width: 40px; height: 1px; }
  .hero-stat { padding: 0; text-align: center; }
}
