:root {
  --red: #e50d37;
  --red-dark: #b6062b;
  --green: #5cbe3f;
  --lime: #b2d82d;
  --ink: #1c1d20;
  --muted: #60636a;
  --line: #e9e9eb;
  --soft: #f7f8f8;
  --white: #fff;
  --shadow: 0 16px 45px rgba(25, 28, 31, .09);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fff; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 200; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0,0,0,.06); }
.header-inner { height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { margin-right: auto; }
.brand img, .footer-brand img { width: 118px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 27px; }
.desktop-nav a { font-size: .82rem; font-weight: 750; color: #393b40; transition: color .2s; }
.desktop-nav a:hover { color: var(--red); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 22px; border: 0; border-radius: 999px; font-weight: 850; font-size: .82rem; text-transform: uppercase; letter-spacing: .015em; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--red), #f01a42); box-shadow: 0 10px 26px rgba(229,13,55,.24); }
.btn-primary:hover { box-shadow: 0 14px 34px rgba(229,13,55,.34); }
.btn-outline { border: 1.5px solid #b9bbc0; background: rgba(255,255,255,.84); color: var(--ink); }
.btn-green { color: #fff; background: linear-gradient(135deg, #53af38, #72c847); box-shadow: 0 10px 26px rgba(62,145,41,.25); }
.btn-large { min-height: 54px; padding-inline: 27px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; background: linear-gradient(110deg, #fff 0 56%, #f8f9f4 56% 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; border: 54px solid var(--green); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; right: -205px; top: -250px; opacity: .96; transform: rotate(-18deg); }
.hero-ribbon { position: absolute; width: 520px; height: 520px; right: -110px; top: -200px; border: 45px solid var(--lime); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(19deg); opacity: .95; }
.hero-grid { position: relative; min-height: 610px; display: grid; grid-template-columns: .97fr 1.03fr; align-items: center; gap: 62px; padding-top: 64px; padding-bottom: 72px; }
.hero-copy { position: relative; z-index: 2; }
.product-title { display: flex; align-items: center; gap: 10px; line-height: .9; }
.product-title strong { font-size: clamp(3rem, 5vw, 5rem); letter-spacing: -.06em; }
.product-title span { display: inline-grid; place-items: center; width: 96px; aspect-ratio: 1; border-radius: 28px 0 28px 0; background: var(--red); color: #fff; font-size: 3.2rem; font-weight: 900; }
.product-subtitle { margin: 10px 0 27px; color: #555; font-size: 1.1rem; font-style: italic; }
.eyebrow { margin: 0 0 10px; color: var(--red); text-transform: uppercase; font-weight: 900; font-size: .76rem; letter-spacing: .12em; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(2rem, 3.5vw, 3.55rem); line-height: 1.03; letter-spacing: -.045em; text-transform: uppercase; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-description { max-width: 620px; margin: 22px 0 20px; color: var(--muted); font-size: 1.02rem; }
.hero-highlights { display: flex; gap: 24px; margin: 0 0 28px; padding: 0; list-style: none; }
.hero-highlights li { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; color: #4b4d52; font-size: .75rem; font-weight: 700; line-height: 1.15; }
.hero-highlights span { color: var(--red); font-size: 1.45rem; font-weight: 950; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 14px 0 0; color: #7b7d82; font-size: .73rem; }
.hero-visual { position: relative; align-self: stretch; display: flex; align-items: center; justify-content: center; min-width: 0; }
.hero-image-frame { position: relative; width: min(100%, 525px); height: 530px; border-radius: 52% 22% 36% 18% / 34% 24% 46% 27%; overflow: hidden; background: #fff; box-shadow: 0 35px 80px rgba(24,28,26,.18); transform: rotate(1deg); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 51%; transform: scale(1.02); }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 70px rgba(255,255,255,.18); pointer-events: none; }
.floating-badge { position: absolute; top: 83px; left: -6px; z-index: 2; width: 102px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: #fff; background: #292a2d; border: 7px solid #fff; border-radius: 50%; box-shadow: var(--shadow); }
.floating-badge span { font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }
.floating-badge strong { font-size: 1.35rem; }
.visual-caption { position: absolute; right: -3px; bottom: 58px; z-index: 3; max-width: 260px; padding: 16px 20px; background: #fff; border-left: 4px solid var(--red); border-radius: 10px; box-shadow: var(--shadow); }
.visual-caption strong, .visual-caption span { display: block; }
.visual-caption strong { color: var(--red); font-size: .88rem; text-transform: uppercase; }
.visual-caption span { color: var(--muted); font-size: .72rem; }
.trust-strip { position: relative; z-index: 4; background: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.trust-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 0 22px; border-right: 1px solid #eee; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border: 0; }
.trust-grid i { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; color: var(--red); border: 1.5px solid var(--red); border-radius: 50%; font-style: normal; font-weight: 900; }
.trust-grid span, .trust-grid strong { display: block; }
.trust-grid span { color: #6c6e73; font-size: .68rem; line-height: 1.3; }
.trust-grid strong { color: var(--ink); font-size: .78rem; text-transform: uppercase; }

.section { padding: 84px 0; }
.section-heading { max-width: 740px; margin-bottom: 38px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .solution h2, .about h2, .commercial h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.07; letter-spacing: -.04em; text-transform: uppercase; }
.section-heading > p:last-child { margin: 14px auto 0; max-width: 650px; color: var(--muted); }
.feature-grid { display: grid; gap: 18px; }
.feature-grid.four { grid-template-columns: repeat(4, 1fr); }
.feature-grid.five { grid-template-columns: repeat(5, 1fr); }
.feature-card, .mini-card { padding: 30px 25px; text-align: center; border: 1px solid #eeeeef; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(22,25,28,.06); transition: transform .25s, box-shadow .25s; }
.feature-card:hover, .mini-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.line-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--red); border: 1.5px solid rgba(229,13,55,.36); border-radius: 18px; font-size: 1.8rem; line-height: 1; }
.feature-card h3, .mini-card h3 { margin: 0 0 10px; font-size: .98rem; line-height: 1.25; }
.feature-card p, .mini-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.efficiency { background: linear-gradient(180deg, #fff, #f9f9fa); }

.solution { overflow: hidden; }
.solution-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.solution-visual { position: relative; height: 510px; overflow: hidden; border-radius: 28px; background: #f3f4ef; box-shadow: var(--shadow); }
.solution-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 51%; }
.green-arc { position: absolute; z-index: 2; left: -110px; top: -100px; width: 350px; height: 350px; border: 35px solid var(--green); border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(18deg); }
.since-tag { position: absolute; z-index: 3; left: 24px; bottom: 24px; padding: 11px 16px; border-radius: 999px; color: #fff; background: var(--red); font-size: .72rem; font-weight: 900; text-transform: uppercase; box-shadow: 0 12px 28px rgba(229,13,55,.28); }
.pill { display: inline-block; margin-bottom: 14px; padding: 6px 11px; border-radius: 5px; color: #fff; background: var(--red); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.check-list { display: grid; gap: 15px; margin: 26px 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 25px 1fr; gap: 11px; align-items: start; }
.check-list li > span { width: 22px; height: 22px; display: grid; place-items: center; margin-top: 2px; border-radius: 50%; color: #fff; background: var(--green); font-size: .75rem; font-weight: 900; }
.check-list p { margin: 0; color: var(--muted); font-size: .92rem; }
.check-list strong { color: var(--ink); }
.signature { display: inline-block; margin: 4px 0 0; color: #55a93e; font-family: "Segoe Script", "Bradley Hand", cursive; font-size: 1.8rem; transform: rotate(-2deg); border-bottom: 3px solid #78bd50; }

.benefits { background: #fafafa; }
.mini-card { padding: 27px 17px; }
.mini-card .line-icon { width: 49px; height: 49px; }
.legal-note { max-width: 900px; margin: 25px auto 0; color: #85878c; text-align: center; font-size: .7rem; }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 24px; }
.steps article { position: relative; text-align: center; }
.step-number { position: absolute; top: 6px; left: calc(50% - 55px); width: 29px; height: 29px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: .78rem; font-weight: 900; }
.step-icon { width: 92px; height: 92px; display: grid; place-items: center; margin: 0 auto 17px; color: var(--green); border: 1.5px solid #cbd0c8; border-radius: 50%; font-size: 2rem; }
.steps h3 { margin: 0 0 8px; text-transform: uppercase; font-size: .86rem; }
.steps p { max-width: 250px; margin: 0 auto; color: var(--muted); font-size: .78rem; }
.step-arrow { color: #6d6f73; font-size: 2rem; }
.centered-action { margin-top: 34px; text-align: center; }

.about { color: #fff; background: linear-gradient(125deg, #242528, #101113); }
.about .eyebrow { color: #7bc75b; }
.about-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.about-heading > p { margin: 0; color: #c9c9cb; }
.about h2 em { color: #ff3659; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 45px; }
.stats-grid article { padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.04); }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { color: #fff; font-size: 2rem; }
.stats-grid span { color: #aaaeb2; font-size: .76rem; text-transform: uppercase; }
.categories { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.categories span { padding: 8px 12px; border-radius: 999px; color: #dadadc; background: rgba(255,255,255,.07); font-size: .68rem; font-weight: 750; text-transform: uppercase; }

.commercial { padding-top: 72px; padding-bottom: 72px; }
.commercial-card { min-height: 340px; display: grid; grid-template-columns: .85fr 1.2fr .9fr; align-items: center; gap: 38px; overflow: hidden; padding: 28px 36px; border-radius: 28px; color: #fff; background: radial-gradient(circle at 14% 30%, #f3264b, transparent 37%), linear-gradient(120deg, #c9002b, #ec0d38 69%, #c9002b); box-shadow: 0 25px 60px rgba(193,0,41,.24); }
.commercial-product { height: 280px; overflow: hidden; border-radius: 20px; background: #fff; transform: rotate(-2deg); box-shadow: 0 20px 50px rgba(89,0,22,.24); }
.commercial-product img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.eyebrow.light { color: #fff; opacity: .8; }
.commercial h2 { color: #fff; }
.commercial h2 span { color: #d8f032; }
.commercial ul { padding-left: 20px; margin-bottom: 0; color: #fff; font-size: .86rem; }
.contact-box { display: grid; gap: 12px; padding: 24px; color: var(--ink); text-align: center; border-radius: 18px; background: #fff; box-shadow: 0 15px 35px rgba(95,0,20,.18); }
.contact-label { color: var(--red); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.phone-link { color: var(--ink); font-size: 1.08rem; font-weight: 900; }
.contact-box small { color: #818388; font-size: .64rem; }

.faq { padding-top: 36px; background: #fafafa; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
details { background: #fff; border: 1px solid #e7e7e9; border-radius: 12px; box-shadow: 0 8px 25px rgba(25,28,31,.04); }
summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 21px; cursor: pointer; list-style: none; font-size: .87rem; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--red); font-size: 1.35rem; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: 0; padding: 0 21px 21px; color: var(--muted); font-size: .8rem; }
.final-cta { color: #fff; background: linear-gradient(120deg, #d90031, #ed163f); }
.final-grid { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-grid p { margin: 0 0 4px; color: #dff02f; font-weight: 900; text-transform: uppercase; }
.final-grid h2 { max-width: 700px; margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.08; text-transform: uppercase; letter-spacing: -.03em; }

footer { background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr .8fr; gap: 50px; padding-top: 55px; padding-bottom: 48px; }
.footer-brand p { max-width: 260px; margin: 14px 0 6px; color: var(--muted); font-size: .78rem; }
.footer-brand strong { color: #55a93e; font-family: "Segoe Script", cursive; font-size: .9rem; }
footer h2 { margin: 0 0 14px; color: var(--red); font-size: .78rem; text-transform: uppercase; }
footer a, footer p { display: block; margin: 6px 0; color: #53565b; font-size: .78rem; }
footer a:hover { color: var(--red); }
.footer-bottom { border-top: 1px solid #eee; }
.footer-bottom .container { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8a8c90; font-size: .66rem; }
.mobile-sticky-cta { display: none; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .brand { margin-right: 0; }
  .hero-grid { gap: 28px; }
  .hero-image-frame { height: 470px; }
  .feature-grid.five { grid-template-columns: repeat(3, 1fr); }
  .commercial-card { grid-template-columns: .8fr 1.2fr; }
  .contact-box { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; }
  .contact-label, .contact-box small { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .header-inner { height: 70px; }
  .header-cta { display: none; }
  .menu-toggle { width: 43px; height: 43px; display: grid; place-content: center; gap: 5px; margin-left: auto; border: 0; border-radius: 50%; background: #f4f4f5; }
  .menu-toggle span { width: 20px; height: 2px; display: block; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 70px; left: 0; right: 0; display: grid; gap: 3px; padding: 14px 20px 22px; background: #fff; border-bottom: 1px solid #eee; box-shadow: 0 15px 35px rgba(0,0,0,.08); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu > a:not(.btn) { padding: 11px 5px; border-bottom: 1px solid #f0f0f0; font-weight: 750; font-size: .9rem; }
  .hero { background: linear-gradient(180deg, #fff 0 58%, #f5f7f1 58% 100%); }
  .hero-grid { grid-template-columns: 1fr; padding-top: 45px; padding-bottom: 42px; }
  .hero-copy { text-align: center; }
  .product-title, .hero-highlights, .hero-actions { justify-content: center; }
  .hero-description { margin-inline: auto; }
  .hero-visual { min-height: 490px; }
  .hero-image-frame { height: 470px; }
  .floating-badge { left: 6%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 12px 0; }
  .trust-grid > div { min-height: 65px; border-bottom: 1px solid #eee; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(3) { border-bottom: 0; padding-left: 0; }
  .trust-grid > div:nth-child(4) { border-bottom: 0; }
  .feature-grid.four, .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-grid { grid-template-columns: 1fr; gap: 42px; }
  .solution-visual { height: 460px; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .step-arrow { display: none; }
  .about-heading { grid-template-columns: 1fr; gap: 20px; }
  .commercial-card { grid-template-columns: 1fr; }
  .commercial-product { display: none; }
  .commercial-copy { text-align: center; }
  .commercial-copy ul { display: inline-block; text-align: left; }
  .contact-box { grid-column: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  body { padding-bottom: 62px; }
  .brand img { width: 102px; }
  .hero-grid { padding-top: 30px; }
  .product-title strong { font-size: 2.65rem; }
  .product-title span { width: 66px; border-radius: 20px 0; font-size: 2rem; }
  .product-subtitle { margin-bottom: 19px; font-size: .88rem; }
  .hero h1 { font-size: 1.78rem; }
  .hero-description { font-size: .91rem; }
  .hero-highlights { gap: 11px; }
  .hero-highlights li { display: block; max-width: 93px; font-size: .64rem; text-align: center; }
  .hero-highlights span { display: block; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 380px; }
  .hero-image-frame { width: 100%; height: 370px; border-radius: 24px; }
  .floating-badge { top: 20px; left: -4px; width: 82px; border-width: 5px; }
  .visual-caption { right: 8px; bottom: 13px; max-width: 220px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 8px 9px; gap: 8px; }
  .trust-grid > div:nth-child(3) { padding-left: 9px; }
  .trust-grid i { width: 30px; height: 30px; }
  .section { padding: 62px 0; }
  .section-heading h2, .solution h2, .about h2, .commercial h2 { font-size: 1.82rem; }
  .feature-grid.four, .feature-grid.five { grid-template-columns: 1fr; }
  .feature-card, .mini-card { display: grid; grid-template-columns: 50px 1fr; column-gap: 15px; text-align: left; padding: 20px; }
  .feature-card .line-icon, .mini-card .line-icon { grid-row: 1 / 3; width: 48px; height: 48px; margin: 0; }
  .feature-card h3, .mini-card h3 { margin-top: 2px; margin-bottom: 4px; }
  .solution-visual { height: 370px; }
  .signature { font-size: 1.4rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid article { padding: 18px; }
  .commercial { padding-inline: 0; }
  .commercial-card { width: min(calc(100% - 20px), var(--container)); padding: 28px 18px; border-radius: 20px; }
  .contact-box { grid-template-columns: 1fr; }
  .contact-label, .contact-box small { grid-column: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-grid { min-height: 245px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom .container { padding: 14px 0; flex-direction: column; align-items: flex-start; gap: 4px; }
  .mobile-sticky-cta { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 95; min-height: 48px; display: grid; place-items: center; color: #fff; background: var(--red); border: 2px solid #fff; border-radius: 999px; box-shadow: 0 8px 24px rgba(99,0,20,.35); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
}

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

/* Refinamento visual — referências aprovadas (agosto/2026) */
.line-icon {
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.line-icon svg,
.step-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-card {
  min-height: 286px;
  padding: 35px 24px 30px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(24, 28, 31, .07);
}
.feature-card .line-icon { margin-bottom: 22px; }
.feature-card h3 { font-size: 1.02rem; }
.feature-card p { max-width: 230px; margin-inline: auto; font-size: .83rem; }
.mini-card { min-height: 242px; padding: 30px 17px 24px; border-radius: 16px; }
.mini-card .line-icon { width: 54px; height: 54px; margin-bottom: 16px; }

.hero { background: linear-gradient(105deg, #fff 0 53%, #f3f4ef 53% 100%); }
.hero::after { content: ""; position: absolute; right: 0; bottom: 0; width: 50%; height: 46%; background: linear-gradient(0deg, rgba(116, 148, 61, .16), transparent); pointer-events: none; }
.hero-grid { min-height: 630px; }
.hero-image-frame {
  width: min(100%, 600px);
  height: 550px;
  border-radius: 22px;
  background: #e9e9e5;
  transform: none;
  box-shadow: 0 26px 70px rgba(28, 31, 27, .18);
}
.hero-image-frame img { object-fit: cover; object-position: center 59%; transform: none; }
.hero-image-frame::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.2)); pointer-events: none; }
.floating-badge { top: 42px; left: -18px; }
.visual-caption { right: 13px; bottom: 25px; z-index: 4; }

.solution-visual { height: 500px; background: linear-gradient(135deg, #eeefeb, #d8dbd7); }
.solution-visual img { object-fit: cover; object-position: center; }
.solution-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(0deg, rgba(22,26,25,.26), transparent); pointer-events: none; }
.since-tag { z-index: 4; }

.step-icon {
  width: 100px;
  height: 100px;
  color: var(--green);
  background: #fff;
  border: 1.5px solid #cfd2d0;
  box-shadow: 0 7px 20px rgba(24,28,31,.05);
}
.step-icon svg { width: 47px; height: 47px; }
.step-number { top: 9px; left: calc(50% - 62px); width: 34px; height: 34px; box-shadow: 0 4px 10px rgba(229,13,55,.17); }
.step-arrow { display: grid; place-items: center; width: 85px; height: 2px; color: transparent; background: #54565a; position: relative; }
.step-arrow::after { content: ""; position: absolute; right: 0; width: 11px; height: 11px; border-top: 2px solid #54565a; border-right: 2px solid #54565a; transform: rotate(45deg); }
.steps h3 { max-width: 220px; margin-inline: auto; font-size: .88rem; }

.about { color: var(--ink); background: #fff; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #ededed; }
.about .eyebrow { color: var(--green); }
.about h2 { color: var(--ink); }
.about h2 em { color: var(--red); }
.about-heading > p { max-width: 480px; color: #565a60; font-size: 1.03rem; }
.stats-grid article { min-height: 144px; padding: 27px 28px; border-color: #e8e8ea; background: #fff; box-shadow: 0 11px 28px rgba(22,25,28,.06); }
.stats-grid strong { color: var(--red); }
.stats-grid span { color: #666a70; font-weight: 700; }
.categories { margin-top: 30px; padding-top: 24px; border-top: 1px solid #eee; }
.categories span { padding: 10px 15px; color: #4d5055; background: #f5f5f6; font-size: .66rem; }

.commercial { padding-block: 70px 30px; }
.commercial-card { min-height: 360px; grid-template-columns: 1fr 1.1fr .88fr; gap: 26px; padding: 22px 28px; border-radius: 26px; }
.commercial-product { position: relative; height: 315px; overflow: visible; background: transparent; box-shadow: none; transform: none; }
.commercial-cow { position: absolute; left: -86px; bottom: -22px; width: 265px; max-width: none; height: auto; filter: drop-shadow(0 10px 14px rgba(80,0,17,.18)); }
.commercial-pack { position: absolute; right: -22px; bottom: 15px; width: 215px; height: 210px; object-fit: cover; object-position: 59% center; border-radius: 14px; box-shadow: 0 18px 40px rgba(96,0,23,.28); }
.commercial-copy h2 { font-size: clamp(1.65rem, 2.6vw, 2.5rem); }
.commercial-copy ul { margin-top: 20px; }
.contact-box { grid-template-columns: 1fr; }
.contact-label, .contact-box small { grid-column: auto; }

.final-cta { overflow: hidden; background: linear-gradient(105deg, #c90030 0%, #ed153f 52%, #cf002e 100%); }
.final-grid { position: relative; min-height: 290px; padding-left: 250px; padding-right: 0; }
.final-grid > div { position: relative; z-index: 2; }
.final-grid h2 { max-width: 390px; font-size: clamp(1.55rem, 2.5vw, 2.4rem); }
.final-grid .btn { position: absolute; z-index: 4; right: 20px; top: calc(50% + 52px); transform: translateY(-50%); min-width: 205px; }
.final-cow { position: absolute; z-index: 1; left: 0; bottom: -1px; width: 480px; height: 238px; max-width: none; object-fit: contain; object-position: left bottom; filter: drop-shadow(0 8px 16px rgba(0,0,0,.5)); }
.final-product { position: absolute; z-index: 2; right: 180px; bottom: 110px; width: 140px; height: 155px; object-fit: cover; object-position: 59% center; border-radius: 12px; box-shadow: 0 14px 30px rgba(0,0,0,.52); }

@media (max-width: 1040px) {
  .commercial-card { grid-template-columns: .8fr 1.2fr; }
  .commercial-product { height: 280px; }
  .commercial-cow { left: -92px; width: 250px; }
  .commercial-pack { right: -12px; width: 185px; height: 185px; }
  .final-grid { padding-right: 0; }
  .final-product { right: 180px; bottom: 110px; width: 125px; height: 140px; }
  .final-grid .btn { right: 16px; }
}

@media (max-width: 820px) {
  .hero-image-frame { width: min(100%, 560px); height: 460px; }
  .feature-card { min-height: 0; }
  .feature-card .line-icon { margin-inline: auto; }
  .solution-visual { height: 440px; }
  .step-arrow { display: none; }
  .commercial-card { grid-template-columns: 1fr; }
  .commercial-product { display: block; height: 250px; max-width: 440px; width: 100%; margin-inline: auto; }
  .commercial-cow { left: -46px; width: 250px; }
  .commercial-pack { right: 5%; width: 200px; height: 200px; }
  .final-grid { min-height: 270px; padding-left: 205px; padding-right: 24px; }
  .final-product { display: none; }
  .final-cow { left: -10px; width: 390px; height: 205px; }
  .final-grid .btn { min-width: 0; }
}

@media (max-width: 560px) {
  .hero-image-frame { height: 360px; }
  .hero-image-frame img { object-position: center 58%; }
  .feature-card, .mini-card { grid-template-columns: 56px 1fr; }
  .feature-card .line-icon, .mini-card .line-icon { width: 52px; height: 52px; }
  .mini-card { min-height: 0; }
  .solution-visual { height: 345px; }
  .stats-grid article { min-height: 120px; padding: 20px; }
  .commercial-card { padding: 25px 18px; }
  .commercial-product { height: 220px; }
  .commercial-cow { left: -66px; width: 235px; }
  .commercial-pack { right: -4px; width: 180px; height: 180px; }
  .commercial-copy ul { font-size: .78rem; }
  .final-grid { min-height: 330px; padding: 25px 22px 26px; align-items: flex-end; }
  .final-grid > div { max-width: 270px; margin-left: auto; text-align: right; }
  .final-grid p { font-size: .78rem; }
  .final-grid h2 { font-size: 1.52rem; }
  .final-grid .btn { position: static; transform: none; margin-left: auto; }
  .final-cow { left: -8px; bottom: 0; width: 370px; height: 195px; }
}

/* Identidade ILF Horse — preto e dourado */
:root {
  --red: #d9ad45;
  --red-dark: #a97918;
  --green: #ba8b2b;
  --lime: #f1c65b;
  --ink: #f8f3e6;
  --muted: #c8c0ae;
  --line: rgba(217, 173, 69, .24);
  --soft: #12130f;
  --white: #fffdf8;
  --shadow: 0 18px 46px rgba(0, 0, 0, .34);
}
body { color: var(--ink); background: #090a08; }
.site-header { background: rgba(7, 8, 6, .95); border-bottom-color: rgba(217, 173, 69, .45); }
.brand img, .footer-brand img { width: 138px; height: 64px; object-fit: contain; }
.desktop-nav a { color: #eee5d0; }
.desktop-nav a:hover { color: var(--lime); }
.btn-primary { color: #16130d; background: linear-gradient(135deg, #f4ce69, #b88220); box-shadow: 0 10px 28px rgba(217, 173, 69, .24); }
.btn-primary:hover { box-shadow: 0 14px 34px rgba(241, 198, 91, .34); }
.btn-outline { color: #f5e9c8; border-color: #c4942e; background: rgba(0, 0, 0, .25); }
.btn-green { color: #16130d; background: linear-gradient(135deg, #efcc65, #a97818); box-shadow: 0 10px 26px rgba(217,173,69,.22); }
.hero { background: radial-gradient(circle at 84% 22%, rgba(151, 104, 18, .24), transparent 32%), linear-gradient(110deg, #070806 0 51%, #11120d 51% 100%); }
.hero::before { border-color: #c79a32; border-left-color: transparent; border-bottom-color: transparent; opacity: .28; }
.hero-ribbon { border-color: #f0c557; border-left-color: transparent; border-bottom-color: transparent; opacity: .42; }
.hero::after { background: linear-gradient(0deg, rgba(139, 94, 15, .2), transparent); }
.product-title strong, .hero h1 { color: #fffaf0; }
.product-title span { color: #17130c; background: linear-gradient(135deg, #f7d46c, #b37b16); }
.product-subtitle, .hero-description, .microcopy { color: #cbc3b4; }
.eyebrow { color: var(--lime); }
h1 em, h2 em { color: var(--lime); }
.hero-highlights li { color: #e0d6bf; }
.hero-highlights span { color: var(--lime); }
.hero-image-frame { background: #1e1e19; border: 1px solid rgba(217,173,69,.45); box-shadow: 0 26px 70px rgba(0,0,0,.52); }
.hero-image-frame::after { box-shadow: inset 0 0 70px rgba(218, 176, 74, .08); }
.floating-badge { color: #f6d16a; background: #14150f; border-color: #d9ad45; }
.visual-caption { color: #f7ecd4; background: #171811; border-left-color: #d9ad45; }
.visual-caption strong { color: var(--lime); }
.visual-caption span { color: #c5bca9; }
.trust-strip { color: #eee3ca; background: #0c0d09; border-color: rgba(217,173,69,.24); }
.trust-grid > div { border-color: rgba(217,173,69,.2); }
.trust-grid i { color: #f3cb60; border-color: #c69a37; }
.trust-grid i { width: 42px; height: 42px; padding: 8px; border-width: 1px; }
.trust-grid i svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.trust-grid span { color: #b9b19f; }
.trust-grid strong { color: #f7ecd4; }

.efficiency, .benefits, .process, .faq { background: #10110e; }
.section-heading h2, .solution h2, .about h2, .commercial h2 { color: #fffaf0; }
.section-heading > p:last-child, .check-list p, .steps p { color: #c9c1b2; }
.feature-card, .mini-card { color: #f8f0dc; background: linear-gradient(145deg, #1b1c17, #11120e); border-color: rgba(217,173,69,.27); box-shadow: 0 13px 32px rgba(0,0,0,.24); }
.feature-card:hover, .mini-card:hover { box-shadow: 0 16px 36px rgba(0,0,0,.42); }
.feature-card p, .mini-card p { color: #c9c1b2; }
.line-icon { color: var(--lime); }
.feature-card .line-icon { width: 68px; height: 68px; }
.feature-card .line-icon svg { stroke-width: 2.45; }
.cow-icon { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) saturate(100%) invert(77%) sepia(57%) saturate(650%) hue-rotate(359deg) brightness(94%) contrast(90%); }
.efficiency { position: relative; background: radial-gradient(circle at 50% 0%, rgba(183, 135, 33, .08), transparent 44%), #10110e; }
.efficiency .section-heading { margin-bottom: 32px; }
.efficiency .feature-grid.four { gap: 14px; }
.efficiency .feature-card { position: relative; min-height: 292px; padding: 28px 20px 24px; border-radius: 16px; background: linear-gradient(155deg, #1b1d17, #12130f); }
.efficiency .feature-card::before { content: ""; position: absolute; top: 0; left: 22%; right: 22%; height: 2px; border-radius: 2px; background: linear-gradient(90deg, transparent, #e8bd52, transparent); opacity: .75; }
.efficiency .feature-card .line-icon { width: 62px; height: 62px; margin-bottom: 16px; }
.efficiency .feature-card h3 { min-height: 44px; margin-bottom: 8px; font-size: .93rem; line-height: 1.2; }
.efficiency .feature-card p { max-width: 205px; font-size: .76rem; line-height: 1.45; }
.efficiency .feature-card:hover { border-color: rgba(232, 189, 82, .62); transform: translateY(-4px); }

@media (max-width: 560px) {
  .efficiency .feature-card { min-height: 0; padding: 20px; }
  .efficiency .feature-card h3 { min-height: 0; }
}

/* Ofertas FortCam 20 mL e 50 mL */
.offers { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 0%, rgba(207, 158, 46, .13), transparent 38%), #080906; border-top: 1px solid rgba(217, 173, 69, .22); border-bottom: 1px solid rgba(217, 173, 69, .22); }
.offers::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 34%, rgba(255,255,255,.015) 50%, transparent 66%); }
.offers-heading { position: relative; margin-bottom: 42px; }
.offer-kicker { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; margin-bottom: 18px; padding: 0 22px; color: #17130b; background: linear-gradient(135deg, #f7d46c, #bd861d); border-radius: 999px; font-size: .71rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 22px rgba(217,173,69,.16); }
.offers-heading .eyebrow { margin-bottom: 8px; }
.offer-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.offer-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 30px; color: #f8f1df; background: linear-gradient(145deg, #171812, #0d0e0a); border: 1px solid rgba(217,173,69,.52); border-radius: 20px; box-shadow: 0 22px 48px rgba(0,0,0,.28); }
.offer-card.featured { border-color: #e8b943; box-shadow: 0 25px 58px rgba(217,173,69,.12); }
.best-choice { position: absolute; top: 0; right: 0; padding: 8px 18px; color: #17130b; background: linear-gradient(135deg, #f2cd66, #b77e18); border-radius: 0 19px 0 16px; font-size: .64rem; font-weight: 950; letter-spacing: .04em; text-transform: uppercase; }
.offer-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(217,173,69,.3); }
.offer-label { color: #ede4d0; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.offer-card h3 { margin: 3px 0 0; color: #efc357; font-size: 2.25rem; line-height: 1; letter-spacing: -.04em; }
.offer-card h3 small { font-size: .58em; text-transform: uppercase; }
.sku { margin-top: 4px; padding: 7px 10px; color: #cfc5b2; background: rgba(255,255,255,.04); border: 1px solid rgba(217,173,69,.17); border-radius: 7px; font-size: .62rem; font-weight: 750; }
.offer-name { margin: 15px 0 17px; color: #cfc7b8; font-size: .83rem; }
.price-row { display: grid; grid-template-columns: .78fr 1.18fr auto; align-items: end; gap: 18px; padding: 2px 0 18px; }
.old-price span, .promo-price span { display: block; margin-bottom: 2px; color: #a9a08f; font-size: .62rem; font-weight: 850; text-transform: uppercase; }
.old-price del { color: #c6bbaa; text-decoration-color: #d9ad45; text-decoration-thickness: 2px; font-size: 1.02rem; }
.promo-price span { color: #f5ead0; }
.promo-price strong { display: block; color: #f1c65b; font-size: clamp(2.65rem, 4vw, 3.8rem); line-height: .88; letter-spacing: -.06em; white-space: nowrap; }
.promo-price strong small { font-size: .34em; vertical-align: top; letter-spacing: 0; }
.promo-price strong sup { position: relative; top: -.55em; font-size: .42em; letter-spacing: -.02em; }
.saving { align-self: center; padding: 9px 11px; color: #69db79; background: rgba(25,116,42,.18); border: 1px solid #24903a; border-radius: 8px; font-size: .67rem; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.offer-note { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 12px 0 16px; color: #d3c9b6; border-top: 1px solid rgba(217,173,69,.22); font-size: .76rem; }
.offer-note span { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 auto; color: #17130b; background: #e8bd52; border-radius: 50%; font-size: .67rem; font-weight: 950; }
.offer-button { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: auto; padding: 0 20px; color: #17130b; background: linear-gradient(135deg, #f9db78, #d89d21); border-radius: 11px; box-shadow: 0 12px 28px rgba(217,173,69,.18); font-size: .82rem; font-weight: 950; text-align: center; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.offer-button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(217,173,69,.28); }
.offer-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.offer-disclaimer { max-width: 840px; margin: 22px auto 0; color: #918979; text-align: center; font-size: .65rem; }

@media (max-width: 900px) {
  .offer-card { padding: 25px 22px; }
  .price-row { grid-template-columns: .7fr 1fr; gap: 14px; }
  .saving { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 700px) {
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { padding: 26px 20px 20px; }
  .offer-card h3 { font-size: 2.05rem; }
  .price-row { grid-template-columns: .72fr 1.18fr; }
  .promo-price strong { font-size: 3.3rem; }
  .offer-button { min-height: 56px; font-size: .77rem; }
}

@media (max-width: 410px) {
  .offer-card-top { display: block; }
  .sku { display: inline-block; margin-top: 12px; }
  .price-row { grid-template-columns: 1fr 1.2fr; }
  .promo-price strong { font-size: 2.8rem; }
  .saving { white-space: normal; }
}
.solution { background: #090a08; }
.solution-visual { border: 1px solid rgba(217,173,69,.38); background: #151610; }
.green-arc { border-color: #c79c36; border-right-color: transparent; border-bottom-color: transparent; }
.since-tag, .pill { color: #16120b; background: linear-gradient(135deg, #f1cc66, #b7821e); }
.check-list li > span { color: #12120d; background: #e3b749; }
.signature { color: #e7bd53; border-bottom-color: #c4932c; }
.legal-note { color: #a9a18f; }
.step-icon { color: var(--lime); background: #161711; border-color: rgba(217,173,69,.55); box-shadow: 0 8px 20px rgba(0,0,0,.28); }
.step-number { color: #17130b; background: linear-gradient(135deg, #f3cd66, #b5811d); }
.step-arrow { background: #b98b2a; }
.step-arrow::after { border-color: #b98b2a; }
.steps h3 { color: #fff5df; }

.about { color: #f7efd9; background: linear-gradient(135deg, #12130f, #080906); border-color: rgba(217,173,69,.28); }
.about .eyebrow { color: var(--lime); }
.about h2 { color: #fff9eb; }
.about h2 em { color: #e9bd52; }
.about-heading > p { color: #d0c7b5; }
.stats-grid article { background: linear-gradient(145deg, #1b1c17, #12130f); border-color: rgba(217,173,69,.3); box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.stats-grid strong { color: #f0c55a; }
.stats-grid span { color: #c8beab; }
.categories { border-top-color: rgba(217,173,69,.24); }
.categories span { color: #f1e3c4; background: #202118; border: 1px solid rgba(217,173,69,.2); }

.commercial-card { background: radial-gradient(circle at 12% 40%, rgba(193, 144, 31, .3), transparent 35%), linear-gradient(115deg, #0d0e0a, #211807 68%, #0d0e09); border: 1px solid rgba(217,173,69,.58); box-shadow: 0 25px 60px rgba(0,0,0,.4); }
.commercial-copy h2 { color: #fff7e4; }
.commercial-copy h2 span { color: #efc65d; }
.commercial-copy ul { color: #d9cfbb; }
.contact-box { color: #17130b; background: #fffaf0; }
.contact-label { color: #9c6d14; }
.phone-link { color: #3b2a0c; }
.contact-box small { color: #716856; }
.commercial-cow { filter: drop-shadow(0 10px 14px rgba(0,0,0,.52)); }
.commercial-pack, .final-product { box-shadow: 0 18px 40px rgba(0,0,0,.52); }

/* Arte equina ILF Horse: preserva a proporção original e separa cavalo, texto e produto. */
.commercial-cow.horse-art {
  left: -34px;
  bottom: -24px;
  width: 270px;
  height: 320px;
  object-fit: contain;
  object-position: left bottom;
}
.commercial-pack { right: -52px; }
.final-cow.horse-art {
  left: -18px;
  bottom: -8px;
  width: 270px;
  height: 285px;
  object-fit: contain;
  object-position: left bottom;
}

.faq details { background: linear-gradient(145deg, #1b1c17, #11120e); border-color: rgba(217,173,69,.28); box-shadow: 0 8px 25px rgba(0,0,0,.18); }
.faq summary { color: #f7edda; }
.faq summary span { color: var(--lime); }
.faq details p { color: #c9c0af; }
.final-cta { background: radial-gradient(circle at 8% 50%, rgba(192, 143, 27, .48), transparent 34%), linear-gradient(105deg, #0b0c09, #2a1e09 52%, #0b0c09); border-top: 1px solid rgba(217,173,69,.45); border-bottom: 1px solid rgba(217,173,69,.4); }
.final-grid p { color: #efc75e; }
.final-grid h2 { color: #fff7e4; }
.final-cow { filter: drop-shadow(0 8px 16px rgba(0,0,0,.5)); }
footer { background: #060705; }
footer h2 { color: #e8bd51; }
footer a, footer p { color: #c4baa7; }
footer a:hover { color: #f0c65b; }
.footer-brand strong { color: #e8bd51; }
.footer-bottom { border-color: rgba(217,173,69,.2); }
.footer-bottom .container { color: #9e9687; }
.mobile-sticky-cta { color: #17130b; background: linear-gradient(135deg, #f4cf6a, #b4801d); border-color: #15130d; }

@media (max-width: 820px) {
  .mobile-menu { color: #f9efd9; background: #10110d; border-bottom-color: rgba(217,173,69,.3); }
  .mobile-menu > a:not(.btn) { border-bottom-color: rgba(217,173,69,.16); }
  .menu-toggle { background: #202117; }
  .menu-toggle span { background: #e9c259; }
  .commercial-cow.horse-art { left: -20px; bottom: -18px; width: 225px; height: 270px; }
  .commercial-pack { right: -34px; }
  .final-cow.horse-art { left: -20px; bottom: -4px; width: 225px; height: 250px; }
}

@media (max-width: 560px) {
  .commercial-cow.horse-art { left: -24px; bottom: -15px; width: 195px; height: 235px; }
  .commercial-pack { right: -28px; }
  .final-cow.horse-art { left: -52px; bottom: 0; width: 215px; height: 255px; }
  .final-grid > div { width: 58%; max-width: none; margin-left: auto; }
  .final-grid .btn { width: 58%; margin-left: auto; }
}
