/* Wilder Leaf AU clean static stylesheet */
:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", monospace;
}

:root {
  --ink: #13243a;
  --muted: #5c6978;
  --green: #11845e;
  --green-dark: #0a5c42;
  --green-soft: #eaf8f2;
  --red: #c71f2d;
  --red-dark: #94121c;
  --red-soft: #fff1f2;
  --gold: #f2c94c;
  --gold-dark: #8d6411;
  --gold-soft: #fff9e7;
  --blue-soft: #eef6ff;
  --line: #dfe6e5;
  --white: #ffffff;
  --shadow-sm: 0 12px 30px rgba(19, 36, 58, 0.08);
  --shadow-lg: 0 28px 76px rgba(17, 48, 67, 0.16);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; }

.container {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 60;
  border-bottom: 1px solid rgba(223, 230, 229, 0.9);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #17251f;
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, #f4cc63, #d9a837);
  box-shadow: 0 7px 18px rgba(191, 139, 27, 0.25);
}

.header-meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.au-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #25a66b;
  box-shadow: 0 0 0 5px rgba(37, 166, 107, 0.12);
}

.offer-bar {
  position: sticky;
  top: 0;
  z-index: 55;
  color: var(--white);
  background: linear-gradient(90deg, var(--red-dark), #e02736 48%, #ad1622);
  box-shadow: 0 9px 26px rgba(157, 17, 27, 0.2);
}

.offer-bar-inner {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: 0.005em;
}

.offer-deal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex: 1 1 auto;
}

.offer-bar strong { color: #fff0a9; font-weight: 1000; text-transform: uppercase; }
.offer-divider { width: 1px; height: 18px; background: rgba(255,255,255,0.38); }

.offer-timer {
  flex: 0 0 auto;
  min-width: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: 9px;
  background: rgba(89, 2, 10, 0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.offer-timer > span {
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  line-height: 1.1;
  text-transform: uppercase;
}

.offer-timer time {
  min-width: 58px;
  color: #fff4b8;
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
  font-weight: 1000;
  letter-spacing: 0.04em;
  line-height: 1;
}

.offer-timer time i { color: var(--white); font-style: normal; }
.offer-timer .timer-finished { color: #fff4b8; font-size: 0.62rem; }
.mobile-timer-divider { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 56px;
  background:
    radial-gradient(circle at 83% 18%, rgba(242,201,76,0.19), transparent 27%),
    radial-gradient(circle at 7% 82%, rgba(25,146,99,0.12), transparent 28%),
    linear-gradient(118deg, #f4fcf8 0%, #ffffff 53%, #fff8f0 100%);
}

.hero::before {
  content: "";
  position: absolute;
  top: -210px;
  right: -130px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(17,132,94,0.09);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 0.77rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 11px;
  border: 1px solid #cae6dc;
  border-radius: 999px;
  background: rgba(255,255,255,0.83);
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.hero h1 {
  max-width: 720px;
  margin: 10px 0 18px;
  font-size: clamp(2.9rem, 5.4vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.hero-sub {
  max-width: 675px;
  margin: 0 0 21px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.66;
}

.hero-offer-card {
  max-width: 670px;
  display: grid;
  grid-template-columns: minmax(140px, 0.72fr) 1px minmax(220px, 1.28fr);
  gap: 17px;
  align-items: center;
  margin-bottom: 18px;
  padding: 16px 18px;
  border: 1px solid #ead9ad;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffdf6, var(--gold-soft));
  box-shadow: 0 13px 30px rgba(102, 73, 19, 0.09);
}

.hero-offer-card > div:not(.offer-card-rule) { display: grid; }
.hero-offer-card span { color: #756640; font-size: 0.68rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0.06em; }
.hero-offer-card strong { color: var(--green-dark); font-size: 1.68rem; line-height: 1.06; letter-spacing: -0.04em; }
.hero-offer-card .bundle-copy { color: var(--red-dark); font-size: 1.14rem; letter-spacing: -0.02em; }
.hero-offer-card small { color: #786e58; font-size: 0.7rem; }
.offer-card-rule { width: 1px; height: 52px; background: #e8dcbf; }

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.trust-chips li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  color: #415160;
  font-size: 0.72rem;
  font-weight: 850;
  box-shadow: 0 7px 16px rgba(19,36,58,0.055);
}

.trust-chips li::before { content: "✓"; color: var(--green); font-weight: 1000; }

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

.btn {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.91rem;
  font-weight: 930;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(242,201,76,0.82); outline-offset: 3px; }

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #0c7652);
  box-shadow: 0 15px 29px rgba(17,132,94,0.24);
}

.btn-primary:hover { box-shadow: 0 19px 36px rgba(17,132,94,0.3); }
.btn-large { min-height: 57px; padding-inline: 24px; font-size: 1rem; }

.btn-secondary,
.btn-outline {
  border-color: #c8d5d2;
  color: var(--ink);
  background: rgba(255,255,255,0.9);
}

.btn-outline:hover { border-color: var(--green); color: var(--green-dark); }

.hero-microcopy {
  margin: 11px 0 0;
  color: #78838c;
  font-size: 0.74rem;
}

.hero-visual {
  position: relative;
  min-height: 555px;
  overflow: hidden;
  border: 1px solid rgba(214,225,220,0.95);
  border-radius: 34px;
  background:
    linear-gradient(150deg, rgba(255,255,255,0.98), rgba(239,248,242,0.94)),
    var(--white);
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}

.hero-visual::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -27%;
  left: -18%;
  height: 55%;
  border-radius: 50%;
  background: linear-gradient(180deg, #bed3bf, #7fa989);
  z-index: -2;
}

.hero-glow {
  position: absolute;
  top: 48px;
  left: 50%;
  width: 390px;
  height: 390px;
  transform: translateX(-50%);
  border: 1px solid rgba(17,132,94,0.13);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.86), rgba(237,247,240,0.18) 68%);
  z-index: -1;
}

.bundle-stage {
  position: absolute;
  inset: 48px 20px 55px;
}

.bundle-bottle {
  position: absolute;
  bottom: 0;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 25px 24px rgba(18,45,31,0.25));
  transition: transform 240ms ease;
}

.bottle-left { left: 3%; height: 390px; transform: rotate(-7deg); z-index: 1; }
.bottle-center { left: 50%; height: 485px; transform: translateX(-50%); z-index: 3; }
.bottle-right { right: 2%; height: 405px; transform: rotate(7deg); z-index: 2; }
.hero-visual:hover .bottle-left { transform: rotate(-9deg) translateY(-4px); }
.hero-visual:hover .bottle-center { transform: translateX(-50%) translateY(-7px); }
.hero-visual:hover .bottle-right { transform: rotate(9deg) translateY(-4px); }

.best-value-seal {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 116px;
  height: 116px;
  display: grid;
  place-content: center;
  border: 5px solid #f7df8b;
  border-radius: 50%;
  color: var(--white);
  background: radial-gradient(circle, #d43240, var(--red-dark));
  box-shadow: 0 12px 28px rgba(148,18,28,0.28);
  text-align: center;
  transform: rotate(6deg);
}

.best-value-seal::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px dashed rgba(255,255,255,0.65);
  border-radius: 50%;
}

.best-value-seal span { font-size: 0.6rem; font-weight: 850; text-transform: uppercase; }
.best-value-seal strong { font-size: 1.12rem; line-height: 1; letter-spacing: 0.06em; }
.best-value-seal small { color: #ffe99b; font-size: 0.62rem; font-weight: 900; }

.visual-offer-ribbon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 14px;
  color: var(--white);
  background: rgba(8,82,57,0.94);
  box-shadow: 0 14px 30px rgba(8,62,44,0.23);
  backdrop-filter: blur(10px);
}

.visual-offer-ribbon span { font-size: 0.78rem; font-weight: 800; }
.visual-offer-ribbon strong { color: #ffe38b; font-size: 0.94rem; }

.value-strip {
  border-block: 1px solid var(--line);
  background: var(--white);
}

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

.value-grid article {
  min-height: 119px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px 28px;
  border-right: 1px solid var(--line);
}

.value-grid article:last-child { border-right: 0; }

.value-icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: 0.84rem;
  font-weight: 1000;
}

.guarantee-value-icon {
  padding: 0;
  background: transparent;
  border-radius: 50%;
}

.value-grid strong { display: block; font-size: 0.92rem; }
.value-grid p { margin: 2px 0 0; color: var(--muted); font-size: 0.75rem; line-height: 1.42; }

.packages-section,
.product-section,
.steps-section,
.faq-section { padding: 86px 0; }

.packages-section {
  background:
    radial-gradient(circle at 50% 8%, rgba(242,201,76,0.11), transparent 25%),
    #fffdf8;
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading h2,
.product-copy h2,
.faq-intro h2,
.shipping-body h2,
.final-cta-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 1.03;
  letter-spacing: -0.052em;
}

.section-heading > p:last-child { margin: 0; color: var(--muted); }

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  align-items: stretch;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 30px 22px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.package-card.popular { background: linear-gradient(160deg, #ffffff 62%, var(--blue-soft)); }

.package-card.featured {
  border: 2px solid var(--green);
  background: linear-gradient(160deg, #ffffff 55%, #effaf4);
  box-shadow: 0 24px 65px rgba(17,132,94,0.17);
}

.featured-label {
  position: absolute;
  top: -15px;
  padding: 7px 15px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(90deg, var(--red-dark), var(--red));
  box-shadow: 0 8px 20px rgba(164,21,31,0.22);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.package-badge {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: 0.67rem;
  font-weight: 950;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.package-card.featured .package-badge { color: var(--red-dark); background: var(--red-soft); }
.package-card h3 { margin: 15px 0 0; font-size: 1.5rem; letter-spacing: -0.035em; }

.package-bottles {
  position: relative;
  width: 100%;
  height: 210px;
  margin: 6px 0 7px;
}

.mini-bottle {
  position: absolute;
  bottom: 4px;
  width: auto;
  height: 195px;
  object-fit: contain;
  filter: drop-shadow(0 13px 13px rgba(20,46,32,0.18));
}

.mini-1 { left: 50%; transform: translateX(-72%) rotate(-4deg); z-index: 1; }
.mini-2 { left: 50%; transform: translateX(-28%) rotate(4deg); z-index: 2; }
.mini-3 { left: 50%; transform: translateX(-50%); z-index: 3; }
.package-card.starter .mini-bottle { height: 192px; }
.package-card.popular .mini-1 { transform: translateX(-90%) rotate(-6deg); }
.package-card.popular .mini-2 { transform: translateX(-10%) rotate(6deg); }

.extra-bottles {
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 4;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 4px solid #f8dda2;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 9px 22px rgba(164,21,31,0.24);
  font-size: 0.86rem;
  font-weight: 1000;
}

.price-line { display: grid; line-height: 1.08; }
.price-line strong { color: var(--green-dark); font-size: 2.22rem; letter-spacing: -0.055em; }
.price-line span { color: var(--muted); font-size: 0.72rem; }
.package-total { margin: 8px 0 2px; color: #536172; font-size: 0.82rem; font-weight: 750; }
.package-saving { min-height: 22px; margin: 0 0 17px; color: var(--red-dark); font-size: 0.91rem; font-weight: 950; }
.package-button { width: 100%; margin-top: auto; }
.package-card > small { margin-top: 8px; color: #7a858e; font-size: 0.65rem; }

.pricing-disclosure {
  max-width: 900px;
  margin: 26px auto 0;
  padding: 13px 17px;
  border: 1px solid #ece1c7;
  border-radius: 13px;
  color: #746d5e;
  background: rgba(255,255,255,0.78);
  font-size: 0.72rem;
  text-align: center;
}

.product-section { background: var(--white); }

.product-panel {
  display: grid;
  grid-template-columns: minmax(330px, 0.85fr) minmax(0, 1.15fr);
  gap: 58px;
  align-items: center;
  padding: 44px 54px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, #ffffff 45%, #f0f9f4);
  box-shadow: var(--shadow-lg);
}

.product-visual {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
}

.product-halo {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: linear-gradient(145deg, #dcecdf, #fff4d9);
}

.product-visual img {
  position: relative;
  width: auto;
  height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(18,45,31,0.22));
}

.product-visual > span {
  position: absolute;
  right: 12px;
  bottom: 35px;
  padding: 8px 11px;
  border: 1px solid #e6d7ac;
  border-radius: 999px;
  color: var(--gold-dark);
  background: var(--gold-soft);
  box-shadow: var(--shadow-sm);
  font-size: 0.68rem;
  font-weight: 900;
}

.product-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1rem; }

.product-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 24px 0;
}

.product-points article {
  display: grid;
  padding: 14px;
  border: 1px solid #d8e8de;
  border-radius: 14px;
  background: rgba(255,255,255,0.82);
}

.product-points strong { color: var(--green-dark); font-size: 0.92rem; }
.product-points span { color: var(--muted); font-size: 0.7rem; }
.product-button { width: 100%; }

.steps-section { background: #f5f8f7; }
.compact-heading { margin-bottom: 30px; }

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

.steps-grid article {
  position: relative;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.steps-grid article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
  background: var(--green);
  font-size: 0.78rem;
  font-weight: 1000;
}

.steps-grid h3 { margin: 16px 0 7px; font-size: 1.08rem; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 0.82rem; }

.shipping-section { padding: 72px 0; background: var(--white); }

.shipping-panel {
  overflow: hidden;
  border: 1px solid #e4cc87;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.shipping-topline {
  padding: 11px 20px;
  color: var(--red-dark);
  background: linear-gradient(180deg, #ffdf68, #f4c727);
  font-size: 0.88rem;
  font-weight: 1000;
  font-style: italic;
  text-transform: uppercase;
}

.shipping-body {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 25px;
  align-items: center;
  padding: 27px 30px;
}

.shipping-badge-wrap {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.shipping-guarantee-badge {
  width: 96px;
  height: 96px;
  filter: drop-shadow(0 8px 11px rgba(72, 48, 0, 0.16));
}

.shipping-badge-wrap span {
  color: var(--gold-dark);
  font-size: 0.63rem;
  font-weight: 1000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shipping-kicker { margin: 0 0 4px; color: var(--red-dark); font-size: 0.91rem; font-weight: 1000; }
.shipping-body h2 { max-width: 700px; margin-bottom: 7px; font-size: clamp(1.75rem, 3vw, 2.65rem); }

.shipping-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
}

.shipping-assurance-grid p {
  min-width: 0;
  margin: 0;
  padding: 9px 10px;
  border: 1px solid #eadfbf;
  border-radius: 10px;
  background: #fffdf5;
  line-height: 1.35;
}

.shipping-assurance-grid strong,
.shipping-assurance-grid span { display: block; }
.shipping-assurance-grid strong { color: var(--green-dark); font-size: 0.7rem; }
.shipping-assurance-grid span { margin-top: 2px; color: var(--muted); font-size: 0.61rem; }

.shipping-disclaimer {
  margin: 0;
  padding: 10px 30px 13px;
  border-top: 1px solid #eee2be;
  color: #766b51;
  background: #fffdf8;
  font-size: 0.65rem;
  line-height: 1.48;
  text-align: center;
}

.btn-dark { color: var(--white); background: var(--ink); box-shadow: 0 14px 28px rgba(19,36,58,0.18); }

.faq-section { background: #f7faf9; }

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: start;
}

.faq-intro { position: sticky; top: 90px; }
.faq-intro > p:not(.section-kicker) { color: var(--muted); }
.faq-intro > a { display: inline-flex; gap: 8px; margin-top: 16px; color: var(--green-dark); font-weight: 900; text-decoration: none; }
.faq-intro > a:hover { text-decoration: underline; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 44px 21px 0; cursor: pointer; list-style: none; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 17px; right: 4px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--green-soft); font-size: 1.1rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 44px 22px 0; color: var(--muted); font-size: 0.87rem; }

.final-cta-section { padding: 78px 0; background: var(--white); }

.final-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 28px;
  align-items: center;
  padding: 42px 46px;
  border-radius: 27px;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 20%, rgba(242,201,76,0.28), transparent 25%),
    linear-gradient(135deg, #0b4634, #0e6d4c);
  box-shadow: var(--shadow-lg);
}

.final-cta-panel .section-kicker { color: #ffe18a; }
.final-cta-panel h2 { max-width: 650px; margin-bottom: 7px; font-size: clamp(2rem, 3.4vw, 3.1rem); }
.final-cta-panel p:last-child { margin: 0; color: #d4e7dd; font-size: 0.85rem; }

.final-offer { display: grid; min-width: 125px; padding-left: 23px; border-left: 1px solid rgba(255,255,255,0.25); }
.final-offer span { color: #c9ddd3; font-size: 0.66rem; }
.final-offer strong { color: #ffe18a; font-size: 1.7rem; line-height: 1.05; }
.final-offer small { color: #d8e6de; font-size: 0.63rem; }

.btn-light { min-width: 250px; color: var(--green-dark); background: var(--white); box-shadow: 0 14px 28px rgba(0,0,0,0.14); }

.site-footer { padding: 46px 0 100px; color: #e3eee8; background: #0e241b; }

.footer-support-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 32px;
  padding: 20px 22px;
  border: 1px solid rgba(242,201,76,0.28);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.07), rgba(242,201,76,0.08));
}

.footer-support-strip > div:first-child { display: grid; }
.footer-support-strip > div:first-child span { color: #b7ccbf; font-size: 0.7rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-support-strip > div:first-child strong { color: var(--white); font-size: 1.08rem; }

.footer-availability {
  display: grid;
  padding: 0 27px;
  border-inline: 1px solid rgba(255,255,255,0.12);
  text-align: center;
  line-height: 1.1;
}

.footer-availability strong { color: #ffe18a; font-size: 1.32rem; }
.footer-availability span { color: #b7ccbf; font-size: 0.66rem; }

.footer-support-strip > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 47px;
  padding: 11px 16px;
  border-radius: 11px;
  color: var(--green-dark);
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 950;
  text-decoration: none;
}

.footer-support-strip > a:hover { background: #fff5cf; }

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-brand { display: flex; align-items: center; gap: 8px; color: var(--white); font-weight: 900; }
.footer-brand span { color: var(--gold); }
.footer-top p { margin: 5px 0 0; color: #a8bcb1; font-size: 0.8rem; }
.footer-link-groups { display: grid; grid-template-columns: auto auto; gap: 42px; }
.footer-top nav { display: flex; flex-direction: column; gap: 6px; }
.footer-top nav strong { margin-bottom: 2px; color: #ffe18a; font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-top nav a { color: #cbd9d1; font-size: 0.8rem; font-weight: 750; text-decoration: none; }
.footer-top nav a:hover { color: var(--white); text-decoration: underline; }

.footer-legal { display: grid; gap: 9px; padding-top: 23px; }
.footer-legal p { margin: 0; color: #9aafa3; font-size: 0.69rem; line-height: 1.62; }
.footer-legal strong { color: #dbe8e0; }

.legal-site { min-height: 100vh; color: var(--ink); background: #f5f8f6; }

.legal-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(14px);
}

.legal-header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.legal-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-dark);
  font-size: 0.79rem;
  font-weight: 900;
  text-decoration: none;
}

.legal-back-link:hover { text-decoration: underline; }

.legal-main {
  background:
    radial-gradient(circle at 92% 4%, rgba(242,201,76,0.16), transparent 21%),
    radial-gradient(circle at 6% 24%, rgba(17,132,94,0.09), transparent 22%),
    #f5f8f6;
}

.legal-hero { padding: 74px 0 64px; border-bottom: 1px solid var(--line); }
.legal-hero .container { max-width: 940px; margin-inline: auto; text-align: center; }
.legal-hero h1 { margin: 0 0 15px; font-size: clamp(3rem, 7vw, 5.9rem); line-height: 0.96; letter-spacing: -0.064em; }
.legal-hero p:not(.section-kicker) { max-width: 760px; margin: 0 auto 17px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.legal-hero .section-kicker { margin-bottom: 15px; }
.legal-hero .container > span { color: #7b887f; font-size: 0.7rem; font-weight: 800; }

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-top: 54px;
  padding-bottom: 82px;
}

.legal-sidebar { position: sticky; top: 96px; display: grid; gap: 16px; }

.legal-nav-card,
.legal-support-card,
.legal-document {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.legal-nav-card { padding: 21px; border-radius: 18px; }
.legal-nav-card > strong { display: block; margin-bottom: 12px; color: var(--green-dark); font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase; }
.legal-nav-card nav { display: grid; }
.legal-nav-card a { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid #edf1ef; color: var(--ink); font-size: 0.78rem; font-weight: 850; text-decoration: none; }
.legal-nav-card a:last-child { border-bottom: 0; }
.legal-nav-card a:hover { color: var(--green); }

.legal-support-card {
  padding: 21px;
  border-color: #e8d18c;
  border-radius: 18px;
  background: linear-gradient(145deg, #fffdf5, #fff7d9);
}

.legal-support-card > span { color: var(--red-dark); font-size: 0.67rem; font-weight: 950; letter-spacing: 0.06em; text-transform: uppercase; }
.legal-support-card > strong { display: block; margin: 5px 0 8px; font-size: 1rem; }
.legal-support-card p { margin: 0 0 13px; color: var(--muted); font-size: 0.75rem; }
.legal-support-card p b { color: var(--green-dark); font-size: 1rem; }
.legal-support-card a { display: flex; justify-content: center; padding: 10px 12px; border-radius: 9px; color: var(--white); background: var(--green); font-size: 0.72rem; font-weight: 950; text-decoration: none; }
.legal-support-card a:hover { background: var(--green-dark); }

.legal-document { overflow: hidden; padding: 10px 42px; border-radius: 23px; }
.legal-document section { padding: 29px 0; border-bottom: 1px solid var(--line); }
.legal-document section:last-child { border-bottom: 0; }
.legal-document h2 { margin: 0 0 11px; color: var(--ink); font-size: 1.35rem; line-height: 1.25; letter-spacing: -0.025em; }
.legal-document p { margin: 0 0 12px; color: var(--muted); font-size: 0.88rem; line-height: 1.75; }
.legal-document p:last-child { margin-bottom: 0; }
.legal-document ul { display: grid; gap: 8px; margin: 12px 0 0; padding-left: 20px; color: var(--muted); font-size: 0.87rem; }
.legal-document address { margin-top: 12px; color: #3e4e46; font-size: 0.88rem; font-style: normal; line-height: 1.7; }
.legal-document a { color: var(--green-dark); font-weight: 900; }

.legal-document .legal-notice-block,
.legal-document .legal-note {
  margin: 20px -20px 0;
  padding: 24px 20px;
  border: 1px solid #ead89d;
  border-radius: 16px;
  background: var(--gold-soft);
}

.contact-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin: 20px -20px 0;
  padding: 24px 20px !important;
  border: 1px solid #cce4da !important;
  border-radius: 16px;
  background: linear-gradient(135deg, #f1fbf6, #ffffff);
}

.contact-callout > div:first-child { min-width: 78px; display: grid; padding-right: 20px; border-right: 1px solid #d7e8e0; text-align: center; }
.contact-callout > div:first-child span { color: var(--muted); font-size: 0.62rem; text-transform: uppercase; }
.contact-callout > div:first-child strong { color: var(--green-dark); font-size: 1.7rem; line-height: 1.05; }
.contact-callout h2 { margin-bottom: 3px; }
.contact-callout p { margin: 0; font-size: 0.78rem; }
.contact-callout > a { display: inline-flex; padding: 11px 15px; border-radius: 10px; color: var(--white); background: var(--green); font-size: 0.77rem; text-decoration: none; white-space: nowrap; }

.contact-address { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #f9fbfa; }
.contact-topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.contact-topic-grid article { display: grid; gap: 4px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: #fbfdfc; }
.contact-topic-grid strong { color: var(--green-dark); font-size: 0.8rem; }
.contact-topic-grid span { color: var(--muted); font-size: 0.73rem; line-height: 1.5; }

.legal-footer { padding: 32px 0; color: #dce9e1; background: #0e241b; }
.legal-footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 26px; }
.legal-footer strong { color: var(--white); }
.legal-footer p { margin: 4px 0 0; color: #9fb4a8; font-size: 0.72rem; }
.legal-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.legal-footer a { color: #c8d8cf; font-size: 0.72rem; font-weight: 800; text-decoration: none; }
.legal-footer a:hover { color: var(--white); text-decoration: underline; }

.mobile-sticky { display: none; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { text-align: center; }
  .hero-sub, .hero-offer-card, .hero-microcopy { margin-inline: auto; }
  .trust-chips, .hero-actions { justify-content: center; }
  .hero-visual { width: 100%; max-width: 670px; margin-inline: auto; }
  .package-grid { grid-template-columns: 1fr; max-width: 630px; margin-inline: auto; }
  .package-card.featured { order: -1; }
  .product-panel { grid-template-columns: 1fr; gap: 23px; }
  .shipping-body { grid-template-columns: 100px 1fr; }
  .shipping-body .btn { grid-column: 1/-1; }
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .faq-intro { position: static; text-align: center; }
  .final-cta-panel { grid-template-columns: 1fr; text-align: center; }
  .final-offer { justify-self: center; padding: 0; border-left: 0; }
  .btn-light { justify-self: center; }
  .footer-support-strip { grid-template-columns: 1fr auto; }
  .footer-support-strip > a { grid-column: 1/-1; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-sidebar { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { display: none; }
  .offer-bar-inner { min-height: 76px; justify-content: center; gap: 8px; font-size: 0.78rem; }
  .offer-deal { flex: 0 1 auto; gap: 0; justify-content: center; white-space: nowrap; }
  .offer-deal strong { font-size: 0.78rem; }
  .offer-deal .offer-divider,
  .bundle-offer-copy,
  .optional-divider,
  .optional-offer { display: none; }
  .offer-timer {
    min-width: 0;
    gap: 7px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    white-space: nowrap;
  }
  .offer-timer > .mobile-timer-divider { display: inline; color: rgba(255,255,255,0.75); font-size: 0.95rem; }
  .offer-timer > .timer-label { font-size: 0.69rem; letter-spacing: 0; text-transform: none; }
  .offer-timer time {
    min-width: 65px;
    padding: 8px 9px;
    border-radius: 11px;
    color: var(--red-dark);
    background: var(--white);
    box-shadow: 0 5px 14px rgba(72,0,7,0.22);
    font-size: 1.05rem;
  }
  .offer-timer time i { color: var(--red-dark); }
  .offer-timer .timer-finished { padding: 8px 9px; border-radius: 11px; color: var(--red-dark); background: var(--white); font-size: 0.56rem; }
  .hero { padding: 39px 0 34px; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.85rem); }
  .hero-sub { font-size: 0.97rem; }
  .hero-offer-card { grid-template-columns: 1fr; gap: 10px; padding: 15px; }
  .hero-offer-card > div:not(.offer-card-rule) { justify-items: center; }
  .offer-card-rule { width: 100%; height: 1px; }
  .trust-chips { gap: 6px; }
  .trust-chips li { padding: 7px 8px; font-size: 0.65rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 430px; border-radius: 25px; }
  .bundle-stage { inset: 58px 8px 49px; }
  .bottle-left { height: 295px; }
  .bottle-center { height: 370px; }
  .bottle-right { height: 305px; }
  .best-value-seal { top: 12px; right: 12px; width: 94px; height: 94px; border-width: 4px; }
  .best-value-seal strong { font-size: 0.93rem; }
  .visual-offer-ribbon { right: 10px; bottom: 10px; left: 10px; padding: 10px 12px; }
  .visual-offer-ribbon span { font-size: 0.68rem; }
  .visual-offer-ribbon strong { font-size: 0.76rem; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: auto; padding: 17px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-grid article:last-child { border-bottom: 0; }
  .packages-section, .product-section, .steps-section, .faq-section { padding: 63px 0; }
  .section-heading { margin-bottom: 29px; }
  .package-card { padding: 29px 18px 22px; }
  .package-bottles { height: 195px; }
  .mini-bottle { height: 180px; }
  .product-panel { padding: 25px 18px; border-radius: 22px; }
  .product-visual { min-height: 340px; }
  .product-halo { width: 290px; height: 290px; }
  .product-visual img { height: 330px; }
  .product-visual > span { right: 3px; bottom: 18px; }
  .product-points { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .shipping-section { padding: 55px 0; }
  .shipping-topline { text-align: center; font-size: 0.74rem; }
  .shipping-body { grid-template-columns: 1fr; padding: 24px 19px; text-align: center; }
  .shipping-badge-wrap { justify-self: center; }
  .shipping-guarantee-badge { width: 88px; height: 88px; }
  .shipping-assurance-grid { grid-template-columns: 1fr; text-align: left; }
  .shipping-disclaimer { padding: 10px 17px 13px; }
  .shipping-body .btn { grid-column: auto; width: 100%; }
  .faq-list summary { padding-right: 38px; }
  .faq-list details p { padding-right: 16px; }
  .final-cta-section { padding: 62px 0; }
  .final-cta-panel { padding: 32px 19px; border-radius: 22px; }
  .btn-light { min-width: 0; width: 100%; }
  .footer-top { display: grid; }
  .footer-support-strip { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .footer-availability { padding: 13px 0; border-inline: 0; border-block: 1px solid rgba(255,255,255,0.12); }
  .footer-support-strip > a { grid-column: auto; }
  .footer-link-groups { grid-template-columns: 1fr 1fr; gap: 28px; }
  .site-footer { padding-bottom: 146px; }
  .legal-header-inner { min-height: 64px; }
  .legal-header .brand { font-size: 0.92rem; }
  .legal-header .brand-mark { width: 30px; height: 30px; }
  .legal-back-link { font-size: 0.7rem; }
  .legal-hero { padding: 52px 0 46px; }
  .legal-hero h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  .legal-layout { gap: 22px; padding-top: 34px; padding-bottom: 52px; }
  .legal-sidebar { grid-template-columns: 1fr; }
  .legal-document { padding: 6px 20px; border-radius: 18px; }
  .legal-document section { padding: 24px 0; }
  .legal-document .legal-notice-block,
  .legal-document .legal-note,
  .contact-callout { margin-inline: -7px; }
  .contact-callout { grid-template-columns: 1fr; text-align: center; }
  .contact-callout > div:first-child { padding: 0 0 14px; border-right: 0; border-bottom: 1px solid #d7e8e0; }
  .contact-callout > a { justify-content: center; }
  .contact-topic-grid { grid-template-columns: 1fr; }
  .legal-footer-inner { display: grid; text-align: center; }
  .legal-footer nav { justify-content: center; }
  .mobile-sticky {
    position: fixed;
    right: 9px;
    bottom: 9px;
    left: 9px;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 9px 11px;
    padding: 7px 9px 9px 13px;
    border: 1px solid rgba(255,255,255,0.19);
    border-radius: 15px;
    color: var(--white);
    background: rgba(9,83,58,0.97);
    box-shadow: 0 16px 44px rgba(8,34,21,0.38);
    backdrop-filter: blur(12px);
  }
  .mobile-sticky-timer {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 -9px 0 -13px;
    padding: 0 9px 7px 13px;
    border-bottom: 1px solid rgba(255,255,255,0.14);
    line-height: 1.1;
  }
  .mobile-sticky-timer span { color: var(--white); font-size: 0.64rem; font-weight: 900; }
  .mobile-sticky-timer span i { color: #8ec6ae; font-style: normal; }
  .mobile-sticky-timer time,
  .mobile-sticky-timer > strong { color: #ffe18a; font-size: 0.72rem; font-variant-numeric: tabular-nums; font-weight: 1000; }
  .mobile-sticky-timer time i { color: var(--white); font-style: normal; }
  .mobile-sticky-price { display: grid; line-height: 1.2; }
  .mobile-sticky-price span { color: #cce2d6; font-size: 0.61rem; }
  .mobile-sticky-price strong { color: #ffe18a; font-size: 0.8rem; }
  .mobile-sticky > a { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border-radius: 10px; color: var(--red-dark); background: var(--white); font-size: 0.76rem; font-weight: 950; text-decoration: none; }
}

@media (max-width: 390px) {
  .offer-bar-inner { gap: 5px; font-size: 0.65rem; }
  .offer-deal strong { font-size: 0.7rem; }
  .offer-timer { gap: 5px; }
  .offer-timer > .timer-label { font-size: 0.61rem; }
  .offer-timer time { min-width: 58px; padding-inline: 7px; font-size: 0.96rem; }
  .hero-visual { min-height: 400px; }
  .bottle-left { height: 270px; }
  .bottle-center { height: 340px; }
  .bottle-right { height: 280px; }
  .best-value-seal { width: 86px; height: 86px; }
  .product-points { grid-template-columns: 1fr; }
  .mobile-sticky-price span { display: none; }
  .mobile-sticky-timer span { font-size: 0.59rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .bundle-bottle, .package-card { transition: none; }
}
