:root {
  --bg: #0a0f1e;
  --bg-2: #111827;
  --surface: #1a2236;
  --border: #2a3550;
  --accent: #e8a030;
  --accent-dim: #b87a1e;
  --text: #f0f4ff;
  --text-muted: #8892a8;
  --text-dim: #5a647a;
  --positive: #34d399;
  --negative: #f87171;
}

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

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

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

header {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}
.wordmark {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}

/* ─── HERO ─────────────────────────────────── */
.hero {
  padding: 5rem 0 4rem;
  background: var(--bg);
}
.hero-inner {
  max-width: 520px;
}
.hero-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1.25rem;
}
h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.lede {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  line-height: 1.65;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.price-badge {
  display: inline-block;
  background: var(--accent);
  color: #0a0f1e;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.meta-text {
  font-size: 0.875rem;
  color: var(--text-dim);
}

/* review cards */
.hero-graphic {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  right: 4rem;
  top: 55%;
}
@media (max-width: 900px) {
  .hero-graphic { display: none; }
}
.review-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
}
.review-card.negative { border-color: rgba(248,113,113,0.3); }
.review-stars { color: var(--accent); font-size: 0.9rem; margin-bottom: 0.5rem; }
.review-card.negative .review-stars { color: var(--negative); }
.review-text { font-size: 0.875rem; color: var(--text); line-height: 1.5; margin-bottom: 0.75rem; font-style: italic; }
.review-meta { display: flex; gap: 0.5rem; font-size: 0.75rem; color: var(--text-dim); margin-bottom: 0.75rem; }
.review-response { background: rgba(52,211,153,0.07); border-radius: 6px; padding: 0.75rem 1rem; }
.response-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--positive); font-weight: 600; margin-bottom: 0.4rem; }
.review-response p { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; }
.review-escalated { background: rgba(248,113,113,0.07); border-radius: 6px; padding: 0.75rem 1rem; }
.escalated-badge { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--negative); font-weight: 600; margin-bottom: 0.4rem; }
.review-escalated p { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; }

.hero { position: relative; }
.hero .container { display: flex; align-items: flex-start; justify-content: space-between; }

/* ─── HOW IT WORKS ─────────────────────────── */
.how-it-works { background: var(--bg-2); padding: 5rem 0; }
.section-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1rem;
}
.how-it-works h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 3.5rem;
  max-width: 520px;
  letter-spacing: -0.015em;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) { .steps-grid { grid-template-columns: 1fr; } }
.step-number {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent);
  opacity: 0.25;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.step h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.75rem;
  line-height: 1.35;
}
.step p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }

/* ─── FEATURES ─────────────────────────────── */
.features { padding: 5rem 0; }
.features h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  color: var(--text);
  max-width: 560px;
  margin-bottom: 3.5rem;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 4rem;
}
@media (max-width: 640px) { .features-grid { grid-template-columns: 1fr; } }
.feature-icon { color: var(--accent); margin-bottom: 0.75rem; }
.feature h3 { font-size: 1rem; font-weight: 600; color: var(--text); margin-bottom: 0.5rem; }
.feature p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; }

/* ─── PRICING ──────────────────────────────── */
.pricing { background: var(--bg-2); padding: 5rem 0; }
.pricing-card {
  display: flex;
  align-items: stretch;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.pricing-left {
  padding: 2.5rem;
  background: linear-gradient(135deg, #1a2236 0%, #0f172a 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 200px;
}
.pricing-amount {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.pricing-period { font-size: 0.875rem; color: var(--text-muted); margin-top: 0.5rem; }
.pricing-divider {
  width: 1px;
  background: var(--border);
}
.pricing-right { padding: 2.5rem; flex: 1; }
.pricing-tagline { font-size: 1.05rem; font-weight: 600; color: var(--text); margin-bottom: 1.25rem; }
.pricing-includes { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
@media (max-width: 640px) { .pricing-includes { grid-template-columns: 1fr; } }
.pricing-includes li {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding-left: 1.5rem;
  position: relative;
}
.pricing-includes li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 0.8rem;
}
.pricing-note {
  font-size: 0.875rem;
  color: var(--text-dim);
  max-width: 600px;
  line-height: 1.65;
}

/* ─── MANIFESTO ────────────────────────────── */
.manifesto { padding: 6rem 0; }
.manifesto blockquote {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
  margin-bottom: 2rem;
  max-width: 700px;
  letter-spacing: -0.01em;
}
.manifesto p {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.7;
}

/* ─── FOOTER ───────────────────────────────── */
footer { border-top: 1px solid var(--border); padding: 3rem 0 2rem; }
.footer-brand .wordmark { font-size: 1.5rem; }
.footer-brand p { color: var(--text-dim); font-size: 0.875rem; margin-top: 0.5rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.footer-bottom p { font-size: 0.8rem; color: var(--text-dim); }

/* ─── MOBILE ───────────────────────────────── */
@media (max-width: 640px) {
  .pricing-card { flex-direction: column; }
  .pricing-divider { width: 100%; height: 1px; }
  h1 { font-size: 2rem; }
  .hero { padding: 3rem 0 2.5rem; }
}
