:root {
  --green-950: #063c2b;
  --green-900: #0b5139;
  --green-800: #106444;
  --green-700: #197a52;
  --green-600: #258d60;
  --green-500: #3bab76;
  --green-200: #bfe6d0;
  --green-100: #e7f5ed;
  --lime: #b7d45b;
  --ink: #17211b;
  --muted: #607067;
  --line: #dce5df;
  --soft: #f2f7f4;
  --white: #fff;
  --danger: #b42318;
  --shadow-sm: 0 8px 24px rgba(10, 52, 37, .09);
  --shadow-lg: 0 24px 70px rgba(5, 45, 31, .18);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.consent-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 16px; background: #fff; color: #000; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 16px; }

.topline { background: var(--green-950); color: #d9eee3; font-size: 13px; letter-spacing: .02em; }
.topline__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.topline__divider { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
.site-header { position: relative; z-index: 30; background: var(--green-900); color: #fff; }
.nav { min-height: 86px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 174px; height: auto; max-height: 58px; object-fit: contain; object-position: left center; }
.nav__links { display: flex; align-items: center; justify-content: center; gap: 26px; flex: 1; }
.nav__links a { text-decoration: none; font-size: 14px; color: rgba(255,255,255,.82); transition: color .2s ease; }
.nav__links a:hover { color: #fff; }
.header-phone { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; }
.header-phone > svg { width: 35px; height: 35px; padding: 8px; border-radius: 50%; background: rgba(255,255,255,.11); }
.header-phone span { display: flex; flex-direction: column; line-height: 1.15; font-weight: 750; font-size: 14px; }
.header-phone small { color: rgba(255,255,255,.62); font-weight: 500; font-size: 11px; margin-bottom: 4px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--green-900) 0 76%, #fff 76%); color: #fff; padding: 62px 0 0; }
.hero__mesh { position: absolute; inset: 0 0 auto; height: 760px; pointer-events: none; background: radial-gradient(circle at 10% 18%, rgba(183,212,91,.18), transparent 24%), radial-gradient(circle at 92% 30%, rgba(78,193,131,.16), transparent 26%), linear-gradient(120deg, transparent 0 60%, rgba(255,255,255,.035) 60% 61%, transparent 61% 100%); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .74fr); gap: 66px; align-items: start; }
.hero__copy { padding: 22px 0 28px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; line-height: 1.2; font-weight: 800; color: var(--green-700); }
.eyebrow { color: #caebd7; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin: 22px 0 20px; font-size: clamp(42px, 5.2vw, 68px); line-height: 1.02; letter-spacing: -.045em; font-weight: 800; }
.hero__lead { max-width: 700px; margin-bottom: 28px; color: rgba(255,255,255,.8); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.hero__proofs { display: grid; grid-template-columns: repeat(3, minmax(0, auto)); gap: 12px 20px; list-style: none; padding: 0; margin: 0 0 30px; }
.hero__proofs li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,.9); }
.hero__proofs svg { width: 20px; height: 20px; padding: 3px; border-radius: 50%; color: var(--green-950); background: var(--lime); stroke-width: 2.6; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 750; font-size: 15px; line-height: 1.2; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, .footer-button:focus-visible { outline: 3px solid rgba(183,212,91,.65); outline-offset: 3px; }
.button--primary { background: var(--lime); color: var(--green-950); box-shadow: 0 10px 30px rgba(15,55,35,.22); }
.button--primary:hover { background: #c5e36d; }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.05); }
.button--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }
.hero__service-area { max-width: 690px; display: flex; gap: 12px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.68); font-size: 13px; }
.hero__service-area svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--lime); }
.hero__service-area strong { color: #fff; }

.lead-card { position: relative; background: #fff; color: var(--ink); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-lg); }
.lead-card__badge { position: absolute; top: -13px; right: 26px; padding: 7px 13px; border-radius: 999px; background: var(--lime); color: var(--green-950); font-size: 11px; line-height: 1; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.lead-card h2 { margin-bottom: 10px; font-size: 27px; line-height: 1.18; letter-spacing: -.025em; }
.lead-card > p { margin-bottom: 22px; color: var(--muted); font-size: 14px; }
.alert { margin: 0 0 18px; padding: 12px 14px; border-radius: 9px; font-size: 13px; }
.alert--error { color: #7a271a; background: #fef3f2; border: 1px solid #fecdca; }
.field-grid { display: grid; gap: 12px; }
.field-grid--two { grid-template-columns: 1fr 1fr; }
.field { margin-bottom: 13px; }
.field label { display: block; margin: 0 0 6px; color: #34453b; font-size: 12px; font-weight: 750; }
.field label span:not(.optional) { color: var(--danger); }
.optional { margin-left: 5px; color: #8b9890; font-size: 11px; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfd9d2; border-radius: 9px; background: #fff; color: var(--ink); padding: 11px 12px; min-height: 45px; transition: border-color .18s ease, box-shadow .18s ease; }
.field textarea { min-height: 82px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #95a099; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(37,141,96,.11); }
.field--error input, .field--error select, .field--error textarea { border-color: #f04438; }
.field__error, .standalone-error { display: block; min-height: 15px; margin-top: 3px; color: var(--danger); font-size: 11px; }
.standalone-error { margin: -5px 0 8px 27px; }
.check { display: flex; gap: 9px; align-items: flex-start; margin: 1px 0 10px; color: #56655c; font-size: 11.5px; line-height: 1.45; cursor: pointer; }
.check input { flex: 0 0 auto; width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--green-700); }
.check a { color: var(--green-700); font-weight: 700; }
.check strong { color: var(--danger); }
.check em { color: #819087; font-style: normal; }
.check--error { color: var(--danger); }
.check--optional { margin-bottom: 15px; }
.button--submit { width: 100%; background: var(--green-800); color: #fff; box-shadow: 0 9px 24px rgba(11,81,57,.18); }
.button--submit:hover { background: var(--green-900); }
.button--submit svg { width: 19px; height: 19px; }
.button--submit:disabled { opacity: .72; cursor: wait; transform: none; }
.form-note { margin: 10px 0 0; text-align: center; color: #7b8880; font-size: 10.5px; line-height: 1.4; }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.hero-visual { position: relative; margin-top: 42px; color: var(--ink); }
.hero-visual__image { position: relative; overflow: hidden; min-height: 330px; border-radius: var(--radius-lg); background: #dbe8e0; box-shadow: var(--shadow-lg); }
.hero-visual__image img { width: 100%; height: 380px; object-fit: cover; }
.hero-visual__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,35,24,.52), transparent 60%); pointer-events: none; }
.hero-visual__caption { position: absolute; z-index: 2; left: 40px; bottom: 34px; display: flex; flex-direction: column; color: #fff; }
.hero-visual__caption span { font-size: 13px; color: rgba(255,255,255,.72); }
.hero-visual__caption strong { margin-top: 3px; font-size: 22px; letter-spacing: -.02em; }

.trustbar { padding: 34px 0 0; background: #fff; }
.trustbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.trustbar__grid > div { position: relative; padding: 24px 22px 24px 62px; min-height: 100px; border-right: 1px solid var(--line); }
.trustbar__grid > div:last-child { border-right: 0; }
.trustbar__grid span { position: absolute; left: 20px; top: 23px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--green-800); background: var(--green-100); font-size: 11px; font-weight: 850; }
.trustbar__grid strong, .trustbar__grid small { display: block; }
.trustbar__grid strong { margin-bottom: 3px; font-size: 14px; }
.trustbar__grid small { color: var(--muted); font-size: 11.5px; }

.section { padding: 108px 0; }
.section--soft { background: var(--soft); }
.section--dark { background: var(--green-950); color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .process-copy h2, .faq-intro h2, .split-panel__copy h2, .final-cta h2 { margin: 14px 0 16px; font-size: clamp(34px, 4vw, 49px); line-height: 1.1; letter-spacing: -.04em; }
.section-heading p, .process-copy > p, .faq-intro > p, .split-panel__copy > p { color: var(--muted); font-size: 17px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-card { min-height: 272px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: #bfd3c6; }
.icon-box { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 25px; border-radius: 14px; background: var(--green-100); color: var(--green-800); }
.icon-box svg { width: 26px; height: 26px; }
.benefit-card h3 { margin-bottom: 10px; font-size: 19px; letter-spacing: -.02em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }

.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 94px; align-items: center; }
.section-kicker--light { color: #b7ddc7; }
.process-copy h2 { color: #fff; }
.process-copy > p { color: rgba(255,255,255,.68); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--lime); text-decoration: none; font-weight: 750; }
.text-link svg { width: 18px; height: 18px; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.process-list li:first-child { border-top: 1px solid rgba(255,255,255,.12); }
.process-list > li > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--green-950); background: var(--lime); font-weight: 850; }
.process-list h3 { margin: 0 0 5px; font-size: 19px; }
.process-list p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }

.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.solution-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 440px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.solution-card--featured { background: var(--green-100); border-color: #c8e1d2; }
.solution-card__number { color: var(--green-600); font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.solution-card h3 { margin: 55px 0 13px; font-size: 26px; line-height: 1.15; letter-spacing: -.03em; }
.solution-card p { color: var(--muted); font-size: 14px; }
.solution-card ul { list-style: none; padding: 0; margin: 12px 0 26px; }
.solution-card li { position: relative; padding: 7px 0 7px 22px; color: #405148; font-size: 13px; }
.solution-card li::before { content: ""; position: absolute; left: 0; top: 14px; width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); }
.solution-card a { margin-top: auto; display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(75,110,89,.18); color: var(--green-800); text-decoration: none; font-weight: 800; font-size: 14px; }
.solution-card a span { font-size: 20px; }

.split-panel { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.split-panel__image { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); background: #dbe8e0; }
.split-panel__image img { width: 100%; min-height: 420px; object-fit: cover; }
.mini-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.mini-proof-grid div { padding: 16px; border-radius: 12px; background: #fff; border: 1px solid var(--line); }
.mini-proof-grid strong, .mini-proof-grid span { display: block; }
.mini-proof-grid strong { margin-bottom: 4px; font-size: 14px; }
.mini-proof-grid span { color: var(--muted); font-size: 12px; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 28px; }
.button--outline-dark { margin-top: 15px; color: var(--green-900); border-color: #b8cabf; background: #fff; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; list-style: none; cursor: pointer; font-weight: 750; font-size: 17px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 21px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--green-100); color: var(--green-800); font-size: 20px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 740px; margin: -6px 48px 25px 0; color: var(--muted); }

.final-cta { padding: 72px 0; background: linear-gradient(120deg, var(--green-800), var(--green-950)); color: #fff; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { max-width: 700px; margin-bottom: 9px; font-size: clamp(31px, 3.5vw, 44px); }
.final-cta p { margin: 0; color: rgba(255,255,255,.7); }
.final-cta__actions { display: flex; flex: 0 0 auto; gap: 10px; }
.button--white { background: #fff; color: var(--green-900); }
.button--outline-white { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; }

.site-footer { padding: 64px 0 20px; background: #052f22; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.15fr .9fr; gap: 50px; }
.footer-brand img { width: 150px; height: auto; max-height: 60px; object-fit: contain; object-position: left; margin-bottom: 18px; }
.footer-brand p, .footer-grid p { color: rgba(255,255,255,.55); font-size: 13px; }
.footer-grid h2 { margin-bottom: 15px; color: #bce2cc; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a, .footer-button { display: block; margin-bottom: 8px; color: rgba(255,255,255,.72); text-decoration: none; font-size: 13px; }
.footer-grid a:hover, .footer-button:hover { color: #fff; }
.footer-button { padding: 0; border: 0; background: none; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.4); font-size: 11px; }
.technical-note { max-width: 630px; text-align: right; }

.mobile-actions { display: none; }

.consent[hidden], .consent__settings[hidden] { display: none !important; }
.consent { position: fixed; inset: 0; z-index: 1000; display: grid; align-items: end; padding: 22px; background: rgba(3,25,18,.55); backdrop-filter: blur(4px); }
.consent__panel { width: min(100%, 980px); margin: 0 auto; padding: 24px; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 25px 80px rgba(0,0,0,.28); }
.consent__content h2 { margin: 0 0 8px; font-size: 20px; }
.consent__content p { margin: 0; color: var(--muted); font-size: 13px; }
.consent__simple-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 18px; }
.button--consent-secondary, .button--consent-settings { min-height: 42px; padding: 10px 14px; color: var(--green-900); background: #fff; border-color: #cbd9d0; font-size: 13px; }
.button--consent-accept { min-height: 42px; padding: 10px 16px; color: #fff; background: var(--green-800); font-size: 13px; }
.consent__settings { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.consent-option { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 0; border-bottom: 1px solid #edf1ee; }
.consent-option strong, .consent-option span { display: block; }
.consent-option strong { font-size: 14px; }
.consent-option span { color: var(--muted); font-size: 12px; }
.consent-option input { width: 20px; height: 20px; accent-color: var(--green-700); }
.always-on { color: var(--green-700) !important; font-weight: 750; }
.consent__settings-actions { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; }
.consent__settings-actions a { color: var(--green-700); font-size: 12px; font-weight: 700; }

.thank-you-page { min-height: 100vh; background: radial-gradient(circle at 16% 10%, rgba(183,212,91,.15), transparent 28%), linear-gradient(145deg, var(--green-900), var(--green-950)); }
.thank-you { width: min(calc(100% - 32px), 780px); min-height: 100vh; margin: 0 auto; padding: 42px 0 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.thank-you__brand { margin-bottom: 25px; }
.thank-you__brand img { width: 175px; height: auto; max-height: 60px; object-fit: contain; }
.thank-you__card { width: 100%; padding: 48px; text-align: center; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-lg); }
.success-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 23px; border-radius: 50%; color: var(--green-900); background: var(--green-100); }
.success-icon svg { width: 34px; height: 34px; stroke-width: 2.5; }
.thank-you__card h1 { margin: 12px auto 14px; max-width: 620px; color: var(--ink); font-size: clamp(34px, 5vw, 48px); }
.thank-you__card > p { max-width: 570px; margin: 0 auto 20px; color: var(--muted); }
.reference { display: inline-block; padding: 9px 14px; border-radius: 999px; background: var(--soft); color: #526158; font-size: 12px; }
.thank-you__next { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 32px 0; text-align: left; }
.thank-you__next > div { padding: 18px; border-radius: 12px; background: var(--soft); }
.thank-you__next span { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 13px; border-radius: 50%; background: var(--green-800); color: #fff; font-size: 11px; font-weight: 850; }
.thank-you__next p { margin: 0; color: var(--muted); font-size: 12px; }
.thank-you__next strong { color: var(--ink); }
.thank-you__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.button--whatsapp { color: #fff; background: #168d54; }
.back-link { display: inline-block; margin-top: 22px; color: var(--green-700); font-size: 13px; }
.thank-you__footer { margin: 18px 0 0; color: rgba(255,255,255,.55); font-size: 11px; text-align: center; }

@media (max-width: 1020px) {
  .nav__links { display: none; }
  .nav { justify-content: space-between; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) 390px; gap: 34px; }
  h1 { font-size: 50px; }
  .hero__proofs { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .trustbar__grid { grid-template-columns: repeat(2, 1fr); }
  .trustbar__grid > div:nth-child(2) { border-right: 0; }
  .trustbar__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-layout, .split-panel, .faq-layout { gap: 55px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; display: flex; gap: 20px; align-items: baseline; }
  .footer-grid > div:last-child h2 { width: 100%; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topline__inner { justify-content: flex-start; overflow: hidden; white-space: nowrap; font-size: 11px; }
  .nav { min-height: 74px; }
  .brand img { width: 145px; }
  .header-phone span { display: none; }
  .header-phone > svg { width: 40px; height: 40px; }
  .hero { padding-top: 38px; background: linear-gradient(180deg, var(--green-900) 0 84%, #fff 84%); }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { padding-top: 0; }
  h1 { font-size: clamp(40px, 11vw, 58px); }
  .hero__lead { font-size: 18px; }
  .lead-card { padding: 28px; }
  .hero-visual { margin-top: 28px; }
  .hero-visual__image img { height: 310px; }
  .trustbar__grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 78px 0; }
  .process-layout, .split-panel, .faq-layout { grid-template-columns: 1fr; }
  .process-layout { gap: 38px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; }
  .solution-card h3 { margin-top: 28px; }
  .split-panel { gap: 35px; }
  .split-panel__image img { min-height: 300px; }
  .faq-layout { gap: 40px; }
  .faq-intro { position: static; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; display: block; }
  .footer-bottom { flex-direction: column; }
  .technical-note { text-align: left; }
}

@media (max-width: 560px) {
  body { padding-bottom: calc(65px + env(safe-area-inset-bottom)); }
  .topline__inner span:last-child, .topline__divider { display: none; }
  .hero { padding-top: 30px; }
  .eyebrow { font-size: 10px; }
  h1 { margin-top: 17px; font-size: 38px; line-height: 1.035; }
  .hero__copy { padding-bottom: 8px; }
  .hero__lead { margin-bottom: 18px; font-size: 15px; line-height: 1.5; }
  .hero__proofs { margin-bottom: 0; }
  .hero__proofs li:nth-child(n+2) { display: none; }
  /* Em telemóvel, o formulário e o primeiro campo começam na primeira dobra.
     As ações continuam sempre disponíveis na barra fixa inferior. */
  .hero__actions, .hero__service-area { display: none; }
  .lead-card { border-radius: 22px; padding: 26px 20px 22px; }
  .lead-card h2 { font-size: 24px; }
  .lead-card__badge { right: 18px; }
  .field-grid--two { grid-template-columns: 1fr; gap: 0; }
  .hero-visual__image { min-height: 270px; border-radius: 20px; }
  .hero-visual__image img { height: 270px; }
  .hero-visual__caption { left: 22px; right: 22px; bottom: 22px; }
  .hero-visual__caption strong { font-size: 18px; }
  .trustbar { padding-top: 24px; }
  .trustbar__grid { grid-template-columns: 1fr; }
  .trustbar__grid > div { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .trustbar__grid > div:last-child { border-bottom: 0; }
  .section { padding: 66px 0; }
  .section-heading h2, .process-copy h2, .faq-intro h2, .split-panel__copy h2, .final-cta h2 { font-size: 33px; }
  .section-heading p, .process-copy > p, .faq-intro > p, .split-panel__copy > p { font-size: 15px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 14px; }
  .solution-card { padding: 27px; }
  .mini-proof-grid { grid-template-columns: 1fr; }
  .final-cta__actions { width: 100%; flex-direction: column; }
  .final-cta__actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { padding-top: 50px; }
  .mobile-actions { position: fixed; z-index: 500; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: env(safe-area-inset-bottom); background: #fff; border-top: 1px solid #dce5df; box-shadow: 0 -6px 22px rgba(5,45,31,.12); }
  .mobile-actions a { min-height: 62px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--green-900); text-decoration: none; font-size: 10px; font-weight: 800; border-right: 1px solid #e8eeea; }
  .mobile-actions a:last-child { border-right: 0; background: var(--green-900); color: #fff; }
  .mobile-actions svg { width: 20px; height: 20px; }
  .consent { padding: 10px; align-items: end; }
  .consent__panel { max-height: calc(100vh - 20px); overflow-y: auto; padding: 20px; border-radius: 16px; }
  .consent__simple-actions { display: grid; grid-template-columns: 1fr; }
  .consent__simple-actions .button { width: 100%; }
  .consent-option { align-items: flex-start; }
  .consent__settings-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .thank-you { padding: 24px 0; }
  .thank-you__card { padding: 34px 21px; }
  .thank-you__next { grid-template-columns: 1fr; }
  .thank-you__actions { flex-direction: column; }
  .thank-you__actions .button { width: 100%; }
}

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