:root {
  --ink: #1f2b24;
  --muted: #5f6d64;
  --cream: #fff8ef;
  --paper: #fffdf9;
  --sage: #dde9d9;
  --green: #2f6246;
  --green-dark: #1f4631;
  --orange: #e87d3e;
  --line: rgba(31, 70, 49, 0.14);
  --shadow: 0 22px 70px rgba(39, 59, 44, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px max(5vw, 24px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 239, 0.9);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.header-cta {
  border-radius: 999px;
  padding: 9px 16px;
  color: #fff;
  background: var(--green-dark);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.section-shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  min-height: 720px;
  gap: clamp(44px, 7vw, 100px);
  padding-block: 78px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.hero h1,
.section-heading h2,
.offer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.hero h1 { max-width: 760px; font-size: clamp(44px, 6vw, 76px); }
.hero-lead {
  max-width: 650px;
  margin: 26px 0 22px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
}
.benefits { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.benefits span {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 700;
}
.primary-cta, .secondary-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 15px 24px;
  border-radius: 14px;
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 12px 26px rgba(31, 70, 49, 0.2);
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.primary-cta:hover, .secondary-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(31, 70, 49, 0.25); }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: 13px; }

.hero-visual { position: relative; margin: 0; text-align: center; }
.image-halo {
  position: absolute;
  inset: 8% 0 4%;
  border-radius: 48% 52% 44% 56%;
  background: var(--sage);
  transform: rotate(-4deg);
}
.hero-visual img {
  position: relative;
  display: block;
  width: min(100%, 390px);
  max-height: 590px;
  margin-inline: auto;
  border: 9px solid var(--paper);
  border-radius: 26px;
  box-shadow: var(--shadow);
  object-fit: cover;
}
.hero-visual figcaption { position: relative; margin-top: 16px; color: var(--muted); font-size: 13px; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1000px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 0 12px 40px rgba(39, 59, 44, 0.08);
}
.trust-strip div { display: flex; flex-direction: column; align-items: center; padding: 8px 20px; text-align: center; }
.trust-strip div + div { border-left: 1px solid var(--line); }
.trust-strip strong { color: var(--green-dark); font-size: 22px; }
.trust-strip span { color: var(--muted); font-size: 13px; }

.content-section { padding-block: 110px; }
.section-heading { max-width: 710px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .offer h2 { font-size: clamp(36px, 4.5vw, 56px); }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards article {
  min-height: 250px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
}
.card-number { color: var(--orange); font-size: 13px; font-weight: 850; letter-spacing: 0.12em; }
.cards h3 { margin: 48px 0 8px; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.cards p { margin: 0; color: var(--muted); }

.offer { margin: 0 24px; border-radius: 32px; color: #fff; background: var(--green-dark); overflow: hidden; }
.offer-inner {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  gap: 70px;
  padding-block: 78px;
}
.eyebrow.light { color: #f6ad79; }
.offer p { max-width: 670px; color: rgba(255, 255, 255, 0.78); }
.offer-action { display: flex; flex-direction: column; gap: 12px; }
.secondary-cta { color: var(--green-dark); background: #fff; box-shadow: none; }
.offer-action small { color: rgba(255, 255, 255, 0.65); text-align: center; }

.faq-section { padding-block: 100px 120px; }
.section-heading.compact { margin-bottom: 30px; }
.faq-list { max-width: 820px; margin: 0 auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 22px 4px; cursor: pointer; font-weight: 800; }
details p { max-width: 740px; margin: -4px 4px 22px; color: var(--muted); }

footer { padding: 36px 24px; color: #dfe9e2; background: #17251c; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; width: min(1160px, 100%); margin: 0 auto; }
.footer-inner p { margin: 4px 0 0; color: #aab9af; font-size: 13px; }
.footer-inner a { color: #fff; font-size: 14px; }

.consent {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
  gap: 28px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 70px rgba(18, 37, 25, 0.24);
}
.consent[hidden] { display: none; }
.consent p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.consent-actions { display: flex; flex-shrink: 0; gap: 8px; }
.consent button { min-height: 44px; padding: 9px 14px; border-radius: 10px; cursor: pointer; font-weight: 800; }
.consent-reject { border: 1px solid var(--line); color: var(--ink); background: #fff; }
.consent-accept { border: 1px solid var(--green-dark); color: #fff; background: var(--green-dark); }

.privacy-page { width: min(760px, calc(100% - 40px)); min-height: calc(100vh - 180px); margin: 0 auto; padding: 70px 0 100px; }
.privacy-page h1 { font-family: Georgia, serif; font-size: clamp(40px, 6vw, 64px); font-weight: 500; line-height: 1.05; }
.privacy-page h2 { margin-top: 40px; font-size: 22px; }
.privacy-page p, .privacy-page li { color: var(--muted); }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 64px 80px; text-align: center; }
  .benefits { justify-content: center; }
  .hero-visual { grid-row: 1; }
  .hero-visual img { width: min(78vw, 330px); max-height: 500px; }
  .trust-strip, .cards, .offer-inner { grid-template-columns: 1fr; }
  .trust-strip div + div { border-top: 1px solid var(--line); border-left: 0; }
  .cards article { min-height: 210px; }
  .offer-inner { gap: 34px; text-align: center; }
  .consent { align-items: stretch; flex-direction: column; gap: 14px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .site-header { padding-inline: 16px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 34px; height: 34px; }
  .header-cta { display: none; }
  .section-shell { width: min(100% - 32px, 1160px); }
  .hero { gap: 44px; padding-top: 48px; }
  .hero h1 { font-size: 43px; }
  .primary-cta { width: 100%; }
  .trust-strip { width: calc(100% - 32px); }
  .content-section { padding-block: 82px; }
  .offer { margin-inline: 10px; border-radius: 24px; }
  .offer-inner { width: calc(100% - 32px); padding-block: 58px; }
  .faq-section { padding-block: 82px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .consent { right: 10px; bottom: 10px; left: 10px; }
  .consent-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
