:root {
  --bg: #FAF8F5;
  --fg: #1A1A1A;
  --muted: #6B6560;
  --accent: #D94F1E;
  --accent-warm: #F5EDE6;
  --green: #2A5C3F;
  --border: #E2DDD8;
}

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

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

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

/* ── NAV ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}
.nav-logo {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.02em;
}

/* ── HERO ── */
.hero {
  max-width: 1080px;
  margin: 0 auto;
  padding: 7rem 2rem 5rem;
}
.hero-kicker {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
}
.hero-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(4rem, 10vw, 7.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 1.75rem;
}
.hero-sub {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.hero-meta {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── PROBLEM ── */
.problem { background: #111; color: #F5F2EE; }
.problem-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 5rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.problem-left .section-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #F5F2EE;
}
.problem-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.problem-item:last-child { border-bottom: none; }
.problem-x {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: #E84A2A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.problem-x::after {
  content: '×';
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}
.problem-item p { font-size: 0.95rem; line-height: 1.6; color: rgba(245,242,238,0.75); }

/* ── WHY ── */
.why { background: var(--green); color: #F5F2EE; }
.why-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 6rem 2rem;
}
.why-header { margin-bottom: 3.5rem; }
.why-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,242,238,0.6);
  margin-bottom: 0.75rem;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
}
.why-card {
  background: var(--green);
  padding: 2.5rem 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.why-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(245,242,238,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #F5F2EE;
}
.why-icon svg { width: 22px; height: 22px; stroke: #F5F2EE; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.why-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #F5F2EE;
  margin-bottom: 0.5rem;
}
.why-card-body { font-size: 0.88rem; color: rgba(245,242,238,0.72); line-height: 1.6; }

/* ── SOCIAL PROOF ── */
.social-proof { background: var(--bg); border-top: 1px solid var(--border); }
.social-proof-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 5rem 2rem;
  text-align: center;
}
.social-proof-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2.5rem;
}
.social-proof-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.social-proof-placeholder {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  color: #C8C4BF;
  padding: 0.75rem 1.5rem;
  border: 1px dashed #D5D0CB;
  border-radius: 2px;
  font-style: italic;
}
.solution { background: var(--bg); }
.solution-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 6rem 2rem;
}
.solution-header { margin-bottom: 3.5rem; }
.solution-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.section-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.solution-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
}
.step {
  padding: 2.5rem 2rem;
  border-right: 1px solid var(--border);
}
.step:last-child { border-right: none; }
.step-number {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 1.25rem;
  opacity: 0.9;
}
.step-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 0.75rem;
}
.step-body {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── TRUST ── */
.trust { background: #F0EBE4; }
.trust-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  gap: 0;
}
.trust-item { flex: 1; text-align: center; }
.trust-stat {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.trust-label { font-size: 0.8rem; color: var(--muted); line-height: 1.5; max-width: 200px; margin: 0 auto; }
.trust-divider { width: 1px; height: 60px; background: var(--border); }

/* ── PRICING ── */
.pricing { background: var(--bg); }
.pricing-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 6rem 2rem;
  text-align: center;
}
.pricing-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.pricing-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}
.pricing-sub { font-size: 1.05rem; color: var(--muted); margin-bottom: 3rem; }
.pricing-card {
  display: inline-block;
  background: var(--fg);
  color: #F5F2EE;
  border-radius: 2px;
  padding: 3px;
  max-width: 440px;
  width: 100%;
}
.pricing-card-inner { background: var(--fg); padding: 2.5rem 2rem; }
.pricing-model { margin-bottom: 0; }
.pricing-amount {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
.pricing-unit {
  display: block;
  font-size: 0.85rem;
  color: rgba(245,242,238,0.55);
  margin-top: 0.25rem;
  letter-spacing: 0.04em;
}
.pricing-divider {
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 2rem 0;
}
.pricing-features {
  list-style: none;
  text-align: left;
}
.pricing-features li {
  font-size: 0.9rem;
  padding: 0.5rem 0;
  padding-left: 1.25rem;
  position: relative;
  color: rgba(245,242,238,0.85);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
}
.pricing-note {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 1.25rem;
  line-height: 1.5;
}

/* ── MANIFESTO ── */
.manifesto { background: #F0EBE4; }
.manifesto-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 6rem 2rem;
  text-align: center;
}
.manifesto-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.manifesto-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  font-style: italic;
  color: var(--fg);
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}
.manifesto-body { font-size: 0.95rem; color: var(--muted); line-height: 1.7; }

/* ── FOOTER ── */
.footer { background: var(--fg); color: rgba(245,242,238,0.65); }
.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.footer-logo {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #F5F2EE;
  display: block;
  margin-bottom: 0.4rem;
}
.footer-tagline { font-size: 0.85rem; }
.footer-meta { font-size: 0.8rem; text-align: right; line-height: 1.6; }

/* ── LEAD FORM ── */
.lead-form-wrap {
  max-width: 480px;
  margin: 3.5rem auto 0;
  text-align: left;
}
.lead-form-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 0.4rem;
  text-align: center;
}
.lead-form-sub {
  font-size: 0.9rem;
  color: var(--muted);
  text-align: center;
  margin-bottom: 2rem;
}
.form-urgency {
  font-size: 0.82rem;
  color: var(--accent);
  text-align: center;
  font-weight: 500;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}
.lead-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.3rem; }
.form-group label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}
.form-group input {
  padding: 0.75rem 0.875rem;
  border: 1px solid var(--border);
  background: white;
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.95rem;
  border-radius: 0;
  outline: none;
  transition: border-color 0.15s;
}
.form-group input:focus { border-color: var(--accent); }
.btn-lead {
  margin-top: 0.5rem;
  padding: 1rem 2rem;
  background: var(--accent);
  color: white;
  border: none;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.15s;
  width: 100%;
}
.btn-lead:hover { background: #c24519; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .why-grid { grid-template-columns: 1fr; }
  .social-proof-logos { gap: 1.5rem; }

  .hero { padding: 4rem 1.5rem 3rem; }
  .hero-headline { font-size: 3.5rem; }

  .problem-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 1.5rem;
  }

  .solution-steps {
    grid-template-columns: 1fr;
    border: 1px solid var(--border);
  }
  .step { border-right: none; border-bottom: 1px solid var(--border); }
  .step:last-child { border-bottom: none; }

  .trust-inner {
    flex-direction: column;
    gap: 1.5rem;
    padding: 3rem 1.5rem;
  }
  .trust-divider { width: 60px; height: 1px; }

  .footer-inner { flex-direction: column; text-align: center; }
  .footer-meta { text-align: center; }
}

@media (max-width: 480px) {
  .pricing-card { display: block; }
  .pricing-amount { font-size: 4rem; }
  .form-row { grid-template-columns: 1fr; }
}