:root {
  --bg: #f4f6f0;
  --paper: #fbfcf8;
  --ink: #18211b;
  --muted: #647067;
  --line: #d7ddd2;
  --accent: #6f8e72;
  --accent-2: #dfe9dd;
  --shadow: 0 20px 60px rgba(24, 33, 27, 0.08);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #eff3ec 0%, #f7f8f4 100%);
}

a { color: inherit; text-decoration: none; }

.topbar {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: rgba(251,252,248,0.8);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: sticky;
  top: 12px;
  z-index: 10;
}

.topbar nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.brand { font-weight: 700; letter-spacing: 0.03em; }
main, .footer, .legal-page, .thankyou-page { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hero-split {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 26px;
  padding: 46px 0 22px;
  align-items: start;
}
.hero-copy, .hero-panel, .guide-card, .delivery-band, .request-form, .request-copy, .faq-items details, .thankyou-card, .legal-page {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-copy { padding: 44px; }
.hero-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.98;
  margin: 10px 0 18px;
  letter-spacing: -0.04em;
}
.lead { font-size: 1.08rem; line-height: 1.7; color: #334038; max-width: 62ch; }
.eyebrow {
  margin: 0;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 12px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid var(--ink);
}
.btn-primary { background: var(--ink); color: #f7faf6; }
.btn-secondary { background: transparent; }
.wide { width: 100%; }
.micro-note, .small, .legal-page p, .faq-items p { color: var(--muted); line-height: 1.7; }
.hero-panel {
  padding: 18px;
  display: grid;
  gap: 14px;
}
.panel-card {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f9fbf7 0%, #eef4ec 100%);
  border: 1px solid var(--line);
}
.panel-card span, .card-tag { display: block; color: var(--muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; }
.panel-card strong { display: block; margin-top: 8px; line-height: 1.5; }
.section { padding: 24px 0; }
.intro-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 20px;
  align-items: end;
}
.intro-grid h2, .delivery-band h2, .faq-head h2, .request-copy h2, .legal-page h1, .process-intro h2, .sticky-title h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 8px 0 0;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.guide-card { padding: 26px; }
.guide-card h3 { font-size: 1.4rem; margin: 10px 0; }
.guide-card p { line-height: 1.7; color: #445148; }
.guide-card.featured { grid-column: span 6; background: linear-gradient(180deg, #fdfefb 0%, #e8f0e7 100%); }
.guide-card.accent { background: linear-gradient(180deg, #f7fbf6 0%, #edf5ea 100%); }
.guide-card:not(.featured) { grid-column: span 3; }
.meta-row { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-top: 18px; font-weight: 700; }
.benefits-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
}
.sticky-title { align-self: start; position: sticky; top: 92px; }
.benefits-list { display: grid; gap: 16px; }
.benefits-list article {
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(251,252,248,0.78);
  border-radius: 22px;
}
.benefits-list h3 { margin: 0 0 10px; }
.benefits-list p { margin: 0; color: #4d5b52; line-height: 1.7; }
.delivery-band {
  padding: 30px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
  align-items: center;
}
.process-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 22px; }
.steps { display: grid; gap: 14px; }
.step {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.step span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--accent-2);
  font-weight: 700;
}
.step h3 { margin: 12px 0 8px; }
.step p { margin: 0; color: #4c584f; line-height: 1.7; }
.faq-block { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 22px; }
.faq-items { display: grid; gap: 12px; }
.faq-items details { padding: 18px 22px; }
summary { cursor: pointer; font-weight: 700; }
.request-shell { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 22px; }
.request-copy { padding: 32px; }
.request-form { padding: 28px; display: grid; gap: 16px; }
label { display: grid; gap: 8px; font-weight: 600; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  background: #fcfdf9;
  font: inherit;
  color: var(--ink);
}
textarea { resize: vertical; }
.disclaimer { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.7; }
.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 24px 0 40px;
  align-items: start;
}
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.legal-page {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 36px;
}
.legal-page h2 { margin-top: 28px; }
.back-link { display: inline-block; margin-bottom: 18px; color: var(--accent); font-weight: 700; }
.thankyou-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
}
.thankyou-card { max-width: 760px; padding: 40px; margin: 24px 0; }
.thankyou-card h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 5vw, 4rem); margin: 10px 0 16px; }

@media (max-width: 980px) {
  .hero-split, .intro-grid, .benefits-wrap, .delivery-band, .process-layout, .faq-block, .request-shell, .footer {
    grid-template-columns: 1fr;
  }
  .guide-card.featured, .guide-card:not(.featured) { grid-column: span 12; }
  .sticky-title { position: static; }
}

@media (max-width: 640px) {
  .topbar { padding: 14px; }
  .topbar nav { gap: 12px; font-size: 0.94rem; }
  .hero-copy, .request-copy, .request-form, .delivery-band, .legal-page, .thankyou-card { padding: 22px; }
  .hero-copy h1 { font-size: 2.4rem; }
}
