:root {
  --cream: #fbfff7;
  --mint: #eef8e9;
  --sage: #86b78c;
  --sage-2: #b8d6ae;
  --forest: #153d24;
  --forest-2: #0d2a19;
  --green: #4d9b62;
  --green-2: #65b46f;
  --gold: #f7c948;
  --orange: #f28c28;
  --red-brown: #963434;
  --ink: #102015;
  --muted: #5f705f;
  --line: #d9ead8;
  --white: #ffffff;
  --shadow: 0 26px 80px rgba(15, 63, 35, .14);
  --soft-shadow: 0 14px 38px rgba(15, 63, 35, .08);
  --radius: 28px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(139, 185, 141, .28), transparent 30%),
    radial-gradient(circle at 92% 14%, rgba(247, 201, 72, .22), transparent 26%),
    radial-gradient(circle at 52% 100%, rgba(77, 155, 98, .18), transparent 30%),
    var(--cream);
  line-height: 1.65;
}

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

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

.container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.top-strip {
  background: var(--sage);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 8px 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(217, 234, 216, .95);
  background: rgba(251, 255, 247, .92);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 1000;
  letter-spacing: -.05em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--forest), var(--green));
  box-shadow: 0 14px 30px rgba(15, 63, 35, .22);
  font-size: 14px;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #3f553e;
  font-size: 14px;
  font-weight: 900;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--forest), var(--green));
  box-shadow: 0 18px 38px rgba(15, 63, 35, .23);
}

.btn-outline {
  color: var(--forest);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(15, 63, 35, .06);
}

.btn-gold {
  color: #1b2718;
  background: linear-gradient(135deg, #fff27c, var(--gold));
  box-shadow: 0 18px 38px rgba(247, 201, 72, .28);
}

.btn-large {
  min-height: 56px;
  padding: 16px 30px;
  font-size: 17px;
}

.hero {
  padding: 74px 0 64px;
}

.hero-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.eyebrow,
.kicker {
  color: var(--green);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
}

.eyebrow {
  display: inline-flex;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  box-shadow: 0 10px 24px rgba(15, 63, 35, .06);
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(46px, 6.4vw, 80px);
  line-height: .96;
  letter-spacing: -.08em;
  color: var(--forest-2);
  margin-bottom: 20px;
}

.lead {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  max-width: 650px;
  margin-bottom: 20px;
}

.disclosure-box {
  border: 1px solid #cbe6c8;
  background: rgba(255, 255, 255, .78);
  color: #29432c;
  border-radius: 22px;
  padding: 16px 18px;
  box-shadow: 0 12px 28px rgba(15, 63, 35, .06);
  font-size: 14px;
  font-weight: 720;
}

.disclosure-box strong {
  color: var(--forest);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: #4d604b;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
}

.trust-row span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 670px;
  border: 1px solid rgba(217, 234, 216, .95);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 20%, rgba(247, 201, 72, .28), transparent 26%),
    radial-gradient(circle at 15% 54%, rgba(139, 185, 141, .32), transparent 25%),
    linear-gradient(180deg, #ffffff, #eff8ea);
  box-shadow: var(--shadow);
  padding: 30px;
  display: grid;
  align-content: space-between;
  gap: 22px;
}

.product-card:before {
  content: "PURE MORINGA";
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(21, 61, 36, .07);
  font-size: clamp(48px, 8vw, 98px);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -.11em;
  white-space: nowrap;
  pointer-events: none;
}

.moringa-leaf {
  position: absolute;
  width: 120px;
  height: 74px;
  border-radius: 70% 0 70% 0;
  background: linear-gradient(135deg, #95c982, #2f7b43);
  opacity: .38;
  filter: blur(.1px);
}

.leaf-a {
  left: -30px;
  top: 95px;
  transform: rotate(20deg);
}

.leaf-b {
  right: -28px;
  top: 160px;
  transform: rotate(-40deg);
}

.leaf-c {
  right: 56px;
  bottom: 248px;
  transform: rotate(28deg) scale(.75);
}

.product-image-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 34px 10px 12px;
}

.product-image {
  width: min(100%, 430px);
  max-height: 520px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 32px 48px rgba(20, 50, 35, .24));
}

.product-summary {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(217, 234, 216, .95);
  border-radius: 28px;
  padding: 22px;
  box-shadow: 0 16px 36px rgba(15, 63, 35, .1);
}

.rating-line {
  font-size: 13px;
  color: #59685a;
  font-weight: 800;
  margin-bottom: 6px;
}

.stars {
  color: var(--orange);
  letter-spacing: 1px;
}

.product-summary h2 {
  font-size: 31px;
  letter-spacing: -.06em;
  line-height: 1.05;
  margin-bottom: 8px;
}

.product-summary p {
  color: var(--muted);
  font-size: 15px;
}

.mini-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--forest);
  font-weight: 1000;
  border-bottom: 2px solid var(--gold);
}

.section {
  padding: 76px 0;
}

.soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(231, 244, 231, .46));
}

.section-head {
  margin-bottom: 32px;
}

.section-head.centered {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.section-head.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.section-head h2,
.text-panel h2,
.sticky-card h2,
.faq-layout h2,
.customer-grid h2,
.cta-card h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.07em;
}

.section-intro,
.section-head.split p,
.text-panel p,
.sticky-card p,
.customer-grid p,
.cta-card p,
.muted {
  color: var(--muted);
}

.section-head.split p {
  max-width: 520px;
}

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

.info-card,
.highlight-grid article,
.check-item,
.review-theme-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  padding: 22px;
}

.icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 1000;
  color: #fff;
  margin-bottom: 16px;
}

.bubble-green {
  background: linear-gradient(135deg, var(--forest), var(--green-2));
}

.bubble-gold {
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #1b2718;
}

.bubble-teal {
  background: linear-gradient(135deg, #3e9b83, var(--forest));
}

.bubble-orange {
  background: linear-gradient(135deg, var(--orange), #c86d19);
}

.info-card h3,
.highlight-grid h3,
.check-item h3 {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -.04em;
  margin-bottom: 8px;
}

.info-card p,
.highlight-grid p,
.check-item p {
  color: var(--muted);
  font-size: 15px;
}

.highlights-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  align-items: start;
}

.text-panel {
  background: linear-gradient(180deg, #fff, #f1faef);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 34px;
  padding: 32px;
  position: sticky;
  top: 108px;
}

.text-panel p {
  margin: 14px 0;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.pill {
  display: inline-flex;
  background: #eef8e9;
  color: var(--forest);
  border: 1px solid #d7ebd3;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 14px;
}

.nutrient-section {
  background: var(--forest);
  color: #fff;
}

.nutrient-section .kicker,
.nutrient-section .section-head p {
  color: #d7edc7;
}

.nutrient-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nutrient-card {
  min-height: 220px;
  border-radius: 30px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.nutrient-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 16%, rgba(255, 255, 255, .32), transparent 28%);
}

.nutrient-card span {
  position: relative;
  font-size: 30px;
  font-weight: 1000;
  letter-spacing: -.05em;
  line-height: 1;
}

.nutrient-card p {
  position: relative;
  font-size: 14px;
  color: #f7fff5;
  margin-top: 10px;
}

.vitamin-a {
  background: linear-gradient(135deg, #8fbf89, #377841);
}

.b-vitamins {
  background: linear-gradient(135deg, #f7c948, #963434);
}

.minerals {
  background: linear-gradient(135deg, #a5bb78, #4d6b30);
}

.antioxidants {
  background: linear-gradient(135deg, #f28c28, #588d49);
}

.checklist-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
  align-items: start;
}

.sticky-card {
  position: sticky;
  top: 108px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 34px;
  padding: 32px;
}

.sticky-card p {
  margin-top: 14px;
}

.checklist {
  display: grid;
  gap: 14px;
}

.check-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
}

.check-item span {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 1000;
  background: linear-gradient(135deg, var(--forest), var(--green-2));
  box-shadow: 0 12px 24px rgba(15, 63, 35, .18);
}

.table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

th,
td {
  text-align: left;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  background: linear-gradient(90deg, var(--forest), var(--green-2));
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

td {
  color: #526255;
}

td strong {
  color: var(--ink);
}

.customer-section {
  background: linear-gradient(180deg, rgba(231, 244, 231, .55), rgba(255, 255, 255, .55));
}

.customer-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.review-theme-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.review-theme-grid article {
  display: grid;
  gap: 6px;
}

.review-theme-grid strong {
  font-size: 22px;
  letter-spacing: -.04em;
}

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

.faq-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 36px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(15, 63, 35, .05);
}

summary {
  cursor: pointer;
  list-style: none;
  font-weight: 950;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: "+";
  font-size: 24px;
  color: var(--green-2);
  line-height: 1;
}

details[open] summary:after {
  content: "-";
}

details p {
  margin-top: 12px;
  color: var(--muted);
}

.final-cta {
  padding-top: 38px;
}

.cta-card {
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  padding: 58px 28px;
  background:
    radial-gradient(circle at 18% 10%, rgba(247, 201, 72, .44), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(139, 185, 141, .42), transparent 30%),
    linear-gradient(135deg, var(--forest), #2e7a46);
  box-shadow: var(--shadow);
}

.cta-card:before {
  content: "";
  position: absolute;
  inset: auto -10% -34% -10%;
  height: 180px;
  background: rgba(255, 255, 255, .08);
  border-radius: 50% 50% 0 0;
}

.kicker.light {
  color: #f8f5c1;
}

.cta-card p {
  color: #eaf7e6;
  max-width: 760px;
  margin: 14px auto 24px;
}

.site-footer {
  background: #07160d;
  color: #c8d6c5;
  padding: 38px 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.footer-brand {
  color: #fff;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-weight: 800;
  font-size: 14px;
}

.footer-note {
  font-size: 12px;
  color: #97a995;
  line-height: 1.55;
  margin-top: 14px;
}

.copyright {
  font-size: 12px;
  color: #7f927d;
  margin-top: 14px;
}

.legal-page {
  padding: 58px 0 78px;
}

.legal-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 34px;
  padding: clamp(24px, 4vw, 44px);
}

.legal-card h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.07em;
  margin-bottom: 16px;
}

.legal-card h2 {
  font-size: 24px;
  letter-spacing: -.04em;
  margin: 28px 0 10px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  margin-bottom: 12px;
}

.legal-card ul {
  padding-left: 22px;
}

.legal-card a {
  color: var(--forest);
  font-weight: 850;
  border-bottom: 1px solid var(--gold);
}

@media (max-width: 1040px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .highlights-layout,
  .checklist-layout,
  .customer-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .product-card {
    order: -1;
  }

  .text-panel,
  .sticky-card {
    position: relative;
    top: auto;
  }

  .grid-4,
  .nutrient-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head.split {
    display: block;
  }

  .section-head.split p {
    margin-top: 14px;
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .top-strip {
    font-size: 11px;
  }

  .nav {
    min-height: 68px;
  }

  .brand-text {
    display: none;
  }

  .hero {
    padding: 36px 0;
  }

  .hero h1 {
    font-size: clamp(40px, 14vw, 60px);
  }

  .hero-actions .btn,
  .final-cta .btn {
    width: 100%;
  }

  .product-card {
    border-radius: 28px;
    padding: 22px;
    min-height: auto;
  }

  .product-card:before {
    font-size: 44px;
    top: 28px;
  }

  .product-image-wrap {
    min-height: 330px;
    padding-top: 54px;
  }

  .product-image {
    width: min(100%, 330px);
    max-height: 390px;
  }

  .grid-4,
  .highlight-grid,
  .nutrient-cards,
  .review-theme-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 56px 0;
  }

  .section-head h2,
  .text-panel h2,
  .sticky-card h2,
  .faq-layout h2,
  .customer-grid h2,
  .cta-card h2 {
    font-size: clamp(30px, 11vw, 42px);
  }

  .check-item {
    grid-template-columns: 1fr;
  }

  .cta-card,
  .text-panel,
  .sticky-card,
  .legal-card {
    border-radius: 28px;
    padding: 24px;
  }

  .footer-links {
    display: grid;
    gap: 10px;
  }
}
