:root {
  --navy: #263713;
  --navy-2: #1a240b;
  --green: #3f5b18;
  --green-2: #536d22;
  --mint: #d9e4bd;
  --mint-2: #eef3df;
  --blue: #edf3d9;
  --sand: #fbfaf1;
  --white: #fff;
  --ink: #1a1d14;
  --muted: #5d654d;
  --line: rgba(63, 91, 24, .16);
  --shadow: 0 22px 60px rgba(26, 36, 11, .12);
  --radius: 20px;
  --radius-lg: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--sand); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f2b84b; outline-offset: 3px; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 8px; color: #fff; background: var(--navy); transition: top .2s; }
.skip-link:focus { top: 12px; }
.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; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(68px, 8vw, 112px) 0; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(251, 250, 241, .9); backdrop-filter: blur(18px); }
.header-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
.brand img { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 14px; object-fit: cover; }
.brand strong { color: var(--green); }
.main-nav { display: flex; align-items: center; gap: 20px; color: #5d654d; font-size: .92rem; font-weight: 750; }
.main-nav a:not(.btn) { padding: 6px 0; transition: color .2s; }
.main-nav a:not(.btn):hover { color: var(--green); }
.main-nav a[aria-current="page"] { color: var(--green); }

.menu-button { display: none; flex-direction: column; justify-content: center; align-items: center; border: 0; background: transparent; padding: 12px; width: 48px; height: 48px; cursor: pointer; border-radius: 12px; }
.menu-button:hover { background: var(--mint-2); }
.menu-button span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .3s ease, opacity .2s ease; }
.menu-button span:nth-child(1) { transform-origin: center; }
.menu-button span:nth-child(2) { margin: 5px 0; }
.menu-button span:nth-child(3) { transform-origin: center; }
.menu-button.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.is-active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-button.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-2); line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; max-width: 12ch; font-size: clamp(2.8rem, 6vw, 5.35rem); }
h1 em { color: var(--green); font-style: normal; }
h2 { margin-bottom: 18px; max-width: 17ch; font-size: clamp(2.1rem, 4.2vw, 3.55rem); }
h3 { margin-bottom: 10px; font-size: 1.2rem; }
p { color: var(--muted); }
.lede { max-width: 62ch; margin-bottom: 0; font-size: clamp(1.04rem, 1.5vw, 1.22rem); }
.eyebrow, .section-label { display: inline-flex; align-items: center; width: fit-content; margin-bottom: 18px; color: var(--green); font-size: .76rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before, .section-label::before { content: ""; width: 26px; height: 2px; margin-right: 9px; background: currentColor; }
.section-label.light { color: #d9e4bd; }
.section-head { margin-bottom: 38px; }
.section-head.centered { display: grid; justify-items: center; text-align: center; }
.section-head.centered h2 { max-width: 20ch; }
.section-head.centered p { max-width: 68ch; }

.subpage-hero { position: relative; padding: clamp(72px, 9vw, 120px) 0; color: #fff; background-color: #1a240b; background-image: url('../img/hero-bg.webp'); background-size: cover; background-position: center; }
.subpage-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,36,11,.65) 0%, rgba(26,36,11,.35) 50%, rgba(26,36,11,.55) 100%); z-index: 1; }
.subpage-hero .container { position: relative; z-index: 2; }
.subpage-hero h1 { text-shadow: 0 2px 12px rgba(0,0,0,.5); max-width: 17ch; color: #fff; font-size: clamp(2.55rem, 5.6vw, 4.8rem); }
.subpage-hero .eyebrow { text-shadow: 0 1px 6px rgba(0,0,0,.4); color: #d9e4bd; }

.page-logo { width: 64px; height: 64px; margin-bottom: 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 18px; object-fit: cover; background: rgba(255,255,255,.15); }
.subpage-hero .lede { text-shadow: 0 1px 6px rgba(0,0,0,.5); max-width: 66ch; color: #eef3df; }
.subpage-hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(26,36,11,.38); }

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px; border: 1px solid var(--line); border-radius: 12px; font-weight: 850; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(7, 43, 50, .16); }
.btn-primary { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--green), var(--green-2)); }
.btn-ghost { color: var(--navy); border-color: rgba(63,91,24,.24); background: rgba(255,255,255,.75); }
.btn-light { color: var(--navy); border-color: transparent; background: #fff; }
.btn-small { min-height: 42px; padding: 9px 15px; border-radius: 10px; }

.hero { position: relative; padding-top: clamp(70px, 9vw, 126px); overflow: hidden; background-color: #1a240b; background-image: url('../img/hero-bg.webp'); background-size: cover; background-position: center; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,36,11,.72) 0%, rgba(26,36,11,.22) 55%, rgba(26,36,11,.08) 100%); z-index: 1; }
.hero::after { content: ""; position: absolute; right: -8%; top: 10%; width: 32vw; min-width: 300px; aspect-ratio: 1; border: 1px solid rgba(63,91,24,.12); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(38px, 6vw, 86px); }
.hero-background-content { min-height: 470px; }
.hero-copy { max-width: 760px; }
.hero .eyebrow { text-shadow: 0 1px 6px rgba(0,0,0,.4); color: #d9e4bd; }
.hero h1 { text-shadow: 0 2px 12px rgba(0,0,0,.5); max-width: 13ch; color: #fff; text-wrap: balance; }
.hero h1 em { color: #d9e4bd; }
.hero .lede { text-shadow: 0 1px 6px rgba(0,0,0,.5); color: #eef3df; }
.hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(26,36,11,.42); }
.hero .trust-row span { color: #d9e4bd; border-color: #879a5d; }
.hero .trust-row strong { color: #fff; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(63,91,24,.2); border-radius: 50%; }
.visual-ring { position: absolute; width: 78%; aspect-ratio: 1; border: 2px solid rgba(83,109,34,.25); border-radius: 50%; box-shadow: inset 0 0 80px rgba(63,91,24,.12), 0 0 80px rgba(63,91,24,.12); }
.hero-visual > img { position: relative; z-index: 2; width: min(68%, 360px); aspect-ratio: 1; padding: 10px; border: 1px solid rgba(63,91,24,.16); border-radius: 50%; object-fit: cover; box-shadow: 0 30px 80px rgba(26,36,11,.19); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; width: min(280px, 72%); padding: 15px 17px; border: 1px solid rgba(63,91,24,.12); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card small { color: var(--muted); }
.floating-top { top: 11%; right: -1%; }
.floating-bottom { bottom: 9%; left: -2%; }
.status-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--green-2); box-shadow: 0 0 0 7px rgba(83,109,34,.15); }
.mini-icon { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; border-radius: 50%; background: var(--green); font-weight: 900; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.trust-row span { padding-left: 13px; border-left: 2px solid var(--green-2); color: var(--muted); font-size: .83rem; line-height: 1.35; }
.trust-row strong { display: block; color: var(--navy); font-size: .95rem; }
.confidence-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(52px, 7vw, 90px); border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.8); box-shadow: 0 16px 42px rgba(26,36,11,.07); }
.confidence-strip span { padding: 18px; color: #5d654d; text-align: center; font-size: .88rem; font-weight: 800; }
.confidence-strip span + span { border-left: 1px solid var(--line); }

.process-section { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-card { position: relative; min-height: 275px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(165deg, #fff, var(--mint-2)); transition: transform .25s, box-shadow .25s; }
.process-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.step { position: absolute; right: 22px; top: 20px; color: rgba(63,91,24,.18); font-size: 2.4rem; font-weight: 950; }
.line-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 42px; color: var(--green); border: 1px solid rgba(63,91,24,.22); border-radius: 14px; background: var(--mint); font-size: 1.3rem; font-weight: 900; }
.process-card p { margin-bottom: 0; font-size: .94rem; }

.audience-section { background: linear-gradient(135deg, var(--mint-2), #edf3d9); }
.audience-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(38px, 7vw, 90px); }
.audience-copy > p { max-width: 64ch; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 800; }
.check-list span { display: grid; place-items: center; width: 25px; height: 25px; color: #fff; border-radius: 50%; background: var(--green); font-size: .75rem; }
.medical-note { padding: 14px 16px; border-left: 3px solid var(--green); background: rgba(255,255,255,.55); font-size: .88rem; }
.care-card { position: relative; padding: clamp(30px, 5vw, 58px); border-radius: var(--radius-lg); color: #fff; background: radial-gradient(circle at 90% 10%, rgba(135,154,93,.28), transparent 15rem), var(--navy); box-shadow: var(--shadow); overflow: hidden; }
.care-card h3 { max-width: 15ch; color: #fff; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.care-card p { color: #d3ddc1; }
.care-symbol { position: absolute; right: 28px; top: 20px; color: rgba(255,255,255,.12); font-size: 7rem; font-weight: 200; }
.care-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.care-stats div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.2); }
.care-stats strong, .care-stats span { display: block; }
.care-stats strong { color: #d9e4bd; font-size: 1.8rem; }
.care-stats span { color: #d3ddc1; font-size: .82rem; }

.doctors-section { color: #fff; background: radial-gradient(circle at 13% 0, rgba(83,109,34,.22), transparent 28rem), var(--navy-2); }
.doctors-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(38px, 7vw, 90px); }
.doctors-section h2 { color: #fff; }
.doctors-section > .container > div:first-child p { color: #d3ddc1; }
.commitments { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.commitments article { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 21px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.055); }
.commitments article:last-child { grid-column: 1 / -1; }
.commitments article > span { color: #b8cd8c; font-weight: 900; }
.commitments h3 { color: #fff; font-size: 1.08rem; }
.commitments p { margin: 0; color: #c7d0b7; font-size: .88rem; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(38px, 7vw, 92px); }
.about-mark { position: relative; min-height: 490px; display: grid; place-items: center; border-radius: var(--radius-lg); background: radial-gradient(circle, #d9e4bd, #eef3df 52%, #e6ecd5); overflow: hidden; }
.about-mark::before, .about-mark::after { content: ""; position: absolute; border: 1px solid rgba(63,91,24,.16); border-radius: 50%; }
.about-mark::before { inset: 10%; }.about-mark::after { inset: 22%; }
.about-mark img { position: relative; z-index: 2; width: 58%; border-radius: 50%; box-shadow: var(--shadow); }
.about-mark > span { position: absolute; z-index: 3; bottom: 24px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.88); color: var(--navy); font-weight: 850; }
.about-mark i { margin: 0 8px; color: var(--green); font-style: normal; }
.about-grid > div:last-child > p { max-width: 68ch; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 28px; }
.quality-grid span { padding: 14px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); font-size: .78rem; }
.quality-grid strong { display: block; margin-bottom: 3px; color: var(--green); font-size: .9rem; }

.catalog-section { background: linear-gradient(180deg, #eef3df, #fbfaf1); }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.catalog-heading h2 { max-width: 19ch; }
.catalog-heading p { max-width: 70ch; margin-bottom: 0; }
.catalog-heading .btn { flex: 0 0 auto; }
.catalog-heading-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-bottom: 5px; }
.catalog-shell { padding: clamp(18px, 3vw, 30px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,251,.82); box-shadow: var(--shadow); }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.catalog-toolbar strong, .catalog-toolbar span { display: block; }
.catalog-toolbar span { color: var(--muted); font-size: .86rem; }
.filter-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-button { min-height: 44px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: #fff; font-weight: 800; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.filter-button:hover, .filter-button.is-active { color: #fff; border-color: var(--green); background: var(--green); }
.products-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(26,36,11,.08); }
.product-image-wrap { min-height: 235px; display: grid; place-items: center; padding: 22px; background: radial-gradient(circle at 50% 58%, #d9e4bd, transparent 68%), #f7f9ee; }
.product-image-wrap img { width: 100%; height: 210px; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(26,36,11,.15)); }
.product-content { display: flex; flex: 1; flex-direction: column; align-items: stretch; padding: 21px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.product-meta .pill { padding: 5px 9px; border-radius: 999px; color: var(--green); background: var(--mint-2); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.product-meta small { color: var(--muted); font-weight: 750; }
.product-content h3 { min-height: 2.5em; margin-bottom: 13px; }
.product-content > p { font-size: .88rem; }
.product-details { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 14px; }
.product-details div { padding: 9px; border-radius: 9px; background: var(--mint-2); }
.product-details dt { color: var(--muted); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.product-details dd { margin: 2px 0 0; color: var(--navy); font-size: .8rem; font-weight: 850; }
.product-content .btn-wa { margin-top: auto; gap: 8px; width: 100%; color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--green), var(--green-2)); font-size: .88rem; }
.product-content .btn-wa:hover { background: var(--green-2); }
.notice { grid-column: 1 / -1; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.catalog-disclaimer { margin: 20px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.indications-section { background: #fff; }
.indication-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.indication-grid article { min-height: 222px; display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: border-color .2s, transform .2s, box-shadow .2s; }
.indication-grid article:hover { transform: translateY(-4px); border-color: rgba(63,91,24,.45); box-shadow: 0 15px 32px rgba(26,36,11,.09); }
.indication-grid article > span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; border-radius: 11px; color: var(--green); background: var(--mint-2); font-size: 1.15rem; }
.indication-grid h2, .indication-grid h3 { margin-bottom: 10px; font-size: 1.04rem; }
.indication-grid p { margin-bottom: 16px; font-size: .82rem; line-height: 1.5; }
.indication-grid a { margin-top: auto; color: var(--green); font-size: .82rem; font-weight: 850; }

.telemedicine-cta { padding: 38px 0; color: #fff; background: linear-gradient(100deg, var(--green), #263713); }
.telemedicine-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.telemedicine-cta span { color: #eef3df; font-size: .82rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.telemedicine-cta h2 { max-width: none; margin: 3px 0 0; color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); }

.contact-section { background: var(--mint-2); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(38px, 7vw, 90px); }
.contact-grid > div > p { max-width: 58ch; }
.contact-details { display: grid; gap: 15px; margin-top: 30px; }
.contact-details span { display: grid; }
.contact-details small { color: var(--green); font-weight: 850; text-transform: uppercase; }
.contact-details a, .contact-details strong { color: var(--navy); }
.lead-form { display: grid; gap: 14px; padding: clamp(24px, 4vw, 40px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row > div { display: grid; gap: 6px; }
.lead-form label { display: grid; gap: 6px; color: var(--navy); font-size: .86rem; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid rgba(63,91,24,.22); border-radius: 10px; padding: 12px 13px; color: var(--ink); background: #fffffb; font-size: 16px; }
textarea { min-height: 120px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: var(--green); }
.consent { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 500 !important; min-height: auto !important; }
.consent input { width: 20px; height: 20px; min-height: 20px; margin-top: 2px; accent-color: var(--green); }
.form-status { margin: 0; color: var(--green); font-size: .88rem; font-weight: 750; }
.newsletter { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 20px; margin-top: 28px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.newsletter strong, .newsletter span { display: block; }
.newsletter span { color: var(--muted); font-size: .9rem; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter > p { grid-column: 1 / -1; margin: 0; color: var(--green); font-size: .86rem; }

.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; border: 3px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 15px 35px rgba(26,36,11,.26); font-weight: 900; }
.site-footer { padding: 54px 0 22px; color: #d9e4bd; background: var(--navy-2); }
.site-footer .brand { color: #fff; }
.site-footer .brand strong { color: #d9e4bd; }
.footer-top { display: grid; grid-template-columns: 1.1fr .65fr 1.25fr; gap: 48px; padding-bottom: 40px; }
.footer-brand p { max-width: 36ch; margin-top: 15px; color: #b6bea7; }
.site-footer nav { display: grid; align-content: start; gap: 8px; }
.site-footer nav strong, .trust-badges > strong { margin-bottom: 5px; color: #fff; }
.site-footer nav a:hover { color: #d9e4bd; }
.trust-badges { display: grid; grid-template-columns: repeat(3, 1fr); align-content: start; gap: 9px; }
.trust-badges > strong { grid-column: 1 / -1; }
.trust-badges span { padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: #d9e4bd; font-size: .83rem; font-weight: 900; }
.trust-badges small { display: block; color: #aeb99a; font-size: .64rem; font-weight: 500; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }

/* ============ RESPONSIVE ============ */

@media (max-width: 1000px) {
  .main-nav {
    position: absolute; top: 78px; left: 16px; right: 16px;
    display: none; flex-direction: column; align-items: stretch;
    padding: 22px; border: 1px solid var(--line); border-radius: 16px;
    background: rgba(251,250,241,.99); box-shadow: var(--shadow);
    max-height: calc(100vh - 100px); overflow-y: auto;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a:not(.btn) { padding: 14px 6px; font-size: 1.05rem; border-bottom: 1px solid var(--line); }
  .main-nav a:not(.btn):last-of-type { border-bottom: none; }
  .menu-button { display: flex; }
  .hero-grid, .audience-grid, .doctors-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  h1, h2 { max-width: 20ch; }
  .hero-visual { min-height: 360px; }
  .hero-visual > img { width: min(52%, 260px); }
  .hero-background-content { min-height: auto; padding-bottom: clamp(40px, 6vw, 80px); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .catalog-heading, .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .catalog-heading-actions { justify-content: flex-start; }
  .filter-row { justify-content: flex-start; }
  .indication-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .trust-badges { grid-column: 1 / -1; }
  .confidence-strip { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  html { font-size: 15px; scroll-padding-top: 70px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 48px 0; }
  h1 { font-size: clamp(2.1rem, 9vw, 3rem); margin-bottom: 16px; }
  h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); margin-bottom: 14px; }
  h3 { font-size: 1.1rem; }
  .lede { font-size: clamp(.98rem, 3vw, 1.1rem); }
  .site-header { position: sticky; top: 0; } 
  .header-row { min-height: 64px; }
  .brand img { width: 40px; height: 40px; }
  .main-nav { top: 64px; left: 12px; right: 12px; }
  .actions, .actions .btn { width: 100%; }
  .trust-row, .confidence-strip, .process-grid, .commitments, .check-list, .quality-grid, .form-row, .newsletter, .footer-top, .products-grid { grid-template-columns: 1fr; }
  .confidence-strip span + span { border-left: 0; border-top: 1px solid var(--line); }
  .hero { padding-top: clamp(40px, 8vw, 80px); }
  .hero-background-content { min-height: auto; }
  .hero-visual { min-height: 280px; }
  .hero-visual > img { width: min(58%, 220px); }
  .hero .trust-row { grid-template-columns: 1fr; }
  .floating-card { font-size: .78rem; padding: 12px; }
  .floating-top { right: 0; top: 5%; }
  .floating-bottom { bottom: 5%; left: 0; }
  .commitments article:last-child { grid-column: auto; }
  .about-mark { min-height: 320px; }
  .about-mark img { width: 50%; }
  .indication-grid { grid-template-columns: 1fr 1fr; }
  .telemedicine-cta .container { align-items: stretch; flex-direction: column; }
  .newsletter form { grid-template-columns: 1fr; }
  .newsletter > p { grid-column: auto; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .product-image-wrap { min-height: 180px; padding: 16px; }
  .product-image-wrap img { height: 160px; }
  .product-content { padding: 16px; }
  .contact-grid { gap: 28px; }
  .subpage-hero { padding: clamp(48px, 8vw, 80px) 0; }
  .subpage-hero h1 { font-size: clamp(1.9rem, 7vw, 2.8rem); }
  .whatsapp-float { width: 52px; height: 52px; right: 14px; bottom: 14px; }
}

@media (max-width: 430px) {
  html { font-size: 14px; }
  .container { width: calc(100% - 20px); }
  .section { padding: 38px 0; }
  h1 { font-size: clamp(1.8rem, 8vw, 2.4rem); }
  h2 { font-size: clamp(1.5rem, 6vw, 1.9rem); }
  .indication-grid { grid-template-columns: 1fr; }
  .indication-grid article { min-height: auto; }
  .hero-visual { min-height: 250px; }
  .hero-visual > img { width: min(66%, 180px); }
  .floating-card { width: 78%; padding: 10px; font-size: .72rem; }
  .care-stats, .trust-badges { grid-template-columns: 1fr; }
  .trust-badges > strong { grid-column: auto; }
  .products-grid { gap: 12px; }
  .catalog-shell { padding: 14px; }
  .filter-row { gap: 6px; }
  .filter-button { min-height: 40px; padding: 7px 11px; font-size: .82rem; }
  .btn { min-height: 46px; padding: 11px 16px; }
  .btn-small { min-height: 40px; padding: 8px 14px; }
  .process-card { min-height: auto; padding: 20px; }
  .commitments article { padding: 16px; }
  .about-mark { min-height: 260px; }
  .hero::after { min-width: 200px; }
  input, select, textarea { min-height: 44px; padding: 10px 12px; }
  .consent input { width: 18px; height: 18px; min-height: 18px; }
}

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

/* --- Classes adicionadas no merge técnico --- */

.subpage-dark { background-color: #1a240b; background-image: url('../img/hero-bg.webp'); }
.subpage-dark .eyebrow { text-shadow: 0 1px 6px rgba(0,0,0,.4); color: #d9e4bd; }
.subpage-dark h1 { text-shadow: 0 2px 12px rgba(0,0,0,.5); color: #fff; }
.subpage-dark .lede { text-shadow: 0 1px 6px rgba(0,0,0,.5); color: #eef3df; }
.subpage-dark .btn-ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(26,36,11,.38); }

.form-status.is-error { color: #9b2c2c; }

.product-dialog { width: min(92vw, 860px); max-height: 88vh; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: #fffffb; box-shadow: var(--shadow); overflow-y: auto; }
.product-dialog::backdrop { background: rgba(26,36,11,.72); backdrop-filter: blur(3px); }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: #fff; font-size: 1.6rem; cursor: pointer; }
.dialog-product { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 28px; }
.dialog-product > img { width: 100%; max-height: 330px; object-fit: contain; }
.dialog-product h2 { margin-top: 14px; }
.dialog-product .btn-wa { margin-top: 20px; gap: 8px; color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--green), var(--green-2)); font-size: .88rem; }
.dialog-product .btn-wa:hover { background: var(--green-2); }

details { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 22px; margin-bottom: 12px; background: #fff; }
details[open] { border-color: var(--green); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
details p { margin: 12px 0 0; color: var(--muted); }

@media (max-width: 700px) {
  .dialog-product { grid-template-columns: 1fr; }
}
