:root {
  --ink: #10221e;
  --muted: #62716d;
  --green: #0b6b57;
  --green-dark: #074d40;
  --green-soft: #eaf6f2;
  --line: #dce7e3;
  --paper: #ffffff;
  --off-white: #f6f9f8;
  --whatsapp: #25d366;
  --shadow: 0 24px 70px rgba(14, 48, 41, .10);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
.top-anchor { position: absolute; inset: 0 auto auto 0; width: 1px; height: 1px; pointer-events: none; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 12px 16px; border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 82px;
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(220, 231, 227, .75);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, height .25s ease;
}
.site-header.scrolled { height: 72px; box-shadow: 0 8px 30px rgba(16, 34, 30, .07); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(11, 107, 87, .18); }
.brand-mark svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { letter-spacing: .08em; font-size: 14px; line-height: 1; }
.brand-copy small { color: var(--green); font-size: 9px; letter-spacing: .18em; font-weight: 800; }
.primary-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 700; }
.primary-nav > a:not(.button) { position: relative; color: #43534f; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-nav > a:not(.button):hover::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 11px; background: var(--off-white); }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 3px; background: var(--ink); transition: transform .2s, opacity .2s; }

.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; line-height: 1; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 42px; padding-inline: 18px; color: #fff; background: var(--green); }
.button-primary { min-height: 54px; color: #fff; background: var(--green); box-shadow: 0 14px 26px rgba(11, 107, 87, .2); }
.button-primary:hover, .button-small:hover { background: var(--green-dark); box-shadow: 0 16px 30px rgba(7, 77, 64, .22); }
.button-ghost { min-height: 54px; color: var(--ink); border-color: #afbfba; background: rgba(255,255,255,.58); }
.button-white { min-height: 54px; background: #fff; color: var(--green-dark); box-shadow: 0 14px 28px rgba(0, 0, 0, .12); }

.hero { position: relative; min-height: 760px; padding-top: 82px; display: grid; align-items: center; overflow: hidden; background: #f7faf9; }
.hero-image { position: absolute; inset: 82px 0 0; background: url("../images/hero.webp") center / cover no-repeat; }
.hero-shade { position: absolute; inset: 82px 0 0; background: linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.87) 36%, rgba(255,255,255,.28) 57%, rgba(255,255,255,0) 74%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 660px) 1fr; padding-block: 88px 64px; }
.hero-copy { max-width: 660px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 2px; background: currentColor; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 em { display: inline-block; color: var(--green); font-style: normal; }
.hero-lead { max-width: 590px; margin: 27px 0 31px; color: #51615c; font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(98, 113, 109, .22); }
.trust-row div { display: grid; gap: 5px; padding-inline: 20px; border-left: 1px solid rgba(98, 113, 109, .22); }
.trust-row div:first-child { padding-left: 0; border-left: 0; }
.trust-row strong { font-size: 13px; }
.trust-row span { color: var(--muted); font-size: 11px; }

.section { padding-block: 110px; }
.section-heading { margin-bottom: 44px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 60px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2, .order-copy h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.product-toolbar { margin: -4px 0 29px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.product-filters { display: flex; flex-wrap: wrap; gap: 9px; }
.filter-button { min-height: 38px; padding: 0 15px; border: 1px solid var(--line); border-radius: 20px; color: #53635f; background: #fff; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.filter-button:hover { color: var(--green); border-color: #9ccabc; }
.filter-button.is-active { color: #fff; border-color: var(--green); background: var(--green); }
.product-count { flex: 0 0 auto; color: var(--muted); font-size: 11px; }
.product-count strong { color: var(--green); font-size: 16px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 10px 35px rgba(14, 48, 41, .05); transition: transform .25s, box-shadow .25s; }
.product-card[hidden] { display: none; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-media { position: relative; width: 100%; padding: 0; display: block; aspect-ratio: 1 / 1; overflow: hidden; border: 0; color: inherit; background: #fff; font: inherit; text-align: left; cursor: zoom-in; }
.product-media:focus-visible { outline: 3px solid rgba(11,107,87,.45); outline-offset: -3px; }
.product-media img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.stock-badge { position: absolute; z-index: 2; left: 14px; top: 14px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; color: #fff; background: rgba(11,107,87,.92); box-shadow: 0 8px 18px rgba(7,77,64,.18); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.report-badge { position: absolute; z-index: 2; right: 14px; top: 14px; padding: 7px 10px; border: 1px solid rgba(11,107,87,.2); border-radius: 16px; color: var(--green-dark); background: rgba(255,255,255,.94); box-shadow: 0 8px 18px rgba(7,77,64,.1); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.stock-badge, .report-badge, .zoom-badge { pointer-events: none; }
.zoom-badge { position: absolute; z-index: 2; right: 14px; bottom: 14px; min-height: 32px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(11,107,87,.18); border-radius: 18px; color: var(--green-dark); background: rgba(255,255,255,.94); box-shadow: 0 8px 18px rgba(7,77,64,.1); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.zoom-badge svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.product-content { padding: 21px 21px 23px; }
.product-number { display: block; margin-bottom: 11px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-content h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.025em; }
.product-content p { min-height: 84px; margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.62; }
.product-actions { min-height: 72px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.report-link { min-height: 34px; padding: 0 11px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #bdd9d1; border-radius: 8px; color: var(--green-dark); background: var(--green-soft); font-size: 10px; font-weight: 900; transition: border-color .2s, background .2s; }
.report-link:hover { border-color: #89bdaf; background: #ddf0ea; }
.report-link svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 13px; font-weight: 900; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.catalog-strip { margin-top: 24px; padding: 24px 27px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid #cce3dc; border-radius: 16px; background: var(--green-soft); }
.catalog-strip > div { display: flex; align-items: center; gap: 15px; }
.catalog-strip > div > div { display: grid; gap: 5px; }
.catalog-strip strong { font-size: 14px; }
.catalog-strip span { color: var(--muted); font-size: 12px; }
.catalog-icon { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: #fff !important; background: var(--green); }
.catalog-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.quality { border-top: 1px solid #e7efec; background: var(--off-white); }
.quality-heading { align-items: center; }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.document-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(14, 48, 41, .055); transition: transform .25s ease, box-shadow .25s ease; }
.document-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.document-preview { position: relative; height: 292px; padding: 30px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #e2eee9, #f5faf8); }
.document-preview::before { content: ""; position: absolute; width: 250px; height: 250px; right: -100px; top: -120px; border: 1px solid rgba(11, 107, 87, .12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(11, 107, 87, .025); }
.document-preview > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.document-sheet { position: relative; width: 165px; height: 218px; padding: 22px 19px; border-radius: 5px; background: #fff; box-shadow: 0 18px 38px rgba(14, 48, 41, .13); transform: rotate(-2deg); }
.document-sheet::after { content: ""; position: absolute; inset: 7px; border: 1px solid #dce7e3; border-radius: 2px; pointer-events: none; }
.document-sheet svg { position: relative; z-index: 1; width: 42px; height: 42px; margin: 8px auto 20px; display: block; fill: none; stroke: var(--green); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.document-lines { position: relative; z-index: 1; display: grid; gap: 9px; }
.document-lines i { display: block; height: 5px; border-radius: 5px; background: #dfe9e6; }
.document-lines i:nth-child(2) { width: 75%; }
.document-lines i:nth-child(4) { width: 57%; }
.document-stamp { position: absolute; z-index: 2; right: 17px; bottom: 16px; width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid #5eb39e; border-radius: 50%; color: var(--green); font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .06em; transform: rotate(-10deg); }
.document-copy { padding: 24px 25px 27px; }
.document-type { display: block; margin-bottom: 12px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.document-copy h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.025em; }
.document-copy p { min-height: 47px; margin: 0 0 19px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.quality-promise { margin-top: 25px; padding: 25px 27px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; border: 1px solid #c9dfd8; border-radius: 17px; background: #fff; }
.quality-seal { width: 51px; height: 51px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--green); }
.quality-seal svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quality-promise > div:nth-child(2) { display: grid; gap: 6px; }
.quality-promise strong { font-size: 14px; }
.quality-promise span { max-width: 650px; color: var(--muted); font-size: 12px; line-height: 1.6; }

.partners { position: relative; overflow: hidden; border-top: 1px solid #e7efec; background: var(--off-white); }
.partners::before { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: -260px; border: 1px solid rgba(11,107,87,.09); border-radius: 50%; box-shadow: 0 0 0 80px rgba(11,107,87,.018), 0 0 0 160px rgba(11,107,87,.018); }
.partners > .container { position: relative; }
.partners-heading { align-items: center; }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.partner-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(14,48,41,.055); transition: transform .25s ease, box-shadow .25s ease; }
.partner-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.partner-preview { position: relative; height: 205px; padding: 24px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #dcebe6, #f7fbf9); }
.partner-preview::before, .partner-preview::after { content: ""; position: absolute; border: 1px solid rgba(11,107,87,.1); border-radius: 50%; }
.partner-preview::before { width: 260px; height: 260px; right: -110px; top: -130px; box-shadow: 0 0 0 45px rgba(11,107,87,.025); }
.partner-preview::after { width: 170px; height: 170px; left: -80px; bottom: -95px; }
.partner-preview > img { position: relative; z-index: 1; width: min(78%, 230px); max-height: 125px; object-fit: contain; }
.partner-mark { position: relative; z-index: 1; width: 120px; height: 120px; display: grid; place-items: center; border: 1px solid rgba(11,107,87,.18); border-radius: 32px; color: var(--green); background: rgba(255,255,255,.88); box-shadow: 0 20px 42px rgba(14,48,41,.1); transform: rotate(-3deg); }
.partner-mark span { position: relative; z-index: 2; font-size: 27px; font-weight: 950; letter-spacing: -.04em; }
.partner-mark svg { position: absolute; width: 92px; fill: none; stroke: rgba(11,107,87,.12); stroke-width: 1.2; }
.partner-copy { padding: 23px 22px 26px; }
.partner-type { display: block; margin-bottom: 12px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.partner-copy h3 { min-height: 52px; margin: 0 0 10px; font-size: 19px; line-height: 1.3; letter-spacing: -.025em; }
.partner-copy p { min-height: 88px; margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.partner-status { min-height: 32px; padding: 0 10px; display: inline-flex; align-items: center; border: 1px solid #c9dfd8; border-radius: 18px; color: var(--green-dark); background: var(--green-soft); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.partner-promise { margin-top: 25px; padding: 25px 27px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; border: 1px solid #c9dfd8; border-radius: 17px; background: #fff; }
.partner-seal { width: 51px; height: 51px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--green); }
.partner-seal svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.partner-promise > div:nth-child(2) { display: grid; gap: 6px; }
.partner-promise strong { font-size: 14px; }
.partner-promise span { max-width: 650px; color: var(--muted); font-size: 12px; line-height: 1.6; }

.order-flow { position: relative; overflow: hidden; color: #fff; background: var(--green-dark); }
.order-flow::before { content: ""; position: absolute; width: 660px; height: 660px; right: -270px; top: -330px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.02), 0 0 0 180px rgba(255,255,255,.02); }
.order-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 90px; }
.eyebrow-light { color: #75d7bd; }
.order-copy > p:not(.eyebrow) { margin: 23px 0 31px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.75; }
.steps { margin: 0 0 34px; padding: 0; list-style: none; display: grid; gap: 19px; }
.steps li { display: flex; align-items: center; gap: 17px; }
.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #86ddc7; font-size: 10px; font-weight: 900; }
.steps li div { display: grid; gap: 4px; }
.steps strong { font-size: 14px; }
.steps small { color: rgba(255,255,255,.57); font-size: 12px; }
.chat-showcase { position: relative; max-width: 530px; margin-left: auto; }
.chat-note { margin-bottom: 10px; color: rgba(255,255,255,.53); font-size: 10px; line-height: 1.5; text-align: center; }
.phone-card { position: relative; z-index: 2; overflow: hidden; border: 7px solid rgba(255,255,255,.15); border-radius: 30px; color: var(--ink); background: #efeae2; box-shadow: 0 38px 70px rgba(0, 0, 0, .25); }
.phone-card-image { background: #fff; }
.phone-card-image > img { width: 100%; max-height: 610px; object-fit: cover; object-position: top center; }
.phone-top { min-height: 70px; padding: 12px 18px; display: flex; align-items: center; gap: 12px; color: #fff; background: #075e54; }
.phone-top > div { flex: 1; display: grid; gap: 3px; }
.phone-top strong { font-size: 14px; }
.phone-top small { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.7); font-size: 10px; }
.phone-top small i { width: 6px; height: 6px; border-radius: 50%; background: #6ee6a6; }
.phone-top > svg { width: 21px; fill: none; stroke: rgba(255,255,255,.8); stroke-width: 1.6; stroke-linejoin: round; }
.phone-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #0d584d; background: #c8f2e4; font-size: 11px; font-weight: 900; }
.chat-body { min-height: 350px; padding: 22px 18px 17px; display: flex; flex-direction: column; gap: 10px; background-color: #efeae2; background-image: radial-gradient(rgba(80, 100, 92, .1) .7px, transparent .7px); background-size: 13px 13px; }
.chat-date { align-self: center; padding: 5px 9px; border-radius: 7px; color: #65706c; background: #d9ebf1; font-size: 8px; font-weight: 700; box-shadow: 0 1px 1px rgba(0,0,0,.08); }
.bubble { position: relative; max-width: 81%; padding: 10px 12px 17px; border-radius: 9px; font-size: 12px; line-height: 1.55; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.bubble-in { align-self: flex-start; background: #fff; border-top-left-radius: 2px; }
.bubble-out { align-self: flex-end; background: #d9fdd3; border-top-right-radius: 2px; }
.bubble time { position: absolute; right: 8px; bottom: 4px; color: #7e8884; font-size: 8px; }
.bubble-out time::after { content: " ✓✓"; color: #38a8d2; font-weight: 800; }
.chat-input { min-height: 57px; padding: 8px 10px; display: flex; align-items: center; gap: 9px; background: #f2f2f2; }
.chat-input > span { height: 39px; padding: 0 14px; display: flex; align-items: center; flex: 1; border-radius: 20px; color: #8a9390; background: #fff; font-size: 11px; }
.chat-input button { width: 39px; height: 39px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #00a884; cursor: pointer; }
.chat-input button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.order-confirmed { position: absolute; z-index: 3; right: -32px; bottom: 35px; max-width: 280px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.55); border-radius: 14px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.order-confirmed > span { width: 33px; height: 33px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--whatsapp); font-weight: 900; }
.order-confirmed div { display: grid; gap: 4px; }
.order-confirmed strong { font-size: 11px; }
.order-confirmed small { color: var(--muted); font-size: 9px; line-height: 1.45; }

.site-footer { padding: 72px 0 25px; background: #f2f6f5; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 70px; }
.footer-grid-simple { grid-template-columns: 1fr; }
.footer-grid-simple > div:first-child p { max-width: 560px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid > div:first-child p { max-width: 410px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.footer-grid > div:not(:first-child) strong { margin-bottom: 8px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) span { color: var(--muted); font-size: 12px; }
.footer-grid > div:not(:first-child) a:hover { color: var(--green); }
.footer-bottom { margin-top: 50px; padding-top: 21px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: #7a8783; font-size: 9px; line-height: 1.6; }
.footer-grid-simple + .footer-bottom { justify-content: flex-start; }
.footer-bottom span:last-child { max-width: 670px; text-align: right; }

.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; height: 58px; padding: 0 21px 0 14px; display: flex; align-items: center; gap: 9px; border: 4px solid #fff; border-radius: 30px; color: #fff; background: var(--whatsapp); box-shadow: 0 15px 35px rgba(8, 80, 44, .27); font-size: 13px; font-weight: 900; transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: translateY(-4px); box-shadow: 0 19px 40px rgba(8, 80, 44, .33); }
.whatsapp-float svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.config-alert { position: fixed; z-index: 200; left: 50%; bottom: 92px; width: min(calc(100% - 32px), 590px); transform: translateX(-50%); padding: 14px 18px; border: 1px solid #f0c367; border-radius: 11px; color: #5a3c00; background: #fff6dc; box-shadow: var(--shadow); font-size: 12px; text-align: center; }

body.lightbox-open { overflow: hidden; }
.image-lightbox[hidden] { display: none; }
.image-lightbox { position: fixed; z-index: 1000; inset: 0; padding: 32px; display: grid; place-items: center; background: rgba(3,24,19,.9); backdrop-filter: blur(7px); }
.image-lightbox-figure { width: min(92vw, 1120px); height: min(88vh, 900px); margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.image-lightbox-figure img { width: auto; max-width: 100%; height: auto; max-height: calc(88vh - 52px); object-fit: contain; border-radius: 14px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.42); }
.image-lightbox-figure figcaption { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .02em; text-align: center; }
.image-lightbox-close { position: fixed; z-index: 2; top: 24px; right: 24px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); cursor: pointer; transition: background .2s, transform .2s; }
.image-lightbox-close:hover { background: rgba(255,255,255,.22); transform: rotate(4deg); }
.image-lightbox-close:focus-visible { outline: 3px solid rgba(117,215,189,.75); outline-offset: 3px; }
.image-lightbox-close svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

@media (max-width: 960px) {
  .site-header, .site-header.scrolled { height: 72px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 72px 0 auto; padding: 28px 20px 34px; display: grid; gap: 22px; transform: translateY(-130%); opacity: 0; pointer-events: none; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(16,34,30,.09); transition: transform .25s ease, opacity .2s; }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-nav .button { width: 100%; }
  .hero { min-height: 780px; padding-top: 72px; align-items: end; }
  .hero-image { inset: 72px 0 0; background-position: 66% center; }
  .hero-shade { inset: 72px 0 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.92) 49%, rgba(255,255,255,.42) 100%); }
  .hero-grid { grid-template-columns: 1fr; padding-block: 80px 55px; }
  .hero-copy { max-width: 680px; }
  .section-heading { grid-template-columns: 1fr; gap: 19px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .document-grid { grid-template-columns: 1fr 1fr; }
  .document-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .order-grid { grid-template-columns: 1fr; gap: 60px; }
  .chat-showcase { width: min(100%, 590px); margin: 0 auto; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 12px; }
  .hero { min-height: auto; padding-top: 72px; }
  .hero-image { position: relative; inset: auto; height: 340px; margin-top: 0; background-position: 73% center; }
  .hero-shade { display: none; }
  .hero-grid { padding-block: 46px 50px; }
  .hero h1 { font-size: clamp(39px, 12vw, 54px); }
  .hero-lead { margin-block: 22px 26px; font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-row { margin-top: 39px; grid-template-columns: 1fr; }
  .trust-row div { padding: 14px 0; border-left: 0; border-top: 1px solid rgba(98, 113, 109, .16); }
  .trust-row div:first-child { border-top: 0; }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 31px; }
  .product-toolbar { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-copy h3, .partner-copy p { min-height: auto; }
  .zoom-badge span { display: none; }
  .zoom-badge { width: 34px; padding: 0; justify-content: center; }
  .document-grid { grid-template-columns: 1fr; }
  .document-card:last-child { grid-column: auto; display: block; }
  .product-content p { min-height: auto; }
  .catalog-strip { align-items: flex-start; flex-direction: column; }
  .quality-promise { grid-template-columns: auto 1fr; }
  .quality-promise .button { grid-column: 1 / -1; width: 100%; }
  .partner-promise { grid-template-columns: auto 1fr; }
  .partner-promise .button { grid-column: 1 / -1; width: 100%; }
  .order-grid { gap: 47px; }
  .order-copy h2 { font-size: 39px; }
  .chat-showcase { padding-bottom: 55px; }
  .phone-card { border-width: 5px; border-radius: 24px; }
  .chat-body { min-height: 370px; }
  .order-confirmed { right: 14px; bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom span:last-child { text-align: left; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 58px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .image-lightbox { padding: 14px; }
  .image-lightbox-close { top: 14px; right: 14px; width: 44px; height: 44px; }
  .image-lightbox-figure { width: 100%; height: 92vh; }
  .image-lightbox-figure img { max-height: calc(92vh - 50px); }
}

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