﻿:root {
  --ink: #12201e;
  --ink-soft: #40514e;
  --green: #0d514b;
  --green-2: #176b62;
  --green-deep: #073b37;
  --mint: #d9eee9;
  --mint-light: #eff8f5;
  --cream: #f7f5ee;
  --gold: #dcae58;
  --white: #fff;
  --line: #dbe5e1;
  --shadow: 0 22px 60px rgba(12, 59, 54, .12);
  --shadow-soft: 0 12px 36px rgba(12, 59, 54, .08);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
p { margin: 1rem 0 0; color: var(--ink-soft); }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 4.8vw, 4.65rem); font-weight: 800; }
h2 { font-size: clamp(2.15rem, 4.4vw, 3.85rem); font-weight: 800; }
h3 { font-size: 1.18rem; font-weight: 750; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 124px) 0; }
.section-tint { background: var(--mint-light); }
.skip-link { position: fixed; left: 14px; top: 14px; z-index: 200; transform: translateY(-150%); padding: 10px 15px; border-radius: 9px; background: var(--ink); color: #fff; font-weight: 700; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.announcement { padding: 9px 18px; background: var(--green-deep); color: #dff5ef; font-size: .82rem; font-weight: 700; letter-spacing: .02em; text-align: center; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(13,81,75,.1); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { color: var(--green); font-family: Georgia, serif; font-size: 2rem; line-height: 1; letter-spacing: -.055em; text-decoration: none; }
.wordmark span { color: #467a74; }
.primary-nav { display: flex; align-items: center; gap: 6px; }
.primary-nav a { padding: 10px 14px; border-radius: 999px; color: #29423f; font-size: .91rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover { background: var(--mint-light); color: var(--green); }
.primary-nav .nav-cta { padding-inline: 20px; background: var(--green); color: #fff; }
.primary-nav .nav-cta:hover { background: var(--green-deep); color: #fff; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 20px; height: 2px; background: var(--green); }

.hero { position: relative; overflow: hidden; padding: clamp(55px, 7vw, 92px) 0 clamp(74px, 9vw, 122px); background: linear-gradient(122deg, #f9fbf8 0%, #edf6f2 58%, #dbece7 100%); }
.hero::before { content: ""; position: absolute; inset: auto auto -250px -160px; width: 520px; height: 520px; border: 1px solid rgba(13,81,75,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(13,81,75,.025), 0 0 0 160px rgba(13,81,75,.018); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(36px, 6vw, 80px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--green-2); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #a7dad1; }
.hero h1 { max-width: 680px; text-wrap: balance; }
.hero-lede { max-width: 720px; font-size: clamp(1.12rem, 2vw, 1.32rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 13px 23px; border: 0; border-radius: 999px; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-size: .94rem; font-weight: 800; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 12px 26px rgba(13,81,75,.22); }
.button-primary:hover { background: var(--green-deep); }
.button-ghost { border: 1px solid #bfd3ce; background: rgba(255,255,255,.55); color: var(--green); }
.button-dark { background: var(--ink); color: #fff; }
.button-white { background: #fff; color: var(--green-deep); box-shadow: 0 10px 25px rgba(0,0,0,.12); }
.check-row { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 26px 0 0; padding: 0; list-style: none; color: #36514d; font-size: .88rem; font-weight: 700; }
.check-row li::before { content: "✓"; display: inline-grid; width: 19px; height: 19px; margin-right: 7px; border-radius: 50%; background: #cbe8df; color: var(--green); place-items: center; font-size: .69rem; }
.microcopy { max-width: 700px; font-size: .76rem; line-height: 1.55; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-visual img { position: relative; z-index: 2; width: min(100%, 500px); aspect-ratio: 1; border: 10px solid rgba(255,255,255,.58); border-radius: 50%; object-fit: cover; box-shadow: var(--shadow); }
.product-halo { position: absolute; width: 88%; aspect-ratio: 1; border: 1px solid rgba(13,81,75,.25); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.22), 0 0 0 84px rgba(13,81,75,.035); }
.hero-badge { position: absolute; right: -5px; bottom: 58px; z-index: 3; width: 128px; height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 5px solid #fff; border-radius: 50%; background: var(--green-deep); color: #fff; text-align: center; box-shadow: var(--shadow); }
.hero-badge strong { font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 1.28rem; line-height: 1; }
.hero-badge span { width: 86px; margin-top: 5px; color: #cce6df; font-size: .67rem; font-weight: 700; line-height: 1.25; }

.trust-bar { position: relative; z-index: 4; background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 112px; display: flex; align-items: center; gap: 14px; padding: 20px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { width: 46px; height: 46px; flex: 0 0 46px; display: grid; border-radius: 50%; background: var(--mint-light); color: var(--green); place-items: center; font-size: .74rem; font-weight: 800; }
.trust-grid p { margin: 0; line-height: 1.25; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-size: .86rem; }
.trust-grid small { margin-top: 4px; color: #657470; font-size: .72rem; }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 100px); align-items: start; }
.section-copy > p:not(.eyebrow) { font-size: 1.05rem; }
.answer-box { margin-top: 30px; padding: 24px; border-left: 4px solid var(--green-2); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--mint-light); }
.answer-box strong { font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; color: var(--green-deep); }
.answer-box p { margin-top: 7px; font-size: .95rem; line-height: 1.6; }
.benefit-panel { padding: clamp(24px, 4vw, 46px); border-radius: var(--radius-lg); background: var(--green-deep); box-shadow: var(--shadow); }
.panel-label { margin: 0 0 20px; color: #a7d4cd; font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.benefit-list { display: grid; }
.benefit-list article { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); }
.benefit-list article > span { width: 38px; height: 38px; display: grid; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #a7d4cd; place-items: center; font-size: .72rem; font-weight: 800; }
.benefit-list h3 { color: #fff; }
.benefit-list p { margin-top: 6px; color: #bcd3ce; font-size: .92rem; line-height: 1.55; }
.entity-facts { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 42px; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.entity-facts > div { min-width: 0; padding: 18px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfcfb; }
.entity-facts dt { color: var(--green-2); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.entity-facts dd { margin: 7px 0 0; color: var(--ink); font-size: .82rem; font-weight: 700; line-height: 1.4; }

.section-heading { max-width: 780px; margin-bottom: 44px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:not(.eyebrow) { font-size: 1.06rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps-grid article { position: relative; overflow: hidden; min-height: 250px; padding: 32px; border: 1px solid #d9e8e3; border-radius: var(--radius); background: #fff; }
.steps-grid article > span { display: block; margin-bottom: 40px; color: var(--green-2); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 1rem; font-weight: 800; }
.steps-grid article::after { content: ""; position: absolute; top: 30px; right: 30px; width: 70px; height: 1px; background: #b9d5cf; }
.steps-grid p { font-size: .94rem; line-height: 1.6; }

.ingredients-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ingredient-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgba(13,81,75,.045); }
.ingredient-card img { width: 100%; aspect-ratio: 1.45; object-fit: cover; transition: transform .4s ease; }
.ingredient-card:hover img { transform: scale(1.035); }
.ingredient-card > div { padding: 23px 24px 26px; }
.ingredient-card span { color: var(--green-2); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ingredient-card h3 { margin-top: 7px; }
.ingredient-card p { margin-top: 9px; font-size: .9rem; line-height: 1.58; }

.micronutrient-section { background: var(--green-deep); }
.nutrient-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 100px); }
.nutrient-intro { position: sticky; top: 115px; align-self: start; }
.nutrient-intro h2 { color: #fff; }
.nutrient-intro p:not(.eyebrow) { color: #bcd3ce; }
.text-link { display: inline-block; margin-top: 25px; color: #fff; font-weight: 800; text-underline-offset: 5px; }
.nutrient-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.nutrient-grid article { min-height: 210px; padding: 28px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.nutrient-grid b { color: #6fa69e; font-size: .72rem; letter-spacing: .08em; }
.nutrient-grid h3 { margin-top: 28px; color: #fff; }
.nutrient-grid p { margin-top: 8px; color: #a9c8c2; font-size: .88rem; line-height: 1.55; }

.bonus-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(40px, 7vw, 86px); }
.bonus-value { margin-top: 28px; padding-top: 20px; border-top: 1px solid #cfe0db; }
.bonus-value span, .bonus-value strong { display: block; }
.bonus-value span { color: #4f625e; font-size: .82rem; }
.bonus-value strong { margin-top: 4px; color: var(--green); font: 800 1.4rem Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
.bonus-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.bonus-cards article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.bonus-cards img { width: 100%; height: 300px; object-fit: cover; object-position: top; background: #e7e8e0; }
.bonus-cards article > div { padding: 22px; }
.bonus-cards span { color: var(--green-2); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bonus-cards h3 { margin-top: 7px; }
.bonus-cards p { font-size: .87rem; line-height: 1.55; }

.testimonials-section { background: #fff; }
.testimonial-heading { display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: clamp(30px, 7vw, 90px); margin-bottom: 42px; }
.testimonial-heading > p { margin: 0 0 5px; font-size: .9rem; line-height: 1.62; }
.testimonials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.testimonial-card { display: flex; min-height: 310px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, #fff 0%, #f4faf7 100%); box-shadow: 0 8px 26px rgba(13,81,75,.045); }
.stars { color: #d69d32; font-size: .82rem; letter-spacing: .14em; }
.testimonial-card h3 { margin-top: 20px; font-size: 1.08rem; }
.testimonial-card > p { margin-top: 13px; font-size: .88rem; line-height: 1.62; }
.testimonial-card footer { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 22px; }
.testimonial-card footer > span { width: 39px; height: 39px; display: grid; flex: 0 0 39px; border-radius: 50%; background: var(--green); color: #fff; place-items: center; font-size: .68rem; font-weight: 800; }
.testimonial-card footer strong, .testimonial-card footer small { display: block; line-height: 1.25; }
.testimonial-card footer strong { color: var(--ink); font-size: .82rem; }
.testimonial-card footer small { margin-top: 3px; color: #778783; font-size: .66rem; }
.testimonial-disclaimer { margin: 22px auto 0; color: #566662; font-size: .72rem; line-height: 1.55; text-align: center; }
.testimonial-disclaimer strong { color: #4d5f5b; }

.packages-section { background: #f8faf8; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; align-items: center; padding: 32px 25px 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-align: center; box-shadow: 0 8px 30px rgba(13,81,75,.05); }
.price-card.featured { z-index: 2; border: 2px solid var(--green); box-shadow: var(--shadow); transform: translateY(-12px); }
.popular { position: absolute; top: 0; inset-inline: -2px; padding: 8px 14px; border-radius: 19px 19px 0 0; background: var(--green); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.featured .price-top { margin-top: 28px; }
.price-top > span { color: var(--green-2); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.price-top h3 { margin-top: 5px; font-size: 1.45rem; }
.price-top p { margin-top: 4px; color: #5d6c68; font-size: .84rem; }
.price-card img { width: 100%; height: 225px; margin: 18px auto 8px; object-fit: contain; }
.featured img { height: 235px; }
.package-perks { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 12px; margin: 0 0 10px; padding: 0; list-style: none; color: var(--green); font-size: .69rem; font-weight: 800; }
.package-perks li::before { content: "✓ "; }
.price { display: flex; align-items: center; gap: 9px; }
.price strong { color: var(--green-deep); font: 800 3.7rem/.95 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; letter-spacing: -.08em; }
.price sup { top: -.55em; position: relative; font-size: 1.3rem; }
.price span { max-width: 50px; color: #687673; font-size: .73rem; font-weight: 700; line-height: 1.2; text-align: left; }
.total { margin: 10px 0 18px; color: var(--ink); font-size: .9rem; font-weight: 800; }
.total s { margin-right: 5px; color: #596865; font-weight: 500; }
.price-card .button { width: 100%; margin-top: auto; }
.price-card > small { margin-top: 10px; color: #596865; font-size: .69rem; }
.checkout-note { display: flex; justify-content: center; gap: 12px 24px; margin-top: 30px; color: #586864; font-size: .8rem; text-align: center; }
.checkout-note strong { color: var(--ink); }

.guarantee-section { padding: 0; background: #f8faf8; }
.guarantee-card { display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 34px; padding: clamp(28px, 5vw, 55px); border-radius: var(--radius-lg); background: linear-gradient(135deg, #0d514b, #073b37); box-shadow: var(--shadow); }
.guarantee-card h2 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 3rem); }
.guarantee-card p:not(.eyebrow) { color: #bad4cf; }
.guarantee-mark { width: 130px; height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; box-shadow: inset 0 0 0 8px rgba(255,255,255,.07); }
.guarantee-mark strong { font: 800 2.6rem/.9 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
.guarantee-mark span { color: #b8d9d2; font-size: .8rem; font-weight: 800; text-transform: uppercase; }

.safety-section { background: #f8faf8; }
.safety-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); }
.safety-grid > div:last-child { padding-left: 30px; border-left: 3px solid var(--gold); }
.safety-grid p { font-size: .98rem; }

.faq-layout { display: grid; grid-template-columns: .66fr 1.34fr; gap: clamp(44px, 8vw, 100px); align-items: start; }
.faq-intro { position: sticky; top: 115px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; border: 0; background: transparent; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-weight: 800; text-align: left; cursor: pointer; }
.faq-question b { width: 28px; height: 28px; flex: 0 0 28px; display: grid; border-radius: 50%; background: var(--mint-light); color: var(--green); place-items: center; transition: transform .2s ease; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; padding-right: 46px; font-size: .94rem; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 24px; }
.faq-item.is-open .faq-question b { transform: rotate(45deg); }

.references-section { padding-top: 0; }
.references-section details { border: 1px solid var(--line); border-radius: var(--radius); background: #f9fbfa; }
.references-section summary { padding: 20px 24px; color: var(--green); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-weight: 800; cursor: pointer; }
.references-content { padding: 0 24px 22px; }
.references-content p, .references-content li { color: #687774; font-size: .79rem; line-height: 1.6; }
.references-content .updated { font-weight: 800; }

.final-cta { padding: clamp(60px, 7vw, 90px) 0; background: #0b4641; }
.final-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; }
.final-grid h2 { color: #fff; }
.final-grid p:not(.eyebrow) { color: #b6d1cc; }

.site-footer { padding: 68px 0 25px; background: #092f2c; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.8fr .8fr 1fr; gap: 55px; padding-bottom: 46px; }
.wordmark-light { color: #fff; }
.wordmark-light span { color: #a6cec7; }
.footer-grid p { max-width: 510px; color: #8fb4ae; font-size: .87rem; }
.footer-grid h3 { margin-bottom: 12px; color: #d5e7e3; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; padding: 4px 0; color: #8fb4ae; font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-legal { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-legal p { color: #719b94; font-size: .68rem; line-height: 1.55; }
.footer-legal strong { color: #a6c6c0; }
.legal-main { min-height: 65vh; padding: clamp(62px, 8vw, 105px) 0; background: #f8faf8; }
.legal-document { max-width: 860px; padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.legal-document h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); }
.legal-document h2 { margin-top: 38px; font-size: clamp(1.35rem, 2.5vw, 1.8rem); }
.legal-document p, .legal-document li { font-size: .98rem; line-height: 1.7; }
.legal-date { color: var(--green-2); font-size: .82rem !important; font-weight: 800; }
.legal-document a { color: var(--green); font-weight: 700; }
.legal-footer { padding: 38px 0; background: #092f2c; color: #fff; }
.legal-footer p { color: #86aaa4; font-size: .73rem; line-height: 1.55; }
.legal-footer a { color: #c1d9d4; }
.back-to-top { position: fixed; right: 18px; bottom: 18px; z-index: 50; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--green); color: #fff; box-shadow: var(--shadow-soft); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; cursor: pointer; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 980px) {
  .hero-grid, .split-grid, .nutrient-layout, .bonus-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lede, .microcopy { margin-inline: auto; }
  .hero-actions, .check-row { justify-content: center; }
  .hero-visual { min-height: 430px; }
  .hero-visual img { width: min(80vw, 470px); }
  .hero-badge { right: 8%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .ingredients-grid { grid-template-columns: repeat(2, 1fr); }
  .entity-facts { grid-template-columns: repeat(3, 1fr); }
  .testimonial-heading { grid-template-columns: 1fr; align-items: start; }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .nutrient-intro, .faq-intro { position: static; }
  .bonus-layout { align-items: start; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; gap: 28px; }
  .price-card.featured { order: -1; transform: none; }
  .price-card img, .featured img { height: 260px; }
  .guarantee-card { grid-template-columns: 120px 1fr; }
  .guarantee-card .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .announcement { font-size: .72rem; }
  .nav-toggle { display: flex; }
  .primary-nav { position: absolute; inset: 76px 18px auto; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px 14px; }
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 350px; }
  .hero-visual img { width: min(82vw, 390px); border-width: 7px; }
  .hero-badge { width: 105px; height: 105px; right: 3%; bottom: 20px; }
  .hero-badge strong { font-size: 1.05rem; }
  .hero-badge span { font-size: .58rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 96px; padding: 14px 10px; gap: 9px; }
  .trust-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .trust-grid strong { font-size: .75rem; }
  .trust-grid small { font-size: .64rem; }
  .steps-grid, .ingredients-grid, .bonus-cards, .nutrient-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .entity-facts { grid-template-columns: repeat(2, 1fr); }
  .nutrient-grid article { min-height: 170px; }
  .bonus-cards img { height: 340px; }
  .checkout-note { flex-direction: column; }
  .guarantee-card { grid-template-columns: 1fr; text-align: center; }
  .guarantee-mark { margin-inline: auto; }
  .guarantee-card .button { grid-column: auto; justify-self: center; }
  .safety-grid { grid-template-columns: 1fr; }
  .safety-grid > div:last-child { padding: 0 0 0 20px; }
  .final-grid { grid-template-columns: 1fr; text-align: center; }
  .final-grid .button { justify-self: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .button { width: 100%; }
  .check-row { gap: 8px 12px; font-size: .75rem; }
  .hero-visual { min-height: 310px; }
  .section { padding-block: 68px; }
  .trust-grid { width: 100%; }
  .trust-grid > div { flex-direction: column; text-align: center; }
  .benefit-panel { padding: 24px; }
  .ingredient-card > div { padding: 20px; }
  .bonus-cards img { height: 300px; }
  .price-card { padding-inline: 18px; }
  .price-card img, .featured img { height: 220px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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