:root {
  --bg: #FDFAF6;
  --fg: #1A1A1A;
  --accent: #C0392B;
  --accent-light: #E8504A;
  --muted: #6B5F54;
  --surface: #F5EFE6;
  --border: #E5DED4;
  --warm: #F2E8D9;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Fraunces', Georgia, serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 250, 246, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.nav-tagline {
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
  font-weight: 300;
}

/* Hero */
.hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 7rem 2rem 5rem;
  text-align: center;
}
.hero-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
  color: var(--fg);
}
.hero-lede {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto;
  font-weight: 300;
  font-style: italic;
  line-height: 1.8;
}

/* Demo */
.demo {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem 7rem;
}
.demo-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
.demo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2.5rem;
}
.demo-badge {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.demo-customer p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
  font-style: italic;
}
.demo-replies p {
  font-size: 0.9rem;
  color: var(--fg);
  line-height: 1.7;
}
.demo-divider {
  height: 1px;
  background: var(--border);
  margin: 1.5rem 0;
}
.demo-cta-row {
  text-align: center;
  margin-top: 2rem;
}
.demo-link {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
}
.demo-link:hover { color: var(--accent-light); }

/* How */
.how {
  background: var(--fg);
  color: var(--bg);
  padding: 7rem 2rem;
}
.how-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(253,250,246,0.5);
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-align: center;
}
.how-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: -0.02em;
}
.steps {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.step-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 1rem;
  line-height: 1;
}
.step h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--bg);
}
.step p {
  font-size: 0.9rem;
  color: rgba(253,250,246,0.6);
  line-height: 1.7;
}

/* Audience */
.audience {
  background: var(--warm);
  padding: 7rem 2rem;
}
.audience-inner { max-width: 1100px; margin: 0 auto; }
.audience-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.audience-sub {
  text-align: center;
  color: var(--muted);
  max-width: 540px;
  margin: 0 auto 4rem;
  font-style: italic;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.audience-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2rem 1.5rem;
}
.audience-icon {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.audience-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.audience-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.65;
}

/* Pricing */
.pricing {
  padding: 7rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.pricing-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 2.5rem;
  text-align: center;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.pricing-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  background: var(--bg);
  position: relative;
}
.pricing-card--featured {
  border-color: var(--accent);
  background: var(--surface);
}
.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: white;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.pricing-tier {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--fg);
}
.pricing-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.pricing-per {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--muted);
}
.pricing-tagline {
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 1.5rem;
}
.pricing-features {
  list-style: none;
  margin-top: 1.5rem;
}
.pricing-features li {
  font-size: 0.85rem;
  color: var(--muted);
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--border);
}
.pricing-features li:last-child { border-bottom: none; }

/* Closing */
.closing {
  background: var(--fg);
  color: var(--bg);
  padding: 8rem 2rem;
}
.closing-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.closing-quote {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.8;
  color: rgba(253,250,246,0.7);
  margin-bottom: 0.75rem;
}
.closing-attr {
  font-size: 0.8rem;
  color: rgba(253,250,246,0.4);
  margin-bottom: 4rem;
}
.closing-statement h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.closing-accent {
  color: var(--accent);
}

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  padding: 3rem 2rem;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.footer-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--fg);
  display: block;
  margin-bottom: 0.5rem;
}
.footer-desc {
  font-size: 0.8rem;
  color: var(--muted);
}
.footer-trust {
  font-size: 0.75rem;
  color: var(--muted);
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.footer-dot { color: var(--border); }
.footer-sub {
  font-size: 0.7rem;
  color: rgba(107, 95, 84, 0.5);
}

/* Responsive */
@media (max-width: 900px) {
  .demo-split { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 2.5rem; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .hero { padding: 5rem 1.5rem 3rem; }
  .demo, .how, .audience, .pricing, .closing, .footer { padding-left: 1.5rem; padding-right: 1.5rem; }
  .audience-grid { grid-template-columns: 1fr; }
  .demo-split, .pricing-card, .audience-card { padding: 1.75rem 1.25rem; }
}