:root {
  --green: #007f3d;
  --green-dark: #005a2b;
  --green-deep: #073d28;
  --lime: #86bc24;
  --lime-soft: #eaf6d6;
  --pink: #e84185;
  --pink-soft: #fff0f6;
  --cream: #fbfaf5;
  --warm: #f4f0e7;
  --ink: #17382b;
  --muted: #617269;
  --line: #dfe8e1;
  --white: #fff;
  --radius: 26px;
  --shadow: 0 24px 70px rgba(0, 70, 35, 0.12);
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

section[id] {
  scroll-margin-top: 135px;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

img {
  display: block;
  max-width: 100%;
}

.container {
  margin-inline: auto;
  width: var(--container);
}

.skip-link {
  background: var(--green-deep);
  color: white;
  left: 16px;
  padding: 12px 18px;
  position: fixed;
  top: -80px;
  z-index: 9999;
}

.skip-link:focus {
  top: 12px;
}

.icon {
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(0, 70, 35, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

.topline {
  background: var(--green-deep);
  color: rgba(255, 255, 255, 0.83);
  font-size: 12px;
  letter-spacing: 0.025em;
}

.topline-inner {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: space-between;
}

.nav-wrap {
  align-items: center;
  display: flex;
  height: 86px;
  justify-content: space-between;
}

.brand {
  display: block;
  flex: 0 0 auto;
  width: 230px;
}

.nav {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-left: auto;
  margin-right: 32px;
}

.nav a {
  color: #315044;
  font-size: 14px;
  font-weight: 650;
  position: relative;
}

.nav a::after {
  background: var(--lime);
  bottom: -8px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transition: transform 180ms ease;
  width: 100%;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: translateX(-50%) scaleX(1);
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 18px;
}

.phone-link {
  align-items: center;
  color: var(--green);
  display: flex;
  font-size: 14px;
  font-weight: 750;
  gap: 7px;
}

.menu-button {
  background: transparent;
  border: 0;
  display: none;
  padding: 8px;
}

.menu-button span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 24px;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 760;
  gap: 10px;
  justify-content: center;
  line-height: 1.2;
  min-height: 54px;
  padding: 15px 24px;
  transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.choice:focus-visible,
.round-button:focus-visible,
.season-tabs button:focus-visible,
.menu-button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(232, 65, 133, 0.55);
  outline-offset: 3px;
}

.button-small {
  background: var(--green);
  color: white;
  min-height: 44px;
  padding: 11px 18px;
}

.button-primary {
  background: var(--green);
  box-shadow: 0 12px 25px rgba(0, 127, 61, 0.2);
  color: white;
}

.button-primary:hover {
  background: var(--green-dark);
  box-shadow: 0 16px 35px rgba(0, 127, 61, 0.28);
}

.button-ghost {
  background: white;
  border: 1px solid var(--line);
  color: var(--green-deep);
}

.button-white {
  background: white;
  color: var(--green-deep);
}

.button.full {
  width: 100%;
}

.hero {
  background:
    radial-gradient(circle at 0 0, rgba(134, 188, 36, 0.14), transparent 35%),
    linear-gradient(135deg, #f8f8ef 0%, #fff 56%, #f5f7ec 100%);
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 680px;
  padding-block: 60px;
}

.hero-copy {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.kicker {
  color: var(--green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  align-items: center;
  gap: 9px;
}

.eyebrow span {
  background: var(--pink);
  border-radius: 999px;
  height: 8px;
  width: 8px;
}

.hero h1 {
  color: var(--green-deep);
  font-size: clamp(54px, 5.2vw, 80px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 24px 0 26px;
}

.hero h1 em {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero-lead {
  color: #4e685d;
  font-size: 19px;
  line-height: 1.65;
  margin: 0;
  max-width: 580px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.micro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.micro-trust li {
  align-items: center;
  color: #5f746a;
  display: flex;
  font-size: 12px;
  gap: 5px;
}

.micro-trust .icon {
  color: var(--lime);
  stroke-width: 2.5;
}

.hero-visual {
  min-height: 520px;
  position: relative;
}

.hero-image-wrap {
  border: 10px solid white;
  border-radius: 48% 52% 42% 58% / 55% 42% 58% 45%;
  box-shadow: var(--shadow);
  inset: 4% 0 0 3%;
  overflow: hidden;
  position: absolute;
  transform: rotate(1.5deg);
}

.hero-image {
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  width: 100%;
}

.floating-note {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(18, 60, 39, 0.15);
  display: flex;
  gap: 11px;
  padding: 12px 15px;
  position: absolute;
  z-index: 2;
}

.floating-note-top {
  right: -12px;
  top: 55px;
}

.floating-note-bottom {
  bottom: 37px;
  left: -18px;
}

.floating-icon {
  align-items: center;
  background: var(--lime-soft);
  border-radius: 13px;
  color: var(--green);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.floating-icon.pink {
  background: var(--pink-soft);
  color: var(--pink);
}

.floating-note strong,
.floating-note small {
  display: block;
}

.floating-note strong {
  color: var(--green-deep);
  font-size: 13px;
}

.floating-note small {
  color: var(--muted);
  font-size: 10px;
  margin-top: 2px;
}

.hero-stamp {
  align-items: center;
  background: var(--pink);
  border: 5px solid white;
  border-radius: 50%;
  bottom: 16px;
  color: white;
  display: flex;
  flex-direction: column;
  height: 94px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 23px;
  transform: rotate(-8deg);
  width: 94px;
  z-index: 2;
}

.hero-stamp span {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-stamp strong {
  font-family: Georgia, serif;
  font-size: 23px;
  margin: 3px 0;
}

.hero-blob {
  border-radius: 50%;
  position: absolute;
}

.hero-blob-one {
  background: rgba(134, 188, 36, 0.16);
  height: 180px;
  right: -80px;
  top: 80px;
  width: 180px;
}

.hero-blob-two {
  background: rgba(232, 65, 133, 0.08);
  bottom: -95px;
  height: 220px;
  left: 40%;
  width: 220px;
}

.trustbar {
  background: white;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 14px;
  min-height: 112px;
  padding: 20px 24px;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  align-items: center;
  background: var(--lime-soft);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  flex: 0 0 auto;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.trust-item strong,
.trust-item small {
  display: block;
}

.trust-item strong {
  font-size: 14px;
}

.trust-item small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  margin-top: 3px;
}

.section {
  padding-block: 110px;
}

.section-heading {
  margin-bottom: 48px;
}

.section-heading.center {
  margin-inline: auto;
  max-width: 720px;
  text-align: center;
}

.section-heading.split {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.section-heading.split > p {
  max-width: 430px;
}

.section-heading h2,
.selection-copy h2,
.benefits-copy h2,
.story-copy h2,
.trial-card h2,
.faq-intro h2,
.form-copy h2 {
  color: var(--green-deep);
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 14px 0 16px;
}

.section-heading p,
.selection-copy > p,
.benefits-copy > p,
.story-copy > p,
.faq-intro > p,
.form-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.configurator-section {
  background: var(--warm);
}

.config-card {
  background: white;
  border-radius: 32px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  margin-inline: auto;
  max-width: 1060px;
  overflow: hidden;
}

.config-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 44px;
}

.config-form label,
.config-form legend,
.form-card label {
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 750;
}

.config-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.range-wrap {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 13px;
}

input[type="range"] {
  accent-color: var(--green);
  flex: 1;
}

.range-wrap output {
  background: var(--green-deep);
  border-radius: 10px;
  color: white;
  font-size: 13px;
  font-weight: 750;
  min-width: 105px;
  padding: 9px 10px;
  text-align: center;
}

.config-two,
.form-two {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.config-form label,
.form-card label {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

select,
input,
textarea {
  background: #fbfcf9;
  border: 1px solid #d9e4dc;
  border-radius: 11px;
  min-height: 48px;
  padding: 11px 13px;
}

textarea {
  line-height: 1.5;
  resize: vertical;
}

.optional {
  color: #829188;
  font-weight: 500;
}

.choice-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.choice {
  background: #fbfcf9;
  border: 1px solid #d9e4dc;
  border-radius: 11px;
  cursor: pointer;
  font-size: 13px;
  min-height: 47px;
  padding: 10px;
}

.choice.active {
  background: var(--lime-soft);
  border-color: var(--lime);
  color: var(--green-dark);
  font-weight: 750;
}

.recommendation {
  background:
    radial-gradient(circle at 100% 0, rgba(134, 188, 36, 0.34), transparent 40%),
    var(--green-deep);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 42px;
  text-align: center;
}

.recommendation-kicker {
  color: #cbe9ba;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.recommendation-basket {
  align-items: center;
  background: var(--lime);
  border-radius: 50%;
  color: white;
  display: flex;
  height: 82px;
  justify-content: center;
  margin: 24px auto 18px;
  width: 82px;
}

.recommendation h3 {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}

.recommendation-weight {
  color: #cbdad3;
  font-size: 14px;
}

.recommendation-weight strong {
  color: white;
  font-size: 21px;
}

.recommendation ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
  margin: 14px 0;
  padding: 17px 0;
  text-align: left;
}

.recommendation li {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 8px;
  margin: 7px 0;
}

.recommendation li .icon {
  color: var(--lime);
  stroke-width: 2.5;
}

.monthly-hint {
  color: #cbdad3;
  font-size: 12px;
}

.recommendation .button {
  background: var(--lime);
  color: var(--green-deep);
  margin-top: 8px;
}

.disclaimer {
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  line-height: 1.5;
  margin-top: 15px;
}

.offer-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.offer-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 22px;
  position: relative;
}

.offer-card.featured {
  border-color: var(--lime);
  box-shadow: var(--shadow);
  transform: translateY(-10px);
}

.offer-badge {
  background: var(--pink);
  border-radius: 999px;
  color: white;
  font-size: 10px;
  font-weight: 800;
  padding: 7px 12px;
  position: absolute;
  right: 18px;
  top: 18px;
}

.offer-visual {
  align-items: center;
  background:
    radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.8), transparent 26%),
    var(--lime-soft);
  border-radius: 18px;
  color: var(--green);
  display: flex;
  height: 150px;
  justify-content: center;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

.offer-2 {
  background-color: #e8f4d1;
}

.offer-3 {
  background-color: #e4f0e8;
}

.offer-visual span {
  bottom: 12px;
  color: var(--green-deep);
  font-size: 10px;
  font-weight: 800;
  left: 14px;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
}

.offer-size {
  color: var(--pink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-card h3 {
  color: var(--green-deep);
  font-size: 22px;
  margin: 8px 0 10px;
}

.offer-card > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.offer-card ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.offer-card li {
  align-items: center;
  color: #506a5e;
  display: flex;
  font-size: 12px;
  gap: 8px;
}

.offer-card li .icon {
  color: var(--lime);
  stroke-width: 2.5;
}

.offer-footer {
  align-items: end;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 17px;
}

.offer-footer small,
.offer-footer strong {
  display: block;
}

.offer-footer small {
  color: var(--muted);
  font-size: 10px;
}

.offer-footer strong {
  color: var(--green-deep);
  font-size: 15px;
  margin-top: 3px;
}

.round-button {
  align-items: center;
  background: var(--green);
  border: 0;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 43px;
  justify-content: center;
  width: 43px;
}

.price-note {
  color: var(--muted);
  font-size: 11px;
  margin: 24px auto 0;
  max-width: 760px;
  text-align: center;
}

.selection-section {
  background: #edf5e8;
}

.selection-grid,
.benefits-grid,
.story-grid,
.form-grid {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 0.9fr 1.1fr;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
  margin: 25px 0;
  padding: 0;
}

.check-list li {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 9px;
}

.check-list .icon {
  color: var(--lime);
  stroke-width: 2.5;
}

.text-link {
  align-items: center;
  background: none;
  border: 0;
  color: var(--green);
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  padding: 0;
}

.season-card {
  background: white;
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: 36px;
}

.season-tabs {
  background: var(--warm);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
  padding: 5px;
}

.season-tabs button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  padding: 10px;
}

.season-tabs button.active {
  background: var(--green);
  color: white;
}

.produce-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.produce-cloud span {
  background: #f2f6ef;
  border: 1px solid #e1e9e2;
  border-radius: 999px;
  color: #365548;
  font-size: 13px;
  padding: 9px 13px;
}

.produce-cloud span.produce-accent {
  background: var(--pink-soft);
  border-color: #f8c8db;
  color: #b92c65;
}

.season-card > p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  margin: 24px 0 0;
}

.process-section {
  background: var(--green-deep);
  color: white;
}

.section-heading.light h2 {
  color: white;
}

.section-heading.light .kicker {
  color: #a9d66d;
}

.steps-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.step-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  min-height: 250px;
  padding: 25px;
  position: relative;
}

.step-number {
  color: rgba(255, 255, 255, 0.25);
  font-family: Georgia, serif;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 18px;
}

.step-icon {
  align-items: center;
  background: var(--lime);
  border-radius: 14px;
  color: var(--green-deep);
  display: flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 28px;
  width: 50px;
}

.step-card h3 {
  font-size: 17px;
  margin: 0 0 10px;
}

.step-card p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.step-arrow {
  color: var(--lime);
  font-size: 25px;
  position: absolute;
  right: -25px;
  top: 48%;
  z-index: 2;
}

.process-note {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  margin: 26px 0 0;
  text-align: center;
}

.benefits-section {
  background: white;
}

.benefits-grid {
  align-items: start;
  grid-template-columns: 0.85fr 1.15fr;
}

.tax-note {
  background: var(--pink-soft);
  border-left: 3px solid var(--pink);
  border-radius: 10px;
  margin-top: 28px;
  padding: 14px 16px;
}

.tax-note strong,
.tax-note span {
  display: block;
}

.tax-note strong {
  font-size: 12px;
}

.tax-note span {
  color: var(--muted);
  font-size: 11px;
  margin-top: 4px;
}

.benefit-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.benefit-cards article {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 19px;
  display: flex;
  gap: 15px;
  min-height: 164px;
  padding: 23px;
}

.benefit-cards article > span {
  align-items: center;
  background: var(--lime-soft);
  border-radius: 13px;
  color: var(--green);
  display: flex;
  flex: 0 0 auto;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.benefit-cards h3 {
  font-size: 15px;
  margin: 4px 0 8px;
}

.benefit-cards p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.story-section {
  background: var(--cream);
}

.story-grid {
  grid-template-columns: 0.95fr 1.05fr;
}

.story-visual {
  min-height: 460px;
  position: relative;
}

.region-card {
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    var(--green-deep);
  background-size: 40px 40px;
  border-radius: 38% 62% 52% 48% / 46% 42% 58% 54%;
  box-shadow: var(--shadow);
  color: white;
  height: 420px;
  position: relative;
  transform: rotate(-2deg);
}

.region-card > strong {
  background: white;
  border-radius: 999px;
  color: var(--green-deep);
  font-size: 13px;
  left: 45%;
  padding: 9px 14px;
  position: absolute;
  top: 45%;
}

.region-dot {
  background: var(--pink);
  border: 4px solid white;
  border-radius: 50%;
  height: 18px;
  position: absolute;
  width: 18px;
}

.dot-one { left: 28%; top: 31%; }
.dot-two { left: 38%; top: 63%; }
.dot-three { right: 24%; top: 30%; }
.dot-four { right: 19%; top: 67%; }

.region-line {
  border: 1px dashed rgba(255, 255, 255, 0.35);
  height: 120px;
  left: 42%;
  position: absolute;
  top: 34%;
  transform: rotate(35deg);
}

.line-two {
  left: 59%;
  top: 35%;
  transform: rotate(-27deg);
}

.region-name {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  position: absolute;
}

.region-saarland { left: 12%; top: 25%; }
.region-hunsrueck { left: 22%; bottom: 24%; }
.region-trier { right: 14%; top: 23%; }
.region-wittlich { bottom: 19%; right: 7%; }

.since-card {
  background: var(--lime);
  border: 7px solid var(--cream);
  border-radius: 20px;
  bottom: 0;
  color: var(--green-deep);
  padding: 17px 22px;
  position: absolute;
  right: -12px;
  transform: rotate(3deg);
}

.since-card span,
.since-card strong {
  display: block;
}

.since-card span {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.since-card strong {
  font-family: Georgia, serif;
  font-size: 24px;
  margin-top: 3px;
}

.delivery-area {
  align-items: start;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 15px;
  margin-top: 28px;
  padding-top: 24px;
}

.delivery-area > span {
  align-items: center;
  background: var(--lime-soft);
  border-radius: 14px;
  color: var(--green);
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.delivery-area strong {
  font-size: 14px;
}

.delivery-area p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 5px 0 0;
}

.trial-section {
  background: white;
  padding: 70px 0;
}

.trial-card {
  align-items: center;
  background:
    radial-gradient(circle at 5% 100%, rgba(134, 188, 36, 0.38), transparent 32%),
    var(--green);
  border-radius: 32px;
  color: white;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 300px;
  overflow: hidden;
  padding: 50px 62px;
  position: relative;
}

.trial-card h2 {
  color: white;
  margin-bottom: 0;
}

.light-kicker {
  color: #dbf0c4;
}

.trial-content {
  position: relative;
  z-index: 2;
}

.trial-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.trial-fruit span {
  background: var(--pink);
  border: 5px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  height: 100px;
  left: -42px;
  position: absolute;
  top: -35px;
  width: 100px;
}

.trial-fruit span:nth-child(2) {
  height: 40px;
  left: 30%;
  top: 18px;
  width: 40px;
}

.trial-fruit span:nth-child(3) {
  bottom: -30px;
  height: 82px;
  left: 40%;
  top: auto;
  width: 82px;
}

.faq-section {
  background: var(--warm);
}

.faq-grid {
  align-items: start;
  display: grid;
  gap: 90px;
  grid-template-columns: 0.7fr 1.3fr;
}

.faq-intro {
  position: sticky;
  top: 150px;
}

.faq-intro .button {
  margin-top: 24px;
}

.faq-list {
  border-top: 1px solid #cfdcd2;
}

.faq-list details {
  border-bottom: 1px solid #cfdcd2;
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 750;
  justify-content: space-between;
  list-style: none;
  padding: 22px 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  align-items: center;
  background: white;
  border-radius: 50%;
  color: var(--green);
  display: flex;
  font-size: 19px;
  height: 32px;
  justify-content: center;
  transition: transform 180ms ease;
  width: 32px;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: -5px 45px 22px 0;
}

.form-section {
  background: white;
}

.form-grid {
  align-items: start;
  gap: 70px;
  grid-template-columns: 0.78fr 1.22fr;
}

.form-copy {
  padding-top: 20px;
}

.contact-card {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding: 16px 0;
}

.contact-card a {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 10px 0;
}

.contact-card a > span {
  align-items: center;
  background: var(--lime-soft);
  border-radius: 12px;
  color: var(--green);
  display: flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.contact-card small,
.contact-card strong {
  display: block;
}

.contact-card small {
  color: var(--muted);
  font-size: 10px;
}

.contact-card strong {
  font-size: 13px;
  margin-top: 2px;
}

.form-assurances {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.form-assurances li {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 8px;
}

.form-assurances .icon {
  color: var(--lime);
  stroke-width: 2.5;
}

.form-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(5, 70, 34, 0.08);
  min-height: 660px;
  padding: 38px;
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-title {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-bottom: 18px;
}

.form-title span {
  color: var(--green-deep);
  font-size: 22px;
  font-weight: 800;
}

.form-title small,
.secure-note {
  color: var(--muted);
  font-size: 10px;
}

.checkbox {
  align-items: flex-start;
  flex-direction: row !important;
  font-weight: 500 !important;
  line-height: 1.55;
}

.checkbox input {
  accent-color: var(--green);
  flex: 0 0 auto;
  min-height: auto;
  margin-top: 3px;
}

.checkbox a {
  color: var(--green);
  text-decoration: underline;
}

.form-error {
  background: #fff0f0;
  border-radius: 9px;
  color: #a12b2b;
  font-size: 12px;
  margin: 0;
  padding: 10px 12px;
}

.secure-note {
  margin: -6px 0 0;
  text-align: center;
}

.success-message {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 580px;
  text-align: center;
}

.success-message > span {
  align-items: center;
  background: var(--lime-soft);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  height: 78px;
  justify-content: center;
  width: 78px;
}

.success-message h3 {
  font-size: 26px;
  margin: 25px 0 10px;
}

.success-message p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 430px;
}

footer {
  background: #062e20;
  color: white;
  padding: 70px 0 25px;
}

.footer-grid {
  display: grid;
  gap: 55px;
  grid-template-columns: 1.7fr 1fr 1.2fr 1fr;
}

.footer-brand img {
  background: white;
  border-radius: 13px;
  padding: 7px 10px;
  width: 235px;
}

.footer-brand p,
.footer-grid p {
  color: rgba(255, 255, 255, 0.57);
  font-size: 12px;
  line-height: 1.7;
  max-width: 320px;
}

.footer-grid h3 {
  color: #bee48d;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 12px;
  margin: 9px 0;
}

.footer-grid a:hover {
  color: white;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.42);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  margin-top: 45px;
  padding-top: 22px;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

.mobile-cta {
  display: none;
}

.legal-page {
  background: var(--cream);
  min-height: 100vh;
  padding: 70px 0 110px;
}

.legal-top {
  align-items: center;
  background: white;
  border-bottom: 1px solid var(--line);
  display: flex;
  min-height: 92px;
}

.legal-top-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.legal-top img {
  width: 220px;
}

.legal-top a:last-child {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.legal-content {
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(5, 70, 34, 0.07);
  margin-top: 55px;
  max-width: 900px;
  padding: 50px;
}

.legal-content h1 {
  color: var(--green-deep);
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -0.045em;
  margin: 8px 0 32px;
}

.legal-content h2 {
  color: var(--green-deep);
  font-size: 21px;
  margin: 34px 0 10px;
}

.legal-content h3 {
  font-size: 15px;
  margin: 25px 0 8px;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.legal-content a {
  color: var(--green);
  text-decoration: underline;
}

.legal-content mark {
  background: #fff1c6;
  border-radius: 4px;
  color: #725813;
  padding: 2px 5px;
}

.legal-note {
  background: var(--pink-soft);
  border-left: 3px solid var(--pink);
  border-radius: 10px;
  margin: 30px 0;
  padding: 16px 18px;
}

.legal-note strong {
  color: var(--green-deep);
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.legal-note p {
  font-size: 12px;
  margin: 0;
}

@media (max-width: 1100px) {
  .nav {
    gap: 18px;
    margin-right: 18px;
  }

  .phone-link span {
    display: none;
  }

  .hero-grid {
    gap: 28px;
    grid-template-columns: 0.95fr 1.05fr;
  }

  .hero h1 {
    font-size: 58px;
  }

  .trust-item {
    padding-inline: 14px;
  }
}

@media (max-width: 900px) {
  .topline-region,
  .nav-actions {
    display: none;
  }

  .nav-wrap {
    height: 76px;
  }

  .brand {
    width: 205px;
  }

  .menu-button {
    display: block;
  }

  .nav {
    align-items: stretch;
    background: white;
    box-shadow: 0 20px 40px rgba(0, 50, 25, 0.12);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    margin: 0;
    padding: 10px 20px 20px;
    position: absolute;
    right: 0;
    top: 106px;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    border-bottom: 1px solid var(--line);
    padding: 15px 4px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .hero-copy {
    padding-top: 20px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .config-card,
  .selection-grid,
  .benefits-grid,
  .story-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .recommendation {
    min-height: 560px;
  }

  .offer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offer-card.featured {
    transform: none;
  }

  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .step-arrow {
    display: none;
  }

  .story-visual {
    margin: auto;
    max-width: 560px;
    width: 100%;
  }

  .trial-card {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .faq-grid {
    gap: 50px;
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-grid > div:last-child {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }

  html {
    scroll-padding-top: 90px;
  }

  body {
    padding-bottom: 70px;
  }

  .topline-inner {
    justify-content: center;
  }

  .site-header {
    top: 0;
  }

  .brand {
    width: 190px;
  }

  .nav {
    top: 106px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    padding-block: 45px 65px;
  }

  .eyebrow {
    font-size: 10px;
  }

  .hero h1 {
    font-size: 48px;
    margin-top: 18px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .micro-trust {
    gap: 9px 15px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-image-wrap {
    border-width: 7px;
    inset: 4% 0 0;
  }

  .floating-note-top {
    right: -4px;
    top: 28px;
  }

  .floating-note-bottom {
    bottom: 18px;
    left: -4px;
  }

  .floating-note {
    padding: 9px;
  }

  .hero-stamp {
    bottom: 2px;
    height: 76px;
    right: 4px;
    width: 76px;
  }

  .hero-stamp strong {
    font-size: 18px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 90px;
  }

  .section {
    padding-block: 75px;
  }

  .section-heading.split {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .section-heading h2,
  .selection-copy h2,
  .benefits-copy h2,
  .story-copy h2,
  .trial-card h2,
  .faq-intro h2,
  .form-copy h2 {
    font-size: 38px;
  }

  .config-form,
  .recommendation {
    padding: 30px 20px;
  }

  .config-two,
  .form-two,
  .choice-row {
    grid-template-columns: 1fr;
  }

  .range-wrap {
    align-items: stretch;
    flex-direction: column;
  }

  .offer-grid,
  .steps-grid,
  .benefit-cards {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: 480px;
  }

  .selection-grid,
  .benefits-grid,
  .story-grid,
  .form-grid {
    gap: 48px;
  }

  .season-card {
    padding: 25px 18px;
  }

  .region-card {
    height: 330px;
  }

  .story-visual {
    min-height: 370px;
  }

  .trial-section {
    padding: 20px 0;
  }

  .trial-card {
    border-radius: 24px;
    padding: 38px 24px;
  }

  .faq-list summary {
    font-size: 14px;
    gap: 16px;
  }

  .form-card {
    padding: 26px 18px;
  }

  .form-title {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }

  .contact-card strong {
    font-size: 11px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-grid > div:nth-child(3) {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .mobile-cta {
    background: white;
    bottom: 0;
    box-shadow: 0 -8px 30px rgba(0, 50, 25, 0.13);
    display: grid;
    gap: 8px;
    grid-template-columns: 52px 1fr;
    left: 0;
    padding: 9px 12px max(9px, env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 300;
  }

  .mobile-cta a,
  .mobile-cta button {
    align-items: center;
    border: 0;
    border-radius: 12px;
    display: flex;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
  }

  .mobile-cta a {
    background: var(--lime-soft);
    color: var(--green);
  }

  .mobile-cta button {
    background: var(--green);
    color: white;
    font-size: 13px;
  }

  .legal-content {
    padding: 30px 20px;
  }

  .legal-top img {
    width: 185px;
  }
}

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


.hp-field {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.static-status {
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  padding: 12px 14px;
}

.static-status.success {
  background: #eaf6d6;
  color: #005a2b;
}

.static-status.error {
  background: #fff0f0;
  color: #a12b2b;
}
