:root {
  --navy: #1a2744;
  --navy-light: #243460;
  --amber: #d4a843;
  --amber-light: #e8c06a;
  --cream: #f8f7f4;
  --cream-dark: #f0ede6;
  --slate: #4a5568;
  --slate-light: #718096;
  --white: #ffffff;
  --error: #c53030;
}

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

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--navy);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, blockquote {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
}

/* Navigation */
.nav {
  background: var(--navy);
  padding: 20px 48px;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.nav-logo {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--white);
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 0.8rem;
  color: var(--amber);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Hero */
.hero {
  background: var(--navy);
  padding: 80px 48px 96px;
}
.hero-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  align-items: center;
}
.hero-eyebrow {
  color: var(--amber);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-headline {
  color: var(--white);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 24px;
  max-width: 600px;
}
.hero-sub {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 520px;
  line-height: 1.7;
}
.hero-stat {
  background: var(--navy-light);
  border: 1px solid rgba(212, 168, 67, 0.3);
  border-radius: 4px;
  padding: 40px 32px;
  text-align: center;
}
.stat-number {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 5rem;
  font-weight: 700;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 16px;
}
.stat-label {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Section Label */
.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 20px;
}
.section-headline {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  color: var(--navy);
  max-width: 600px;
  margin-bottom: 48px;
}

/* Problem */
.problem {
  padding: 96px 48px;
  background: var(--cream);
}
.problem-inner { max-width: 1200px; margin: 0 auto; }
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}
.problem-card {
  border-top: 2px solid var(--navy);
  padding-top: 24px;
}
.problem-icon {
  color: var(--amber);
  font-size: 1.5rem;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 12px;
  font-weight: 700;
}
.problem-card p {
  color: var(--slate);
  font-size: 0.95rem;
  line-height: 1.65;
}
.problem-closing {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--navy);
  border-left: 3px solid var(--amber);
  padding-left: 24px;
}

/* Services */
.services { padding: 96px 48px; background: var(--cream-dark); }
.services-inner { max-width: 1200px; margin: 0 auto; }
.services-list { display: flex; flex-direction: column; gap: 0; }
.service-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 24px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(26,39,68,0.12);
  align-items: start;
}
.service-item:first-child { border-top: 1px solid rgba(26,39,68,0.12); }
.service-marker {
  width: 10px;
  height: 10px;
  background: var(--amber);
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}
.service-item h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 10px;
}
.service-item p { color: var(--slate); font-size: 0.95rem; line-height: 1.65; max-width: 680px; }
.services-disclaimer {
  margin-top: 40px;
  font-size: 0.8rem;
  color: var(--slate-light);
  border-top: 1px solid rgba(26,39,68,0.12);
  padding-top: 24px;
}

/* How It Works */
.howitworks { padding: 96px 48px; background: var(--cream); }
.howitworks-inner { max-width: 1200px; margin: 0 auto; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.step-num {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(26,39,68,0.12);
  margin-bottom: 16px;
}
.step h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 12px;
}
.step p { color: var(--slate); font-size: 0.9rem; line-height: 1.65; }

/* Manifesto */
.manifesto { padding: 96px 48px; background: var(--navy); }
.manifesto-inner { max-width: 900px; margin: 0 auto; }
.manifesto-quote {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  color: var(--white);
  line-height: 1.5;
  margin-bottom: 40px;
  font-style: normal;
  border-left: 3px solid var(--amber);
  padding-left: 32px;
}
.manifesto-body {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 24px;
}
.manifesto-body:last-child { margin-bottom: 0; }

/* Pricing */
.pricing { padding: 96px 48px; background: var(--cream); }
.pricing-inner { max-width: 1200px; margin: 0 auto; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pricing-card {
  background: var(--white);
  border: 1px solid rgba(26,39,68,0.12);
  border-radius: 4px;
  padding: 40px 32px;
}
.pricing-card-featured {
  background: var(--navy);
  border-color: var(--navy);
}
.pricing-card h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 12px;
}
.pricing-card-featured h3 { color: var(--white); }
.pricing-price {
  font-family: 'Libre Baskerville', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 28px;
}
.pricing-card-featured .pricing-price { color: var(--amber); }
.pricing-features {
  list-style: none;
  margin-bottom: 28px;
}
.pricing-features li {
  font-size: 0.9rem;
  color: var(--slate);
  padding: 8px 0;
  border-bottom: 1px solid rgba(26,39,68,0.08);
  line-height: 1.4;
}
.pricing-card-featured .pricing-features li { color: rgba(255,255,255,0.7); border-color: rgba(255,255,255,0.1); }
.pricing-note {
  font-size: 0.8rem;
  color: var(--slate-light);
  font-style: italic;
}
.pricing-card-featured .pricing-note { color: rgba(255,255,255,0.4); }
.pricing-disclaimer {
  margin-top: 32px;
  font-size: 0.8rem;
  color: var(--slate-light);
}

/* Testimonials */
.testimonials { padding: 96px 48px; background: var(--cream-dark); }
.testimonials-inner { max-width: 1200px; margin: 0 auto; }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.testimonial p:first-child {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--navy);
  line-height: 1.65;
  margin-bottom: 16px;
}
.testimonial-source {
  font-size: 0.8rem;
  color: var(--slate-light);
  font-style: normal !important;
}

/* Closing */
.closing { padding: 96px 48px; background: var(--navy); text-align: center; }
.closing-inner { max-width: 720px; margin: 0 auto; }
.closing-headline {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--white);
  margin-bottom: 28px;
  line-height: 1.3;
}
.closing-sub {
  color: rgba(255,255,255,0.6);
  font-size: 1rem;
  line-height: 1.7;
}

/* Footer */
.footer { padding: 48px; background: #0f1829; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-brand {
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-disclaimer {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 560px;
}
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.25); }

/* Mobile */
@media (max-width: 768px) {
  .nav { padding: 16px 24px; }
  .hero { padding: 56px 24px 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-stat { display: none; }
  .problem { padding: 64px 24px; }
  .problem-grid { grid-template-columns: 1fr; gap: 24px; }
  .services { padding: 64px 24px; }
  .howitworks { padding: 64px 24px; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .manifesto { padding: 64px 24px; }
  .pricing { padding: 64px 24px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .testimonials { padding: 64px 24px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .closing { padding: 64px 24px; }
  .footer { padding: 40px 24px; }
}