:root {
  --green: #225734;
  --green-dark: #143720;
  --green-soft: #ecf5ee;
  --mint: #d9eadc;
  --black: #0a0d0b;
  --ink: #1b241d;
  --muted: #5e6b61;
  --line: #dce7de;
  --white: #ffffff;
  --gold: #efb02d;
  --shadow: 0 20px 60px rgba(18, 46, 28, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.no-select,
body.no-select * {
  user-select: none;
  -webkit-user-select: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
}

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

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

.urgency-bar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  padding: 10px 16px;
  color: var(--white);
  background: var(--black);
  font-size: 14px;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 41px;
  z-index: 25;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 231, 222, 0.85);
  backdrop-filter: blur(14px);
}

.brand img,
.site-footer img {
  width: 174px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover {
  color: var(--green);
}

.header-cta {
  border: 1px solid var(--green);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--green);
  font-weight: 800;
}

.section {
  padding: clamp(56px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  min-height: calc(100vh - 116px);
  background:
    radial-gradient(circle at 86% 20%, rgba(217, 234, 220, 0.78), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4faf5 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  color: var(--black);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--black);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

h3 {
  margin-bottom: 8px;
  color: var(--black);
  font-size: 20px;
}

.subhead {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.availability {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 20px;
  padding: 10px 14px;
  color: var(--green-dark);
  background: var(--mint);
  border: 1px solid #c8ddcb;
  border-radius: 999px;
  font-weight: 800;
}

.hero-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  max-width: 700px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.hero-bullets li,
.benefit-grid div {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 700;
}

.hero-bullets li::before,
.benefit-grid div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 4px var(--mint);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 12px 28px rgba(34, 87, 52, 0.24);
}

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

.button.full {
  width: 100%;
}

.hero-media {
  padding: clamp(10px, 2vw, 22px);
}

.hero-media img {
  width: min(100%, 680px);
  margin-inline: auto;
  filter: drop-shadow(0 28px 36px rgba(12, 34, 20, 0.18));
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: var(--line);
}

.trust-strip div {
  padding: 22px 18px;
  background: var(--black);
  color: var(--white);
  text-align: center;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  color: #c6d5ca;
  font-size: 14px;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
}

.feature-grid,
.benefit-grid,
.review-grid,
.pricing-grid,
.steps {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid article,
.steps article,
.review-grid article,
.price-card,
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.feature-grid article,
.steps article {
  padding: 24px;
}

.process,
.pricing,
.faq {
  background: var(--green-soft);
}

.steps {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
}

.steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  font-weight: 900;
}

.ingredients {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.product-card {
  display: grid;
  place-items: center;
  padding: 22px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f4f7f5, #ffffff);
  box-shadow: var(--shadow);
}

.product-card img {
  max-height: 600px;
  object-fit: contain;
}

.facts {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}

.facts div {
  display: grid;
  grid-template-columns: minmax(160px, 0.5fr) 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.facts dt {
  color: var(--muted);
  font-weight: 800;
}

.facts dd {
  margin: 0;
  color: var(--black);
  font-weight: 900;
}

.note {
  padding: 14px 16px;
  border-left: 4px solid var(--green);
  background: var(--green-soft);
  font-weight: 700;
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.benefit-grid div {
  padding: 18px 18px 18px 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.benefit-grid div::before {
  left: 18px;
}

.pricing {
  text-align: center;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 30px;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px;
  text-align: center;
  box-shadow: 0 12px 34px rgba(20, 55, 32, 0.08);
}

.price-card.best {
  border: 2px solid var(--green);
  transform: translateY(-10px);
}

.badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 16px;
  border-radius: 999px;
  color: var(--black);
  background: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.price-card img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  margin: 10px 0 18px;
}

.price-card .bottles {
  margin-bottom: 2px;
  color: var(--black);
  font-size: 28px;
  font-weight: 950;
}

.efficiency {
  color: var(--green);
  font-weight: 900;
}

.today {
  color: var(--black);
}

.price-card .button {
  margin-top: auto;
}

.review-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.review-grid article {
  padding: 24px;
}

.review-grid img {
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.stars {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.review-grid strong,
.review-grid span {
  display: block;
}

.review-grid span {
  color: var(--muted);
  font-size: 14px;
}

.availability-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: var(--white);
  background: var(--green-dark);
}

.availability-section h2,
.availability-section .eyebrow,
.availability-section p {
  color: var(--white);
}

.availability-section p {
  max-width: 760px;
  color: #d9eadc;
}

.faq details {
  max-width: 920px;
  margin: 12px 0;
  padding: 18px 22px;
}

.faq summary {
  cursor: pointer;
  color: var(--black);
  font-weight: 900;
}

.faq details p {
  margin: 12px 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 46px clamp(18px, 5vw, 72px);
  color: #d7e2d9;
  background: var(--black);
}

.site-footer img {
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.medical {
  max-width: 1000px;
  color: #d7e2d9;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.footer-actions button {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--white);
  background: transparent;
  font: inherit;
  font-weight: 800;
}

.copyright {
  margin: 0;
  color: #9aaca0;
  font-size: 13px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(5, 8, 6, 0.7);
}

.modal.is-open {
  display: grid;
}

.modal-panel {
  position: relative;
  width: min(100%, 680px);
  max-height: min(720px, 90vh);
  overflow: auto;
  border-radius: 8px;
  padding: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--black);
  font-size: 24px;
  line-height: 1;
}

.exit-panel {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
}

.exit-panel img {
  max-height: 260px;
  object-fit: contain;
}

@media (max-width: 980px) {
  .site-header {
    top: 40px;
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .split,
  .ingredients {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    order: -1;
  }

  .trust-strip,
  .pricing-grid,
  .review-grid,
  .steps,
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-card.best {
    transform: none;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand img {
    width: 142px;
  }

  .header-cta {
    padding: 9px 12px;
    font-size: 13px;
  }

  .hero-bullets,
  .trust-strip,
  .feature-grid,
  .pricing-grid,
  .review-grid,
  .steps,
  .benefit-grid,
  .facts div,
  .exit-panel {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 52px 16px;
  }

  h1 {
    font-size: 40px;
  }

  .availability {
    border-radius: 8px;
  }

  .cta-row .button {
    width: 100%;
  }

  .price-card img {
    height: 190px;
  }

  .availability-section {
    display: block;
  }

  .availability-section .button {
    width: 100%;
    margin-top: 18px;
  }

  .modal-panel {
    padding: 26px 18px;
  }

  .exit-panel img {
    max-height: 210px;
    margin-inline: auto;
  }
}
