:root {
  --bg: #f4f7f6;
  --surface: #ffffff;
  --surface-soft: #edf3f1;
  --dark: #14231f;
  --muted: #62716c;
  --line: rgba(20,35,31,.11);
  --green: #1c765e;
  --green-dark: #115340;
  --mint: #d9eee7;
  --sand: #f2eadf;
  --danger: #b33d3d;
  --shadow: 0 22px 65px rgba(25,52,44,.11);
  --radius: 26px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--dark); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 16px; border-radius: 10px; color: #fff; background: var(--green-dark); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(244,247,246,.88); border-bottom: 1px solid rgba(20,35,31,.06); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; color: #fff; font-size: .9rem; font-weight: 850; background: linear-gradient(135deg, var(--green), var(--green-dark)); box-shadow: 0 10px 25px rgba(28,118,94,.2); }
.brand strong, .brand small { display: block; }
.brand small { margin-top: 2px; color: var(--muted); font-size: .76rem; }
.main-nav { display: flex; align-items: center; gap: 22px; color: #44554f; font-size: .94rem; }
.main-nav a:hover { color: var(--green-dark); }
.nav-cta { padding: 11px 16px; border-radius: 12px; color: #fff !important; background: var(--green); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--surface); }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--dark); }

.hero { position: relative; overflow: hidden; padding: 74px 0 38px; }
.hero-shape { position: absolute; width: 720px; height: 720px; right: -250px; top: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(28,118,94,.19), rgba(217,238,231,.28) 42%, transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.eyebrow { display: inline-flex; padding: 8px 11px; border-radius: 999px; color: #e9fff7; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 750; }
.eyebrow.dark { color: var(--green-dark); background: var(--mint); border-color: rgba(28,118,94,.13); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 16px 0 0; letter-spacing: -.04em; line-height: 1.06; }
h1 { max-width: 10.8ch; font-size: clamp(2.65rem, 5.4vw, 5rem); }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.button-primary, .button-secondary { min-height: 48px; padding: 13px 18px; border-radius: 14px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; font-weight: 750; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--green), var(--green-dark)); box-shadow: 0 14px 30px rgba(28,118,94,.2); }
.button-secondary { color: var(--dark); background: var(--surface); border-color: var(--line); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 24px; max-width: 610px; }
.hero-facts div { padding: 15px; border-radius: 17px; background: rgba(255,255,255,.72); border: 1px solid var(--line); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 1.3rem; }
.hero-facts span { margin-top: 4px; color: var(--muted); font-size: .88rem; }
.hero-note { max-width: 680px; margin: 17px 0 0; color: #6c7975; font-size: .88rem; line-height: 1.62; }
.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.product-disc { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: linear-gradient(145deg, var(--surface), var(--mint)); box-shadow: inset 0 0 0 1px rgba(28,118,94,.07), var(--shadow); }
.product-bottle { position: relative; z-index: 2; width: min(100%, 650px); max-height: 590px; object-fit: contain; filter: drop-shadow(0 26px 26px rgba(16,45,37,.13)); }
.review-badge { position: absolute; z-index: 3; min-width: 235px; display: flex; gap: 11px; align-items: center; padding: 14px 16px; border-radius: 17px; background: rgba(255,255,255,.9); border: 1px solid var(--line); box-shadow: var(--shadow); backdrop-filter: blur(9px); }
.review-badge > span { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: #fff; font-weight: 800; background: var(--green); }
.review-badge strong, .review-badge small { display: block; }
.review-badge small { margin-top: 3px; color: var(--muted); }
.badge-top { top: 115px; right: 0; }
.badge-bottom { left: 0; bottom: 110px; }

.trust-strip { padding: 18px 0; background: var(--green-dark); color: #e9f6f1; }
.trust-grid { display: flex; align-items: center; justify-content: center; gap: 25px; text-align: center; font-size: .91rem; }
.trust-grid i { width: 4px; height: 4px; border-radius: 50%; background: #81c7b4; }

.section { padding: 84px 0; }
.section-heading { max-width: 820px; margin-bottom: 32px; }
.section-heading h2, .review-copy h2, .nutrient-copy h2, .use-card h2, .order-product h2 { font-size: clamp(2.15rem, 4.2vw, 3.55rem); }
.section-heading p, .review-copy > p, .nutrient-copy > p, .order-product > p { color: var(--muted); font-size: 1.03rem; line-height: 1.75; }

.review-section { background: var(--surface); }
.review-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.editor-note { margin-top: 24px; padding: 20px; border-radius: 20px; background: var(--sand); border: 1px solid rgba(133,96,50,.1); }
.editor-note > span { display: block; color: #7b5a2f; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.editor-note p { margin: 10px 0 0; color: #5d4d39; line-height: 1.7; }
.review-list { display: grid; gap: 13px; }
.review-card { display: flex; gap: 16px; padding: 21px; border-radius: 22px; background: var(--bg); border: 1px solid var(--line); }
.review-number { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 14px; display: grid; place-items: center; color: var(--green-dark); font-weight: 850; background: var(--mint); }
.review-card h3 { margin: 2px 0 7px; }
.review-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.ingredient-section { background: var(--bg); }
.ingredient-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ingredient-card { padding: 25px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); box-shadow: 0 17px 45px rgba(25,52,44,.07); }
.ingredient-icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: #fff; font-weight: 850; background: linear-gradient(135deg, var(--green), var(--green-dark)); }
.ingredient-card h3 { margin: 17px 0 16px; }
.ingredient-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.ingredient-card li { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; color: #44534e; border-bottom: 1px solid rgba(20,35,31,.07); }
.ingredient-card li strong { color: var(--green-dark); white-space: nowrap; }
.ingredient-note { margin: 15px 0 0; color: var(--muted); line-height: 1.6; font-size: .9rem; }

.nutrient-section { color: #fff; background: var(--green-dark); }
.nutrient-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 27px; align-items: start; }
.nutrient-copy > p { color: #bbd0c9; }
.nutrient-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.nutrient-card { display: flex; gap: 13px; padding: 19px; border-radius: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.nutrient-card > span { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 14px; display: grid; place-items: center; color: var(--green-dark); font-weight: 850; background: #d9eee7; }
.nutrient-card h3 { margin: 1px 0 5px; }
.nutrient-card p { margin: 0; color: #c0d2cc; line-height: 1.62; }
.footnote { margin-top: 19px; color: #a9c0b8; font-size: .86rem; line-height: 1.6; }

.use-section { background: var(--surface); }
.use-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 20px; }
.use-card, .safety-card { padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); }
.use-card { background: var(--surface-soft); }
.use-card ol { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.use-card li { display: flex; gap: 14px; padding: 16px; border-radius: 18px; background: #fff; border: 1px solid rgba(20,35,31,.07); }
.use-card li > span { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 13px; display: grid; place-items: center; color: #fff; font-weight: 800; background: var(--green); }
.use-card h3 { margin: 0 0 5px; }
.use-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.safety-card { color: #fff; background: #1d302a; box-shadow: var(--shadow); }
.safety-symbol { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; color: var(--green-dark); font-size: 1.25rem; font-weight: 900; background: #d9eee7; }
.safety-card h3 { margin: 17px 0 13px; }
.safety-card ul { margin: 0; padding-left: 20px; color: #c5d5d0; line-height: 1.72; }
.safety-card li + li { margin-top: 7px; }

.order-section { background: linear-gradient(180deg, #eef4f2 0%, #f7f9f8 100%); }
.order-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.order-summary { display: grid; grid-template-columns: 250px 1fr; gap: 20px; align-items: center; margin-top: 24px; padding: 23px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.order-summary img { width: 240px; max-height: 280px; object-fit: contain; justify-self: center; }
.order-summary strong, .order-summary span { display: block; }
.order-summary strong { font-size: 1.35rem; }
.order-summary span { margin-top: 5px; color: var(--muted); }
.order-summary ul { margin: 15px 0 0; padding-left: 18px; color: #495853; line-height: 1.65; }
.order-form { padding: 28px; border-radius: 28px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-head span { color: var(--green); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.form-head h3 { margin: 7px 0 0; font-size: 1.6rem; }
.form-head p { margin: 6px 0 22px; color: var(--muted); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-field { margin-bottom: 15px; }
.form-field label { display: block; margin-bottom: 7px; font-size: .91rem; font-weight: 720; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid rgba(20,35,31,.14); border-radius: 13px; padding: 13px 14px; color: var(--dark); background: #fbfdfc; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { resize: vertical; min-height: 88px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(28,118,94,.1); }
.form-field.is-invalid input, .form-field.is-invalid select, .form-field.is-invalid textarea { border-color: var(--danger); }
.field-error { display: block; min-height: 17px; margin-top: 5px; color: var(--danger); font-size: .79rem; }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin: 3px 0 9px; color: #53635e; font-size: .88rem; line-height: 1.55; }
.consent-row input { margin-top: 4px; accent-color: var(--green); }
.consent-row button { border: 0; padding: 0; color: var(--green-dark); background: transparent; text-decoration: underline; text-underline-offset: 3px; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.submit-button { width: 100%; min-height: 53px; margin-top: 9px; border: 0; border-radius: 14px; color: #fff; font-weight: 800; background: linear-gradient(135deg, var(--green), var(--green-dark)); box-shadow: 0 14px 32px rgba(28,118,94,.2); }
.submit-button:disabled { cursor: wait; opacity: .72; }
.submit-loader { display: none; width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(255,255,255,.38); border-top-color: #fff; animation: spin .8s linear infinite; }
.submit-button.is-loading .submit-label { display: none; }
.submit-button.is-loading .submit-loader { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-status { min-height: 20px; margin: 12px 0 0; color: var(--danger); text-align: center; }
.form-note { margin: 7px 0 0; color: var(--muted); text-align: center; font-size: .82rem; line-height: 1.55; }

.faq-section { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; }
.accordion { display: grid; gap: 11px; }
.accordion details { padding: 19px 21px; border-radius: 18px; background: var(--bg); border: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 16px; list-style: none; cursor: pointer; font-weight: 740; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--green); font-size: 1.3rem; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion p { margin: 13px 0 0; color: var(--muted); line-height: 1.7; }

.site-footer { padding: 30px 0 38px; color: #dce8e4; background: #162720; }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; gap: 25px; align-items: center; }
.footer-top .brand small { color: #9eb1aa; }
.footer-top > p { margin: 0; color: #aebeb8; line-height: 1.6; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-top nav button { border: 0; padding: 0; color: #dce8e4; background: transparent; }
.footer-bottom { margin-top: 23px; padding-top: 18px; display: flex; justify-content: space-between; gap: 18px; color: #8fa39b; font-size: .86rem; border-top: 1px solid rgba(255,255,255,.08); }

.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 130; display: none; align-items: center; justify-content: space-between; gap: 18px; padding: 17px; border-radius: 19px; color: #fff; background: rgba(22,39,32,.96); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 70px rgba(0,0,0,.25); }
.cookie-banner.is-visible { display: flex; }
.cookie-banner strong { display: block; margin-bottom: 5px; }
.cookie-banner p { margin: 0; color: #b6c8c1; line-height: 1.55; }
.cookie-banner p button { border: 0; padding: 0; color: #dff5ed; background: transparent; text-decoration: underline; }
.cookie-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.cookie-banner .button-secondary { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.13); }

.modal { position: fixed; inset: 0; z-index: 140; display: none; }
.modal.is-open { display: block; }
.modal-overlay { position: absolute; inset: 0; background: rgba(11,24,19,.7); backdrop-filter: blur(8px); }
.modal-panel { position: relative; z-index: 1; width: min(calc(100% - 28px), 760px); max-height: 86vh; margin: 7vh auto; padding: 28px; overflow: auto; border-radius: 25px; background: #fff; border: 1px solid var(--line); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.modal-panel h2 { margin: 0 48px 16px 0; font-size: 1.75rem; }
.modal-panel p { color: var(--muted); line-height: 1.75; }
.modal-close { position: absolute; right: 13px; top: 13px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); color: var(--dark); background: var(--bg); font-size: 1.4rem; }
.success-panel { max-width: 520px; text-align: center; }
.success-icon { width: 64px; height: 64px; margin: 0 auto 17px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 1.75rem; font-weight: 900; background: var(--green); box-shadow: 0 14px 30px rgba(28,118,94,.22); }
.success-panel h2 { margin-right: 0; }
.success-panel .button-primary { margin-top: 8px; border: 0; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .hero-grid, .review-grid, .nutrient-grid, .order-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; min-height: 520px; }
  .review-copy, .nutrient-copy { max-width: 820px; }
  .ingredient-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: 70px; display: none; flex-direction: column; align-items: stretch; padding: 17px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .hero { padding-top: 34px; }
  .hero-visual { min-height: 455px; }
  .product-disc { width: 330px; height: 330px; }
  .product-bottle { width: min(100%, 520px); max-height: 455px; }
  .review-badge { display: none; }
  .hero-facts, .ingredient-grid, .nutrient-cards, .use-grid, .form-row { grid-template-columns: 1fr; }
  .trust-grid { flex-wrap: wrap; gap: 10px 17px; }
  .trust-grid i { display: none; }
  .section { padding: 67px 0; }
  .order-summary { grid-template-columns: 1fr; text-align: left; }
  .order-summary img { width: min(100%, 340px); max-height: 320px; }
  .footer-top { grid-template-columns: 1fr; align-items: start; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; flex-direction: column; align-items: flex-start; }
  .modal-panel { margin-top: 4vh; }
}
