:root {
  --bg: #fafaf7;
  --bg-alt: #f2f0eb;
  --fg: #0f1f3d;
  --fg-muted: #4a5568;
  --accent: #f59e0b;
  --accent-dark: #d97706;
  --navy: #0f1f3d;
  --border: #e2ddd5;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

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

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

/* HERO */
.hero {
  position: relative;
  padding: 80px 24px 100px;
  overflow: hidden;
  background: var(--navy);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.hero-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(42px, 7vw, 84px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.65);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 56px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  gap: 16px;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-num {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.15);
  margin: 0 28px;
}

/* PROOF */
.proof {
  padding: 80px 24px;
  background: var(--bg);
}

.proof-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.quote-text {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.5;
  color: var(--fg);
  font-style: italic;
  margin-bottom: 20px;
}

.quote-attr {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--fg-muted);
}

.attr-label { font-weight: 600; }
.attr-dash { opacity: 0.4; }

.proof-numbers {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.proof-num {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}

.proof-num:last-child { border-bottom: none; }

.proof-big {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  color: var(--accent);
}

.proof-desc {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.5;
}

/* HOW IT WORKS */
.how {
  padding: 100px 24px;
  background: var(--bg-alt);
}

.how-inner {
  max-width: 860px;
  margin: 0 auto;
}

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-headline {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: var(--fg);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 64px;
}

.steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.step {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.step-num {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.05em;
}

.step-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--fg);
  line-height: 1.3;
}

.step-desc {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* NICHES */
.niches {
  padding: 100px 24px;
  background: var(--bg);
}

.niches-inner {
  max-width: 860px;
  margin: 0 auto;
}

.niche-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 40px;
}

.niche-item {
  background: var(--navy);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.niche-city {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.niche-svc {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.niches-note {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.7;
  max-width: 540px;
}

/* INCOME */
.income {
  padding: 100px 24px;
  background: var(--fg);
}

.income-inner {
  max-width: 860px;
  margin: 0 auto;
}

.income .section-label { color: rgba(255,255,255,0.4); }
.income .section-headline { color: #fff; }

.income-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.income-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.income-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.income-label {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

.income-val {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
}

.income-total {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}

.total-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.total-num {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.total-note {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
  margin-top: 8px;
}

/* CLOSING */
.closing {
  padding: 120px 24px;
  background: var(--bg);
  text-align: center;
}

.closing-inner {
  max-width: 640px;
  margin: 0 auto;
}

.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  color: var(--fg);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.closing-sub {
  font-size: 17px;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* FOOTER */
.footer {
  padding: 40px 24px;
  background: var(--fg);
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.footer-tagline {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}

.footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}

/* MOBILE */
@media (max-width: 768px) {
  .hero { padding: 60px 20px 80px; }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 24px; }
  .stat-divider { display: none; }

  .proof-inner { grid-template-columns: 1fr; gap: 48px; }
  .proof-numbers { flex-direction: row; flex-wrap: wrap; }
  .proof-num { min-width: 140px; border-bottom: none; }

  .steps { grid-template-columns: 1fr; gap: 48px; }

  .niche-grid { grid-template-columns: 1fr 1fr; }

  .income-columns { grid-template-columns: 1fr; gap: 48px; }

  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
}

@media (max-width: 480px) {
  .niche-grid { grid-template-columns: 1fr; }
  .hero-headline { font-size: 38px; }
  .total-num { font-size: 48px; }
}
