:root {
  --bg: #f5efe7;
  --surface: #fffaf4;
  --surface-strong: #f1e3d3;
  --text: #251a15;
  --muted: #68554c;
  --line: #d9c4b0;
  --accent: #b85c38;
  --accent-dark: #8d4227;
  --olive: #5f6b49;
  --shadow: 0 24px 60px rgba(67, 38, 24, 0.10);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(184, 92, 56, 0.10), transparent 28%),
    linear-gradient(180deg, #f7f1ea 0%, var(--bg) 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
p { line-height: 1.7; color: var(--muted); }
h1, h2, h3 { margin: 0 0 14px; line-height: 1.08; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); max-width: 12ch; }
h2 { font-size: clamp(2rem, 4vw, 3rem); max-width: 16ch; }
h3 { font-size: 1.2rem; }

.page-shell, .legal-shell, .thanks-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header, .legal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px 0 18px;
}

.brand-block { display: flex; flex-direction: column; gap: 6px; }
.eyebrow, .section-tag, .mini-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: var(--olive);
}
.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}
.site-nav { display: flex; gap: 22px; }
.site-nav a, .back-link {
  color: var(--muted);
  border-bottom: 1px solid transparent;
}
.site-nav a:hover, .back-link:hover { border-color: currentColor; }

.hero {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 30px;
  align-items: stretch;
  padding: 26px 0 34px;
}
.lead { font-size: 1.08rem; max-width: 60ch; }
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-points span {
  padding: 10px 14px;
  background: rgba(95, 107, 73, 0.08);
  color: var(--olive);
  border-radius: 999px;
  font-size: 0.95rem;
}

.hero-panel, .content-side { display: flex; }
.soft-card, .product-card, .timeline-step, .request-form, .faq-grid article, .thanks-card, .legal-content {
  background: var(--surface);
  border: 1px solid rgba(217, 196, 176, 0.7);
  box-shadow: var(--shadow);
}
.panel-card {
  border-radius: var(--radius-xl);
  padding: 28px;
  width: 100%;
}
.panel-card ul { margin: 18px 0 0; padding-left: 18px; color: var(--muted); }
.panel-card li { margin-bottom: 10px; }

.editorial-band, .content-layout, .process-section, .request-section, .faq-section, .disclaimer-strip {
  margin-top: 26px;
}
.band-intro { margin-bottom: 18px; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.product-card {
  border-radius: var(--radius-xl);
  padding: 24px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card.featured {
  background: linear-gradient(180deg, #fff7ef 0%, #f4e0cf 100%);
}
.plan-kicker {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  color: var(--muted);
}
.product-meta strong { font-size: 1.2rem; color: var(--text); }

.content-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.65fr;
  gap: 20px;
  align-items: start;
}
.benefit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 22px;
}
.benefit-item {
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line);
}
.benefit-item:last-child { border-bottom: 0; }
.side-note {
  border-radius: var(--radius-xl);
  padding: 24px;
  position: sticky;
  top: 16px;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.timeline-step {
  border-radius: var(--radius-lg);
  padding: 22px 18px;
}
.timeline-step strong {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  background: rgba(184, 92, 56, 0.12);
  color: var(--accent-dark);
  border-radius: 50%;
  margin-bottom: 14px;
}

.request-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
}
.request-form {
  border-radius: var(--radius-xl);
  padding: 28px;
}
.input-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.full-row { grid-column: 1 / -1; }
label span, .choice-title {
  display: block;
  font-size: 0.92rem;
  margin-bottom: 8px;
  color: var(--text);
  font-weight: 600;
}
input[type="text"], input[type="tel"], input[type="email"] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  background: #fffdf9;
  font: inherit;
  color: var(--text);
}
input:focus { outline: 2px solid rgba(184, 92, 56, 0.24); border-color: var(--accent); }
.choice-group { margin-top: 22px; }
.choice-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  margin-top: 12px;
  cursor: pointer;
  background: #fffdf9;
}
.choice-card input { margin-top: 4px; accent-color: var(--accent); }
.choice-card strong { display: block; margin-bottom: 4px; }
.choice-card em { font-style: normal; color: var(--muted); }

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 16px 22px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: white;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}
.inline-button { width: auto; padding-inline: 28px; }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.faq-grid article {
  border-radius: var(--radius-lg);
  padding: 22px;
}

.disclaimer-strip {
  margin-bottom: 30px;
  padding: 18px 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.disclaimer-strip p, .legal-note {
  font-size: 0.95rem;
  color: var(--muted);
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0 42px;
  border-top: 1px solid var(--line);
}
.site-footer h3 { font-family: Georgia, "Times New Roman", serif; }
.site-footer p { margin: 6px 0; }

.legal-content {
  border-radius: var(--radius-xl);
  padding: 34px;
  margin: 24px 0 40px;
}
.legal-content h1 { max-width: none; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.legal-note {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.thanks-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks-card {
  border-radius: 30px;
  padding: 34px;
  width: min(760px, 100%);
  margin: 30px auto;
}
.compact { margin-top: 26px; }

@media (max-width: 980px) {
  .hero,
  .content-layout,
  .request-section,
  .product-grid,
  .timeline-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .timeline-grid { gap: 12px; }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  .page-shell, .legal-shell, .thanks-shell { width: min(100% - 20px, 1180px); }
  .site-header, .legal-header, .site-footer { flex-direction: column; align-items: flex-start; }
  .input-grid { grid-template-columns: 1fr; }
  .full-row { grid-column: auto; }
  .request-form, .legal-content, .thanks-card, .product-card, .panel-card { padding: 22px; }
}
