:root {
  --navy: #1a2744;
  --navy-light: #243460;
  --amber: #d4930d;
  --amber-light: #f0b83a;
  --cream: #faf9f7;
  --warm-gray: #f2ede6;
  --text-dark: #1a2744;
  --text-mid: #4a5578;
  --text-light: #7a87a8;
  --white: #ffffff;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--text-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.navbar {
  padding: 1.25rem 2rem;
  border-bottom: 1px solid rgba(26,39,68,0.08);
  background: var(--cream);
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 0.8rem;
  color: var(--text-light);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* HERO */
.hero {
  position: relative;
  padding: 6rem 2rem 5rem;
  overflow: hidden;
}
.hero-bg-texture {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(212,147,13,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(26,39,68,0.04) 0%, transparent 60%);
  pointer-events: none;
}
.hero-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.hero-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  border: 1px solid rgba(212,147,13,0.3);
  padding: 0.3rem 0.75rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}
.hero-headline em {
  font-style: italic;
  color: var(--amber);
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 580px;
  margin: 0 auto 2.5rem;
  line-height: 1.75;
}
.hero-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: var(--text-mid);
}
.hero-proof strong {
  color: var(--navy);
  font-weight: 600;
}
.proof-sep { color: var(--amber); font-weight: 700; }

/* STATS */
.stats-bar {
  background: var(--navy);
  padding: 3rem 2rem;
}
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 0;
}
.stat {
  text-align: center;
  padding: 0 1.5rem;
}
.stat-value {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--amber);
  letter-spacing: -0.02em;
}
.stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.55);
  margin-top: 0.3rem;
  line-height: 1.4;
}
.stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.12);
}

/* HOW IT WORKS */
.howitworks {
  padding: 6rem 2rem;
  background: var(--white);
}
.hiw-inner {
  max-width: 960px;
  margin: 0 auto;
}
.section-eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.75rem;
}
.hiw-header {
  margin-bottom: 3.5rem;
}
.hiw-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.hiw-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  position: relative;
}
.hiw-step {
  position: relative;
}
.step-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: rgba(26,39,68,0.07);
  line-height: 1;
  margin-bottom: 1rem;
}
.step-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.6rem;
}
.step-desc {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.65;
}

/* PRICING */
.pricing {
  padding: 6rem 2rem;
  background: var(--warm-gray);
}
.pricing-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.pricing-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 3rem;
}
.pricing-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.pricing-card {
  background: var(--white);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: left;
  border: 1px solid rgba(26,39,68,0.08);
}
.pricing-card--featured {
  border-color: var(--amber);
  border-width: 2px;
  position: relative;
}
.card-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 0.75rem;
}
.card-label--featured { color: var(--amber); }
.card-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.card-price {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.03em;
}
.card-per {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 2rem;
}
.card-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.card-features li {
  font-size: 0.88rem;
  color: var(--text-mid);
  padding-left: 1.25rem;
  position: relative;
}
.card-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
}
.pricing-note {
  font-size: 0.82rem;
  color: var(--text-light);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* NICHES */
.niches {
  padding: 6rem 2rem;
  background: var(--white);
}
.niches-inner {
  max-width: 960px;
  margin: 0 auto;
}
.niches-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
}
.niche-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.niche-card {
  padding: 2rem;
  border: 1px solid rgba(26,39,68,0.08);
  border-radius: 10px;
  background: var(--cream);
}
.niche-icon {
  width: 48px;
  height: 48px;
  color: var(--amber);
  margin-bottom: 1.25rem;
}
.niche-icon svg { width: 100%; height: 100%; }
.niche-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.niche-desc {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.6;
}

/* CLOSING */
.closing {
  padding: 7rem 2rem;
  background: var(--navy);
  text-align: center;
}
.closing-inner {
  max-width: 680px;
  margin: 0 auto;
}
.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.closing-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
}

/* FOOTER */
.footer {
  padding: 2rem;
  background: var(--cream);
  border-top: 1px solid rgba(26,39,68,0.08);
}
.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
}
.footer-tagline {
  font-size: 0.78rem;
  color: var(--text-light);
}
.footer-legal {
  font-size: 0.75rem;
  color: var(--text-light);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .stats-inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .stat-divider { display: none; }
  .hiw-steps { grid-template-columns: 1fr; gap: 2rem; }
  .niche-grid { grid-template-columns: 1fr; }
  .pricing-cards { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .hero { padding: 4rem 1.5rem 3.5rem; }
}