:root {
  --forest: #0d2d1a;
  --forest-deep: #071d10;
  --green: #3f9e2f;
  --green-dark: #26751a;
  --lime: #c4f04c;
  --ink: #14201a;
  --muted: #5f6d63;
  --line: #dfe7df;
  --paper: #f7f9f5;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(9, 39, 19, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 20px; top: -50px; z-index: 99; padding: 10px 14px; color: #fff; background: var(--forest); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 15px; }

.site-header { position: relative; z-index: 3; height: 78px; background: var(--white); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 212px; line-height: 0; }
.brand img { width: 212px; height: 59px; object-fit: contain; object-position: left center; }
.header-assurance { display: flex; align-items: center; gap: 9px; margin-left: auto; color: var(--muted); font-size: 13px; font-weight: 600; }
.assurance-icon { display: grid; place-items: center; width: 19px; height: 19px; color: var(--green-dark); border: 1px solid #b9d5b6; border-radius: 50%; font-size: 12px; }

.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; color: var(--white); background: var(--green); border: 1px solid var(--green); border-radius: 8px; box-shadow: 0 8px 18px rgba(54, 139, 39, .22); cursor: pointer; font-family: Manrope, sans-serif; font-size: 14px; font-weight: 800; line-height: 1; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { background: var(--green-dark); border-color: var(--green-dark); box-shadow: 0 10px 22px rgba(38, 117, 26, .26); transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .72; transform: none; }
.button:focus-visible, .text-link:focus-visible, .service-card a:focus-visible { outline: 3px solid rgba(196, 240, 76, .75); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 11px 16px; font-size: 12px; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.button-whatsapp { color: var(--white); background: #1fac58; border-color: #1fac58; box-shadow: 0 10px 22px rgba(26, 157, 76, .27); }
.button-whatsapp:hover, .button-whatsapp:focus-visible { background: #128744; border-color: #128744; box-shadow: 0 13px 26px rgba(18, 135, 68, .32); }
.button-whatsapp img { width: 22px; height: 22px; object-fit: contain; }
.button-header-whatsapp { white-space: nowrap; }
.button-header-whatsapp img { width: 19px; height: 19px; }
.button-dark { color: var(--white); background: var(--forest); border-color: var(--forest); box-shadow: none; }
.button-dark:hover, .button-dark:focus-visible { background: var(--forest-deep); border-color: var(--forest-deep); }
.button-light { color: var(--forest); background: var(--lime); border-color: var(--lime); box-shadow: none; }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: var(--green); border-color: var(--green); }
.button-outline { color: var(--green-dark); background: transparent; border-color: #aacfa7; box-shadow: none; }
.button-outline:hover, .button-outline:focus-visible { color: var(--white); background: var(--forest); border-color: var(--forest); }

.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 632px; padding: 71px 0 64px; background: #e8ede6; }
.hero-backdrop { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #f8fbf7 0%, rgba(248, 251, 247, .97) 36%, rgba(248, 251, 247, .54) 63%, rgba(248, 251, 247, .1) 100%), url("pack_de_imagens/ChatGPT%20Image%2017%20de%20ago.%20de%202026%2C%2012_49_41%20(2).png") center right / cover no-repeat; }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(135deg, rgba(196, 240, 76, .1), transparent 44%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 475px; gap: 64px; align-items: center; }
.hero-copy { max-width: 620px; padding: 14px 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--green-dark); font-family: Manrope, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { display: block; width: 26px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, sans-serif; letter-spacing: -.045em; line-height: 1.08; }
h1 { max-width: 650px; margin-bottom: 20px; font-size: clamp(43px, 5vw, 66px); font-weight: 800; }
h1 em { color: var(--green); font-style: normal; }
.hero-description { max-width: 530px; margin-bottom: 24px; color: #3e4b42; font-size: 18px; line-height: 1.6; }
.hero-benefits { display: grid; gap: 10px; margin: 0 0 27px; padding: 0; list-style: none; color: #3b4d3e; font-size: 14px; font-weight: 600; }
.hero-benefits li { display: flex; align-items: center; gap: 9px; }
.hero-benefits svg { flex: 0 0 auto; width: 19px; height: 19px; fill: none; stroke: var(--green-dark); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 19px; }
.hero-actions .button { min-width: 225px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-size: 14px; font-weight: 700; }
.text-link span { display: grid; place-items: center; width: 23px; height: 23px; color: var(--white); background: var(--forest); border-radius: 50%; font-size: 16px; transition: transform .2s; }
.text-link:hover span { transform: translateY(2px); }
.hero-response { display: flex; align-items: center; gap: 7px; margin: 16px 0 0; color: #607162; font-size: 12px; font-weight: 600; }
.hero-response span { width: 7px; height: 7px; background: #2ab55e; border-radius: 50%; box-shadow: 0 0 0 4px rgba(42,181,94,.12); }

.lead-card { padding: 27px 28px 22px; background: rgba(255, 255, 255, .98); border: 1px solid rgba(255, 255, 255, .7); border-radius: var(--radius); box-shadow: 0 22px 55px rgba(6, 40, 16, .19); }
.form-heading { margin-bottom: 20px; }
.form-kicker, .card-label { margin-bottom: 5px; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h2 { margin-bottom: 7px; font-size: 25px; font-weight: 800; }
.form-heading p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-field { margin-bottom: 13px; }
.form-field label { display: block; margin-bottom: 5px; color: #344139; font-size: 12px; font-weight: 700; }
.form-field label span { color: #849088; font-weight: 500; }
.form-field input, .form-field select { width: 100%; height: 45px; padding: 0 12px; color: var(--ink); background: #fbfcfb; border: 1px solid #d7e0d7; border-radius: 7px; outline: none; font-size: 13px; transition: border-color .2s, box-shadow .2s, background .2s; }
.form-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #58705c 50%), linear-gradient(135deg, #58705c 50%, transparent 50%); background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.form-field input::placeholder { color: #a0aaa2; }
.form-field input:focus, .form-field select:focus { background: #fff; border-color: var(--green); box-shadow: 0 0 0 3px rgba(63, 158, 47, .12); }
.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"] { border-color: #c33434; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.consent { display: flex; align-items: flex-start; gap: 8px; margin: 1px 0 17px; color: #667269; font-size: 11px; line-height: 1.4; cursor: pointer; }
.consent input { width: 15px; height: 15px; margin: 0; accent-color: var(--green); }
.button-submit { width: 100%; min-height: 53px; font-size: 14px; }
.form-security { display: flex; justify-content: center; align-items: center; gap: 6px; margin: 12px 0 0; color: #738076; font-size: 10px; text-align: center; }
.form-security svg { width: 15px; height: 15px; fill: none; stroke: var(--green-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.form-whatsapp { display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 13px; color: #258d4a; font-size: 11px; font-weight: 600; text-align: center; }
.form-whatsapp img { width: 17px; height: 17px; object-fit: contain; }
.form-whatsapp strong { font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.form-status { min-height: 0; margin: 0; color: var(--green-dark); font-size: 12px; font-weight: 700; text-align: center; }
.form-status.is-visible { margin-top: 13px; }
.form-status.is-error { color: #b42323; }

.trust-strip { background: var(--forest); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { position: relative; padding: 21px 25px; }
.trust-grid div + div::before { position: absolute; top: 22px; bottom: 22px; left: 0; width: 1px; background: rgba(255,255,255,.14); content: ""; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin-bottom: 2px; font-family: Manrope, sans-serif; font-size: 13px; letter-spacing: -.02em; }
.trust-grid span { color: #b7c7b9; font-size: 11px; }

.section { padding: 109px 0; }
.section-heading { max-width: 660px; margin-bottom: 45px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .protection-copy h2, .faq-intro h2 { margin-bottom: 15px; font-size: clamp(32px, 3.3vw, 46px); font-weight: 800; }
.section-heading > p:last-child, .protection-copy > p, .faq-intro > p { color: var(--muted); font-size: 16px; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.service-card { overflow: hidden; background: var(--white); border: 1px solid #edf0ec; border-radius: 15px; box-shadow: 0 8px 24px rgba(18, 48, 26, .05); }
.service-card-featured { display: grid; grid-template-columns: 42% 58%; min-height: 300px; }
.service-card-featured > img { width: 100%; height: 100%; object-fit: cover; }
.service-card-content { padding: 32px 25px 26px; }
.service-icon { display: grid; place-items: center; width: 39px; height: 39px; margin-bottom: 22px; color: var(--green-dark); background: #ebf7e9; border-radius: 9px; }
.service-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.service-card h3 { margin-bottom: 11px; font-size: 23px; font-weight: 800; }
.service-card p { margin-bottom: 18px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: -5px 0 18px; padding: 0; list-style: none; }
.service-tags li { padding: 4px 8px; color: var(--green-dark); background: #edf8eb; border-radius: 999px; font-size: 10px; font-weight: 800; }
.service-card a { color: var(--green-dark); font-size: 13px; font-weight: 800; }
.service-card a span { margin-left: 4px; font-size: 17px; vertical-align: -1px; }
.service-card-wide { display: grid; grid-column: 1 / -1; grid-template-columns: 1fr 50%; min-height: 278px; }
.service-card-wide-copy { padding: 43px 49px; }
.service-card-wide-copy h3 { max-width: 390px; margin-bottom: 13px; font-size: 30px; }
.service-card-wide-copy p:not(.card-label) { max-width: 480px; margin-bottom: 22px; }
.service-card-wide > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.protection { overflow: hidden; }
.protection-grid { display: grid; grid-template-columns: minmax(300px, .97fr) minmax(350px, 1fr); gap: clamp(45px, 8vw, 105px); align-items: center; }
.protection-image-wrap { position: relative; }
.protection-image-wrap::before { position: absolute; z-index: -1; top: 30px; left: -46px; width: 53%; height: 78%; background: #eaf6df; border-radius: 18px; content: ""; }
.protection-image { width: 100%; aspect-ratio: 1 / .82; object-fit: cover; border-radius: 15px; }
.image-note { position: absolute; right: -28px; bottom: 28px; display: flex; align-items: center; gap: 10px; width: 215px; padding: 13px 15px; color: #4c5c50; background: var(--white); border-radius: 10px; box-shadow: 0 12px 35px rgba(20, 52, 28, .14); font-size: 11px; line-height: 1.35; }
.image-note strong { display: block; color: var(--forest); font-size: 12px; }
.note-icon { display: grid; flex: 0 0 auto; place-items: center; width: 27px; height: 27px; color: var(--white); background: var(--green); border-radius: 50%; font-size: 14px; font-weight: 800; }
.protection-copy > p { max-width: 510px; }
.steps-list { display: grid; gap: 20px; margin: 27px 0 30px; padding: 0; list-style: none; counter-reset: steps; }
.steps-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; }
.steps-list li > span { display: grid; place-items: center; width: 37px; height: 37px; color: var(--green-dark); background: #eaf7e8; border-radius: 50%; font-family: Manrope, sans-serif; font-size: 11px; font-weight: 800; }
.steps-list h3 { margin: 1px 0 4px; font-family: "DM Sans", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0; }
.steps-list p { margin: 0; color: var(--muted); font-size: 13px; }

.pests-section { position: relative; overflow: hidden; padding: 80px 0; color: var(--white); background: var(--forest); }
.pests-section::before { position: absolute; width: 350px; height: 350px; top: -180px; left: -120px; border: 1px solid rgba(196,240,76,.2); border-radius: 50%; content: ""; }
.pests-grid { display: grid; grid-template-columns: 1fr minmax(330px, .75fr); gap: 80px; align-items: center; }
.eyebrow-light { color: var(--lime); }
.pests-grid h2 { max-width: 600px; margin-bottom: 17px; font-size: clamp(32px, 3.4vw, 47px); font-weight: 800; }
.pests-grid p:not(.eyebrow) { max-width: 590px; margin-bottom: 28px; color: #c3d0c5; font-size: 16px; }
.pests-grid img { width: 100%; border: 7px solid rgba(255,255,255,.08); border-radius: 16px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 9vw, 120px); align-items: start; }
.faq-intro h2 { max-width: 440px; }
.faq-intro > p { max-width: 400px; margin-bottom: 27px; }
.accordion { border-top: 1px solid #d5ddd4; }
.accordion details { border-bottom: 1px solid #d5ddd4; }
.accordion summary { position: relative; padding: 23px 37px 23px 0; cursor: pointer; font-family: Manrope, sans-serif; font-size: 16px; font-weight: 800; letter-spacing: -.025em; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; top: 50%; right: 4px; width: 14px; height: 2px; background: var(--green-dark); content: ""; transition: transform .25s; }
.accordion summary span { transform: translateY(-50%); }
.accordion summary span::after { right: 0; transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 650px; margin: -4px 25px 23px 0; color: var(--muted); font-size: 14px; }

.final-cta { position: relative; overflow: hidden; padding: 63px 0; color: var(--white); background: linear-gradient(105deg, rgba(10, 49, 23, .96), rgba(10, 49, 23, .83)), url("pack_de_imagens/ChatGPT%20Image%2017%20de%20ago.%20de%202026%2C%2012_49_43%20(7).png") center / cover; }
.final-cta::after { position: absolute; right: 7%; bottom: -60px; width: 220px; height: 220px; border: 1px solid rgba(196,240,76,.24); border-radius: 50%; content: ""; }
.final-cta-content { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.final-cta h2 { max-width: 650px; margin: 0; font-size: clamp(30px, 3.3vw, 43px); font-weight: 800; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 20; display: flex; align-items: center; gap: 10px; padding: 9px 16px 9px 9px; visibility: hidden; color: var(--white); background: #1fa953; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; box-shadow: 0 13px 30px rgba(11, 75, 32, .34); opacity: 0; pointer-events: none; transform: translateY(14px); transition: transform .2s, background .2s, box-shadow .2s, opacity .2s, visibility .2s; }
.whatsapp-float.is-visible { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.whatsapp-float::before { position: absolute; z-index: -1; inset: -7px; border: 1px solid rgba(31,169,83,.36); border-radius: inherit; animation: whatsapp-pulse 2.4s ease-out infinite; content: ""; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { background: #138a41; box-shadow: 0 17px 32px rgba(11, 75, 32, .42); outline: none; transform: translateY(-3px); }
.whatsapp-float-icon { display: grid; place-items: center; width: 39px; height: 39px; background: var(--white); border-radius: 50%; }
.whatsapp-float-icon img { width: 30px; height: 30px; object-fit: contain; }
.whatsapp-float-text { display: grid; line-height: 1.2; }
.whatsapp-float-text strong { font-family: Manrope, sans-serif; font-size: 11px; letter-spacing: -.02em; }
.whatsapp-float-text small { margin-top: 2px; color: rgba(255,255,255,.78); font-size: 9px; }
.mobile-whatsapp-bar { display: none; }

@keyframes whatsapp-pulse { 0%, 35% { opacity: 0; transform: scale(.96); } 55% { opacity: 1; transform: scale(1.08); } 100% { opacity: 0; transform: scale(1.15); } }

.site-footer { padding: 34px 0; background: #061b0e; color: #a7b6a9; }
.footer-content { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 35px; font-size: 12px; }
.footer-content img { width: 180px; height: 60px; object-fit: contain; filter: grayscale(1) brightness(3); opacity: .92; }
.footer-content p { margin: 0; }

@media (max-width: 960px) {
  .hero { padding-top: 54px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 410px; gap: 28px; }
  .lead-card { padding: 23px 20px 19px; }
  .service-card-featured { grid-template-columns: 39% 61%; }
  .service-card-content { padding: 26px 20px; }
  .service-card-wide-copy { padding: 37px; }
  .pests-grid { gap: 42px; }
  .footer-content { grid-template-columns: 180px 1fr; }
  .footer-content p:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 560px); }
  .site-header { height: 70px; }
  .brand, .brand img { width: 172px; height: 51px; }
  .header-assurance { display: none; }
  .button-small { min-height: 38px; padding: 9px 11px; font-size: 10px; }
  .hero { padding: 43px 0 41px; }
  .hero-backdrop { background: linear-gradient(180deg, rgba(248,251,247,.98), rgba(248,251,247,.93) 57%, rgba(248,251,247,.81)), url("pack_de_imagens/ChatGPT%20Image%2017%20de%20ago.%20de%202026%2C%2012_49_41%20(2).png") 75% center / cover; }
  .hero-grid, .protection-grid, .pests-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 31px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(40px, 12vw, 55px); }
  .hero-description { font-size: 16px; }
  .hero-actions { align-items: stretch; gap: 13px; }
  .hero-actions .button { width: 100%; min-width: 0; }
  .hero-actions .text-link { justify-content: center; }
  .lead-card { padding: 24px 18px 18px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { padding: 16px; }
  .trust-grid div + div::before { display: none; }
  .trust-grid div:nth-child(even) { border-left: 1px solid rgba(255,255,255,.14); }
  .trust-grid div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .section { padding: 75px 0; }
  .section-heading { margin-bottom: 29px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-featured { grid-template-columns: 37% 63%; min-height: 270px; }
  .service-card-wide { grid-column: auto; grid-template-columns: 1fr; }
  .service-card-wide-copy { padding: 31px 25px; }
  .service-card-wide > img { max-height: 245px; }
  .protection-grid { gap: 54px; }
  .protection-image-wrap::before { left: -23px; }
  .image-note { right: -10px; bottom: -25px; }
  .pests-section { padding: 70px 0; }
  .pests-grid { gap: 35px; }
  .faq-grid { gap: 33px; }
  .final-cta-content { display: grid; justify-items: start; }
  .footer-content { grid-template-columns: 1fr; gap: 12px; }
  .footer-content p:last-child { grid-column: auto; }
  .whatsapp-float { display: none; }
  .mobile-whatsapp-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 20; display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 60px; padding: 11px 15px; color: var(--white); background: #168f47; box-shadow: 0 -7px 22px rgba(4, 45, 18, .18); font-family: Manrope, sans-serif; font-size: 12px; font-weight: 800; line-height: 1.25; text-align: center; }
  .mobile-whatsapp-bar img { width: 25px; height: 25px; object-fit: contain; }
  .mobile-whatsapp-bar svg { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
  body { padding-bottom: 60px; }
}

@media (max-width: 410px) {
  .brand, .brand img { width: 151px; }
  .button-small { padding: 9px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .service-card-featured { grid-template-columns: 1fr; }
  .service-card-featured > img { height: 190px; }
}

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