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

:root {
  --bg: #0a0a0a;
  --surface: #141414;
  --surface2: #1e1e1e;
  --fg: #f0ede8;
  --fg-muted: #8a8880;
  --accent: #F59E0B;
  --accent-dim: #92640d;
  --border: #2a2a2a;
  --font: 'DM Sans', sans-serif;
  --mono: 'DM Mono', monospace;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* NAV */
.nav { border-bottom: 1px solid var(--border); padding: 1.25rem 2rem; }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: baseline; gap: 1.5rem; }
.nav-logo { font-family: var(--mono); font-weight: 500; font-size: 1.1rem; color: var(--accent); letter-spacing: -0.02em; }
.nav-tagline { font-size: 0.8rem; color: var(--fg-muted); }

/* HERO */
.hero { padding: 5rem 2rem 4rem; max-width: 1200px; margin: 0 auto; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-badge { display: inline-block; font-size: 0.7rem; font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); border: 1px solid var(--accent-dim); padding: 0.25rem 0.75rem; border-radius: 2px; margin-bottom: 2rem; }
.hero-headline { font-size: clamp(4rem, 8vw, 7rem); font-weight: 900; line-height: 0.9; letter-spacing: -0.04em; display: flex; align-items: flex-end; gap: 0.5rem; margin-bottom: 1.5rem; }
.hero-stat { color: var(--accent); }
.hero-unit { font-size: clamp(1.2rem, 2.5vw, 1.8rem); font-weight: 300; color: var(--fg-muted); line-height: 1.2; padding-bottom: 0.2rem; }
.hero-sub { font-size: 1rem; color: var(--fg-muted); max-width: 36ch; line-height: 1.7; }

.hero-right { border-left: 1px solid var(--border); padding-left: 4rem; display: flex; flex-direction: column; justify-content: center; }
.hero-stats { display: flex; flex-direction: column; gap: 2.5rem; }
.stat-number { font-size: 3rem; font-weight: 900; letter-spacing: -0.04em; color: var(--accent); line-height: 1; margin-bottom: 0.25rem; }
.stat-label { font-size: 0.85rem; font-weight: 500; margin-bottom: 0.15rem; }
.stat-sub { font-size: 0.75rem; color: var(--fg-muted); font-family: var(--mono); }

/* HOOK */
.hook { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 5rem 2rem; background: var(--surface); }
.hook-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.hook-quote { font-size: clamp(1.5rem, 4vw, 2.8rem); font-weight: 700; line-height: 1.2; letter-spacing: -0.03em; margin-bottom: 2rem; }
.hook-sub { font-size: 1rem; color: var(--fg-muted); line-height: 1.7; margin-bottom: 2rem; max-width: 52ch; margin-left: auto; margin-right: auto; }
.hook-label { font-family: var(--mono); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); }

/* DELIVERABLES */
.deliverables { padding: 5rem 2rem; }
.deliverables-inner { max-width: 1200px; margin: 0 auto; }
.section-label { font-family: var(--mono); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--fg-muted); margin-bottom: 2.5rem; }
.deliverables-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.deliverable-item { background: var(--bg); padding: 2.5rem 2rem; }
.deliverable-icon { font-size: 1.5rem; color: var(--accent); margin-bottom: 1rem; }
.deliverable-item h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; }
.deliverable-item p { font-size: 0.875rem; color: var(--fg-muted); line-height: 1.6; }

/* WHO FOR */
.who-for { padding: 5rem 2rem; border-top: 1px solid var(--border); }
.who-for-inner { max-width: 1200px; margin: 0 auto; }
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.who-card { background: var(--surface); padding: 2rem; }
.who-name { font-size: 1rem; font-weight: 700; margin-bottom: 0.75rem; }
.who-desc { font-size: 0.875rem; color: var(--fg-muted); line-height: 1.6; margin-bottom: 0.75rem; }
.who-tag { font-family: var(--mono); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent); }

/* PRICING */
.pricing { padding: 5rem 2rem; border-top: 1px solid var(--border); }
.pricing-inner { max-width: 1200px; margin: 0 auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.pricing-card { background: var(--bg); padding: 2.5rem 2rem; }
.pricing-card.featured { background: var(--surface); }
.pricing-tier { font-family: var(--mono); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--fg-muted); margin-bottom: 1rem; }
.pricing-price { font-size: 3rem; font-weight: 900; letter-spacing: -0.04em; line-height: 1; margin-bottom: 0.75rem; }
.pricing-price span { font-size: 1.2rem; font-weight: 400; color: var(--fg-muted); }
.pricing-note { font-size: 0.85rem; color: var(--fg-muted); margin-bottom: 1.5rem; line-height: 1.5; }
.pricing-features { list-style: none; }
.pricing-features li { font-size: 0.85rem; color: var(--fg-muted); padding: 0.35rem 0; border-top: 1px solid var(--border); }
.pricing-features li:first-child { border-top: none; }

/* CLOSING */
.closing { padding: 5rem 2rem; border-top: 1px solid var(--border); }
.closing-inner { max-width: 600px; margin: 0 auto; text-align: center; }
.closing p { font-size: 1.1rem; color: var(--fg-muted); line-height: 1.7; }
.closing-brand { font-weight: 700; color: var(--fg); margin-top: 2rem; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-right { border-left: none; padding-left: 0; border-top: 1px solid var(--border); padding-top: 3rem; }
  .deliverables-grid { grid-template-columns: repeat(2, 1fr); }
  .who-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero { padding: 3rem 1.5rem 2rem; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .who-grid { grid-template-columns: 1fr; }
  .hook, .deliverables, .who-for, .pricing, .closing { padding: 3rem 1.5rem; }
  .nav { padding: 1rem 1.5rem; }
}