:root {
  --brand: #008f4f;
  --brand-dark: #00683b;
  --brand-deep: #064c30;
  --lime: #a8cf45;
  --lime-soft: #eef7da;
  --green-soft: #edf8f2;
  --canvas: #f6fbf8;
  --paper: #ffffff;
  --ink: #15372a;
  --ink-soft: #52675e;
  --line: #d7e9dd;
  --warning: #805416;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow-sm: 0 10px 30px rgba(0, 90, 51, 0.08);
  --shadow: 0 24px 64px rgba(0, 90, 51, 0.13);
  --container: 1180px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, blockquote, figure { margin-top: 0; }
h1, h2, h3 { color: var(--ink); letter-spacing: -0.04em; line-height: 1.08; text-wrap: balance; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3rem, 6.4vw, 5.65rem); font-weight: 800; }
h2 { margin-bottom: 20px; font-size: clamp(2.15rem, 4.2vw, 3.8rem); font-weight: 780; }
h3 { margin-bottom: 14px; font-size: clamp(1.25rem, 2vw, 1.52rem); }
p { text-wrap: pretty; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(76px, 8.5vw, 126px) 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--brand-deep); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(0,143,79,.12); box-shadow: 0 6px 24px rgba(0,93,53,.04); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 220px; }
.main-nav { display: flex; align-items: center; gap: 20px; font-size: .87rem; font-weight: 720; }
.main-nav > a:not(.button) { position: relative; text-decoration: none; }
.main-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--lime); border-radius: 99px; content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a[aria-current="true"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--brand-deep); transition: 180ms ease; }
.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); }

.button { display: inline-flex; min-height: 54px; padding: 14px 24px; align-items: center; justify-content: center; gap: 10px; color: #fff; background: var(--brand); border: 1px solid var(--brand); border-radius: 999px; box-shadow: 0 9px 22px rgba(0,111,62,.16); font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.button:hover { background: var(--brand-dark); border-color: var(--brand-dark); box-shadow: 0 14px 30px rgba(0,111,62,.24); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 17px; font-size: .85rem; white-space: nowrap; }
.button-emphasis { min-height: 60px; padding-inline: 28px; }
.button-full { width: 100%; }
.button:disabled { color: #76847d; background: #e5ece8; border-color: #e5ece8; box-shadow: none; cursor: not-allowed; transform: none; }
.button-light { color: var(--brand-deep); background: #fff; border-color: #fff; box-shadow: none; }
.button-light:hover { color: #fff; background: transparent; border-color: rgba(255,255,255,.7); }
.text-link { color: var(--brand-deep); font-weight: 800; text-decoration-color: var(--lime); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.button:focus-visible, .text-link:focus-visible, .card-action:focus-visible, .social-link:focus-visible, .contact-grid a:focus-visible, .footer-list a:focus-visible, .site-footer a:focus-visible, .choice-option:has(input:focus-visible), .menu-toggle:focus-visible { outline: 3px solid rgba(168,207,69,.78); outline-offset: 3px; }

.eyebrow { margin-bottom: 17px; color: var(--brand); font-size: .77rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: rgba(255,255,255,.73); }
.section-heading { max-width: 810px; margin-bottom: 52px; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--ink-soft); font-size: 1.08rem; }
.split-heading { display: grid; max-width: none; grid-template-columns: minmax(0,1.1fr) minmax(300px,.72fr); align-items: end; gap: clamp(36px,7vw,90px); }
.split-heading h2 { margin-bottom: 0; }
.centered-heading { margin-inline: auto; text-align: center; }

.hero { position: relative; overflow: hidden; padding: clamp(76px,9vw,132px) 0 clamp(92px,10vw,150px); background: radial-gradient(circle at 86% 14%, rgba(168,207,69,.2), transparent 25%), linear-gradient(180deg,#fff 0%,#f1faf5 100%); }
.hero::before { position: absolute; top: -210px; right: -190px; width: 520px; height: 520px; border: 1px solid rgba(0,143,79,.13); border-radius: 50%; content: ""; }
.hero::after { position: absolute; right: 15%; bottom: -110px; width: 220px; height: 220px; background: rgba(168,207,69,.12); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.16fr) minmax(360px,.74fr); align-items: center; gap: clamp(48px,7vw,96px); }
.hero h1 span { color: var(--brand); }
.hero-copy { max-width: 690px; margin-bottom: 24px; color: var(--ink-soft); font-size: clamp(1.08rem,1.8vw,1.25rem); }
.google-trust { display: inline-flex; margin-bottom: 30px; padding: 9px 14px 9px 12px; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); }
.stars, .review-stars { color: #efaa12; letter-spacing: .06em; }
.google-trust > span:last-child { display: grid; line-height: 1.25; }
.google-trust strong { font-size: .91rem; }
.google-trust small { color: var(--ink-soft); font-size: .73rem; }
.google-proof { max-width: 610px; margin: -17px 0 18px; color: var(--ink-soft); font-size: .82rem; }
.hero-mini-trust { display: flex; margin: 0 0 28px; padding: 0; gap: 9px 18px; flex-wrap: wrap; list-style: none; }
.hero-mini-trust li { color: var(--ink-soft); font-size: .84rem; font-weight: 720; }
.hero-mini-trust li span { color: var(--brand); font-weight: 900; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.microcopy { max-width: 630px; margin: 22px 0 0; color: #64776e; font-size: .84rem; }
.microcopy span { color: var(--brand); font-weight: 900; }
.hero-assurance { position: relative; padding: clamp(34px,4.5vw,52px); color: #fff; background: linear-gradient(145deg,var(--brand-deep),var(--brand-dark)); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg); box-shadow: 0 28px 74px rgba(0,87,49,.21); }
.hero-assurance::after { position: absolute; right: 24px; bottom: 22px; width: 72px; height: 72px; border: 18px solid rgba(168,207,69,.17); border-radius: 50%; content: ""; }
.assurance-kicker { display: inline-block; margin-bottom: 44px; padding: 7px 11px; color: var(--brand-deep); background: var(--lime); border-radius: 999px; font-size: .73rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.hero-assurance > p { margin-bottom: 31px; color: #fff; font-size: clamp(1.65rem,3vw,2.55rem); font-weight: 680; letter-spacing: -.035em; line-height: 1.15; }
.hero-assurance ul { position: relative; z-index: 1; display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.hero-assurance li { color: rgba(255,255,255,.82); }
.hero-assurance li span { display: inline-grid; width: 22px; height: 22px; margin-right: 8px; color: var(--brand-deep); background: var(--lime); border-radius: 50%; place-items: center; font-size: .7rem; font-weight: 900; }

.credibility { position: relative; z-index: 3; margin-top: -34px; }
.credibility-grid { display: grid; grid-template-columns: repeat(4,1fr); padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.credibility-grid div { display: grid; min-width: 0; padding: 18px 24px; border-right: 1px solid var(--line); }
.credibility-grid div:last-child { border-right: 0; }
.credibility-grid strong { color: var(--brand-deep); font-size: 1rem; }
.credibility-grid span { color: var(--ink-soft); font-size: .78rem; }

.audience-section { padding-top: clamp(100px,10vw,150px); }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.audience-card { position: relative; display: flex; min-height: 430px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); flex-direction: column; box-shadow: 0 8px 26px rgba(0,90,51,.045); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.audience-card:hover { border-color: rgba(0,143,79,.4); box-shadow: var(--shadow); transform: translateY(-5px); }
.audience-card-featured { background: linear-gradient(180deg,#f6fbf8 0%,#ecf8f1 100%); border-color: rgba(0,143,79,.32); }
.card-badge { position: absolute; top: -13px; left: 30px; padding: 6px 11px; color: var(--brand-deep); background: var(--lime); border-radius: 999px; font-size: .71rem; font-weight: 850; }
.card-top { display: flex; margin-bottom: 42px; align-items: center; justify-content: space-between; }
.card-number { color: #81938a; font-size: .73rem; font-weight: 850; letter-spacing: .1em; }
.card-icon { position: relative; display: grid; width: 56px; height: 56px; color: var(--brand); background: var(--green-soft); border-radius: 16px; place-items: center; }
.icon-building i { position: absolute; bottom: 14px; width: 7px; background: currentColor; border-radius: 2px 2px 0 0; }
.icon-building i:nth-child(1) { left: 15px; height: 20px; }
.icon-building i:nth-child(2) { left: 25px; height: 29px; }
.icon-building i:nth-child(3) { left: 35px; height: 24px; }
.icon-person::before { width: 16px; height: 16px; background: currentColor; border-radius: 50%; content: ""; transform: translateY(-8px); }
.icon-person::after { position: absolute; bottom: 12px; width: 29px; height: 19px; background: currentColor; border-radius: 18px 18px 6px 6px; content: ""; }
.icon-briefcase::before { width: 29px; height: 22px; border: 3px solid currentColor; border-radius: 5px; content: ""; }
.icon-briefcase::after { position: absolute; top: 12px; width: 13px; height: 8px; border: 3px solid currentColor; border-bottom: 0; border-radius: 4px 4px 0 0; content: ""; }
.audience-card p { color: var(--ink-soft); }
.service-note { margin-top: auto; padding-top: 24px; color: var(--brand-deep); font-size: .8rem; font-weight: 750; }
.card-action { display: flex; width: 100%; margin-top: 17px; padding: 15px 0 0; align-items: center; justify-content: space-between; color: var(--brand); background: transparent; border: 0; border-top: 1px solid var(--line); font-weight: 820; text-align: left; cursor: pointer; }
.card-action span { transition: transform 180ms ease; }
.card-action:hover span { transform: translateX(4px); }

.reviews-section { background: var(--canvas); }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.review-card { min-height: 280px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.review-card-featured { border-color: rgba(0,143,79,.35); transform: translateY(-10px); }
.review-stars { display: block; margin-bottom: 30px; }
.review-card blockquote { margin-bottom: 28px; color: var(--ink); font-size: clamp(1.18rem,2vw,1.45rem); font-weight: 720; letter-spacing: -.025em; line-height: 1.38; }
.review-card p { margin: 0; color: var(--brand); font-size: .79rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.reviews-summary { margin: 32px 0 0; color: var(--ink-soft); text-align: center; }
.reviews-summary strong { color: var(--brand-deep); }

.process-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(420px,1fr); gap: clamp(50px,8vw,110px); }
.process-heading { position: sticky; top: 120px; align-self: start; margin-bottom: 0; }
.steps { display: grid; margin: 0; padding: 0; list-style: none; }
.step { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 0 0 36px; }
.step:not(:last-child) { position: relative; }
.step:not(:last-child)::after { position: absolute; top: 58px; bottom: 0; left: 28px; width: 2px; background: linear-gradient(var(--lime),var(--line)); content: ""; }
.step-number { position: relative; z-index: 1; display: grid; width: 58px; height: 58px; color: #fff; background: var(--brand); border: 7px solid var(--lime-soft); border-radius: 50%; place-items: center; font-size: 1.1rem; font-weight: 850; }
.step div { padding: 8px 0 30px; border-bottom: 1px solid var(--line); }
.step:last-child div { border-bottom: 0; }
.step p { margin: 0; color: var(--ink-soft); }

.about-section { overflow: hidden; background: linear-gradient(180deg,#f5fbf7 0%,#fff 100%); }
.about-grid { display: grid; grid-template-columns: minmax(360px,.9fr) minmax(0,1fr); align-items: center; gap: clamp(48px,8vw,110px); }
.about-photo { position: relative; margin: 0; }
.about-photo::before { position: absolute; z-index: 0; right: -28px; bottom: -28px; width: 65%; height: 65%; background: var(--lime); border-radius: 30px; content: ""; opacity: .35; }
.about-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 61% center; border-radius: 32px; box-shadow: var(--shadow); }
.about-photo figcaption { position: absolute; z-index: 2; right: -22px; bottom: 28px; display: grid; width: min(78%,330px); padding: 18px 20px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.about-photo figcaption strong { color: var(--brand-deep); }
.about-photo figcaption span { color: var(--ink-soft); font-size: .77rem; }
.about-lead { color: var(--brand-deep); font-size: 1.17rem; font-weight: 780; }
.about-content > p:not(.eyebrow):not(.about-lead) { color: var(--ink-soft); }
.about-content blockquote { margin: 28px 0; padding: 22px 26px; color: #fff; background: var(--brand-deep); border-left: 6px solid var(--lime); border-radius: 0 16px 16px 0; font-size: clamp(1.15rem,2vw,1.38rem); font-weight: 800; }
.about-signals { display: flex; gap: 12px; }
.about-signals span { display: grid; min-width: 150px; padding: 14px 16px; color: var(--ink-soft); background: #fff; border: 1px solid var(--line); border-radius: 13px; font-size: .75rem; }
.about-signals strong { color: var(--brand); font-size: 1rem; }

.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.trust-card { min-height: 300px; padding: 30px 26px; background: #fff; border-right: 1px solid var(--line); }
.trust-card:last-child { border-right: 0; }
.trust-icon { display: grid; width: 48px; height: 48px; margin-bottom: 50px; color: var(--brand); background: var(--lime-soft); border-radius: 14px; place-items: center; font-size: .75rem; font-weight: 900; }
.trust-card p { margin: 0; color: var(--ink-soft); }

.choice-section { color: #fff; background: radial-gradient(circle at 10% 10%,rgba(168,207,69,.16),transparent 28%),var(--brand-deep); }
.choice-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(400px,.75fr); align-items: center; gap: clamp(50px,8vw,110px); }
.choice-copy h2 { color: #fff; }
.choice-copy > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.choice-copy ul { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.choice-copy li { color: rgba(255,255,255,.82); }
.choice-copy li span { color: var(--lime); font-weight: 900; }
.choice-panel { padding: clamp(25px,4vw,38px); color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 26px; box-shadow: 0 28px 70px rgba(0,40,24,.25); }
.choice-title { margin-bottom: 18px; font-size: 1.13rem; font-weight: 830; }
.choice-options { display: grid; gap: 9px; margin-bottom: 18px; }
.choice-option { position: relative; display: flex; min-height: 68px; padding: 12px 14px; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; transition: background 160ms ease,border-color 160ms ease,transform 160ms ease; }
.choice-option:hover, .choice-option:has(input:checked) { background: var(--green-soft); border-color: var(--brand); transform: translateX(3px); }
.choice-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-radio { display: grid; width: 22px; height: 22px; flex: 0 0 22px; border: 2px solid #9eb1a7; border-radius: 50%; place-items: center; }
.choice-option:has(input:checked) .choice-radio { border-color: var(--brand); }
.choice-option:has(input:checked) .choice-radio::after { width: 10px; height: 10px; background: var(--brand); border-radius: 50%; content: ""; }
.choice-option > span:last-child { display: grid; }
.choice-option small { color: var(--ink-soft); }
.panel-note { margin: 12px 0 0; color: var(--ink-soft); font-size: .73rem; text-align: center; }
.selection-reassurance { margin: 14px 0 0; color: var(--ink-soft); font-size: .78rem; text-align: center; }
.contact-status { min-height: 0; margin: 12px 0 0; color: var(--warning); font-size: .84rem; font-weight: 750; text-align: center; }
.contact-status:empty { display: none; }

.location-section { background: var(--canvas); }
.location-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(440px,.9fr); align-items: center; gap: clamp(44px,8vw,100px); }
.location-copy > p:not(.eyebrow) { max-width: 540px; color: var(--ink-soft); }
.social-links { display: flex; margin-top: 28px; gap: 10px; flex-wrap: wrap; }
.social-link { display: inline-flex; min-height: 44px; padding: 7px 14px 7px 8px; align-items: center; gap: 8px; color: var(--brand-deep); background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .84rem; font-weight: 800; text-decoration: none; transition: border-color 180ms ease,transform 180ms ease; }
.social-link:hover { border-color: var(--brand); transform: translateY(-2px); }
.social-icon { position: relative; display: grid; width: 29px; height: 29px; color: #fff; background: var(--brand); border-radius: 50%; place-items: center; }
.instagram-icon::before { width: 13px; height: 13px; border: 2px solid currentColor; border-radius: 4px; content: ""; }
.instagram-icon::after { position: absolute; width: 4px; height: 4px; border: 2px solid currentColor; border-radius: 50%; box-shadow: 5px -5px 0 -1px currentColor; content: ""; }
.facebook-icon { padding-top: 3px; font-family: Arial,sans-serif; font-size: 1.35rem; font-weight: 800; }
.address-card { display: flex; padding: clamp(28px,4vw,42px); background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow-sm); flex-direction: column; font-style: normal; }
.address-header { display: flex; margin-bottom: 24px; align-items: center; justify-content: space-between; gap: 14px; }
.location-pin { position: relative; display: block; width: 40px; height: 40px; background: var(--brand); border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); }
.location-pin::after { position: absolute; top: 12px; left: 12px; width: 16px; height: 16px; background: #fff; border-radius: 50%; content: ""; }
.institutional-seal { display: inline-flex; padding: 7px 10px; align-items: center; gap: 6px; color: var(--brand-deep); background: var(--lime-soft); border: 1px solid rgba(168,207,69,.5); border-radius: 999px; font-size: .72rem; font-weight: 850; }
.institutional-seal > span { display: grid; width: 18px; height: 18px; color: #fff; background: var(--brand); border-radius: 50%; place-items: center; font-size: .65rem; }
.address-label { color: var(--brand); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.address-card > strong { margin: 4px 0; font-size: 1.25rem; }
.address-card > span:not(.address-label) { color: var(--ink-soft); }
.address-company { margin-top: 18px; color: var(--ink) !important; font-size: .85rem; font-weight: 800; }
.address-cnpj { font-size: .8rem; }
.contact-grid, .hours-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.contact-grid a, .hours-grid > span { display: grid; min-width: 0; padding: 12px 13px; background: var(--canvas); border: 1px solid var(--line); border-radius: 12px; text-decoration: none; }
.contact-grid a { transition: border-color 180ms ease,transform 180ms ease; }
.contact-grid a:hover { border-color: var(--brand); transform: translateY(-2px); }
.contact-grid small, .hours-grid small { color: var(--brand); font-size: .68rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.contact-grid strong, .hours-grid strong { overflow-wrap: anywhere; font-size: .82rem; }
.hours-grid { margin-top: 10px; padding-top: 0; border-top: 0; }

.final-cta { padding: clamp(62px,7vw,92px) 0; color: #fff; background: linear-gradient(115deg,rgba(168,207,69,.12),transparent 42%),var(--brand-deep); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 680px; margin-bottom: 10px; color: #fff; }
.final-cta p:last-child { margin: 0; color: rgba(255,255,255,.72); }

.floating-contact { position: fixed; z-index: 90; right: max(22px,env(safe-area-inset-right)); bottom: max(22px,env(safe-area-inset-bottom)); display: inline-flex; min-height: 58px; padding: 10px 18px 10px 11px; align-items: center; gap: 10px; color: #fff; background: var(--brand); border: 2px solid #fff; border-radius: 999px; box-shadow: 0 14px 38px rgba(0,91,51,.3); font-weight: 830; cursor: pointer; transition: background 180ms ease,transform 180ms ease; }
.floating-contact:hover { background: var(--brand-dark); transform: translateY(-3px); }
.whatsapp-symbol { position: relative; display: block; width: 34px; height: 34px; border: 2px solid #fff; border-radius: 50%; }
.whatsapp-symbol::before { position: absolute; right: 1px; bottom: -3px; width: 9px; height: 9px; background: var(--brand); border-right: 2px solid #fff; content: ""; transform: rotate(35deg); }
.whatsapp-symbol::after { position: absolute; top: 9px; left: 10px; width: 10px; height: 7px; border-bottom: 3px solid #fff; border-left: 3px solid #fff; border-radius: 0 0 0 8px; content: ""; transform: rotate(-35deg); }

.site-footer { padding: 70px 0 26px; color: rgba(255,255,255,.75); background: #043d27; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .85fr .65fr; gap: clamp(40px,7vw,90px); }
.footer-brand img { width: 230px; margin-bottom: 20px; }
.footer-brand > p { max-width: 340px; }
.footer-company { color: rgba(255,255,255,.58); font-size: .8rem; }
.site-footer h2 { margin-bottom: 18px; color: #fff; font-size: .91rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { text-decoration-color: rgba(168,207,69,.5); text-underline-offset: 4px; }
.site-footer a:hover { color: var(--lime); }
.footer-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-documents { display: flex; margin-top: 50px; padding-top: 22px; gap: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-link-disabled { color: rgba(255,255,255,.52); font-size: .78rem; cursor: not-allowed; }
.footer-legal { display: flex; margin-top: 22px; padding-top: 22px; align-items: flex-start; justify-content: space-between; gap: 36px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-legal p { margin: 0; color: rgba(255,255,255,.5); font-size: .72rem; }
.footer-legal p:first-child { max-width: 760px; }
.footer-legal p:last-child { flex: 0 0 auto; }

.reveal-ready { opacity: 0; transform: translateY(22px); }
.reveal-ready.is-visible { opacity: 1; transform: translateY(0); transition: opacity 560ms ease,transform 560ms cubic-bezier(.2,.7,.2,1); }

@media (max-width: 1080px) {
  .main-nav { gap: 13px; font-size: .8rem; }
  .main-nav .button-small { padding-inline: 13px; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(330px,.7fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-card:nth-child(2) { border-right: 0; }
  .trust-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 980px) {
  :root { --header-height: 74px; }
  .brand img { width: 190px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: var(--header-height); right: 0; left: 0; display: none; height: calc(100dvh - var(--header-height)); padding: 28px 20px 40px; align-items: stretch; background: #fff; flex-direction: column; gap: 2px; overflow-y: auto; }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 13px 10px; font-size: 1.02rem; }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav .button { margin-top: 12px; }
  .hero-grid, .choice-layout { grid-template-columns: 1fr; }
  .hero-content { max-width: 760px; }
  .hero-assurance { max-width: 660px; }
  .credibility-grid { grid-template-columns: repeat(2,1fr); }
  .credibility-grid div:nth-child(2) { border-right: 0; }
  .credibility-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-card:last-child { grid-column: 1 / -1; min-height: 350px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .review-card-featured { transform: none; }
  .process-layout { grid-template-columns: 1fr; gap: 44px; }
  .process-heading { position: static; }
  .about-grid, .location-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 680px; }
  .about-photo img { aspect-ratio: 16 / 10; object-position: center 38%; }
  .about-photo figcaption { right: 24px; }
  .location-copy { max-width: 700px; }
  .address-card { max-width: 720px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(2.65rem,13vw,4rem); }
  h2 { font-size: clamp(2rem,10vw,3rem); }
  .split-heading { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .hero { padding: 54px 0 94px; }
  .hero::before { width: 350px; height: 350px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { align-self: center; }
  .button-emphasis { width: 100%; min-height: 58px; padding-inline: 18px; }
  .hero-assurance { padding: 30px 24px; border-radius: 26px; }
  .assurance-kicker { margin-bottom: 34px; }
  .credibility { margin-top: -30px; }
  .credibility-grid { grid-template-columns: 1fr; padding: 8px; }
  .credibility-grid div { padding: 14px 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .credibility-grid div:last-child { border-bottom: 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card, .audience-card:last-child { grid-column: auto; min-height: 390px; padding: 26px 23px; }
  .reviews-grid { gap: 12px; }
  .review-card { padding: 25px 22px; }
  .step { grid-template-columns: 48px 1fr; gap: 16px; }
  .step-number { width: 48px; height: 48px; border-width: 6px; }
  .step:not(:last-child)::after { top: 48px; left: 23px; }
  .about-photo::before { right: -10px; bottom: -16px; }
  .about-photo img { aspect-ratio: 4 / 3; border-radius: 24px; }
  .about-photo figcaption { position: relative; right: auto; bottom: auto; z-index: 2; width: calc(100% - 28px); margin: -30px auto 0; }
  .about-signals { flex-direction: column; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card { min-height: 0; padding: 26px 23px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-card:last-child { border-bottom: 0; }
  .trust-icon { margin-bottom: 30px; }
  .choice-panel { padding: 24px 18px; }
  .choice-option { min-height: 72px; }
  .contact-grid, .hours-grid { grid-template-columns: 1fr; }
  .address-header { align-items: flex-start; flex-direction: column; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .floating-contact { right: max(12px,env(safe-area-inset-right)); bottom: max(12px,env(safe-area-inset-bottom)); width: 56px; min-height: 56px; padding: 9px; justify-content: center; }
  .floating-contact > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-documents, .footer-legal { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-legal p:last-child { flex: auto; }
}

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

@media print {
  * { box-shadow: none !important; }
  body { color: #15372a; background: #fff; font-size: 10pt; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .skip-link, .menu-toggle, .floating-contact { display: none !important; }
  .site-header { position: static; background: #fff; }
  .main-nav > a:not(.button) { display: none; }
  .section, .hero { padding: 12mm 0; }
  .hero-grid, .about-grid, .choice-layout, .location-grid, .process-layout { grid-template-columns: 1fr 1fr; gap: 8mm; }
  .credibility { margin-top: 0; }
  .audience-card, .review-card, .trust-card, .choice-panel, .address-card { break-inside: avoid; }
  .floating-contact, .final-cta { display: none; }
}