:root {
  --green-950: #063823;
  --green-900: #064d2e;
  --green-800: #075b36;
  --green-700: #0d7445;
  --green-100: #e8f3ec;
  --green-50: #f3f8f4;
  --yellow: #f2c84b;
  --yellow-soft: #fff3bf;
  --orange: #ef6c1a;
  --ink: #17231c;
  --muted: #637068;
  --line: #dce5df;
  --white: #fff;
  --shadow: 0 22px 60px rgba(6, 56, 35, .12);
  --radius: 24px;
  --container: 1180px;
}

* { 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.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 820px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; border-radius: 8px; color: var(--white); background: var(--green-950); }
.skip-link:focus { top: 16px; }

.topbar { color: #d9eadf; background: var(--green-950); font-size: .82rem; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar a { color: var(--white); font-weight: 750; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(7, 91, 54, .08); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green-800); font-size: 1.03rem; font-weight: 800; letter-spacing: -.03em; text-decoration: none; }
.brand--header-logo img { width: 120px; height: auto; }
.brand strong { font-size: 1.55rem; }
.brand small { color: var(--orange); font-size: .66rem; }
.brand__crown { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--green-950); background: var(--yellow); font-size: 1.35rem; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a { color: #344139; font-size: .91rem; font-weight: 650; text-decoration: none; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { color: var(--green-800); }
.main-nav > a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; text-underline-offset: 10px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: var(--green-50); cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--green-900); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--green-800); border-radius: 999px; color: var(--white); background: var(--green-800); font-size: .92rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(7, 91, 54, .2); background: var(--green-700); }
.button--small { min-height: 42px; padding: 9px 17px; color: var(--white) !important; }
.button--outline { color: var(--green-800); background: transparent; }
.button--outline:hover { color: var(--white); }
.button--light { border-color: var(--white); color: var(--green-900); background: var(--white); }
.button--light:hover { color: var(--green-950); background: var(--yellow-soft); }
.button-row, .hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.text-link { color: var(--green-800); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--green-700); font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow--light { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; font-size: clamp(2.5rem, 5vw, 4.9rem); }
h2 { margin-bottom: 18px; font-size: clamp(1.8rem, 3.2vw, 3rem); }
h3 { margin-bottom: 10px; font-size: 1.25rem; }
p { color: var(--muted); }

.hero { overflow: hidden; padding: 74px 0 32px; background: radial-gradient(circle at 80% 30%, rgba(242, 200, 75, .23), transparent 31%), linear-gradient(180deg, #f8fbf8, #fff); }
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero__content > p { max-width: 600px; margin-bottom: 30px; font-size: 1.2rem; }
.hero__visual { position: relative; padding: 22px; border-radius: 36px; background: var(--white); box-shadow: var(--shadow); }
.hero__visual img { width: 100%; border-radius: 24px; }
.hero__badge { position: absolute; z-index: 2; top: 0; right: 0; transform: translate(8%, -35%); padding: 10px 16px; border-radius: 999px; color: var(--green-950); background: var(--yellow); font-size: .8rem; font-weight: 850; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 0; margin: 38px 0 0; list-style: none; }
.hero__facts li { padding-left: 14px; border-left: 3px solid var(--yellow); }
.hero__facts strong, .hero__facts span { display: block; }
.hero__facts strong { color: var(--green-900); font-size: .92rem; }
.hero__facts span { color: var(--muted); font-size: .75rem; }
.fineprint { margin-top: 22px; color: #7b8780; font-size: .73rem; }
.trust-strip { color: var(--white); background: var(--green-900); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip span { padding: 19px 14px; border-right: 1px solid rgba(255,255,255,.15); font-size: .84rem; font-weight: 750; text-align: center; }
.trust-strip span:last-child { border-right: 0; }

.section { padding: 100px 0; }
.section--soft { background: var(--green-50); }
.section-heading { max-width: 700px; margin-bottom: 38px; }
.product-feature { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.product-feature__image { display: grid; min-height: 390px; place-items: center; border-radius: var(--radius); background: linear-gradient(145deg, var(--yellow-soft), #fff8dd); }
.product-feature__image img { width: min(80%, 308px); image-rendering: auto; }
.product-feature p { max-width: 580px; font-size: 1.06rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0; }
.tag-row span { padding: 7px 12px; border: 1px solid #c8dccf; border-radius: 999px; color: var(--green-800); background: var(--green-50); font-size: .78rem; font-weight: 750; }
.split-card { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 70px; }
.split-card img { max-height: 560px; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-card p { max-width: 540px; }
.cta-section { padding-top: 0; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 46px 52px; border-radius: 28px; color: var(--white); background: var(--green-900); }
.cta-card h2 { max-width: 650px; margin: 0; }

.page-hero { padding: 92px 0 76px; color: var(--white); background: radial-gradient(circle at 80% 15%, rgba(242,200,75,.25), transparent 25%), var(--green-900); }
.page-hero--compact { padding-block: 70px; }
.page-hero h1 { max-width: 850px; margin-bottom: 16px; }
.page-hero p { max-width: 700px; margin: 0; color: #d6e8dc; font-size: 1.08rem; }
.page-hero .eyebrow { color: var(--yellow); }
.story-grid { display: grid; grid-template-columns: 1.12fr .72fr; align-items: center; gap: 90px; }
.story-grid img { max-height: 560px; border-radius: var(--radius); box-shadow: var(--shadow); }
.cards { display: grid; gap: 20px; }
.cards--three { grid-template-columns: repeat(3, 1fr); }
.cards--four { grid-template-columns: repeat(4, 1fr); }
.info-card, .service-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.info-card > span, .service-card > span { display: inline-grid; width: 38px; height: 38px; margin-bottom: 22px; place-items: center; border-radius: 10px; color: var(--green-900); background: var(--yellow-soft); font-size: .75rem; font-weight: 850; }
.info-card h2 { font-size: 1.45rem; }
.info-card p, .service-card p { margin: 0; font-size: .9rem; }
.legal-block { display: grid; grid-template-columns: .74fr 1.26fr; gap: 80px; }
.data-list { margin: 0; border-top: 1px solid var(--line); }
.data-list > div { display: grid; grid-template-columns: 190px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.data-list dt { color: var(--muted); font-size: .82rem; font-weight: 700; }
.data-list dd { margin: 0; font-weight: 750; }
.privacy-note { grid-column: 2; padding: 14px 16px; border-radius: 12px; background: var(--green-50); font-size: .78rem; }

.product-detail { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.product-detail__image { position: relative; display: grid; min-height: 500px; place-items: center; border-radius: 32px; background: linear-gradient(145deg, var(--green-50), var(--yellow-soft)); }
.product-detail__image img { width: min(80%, 308px); }
.product-pill { position: absolute; top: 24px; left: 24px; display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; color: var(--white); background: var(--green-800); font-size: 1rem; font-weight: 850; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 30px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-700); font-weight: 900; }

.safety-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 70px; }
.safety-callout { position: sticky; top: 120px; padding: 38px; border-radius: var(--radius); color: var(--white); background: var(--green-900); }
.safety-callout strong { display: block; margin-bottom: 12px; font-size: 1.75rem; line-height: 1.15; }
.safety-callout p { color: #d7e9dd; }
.safety-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.safety-list article:first-child { padding-top: 0; }
.safety-list span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: var(--green-900); background: var(--yellow-soft); font-size: .78rem; font-weight: 850; }
.safety-list h2 { margin-bottom: 9px; font-size: 1.45rem; }
.safety-list p { margin: 0; }
.cta-inline { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-inline h2, .cta-inline p { margin-bottom: 6px; }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; transition: border-color .2s, transform .2s; }
.contact-card:hover { transform: translateY(-2px); border-color: var(--green-700); }
.contact-card span { color: var(--muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.contact-card strong { margin: 5px 0; color: var(--green-900); overflow-wrap: anywhere; }
.contact-card small { color: var(--green-700); }
.location-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.location-card > img { width: 100%; max-height: 500px; }
.location-card > div { padding: 34px; }
.location-card h2 { font-size: 2rem; }

.prose { max-width: 850px; }
.prose h2 { margin: 42px 0 12px; font-size: 1.45rem; }
.prose h2:first-child { margin-top: 0; }
.prose a { color: var(--green-700); font-weight: 750; }

.site-footer { padding: 70px 0 24px; color: #d5e6db; background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .7fr; gap: 70px; padding-bottom: 44px; }
.brand--footer { color: var(--white); }
.footer-grid p { max-width: 380px; margin-top: 18px; color: #a8c5b4; font-size: .9rem; }
.footer-grid h2 { margin-bottom: 18px; color: var(--white); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.footer-grid li, .footer-grid a { color: #b9d0c1; font-size: .84rem; text-decoration: none; }
.footer-grid a:hover { color: var(--yellow); }
.footer-legal { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-legal p { margin: 4px 0; color: #8fb09c; font-size: .72rem; }
.footer-legal strong { color: #d5e6db; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; padding: 12px 18px; border-radius: 999px; color: var(--white); background: #168c4f; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: .82rem; font-weight: 850; text-decoration: none; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 92px; left: 20px; right: 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 12px; }
  .main-nav > a[aria-current="page"] { text-decoration: none; background: var(--green-50); border-radius: 10px; }
  .hero__grid, .product-feature, .split-card, .story-grid, .legal-block, .product-detail, .safety-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero__grid { gap: 56px; }
  .hero__visual { max-width: 650px; }
  .cards--four { grid-template-columns: repeat(2, 1fr); }
  .legal-block, .product-detail, .safety-layout { gap: 45px; }
  .privacy-note { grid-column: auto; }
  .safety-callout { position: static; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar__inner { min-height: 32px; font-size: .72rem; }
  .topbar__inner span { display: none; }
  .topbar__inner { justify-content: center; }
  .site-header__inner { min-height: 78px; }
  .main-nav { top: 78px; left: 14px; right: 14px; }
  .brand--header-logo img { width: 100px; }
  .brand strong { font-size: 1.3rem; }
  .brand__crown { width: 34px; height: 34px; }
  .hero { padding-top: 52px; }
  .hero__facts { grid-template-columns: 1fr; }
  .hero__visual { padding: 12px; border-radius: 24px; }
  .hero__visual img { border-radius: 16px; }
  .hero__badge { right: 10px; transform: translateY(-50%); }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .section { padding: 70px 0; }
  .page-hero { padding: 62px 0; }
  .product-feature, .split-card, .story-grid { gap: 42px; }
  .product-feature__image { min-height: 300px; }
  .product-detail__image { min-height: 360px; }
  .cards--three, .cards--four { grid-template-columns: 1fr; }
  .cta-card, .cta-inline { align-items: flex-start; flex-direction: column; }
  .cta-card { padding: 34px 26px; }
  .data-list > div { grid-template-columns: 1fr; gap: 5px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}

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