@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --asa-white: #ffffff;
  --asa-surface: #f8fafb;
  --asa-surface-blue: #eef8fc;
  --asa-blue-950: #003b5c;
  --asa-blue-800: #005b88;
  --asa-blue-650: #0075ad;
  --asa-blue-500: #0088c5;
  --asa-blue-100: #eaf6fb;
  --asa-ink: #101820;
  --asa-muted: #66747c;
  --asa-line: rgba(4, 61, 91, .11);
  --asa-whatsapp: #25d366;
  --asa-whatsapp-hover: #20c65e;
  --radius-button: 11px;
  --radius-card: 16px;
  --radius-panel: 20px;
  --radius-feature: 28px;
  --container-width: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; scrollbar-color: #a6c2d0 #eef5f8; scrollbar-width: thin; }
html::-webkit-scrollbar { width: 10px; }
html::-webkit-scrollbar-track { background: #eef5f8; }
html::-webkit-scrollbar-thumb { border: 2px solid #eef5f8; border-radius: 10px; background: #a6c2d0; }
html::-webkit-scrollbar-thumb:hover { background: #719db2; }
html::-webkit-scrollbar-thumb:active { background: var(--asa-blue-800); }
body { margin: 0; background: var(--asa-white); color: var(--asa-ink); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.65; letter-spacing: -.01em; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
svg { width: 20px; height: 20px; flex: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.04em; }
h1 { font-size: clamp(42px, 5vw, 60px); line-height: 1.01; letter-spacing: -.045em; }
h2 { font-size: clamp(32px, 4vw, 46px); line-height: 1.06; }
h3 { font-size: clamp(22px, 2.3vw, 30px); line-height: 1.16; }
p { color: var(--asa-muted); }
:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; }
@media (forced-colors: active) { html { scrollbar-color: auto; } }
.container { width: min(calc(100% - 64px), var(--container-width)); margin-inline: auto; }
.section { padding-block: 108px; }
.skip-link { position: absolute; z-index: 1000; top: -70px; left: 16px; padding: 10px 15px; background: #fff; color: var(--asa-blue-950); border-radius: 6px; }
.skip-link:focus { top: 12px; }
.eyebrow, .service-label { margin-bottom: 22px; color: var(--asa-blue-650); font-size: 11px; font-weight: 700; line-height: 1.4; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #d9f2ff; }
.eyebrow-line { display: inline-block; width: 22px; height: 1px; margin-right: 9px; background: currentColor; vertical-align: middle; }
.eyebrow-sep { padding-inline: 4px; opacity: .65; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr); gap: 58px; align-items: end; margin-bottom: 46px; }
.section-intro h2 { max-width: 680px; margin-bottom: 0; }
.section-intro > p { max-width: 350px; margin-bottom: 2px; font-size: 16px; line-height: 1.7; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 50px; padding: 10px 17px; border: 1px solid transparent; border-radius: var(--radius-button); font-size: 14px; font-weight: 600; line-height: 1.25; text-align: center; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button svg:first-child { width: 18px; height: 18px; }
.button svg:last-child { width: 24px; height: 18px; margin-left: 8px; padding-left: 9px; border-left: 1px solid currentColor; opacity: .75; }
.button-whatsapp { background: var(--asa-whatsapp); color: #063a1c; }
.button-whatsapp:hover { background: var(--asa-whatsapp-hover); }
.button-blue { background: var(--asa-blue-800); color: #fff; }
.button-blue:hover { background: var(--asa-blue-950); }
.button-outline-light { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.button-outline-light:hover { background: rgba(255,255,255,.16); }
.button-card { width: 100%; min-height: 45px; justify-content: space-between; background: rgba(255,255,255,.72); border-color: rgba(0,85,123,.15); color: var(--asa-blue-950); font-size: 12px; }
.button-card:hover { background: #fff; }
.button-card svg:first-child { display: none; }
.setup-note { padding: 10px; border-radius: 8px; background: #fff4d8; color: #43350b; font-size: 13px; }
.setup-note a { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(0,70,110,.08); background: rgba(255,255,255,.68); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); transition: background .2s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.88); }
.header-inner { display: flex; align-items: center; gap: 30px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; color: var(--asa-blue-950); font-size: 17px; font-weight: 700; letter-spacing: -.045em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 5px; background: var(--asa-blue-650); color: #fff; font-size: 21px; line-height: 1; }
.brand-logo { display: block; width: auto; max-width: 180px; max-height: 48px; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.main-nav a { color: #324a57; font-size: 12px; font-weight: 600; transition: color .18s; }
.main-nav a:hover { color: var(--asa-blue-650); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.open-pill { display: inline-flex; align-items: center; gap: 10px; color: var(--asa-blue-950); font-size: 11px; font-weight: 700; white-space: nowrap; }
.status-dot, .service-live i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #1cc76a; box-shadow: 0 0 0 4px rgba(37,211,102,.15); }
.header-cta { min-height: 40px; padding: 8px 13px; font-size: 11px; }
.header-cta svg:first-child { display: none; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--asa-line); border-radius: 9px; background: rgba(255,255,255,.6); color: var(--asa-blue-950); cursor: pointer; }

.hero-shell { padding-top: 18px; }
.hero-panel { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); align-items: center; gap: 28px; min-height: 614px; padding: 64px 64px 50px; overflow: hidden; border-radius: var(--radius-feature); background: radial-gradient(circle at 78% 24%, rgba(75,190,230,.25), transparent 36%), linear-gradient(135deg,#00689f,#007db8 55%,#006797); }
.hero-copy { position: relative; z-index: 1; }
.hero-copy h1 { max-width: 650px; margin-bottom: 24px; color: #fff; }
.hero-copy h1 span { color: #d5f3ff; }
.hero-description { max-width: 520px; margin-bottom: 28px; color: #e3f3fa; font-size: 16px; line-height: 1.75; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 520px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.28); }
.hero-facts > div { min-width: 0; padding: 0 15px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-facts > div:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.hero-facts span { margin-top: 2px; color: #d7edf7; font-size: 10px; line-height: 1.45; }
.hero-visual { position: relative; min-width: 0; padding: 0 0 12px 15px; margin-right: -64px; }
.hero-photo-wrap { height: 510px; margin-right: 30px; overflow: hidden; border-radius: 11px; background: #89bacf; }
.hero-photo { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.hero-service-card { position: absolute; bottom: -3px; left: -12px; width: min(262px, 67%); padding: 20px; border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius-card); background: rgba(255,255,255,.78); box-shadow: 0 24px 50px rgba(0,50,80,.18); backdrop-filter: blur(18px) saturate(130%); -webkit-backdrop-filter: blur(18px) saturate(130%); }
.service-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 7px; }
.mini-brand { color: var(--asa-blue-950); font-size: 11px; font-weight: 700; white-space: nowrap; }
.service-live { display: inline-flex; align-items: center; gap: 7px; color: #126f44; font-size: 9px; font-weight: 700; white-space: nowrap; }
.service-live i { width: 5px; height: 5px; box-shadow: 0 0 0 3px rgba(37,211,102,.14); }
.service-card-rule { height: 1px; margin: 15px 0; background: var(--asa-line); }
.hero-service-card p { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; color: #324d5c; font-size: 11px; font-weight: 600; }
.hero-service-card p svg { width: 15px; height: 15px; color: var(--asa-blue-650); }
.hero-service-card .button { margin-top: 7px; }

.trust-section { padding-top: 35px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--asa-line); border-bottom: 1px solid var(--asa-line); }
.trust-item { display: flex; flex-direction: column; gap: 5px; min-width: 0; padding: 22px 24px; border-left: 1px solid var(--asa-line); }
.trust-item:first-child { padding-left: 0; border-left: 0; }
.trust-item strong { color: var(--asa-blue-950); font-size: 13px; font-weight: 700; line-height: 1.35; }
.trust-item span { color: var(--asa-muted); font-size: 11px; line-height: 1.4; }

.services-section { padding-top: 115px; }
.service-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); align-items: start; gap: 24px; }
.service-block { display: flex; flex-direction: column; min-width: 0; padding: 38px 42px; border: 1px solid var(--asa-line); border-radius: var(--radius-card); box-shadow: none; }
.service-block.automotive { background: var(--asa-surface); }
.service-block.residential { margin-top: 54px; padding-inline: 35px; background: var(--asa-surface-blue); }
.service-label { margin-bottom: 23px; }
.service-block h3 { margin-bottom: 14px; }
.service-block > p:not(.service-label) { max-width: 530px; margin-bottom: 24px; font-size: 14px; line-height: 1.75; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 23px; margin-bottom: 30px; }
.service-list li { min-width: 0; padding: 12px 0; border-top: 1px solid var(--asa-line); color: #334a56; font-size: 12px; font-weight: 600; line-height: 1.45; }
.residential .service-list { grid-template-columns: 1fr; }
.residential .service-list li { padding-block: 10px; }
.service-foot { margin-top: auto; }
.service-foot .button { width: 100%; justify-content: space-between; text-align: left; }
.service-foot small { display: block; margin-top: 11px; color: var(--asa-muted); font-size: 11px; }

.compatibility-section { background: var(--asa-surface); }
.compat-grid { display: grid; grid-template-columns: minmax(0, 1.17fr) minmax(0, .83fr); gap: 0; border-top: 1px solid var(--asa-line); border-bottom: 1px solid var(--asa-line); }
.compat-panel { min-width: 0; padding: 30px 34px 30px 0; }
.compat-panel.compat-no { padding: 30px 0 30px 36px; border-left: 1px solid var(--asa-line); }
.compat-heading { display: flex; flex-direction: column; gap: 3px; margin-bottom: 24px; }
.compat-heading strong { color: var(--asa-blue-950); font-size: 16px; font-weight: 700; }
.compat-heading span { color: var(--asa-muted); font-size: 11px; }
.brand-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 20px; }
.brand-list li { min-width: 0; padding: 10px 0; border-top: 1px solid var(--asa-line); color: #284858; font-size: 12px; font-weight: 600; line-height: 1.4; }
.compat-no .brand-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.compat-no .brand-list li { color: #697a82; font-weight: 500; }
.compat-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 27px 0 0; }
.compat-cta strong { display: block; color: var(--asa-blue-950); font-size: 16px; font-weight: 600; }
.compat-cta p { margin: 3px 0 0; font-size: 13px; }
.compat-cta .button { flex: none; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: 210px 210px 290px; gap: 8px; }
.gallery-item { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 11px; background: #e5edf1; }
.gallery-featured { grid-area: 1 / 1 / 3 / 3; }
.gallery-gol { grid-area: 1 / 3 / 3 / 4; }
.gallery-fastback { grid-area: 1 / 4 / 2 / 5; }
.gallery-strada { grid-area: 2 / 4 / 3 / 5; }
.gallery-jeep { grid-area: 3 / 1 / 4 / 2; }
.gallery-honda { grid-area: 3 / 2 / 4 / 3; }
.gallery-install { grid-area: 3 / 3 / 4 / 4; }
.gallery-troca { grid-area: 3 / 4 / 4 / 5; }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.02); }
.gallery-item figcaption { position: absolute; bottom: 13px; left: 13px; display: inline-flex; align-items: center; gap: 11px; max-width: calc(100% - 26px); padding: 9px 12px; border: 1px solid rgba(255,255,255,.65); border-radius: 7px; background: rgba(255,255,255,.84); color: var(--asa-blue-950); font-size: 11px; font-weight: 700; line-height: 1.35; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.gallery-item figcaption span { color: #537083; font-weight: 500; }

.area-section { background: var(--asa-surface-blue); }
.area-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); align-items: center; gap: 75px; }
.area-copy h2 { max-width: 480px; }
.area-copy > p:not(.eyebrow) { max-width: 455px; margin-bottom: 27px; font-size: 16px; }
.coverage-card { padding: 27px 32px 20px; border: 1px solid rgba(255,255,255,.75); border-radius: var(--radius-panel); background: rgba(255,255,255,.67); box-shadow: 0 24px 60px rgba(0,54,84,.1); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%); }
.coverage-caption { color: var(--asa-blue-800); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.coverage-diagram { position: relative; display: grid; grid-template-columns: 1fr 1.08fr 1fr; grid-template-rows: 80px 80px 80px; place-items: center; min-height: 245px; }
.coverage-city { position: relative; z-index: 1; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: #3a647a; font-size: 12px; font-weight: 600; line-height: 1.25; text-align: center; white-space: nowrap; }
.coverage-city::before { content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--asa-blue-500); box-shadow: 0 0 0 5px rgba(0,136,197,.1); }
.coverage-city.top { grid-column: 2; grid-row: 1; }
.coverage-city.left { grid-column: 1; grid-row: 2; }
.coverage-city.center { grid-column: 2; grid-row: 2; color: var(--asa-blue-950); font-size: 17px; font-weight: 700; letter-spacing: -.03em; }
.coverage-city.center::before { width: 8px; height: 8px; background: var(--asa-blue-650); }
.coverage-city.right { grid-column: 3; grid-row: 2; }
.coverage-city.bottom { grid-column: 2; grid-row: 3; }
.coverage-diagram .line { position: absolute; z-index: 0; background: rgba(0,111,162,.22); }
.line-vertical { top: 48px; left: 50%; width: 1px; height: 149px; }
.line-horizontal { top: 50%; left: 19%; width: 62%; height: 1px; }
.coverage-card small { display: block; color: #6c8b9c; font-size: 10px; text-align: right; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; border-top: 1px solid var(--asa-line); }
.process-step { position: relative; padding: 30px 15px 0 0; }
.process-step::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--asa-blue-650); }
.process-top { margin-bottom: 9px; color: rgba(0,117,173,.22); }
.process-top span { font-size: 55px; font-weight: 500; line-height: 1; letter-spacing: -.08em; }
.process-step h3 { margin-bottom: 10px; font-size: 20px; }
.process-step p { max-width: 310px; margin: 0; font-size: 13px; line-height: 1.75; }
.process-cta { margin-top: 37px; }

.final-cta-section { padding-bottom: 105px; }
.final-cta-panel { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(0, .68fr); align-items: center; gap: 65px; min-height: 340px; padding: 51px 58px; overflow: hidden; border-radius: var(--radius-feature); background: radial-gradient(circle at 86% 24%,rgba(80,173,212,.19),transparent 36%),linear-gradient(130deg,#005b88,#003f64); }
.final-content h2 { max-width: 600px; margin-bottom: 14px; color: #fff; }
.final-content > p:not(.eyebrow) { margin-bottom: 26px; color: #dbeef6; font-size: 15px; }
.final-signature { display: flex; flex-direction: column; justify-content: center; min-height: 205px; padding: 25px 28px; border: 1px solid rgba(255,255,255,.32); border-radius: var(--radius-card); background: rgba(255,255,255,.12); color: #fff; box-shadow: 0 24px 64px rgba(0,45,75,.16); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%); }
.signature-icon { margin-bottom: 20px; color: #d9f2ff; }
.signature-icon svg { width: 29px; height: 29px; }
.final-signature strong { font-size: 19px; font-weight: 600; letter-spacing: -.03em; }
.final-signature span:last-child { margin-top: 3px; color: #d4e9f3; font-size: 12px; }

.faq-section { padding-top: 0; }
.faq-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 85px; }
.faq-intro { position: sticky; top: 110px; align-self: start; }
.faq-intro h2 { max-width: 420px; }
.faq-intro > p:last-child { font-size: 14px; }
.faq-list { border-top: 1px solid var(--asa-line); }
.faq-list details { border-bottom: 1px solid var(--asa-line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 63px; padding: 15px 0; list-style: none; color: #203d4d; font-size: 13px; font-weight: 600; cursor: pointer; transition: color .18s ease; }
.faq-list summary:hover { color: var(--asa-blue-650); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: none; width: 18px; height: 18px; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 8px; left: 3px; width: 12px; height: 1px; background: var(--asa-blue-650); }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { display: none; }
.faq-list details p { max-width: 620px; margin: -2px 0 21px; font-size: 13px; line-height: 1.8; }

.site-footer { padding: 71px 0 25px; background: var(--asa-blue-950); color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, .8fr)); gap: 44px; }
.footer-brand { max-width: 290px; margin-bottom: 20px; font-size: clamp(30px,3.3vw,45px); font-weight: 600; line-height: 1.02; letter-spacing: -.06em; }
.footer-about p { max-width: 245px; color: #c4dce8; font-size: 12px; line-height: 1.8; }
.footer-heading { margin-bottom: 20px; color: #fff; font-size: 12px; font-weight: 700; }
.footer-grid > div:not(:first-child) > a { display: block; width: fit-content; margin-bottom: 11px; color: #c4dce8; font-size: 11px; line-height: 1.5; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-grid .footer-contact-link { margin-bottom: 15px !important; }
.footer-contact-link span, .footer-contact-link strong { display: block; }
.footer-contact-link span { font-size: 10px; opacity: .85; }
.footer-contact-link strong { margin-top: 2px; color: #fff; font-size: 13px; font-weight: 600; }
.footer-cta { margin-top: 17px; }
.footer-cta .button { min-height: 43px; font-size: 11px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.19); color: #a9cbdc; font-size: 10px; }
.footer-legal { display: flex; align-items: center; gap: 18px; }
.footer-bottom a, .footer-legal button { color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; }
.footer-legal button { padding: 0; border: 0; background: none; cursor: pointer; }
.footer-bottom a:hover, .footer-legal button:hover { color: #fff; }
.mobile-contact { display: none; }

.asa-consent[hidden] { display: none !important; }
.asa-consent { position: fixed; z-index: 103; right: 20px; bottom: 20px; width: min(calc(100% - 40px), 760px); overflow: hidden; border: 1px solid rgba(0,91,136,.2); border-radius: var(--radius-card); background: rgba(255,255,255,.97); box-shadow: 0 22px 65px rgba(0,44,70,.2); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%); }
.asa-consent-accent { height: 5px; background: linear-gradient(90deg, var(--asa-blue-650) 0 72%, var(--asa-whatsapp) 72% 100%); }
.asa-consent-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; padding: 22px 24px 24px; }
.asa-consent-copy p { margin-bottom: 8px; font-size: 13px; line-height: 1.6; }
.asa-consent-copy .asa-consent-title { margin-bottom: 5px; color: var(--asa-blue-950); font-size: 17px; font-weight: 700; letter-spacing: -.025em; }
.asa-consent-copy a { display: inline-block; color: var(--asa-blue-800); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.asa-consent-actions { display: grid; grid-template-columns: repeat(2, minmax(112px, 1fr)); gap: 9px; }
.asa-consent-button { min-height: 45px; padding: 10px 18px; border: 1px solid var(--asa-blue-800); border-radius: var(--radius-button); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.asa-consent-button:hover { transform: translateY(-1px); }
.asa-consent-button:active { transform: translateY(0); }
.asa-consent-reject { background: var(--asa-surface-blue); color: var(--asa-blue-950); }
.asa-consent-reject:hover { background: #dff1f8; }
.asa-consent-accept { background: var(--asa-blue-800); color: #fff; }
.asa-consent-accept:hover { background: var(--asa-blue-950); }
.asa-consent-button[aria-pressed="true"] { box-shadow: 0 0 0 3px rgba(0,117,173,.18); }

.privacy-page { background: var(--asa-white); }
.privacy-hero { padding: 92px 0 70px; border-bottom: 1px solid var(--asa-line); background: var(--asa-surface-blue); }
.privacy-hero-inner { max-width: 850px; }
.privacy-hero h1 { max-width: 720px; margin-bottom: 22px; color: var(--asa-blue-950); }
.privacy-hero > .container > p:last-child { max-width: 710px; margin-bottom: 0; font-size: 18px; }
.privacy-content { padding-top: 72px; padding-bottom: 110px; }
.privacy-content article { max-width: 780px; }
.privacy-content h2 { margin: 50px 0 15px; color: var(--asa-blue-950); font-size: clamp(24px, 3vw, 31px); }
.privacy-content h2:first-child { margin-top: 0; }
.privacy-content p { margin-bottom: 17px; font-size: 16px; line-height: 1.8; }
.privacy-content a { color: var(--asa-blue-800); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.privacy-content code { padding: 2px 6px; border-radius: 4px; background: var(--asa-surface-blue); color: var(--asa-blue-950); font-size: .9em; }
.default-content { min-height: 45vh; padding-block: 75px; }

@media (max-width: 1100px) {
  .header-inner { gap: 20px; }
  .main-nav { gap: 16px; }
  .header-actions { gap: 12px; }
  .open-pill { display: none; }
  .hero-panel { padding: 52px 44px 42px; gap: 15px; }
  .hero-visual { margin-right: -44px; }
  .hero-photo-wrap { height: 470px; }
  .area-layout { gap: 42px; }
  .faq-layout { gap: 46px; }
  .footer-grid { gap: 25px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 48px), var(--container-width)); }
  .section { padding-block: 82px; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .header-cta { display: none; }
  .main-nav { position: absolute; top: 71px; right: 24px; left: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 8px 18px 15px; border: 1px solid var(--asa-line); border-radius: 0 0 14px 14px; background: rgba(255,255,255,.96); box-shadow: 0 12px 28px rgba(0,45,75,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 2px; font-size: 13px; }
  .header-cta { margin-left: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .footer-about { grid-column: 1 / 3; }
  .hero-panel { min-height: 0; padding: 46px 36px; }
  .hero-copy h1 { font-size: clamp(40px, 5.2vw, 52px); }
  .hero-visual { margin-right: -36px; }
  .hero-photo-wrap { height: 440px; }
  .hero-service-card { width: 225px; padding: 16px; }
  .service-grid { gap: 15px; }
  .service-block { padding: 30px; }
  .service-block.residential { padding-inline: 26px; }
  .services-section { padding-top: 90px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(calc(100% - 32px), var(--container-width)); }
  .section { padding-block: 74px; }
  .header-inner { min-height: 64px; }
  .main-nav { top: 63px; right: 16px; left: 16px; }
  .header-cta { display: none; }
  .hero-shell { padding-top: 12px; }
  .hero-panel { display: flex; flex-direction: column; align-items: stretch; gap: 30px; padding: 37px 27px 27px; border-radius: 20px; }
  .hero-copy h1 { max-width: 600px; font-size: clamp(40px, 8vw, 56px); }
  .hero-description { max-width: 610px; }
  .hero-facts { margin-top: 32px; }
  .hero-visual { width: 100%; max-width: 570px; padding: 0; margin: 0 auto; }
  .hero-photo-wrap { height: auto; margin: 0; }
  .hero-photo { height: auto; object-fit: contain; }
  .hero-service-card { position: relative; bottom: auto; left: auto; width: 100%; margin-top: 12px; }
  .trust-section { padding-top: 25px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 17px 13px; }
  .trust-item:nth-child(3) { padding-left: 0; border-left: 0; }
  .trust-item:nth-child(n+3) { border-top: 1px solid var(--asa-line); }
  .section-intro { grid-template-columns: 1fr; gap: 13px; margin-bottom: 34px; }
  .section-intro > p { max-width: 600px; }
  .service-grid, .compat-grid, .area-layout, .faq-layout { grid-template-columns: 1fr; }
  .service-block.residential { margin-top: 0; }
  .residential .service-list { grid-template-columns: 1fr 1fr; }
  .compat-panel { padding: 20px 0; }
  .compat-panel.compat-no { padding: 24px 0 20px; border-top: 1px solid var(--asa-line); border-left: 0; }
  .compat-cta { align-items: flex-start; flex-wrap: wrap; }
  .gallery-grid { display: block; columns: 2; column-gap: 8px; }
  .gallery-item { display: block; width: 100%; margin-bottom: 8px; break-inside: avoid; }
  .gallery-featured { column-span: all; }
  .gallery-item img { height: auto; }
  .area-layout { gap: 28px; }
  .coverage-card { width: 100%; max-width: 630px; }
  .process-grid { grid-template-columns: 1fr; gap: 0; margin-left: 26px; border-top: 0; border-left: 1px solid var(--asa-line); }
  .process-step { padding: 0 0 33px 28px; }
  .process-step::before { top: 8px; left: -4px; }
  .process-top span { font-size: 48px; }
  .process-step p { max-width: 550px; }
  .process-cta { margin-top: 5px; }
  .final-cta-section { padding-bottom: 74px; }
  .final-cta-panel { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding: 38px 30px; }
  .final-signature { min-height: 145px; }
  .faq-section { padding-top: 0; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .footer-about { grid-column: 1 / 3; }
  .site-footer { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
  .mobile-contact { position: fixed; z-index: 101; right: 0; bottom: 0; left: 0; display: flex; gap: 8px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid var(--asa-line); background: rgba(255,255,255,.92); opacity: 0; visibility: hidden; transform: translateY(100%); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
  body.is-past-hero .mobile-contact { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .mobile-contact .button { flex: 1; min-width: 0; min-height: 46px; padding: 8px; font-size: 12px; }
  .mobile-contact .button svg:last-child { display: none; }
  .mobile-contact .button-phone { border: 1px solid var(--asa-line); background: var(--asa-surface-blue); color: var(--asa-blue-950); }
  .mobile-contact .button-whatsapp { color: #063a1c; }
  .asa-consent { right: 12px; bottom: 12px; width: calc(100% - 24px); }
  body.is-past-hero .asa-consent { bottom: calc(78px + env(safe-area-inset-bottom)); }
  .asa-consent-inner { grid-template-columns: 1fr; gap: 17px; padding: 18px; }
  .asa-consent-actions { grid-template-columns: 1fr 1fr; }
  .asa-consent-button { min-height: 46px; }
  .privacy-hero { padding: 62px 0 50px; }
  .privacy-hero > .container > p:last-child { font-size: 16px; }
  .privacy-content { padding-top: 52px; padding-bottom: 80px; }
}

@media (max-width: 480px) {
  .hero-panel { padding: 32px 20px 23px; }
  .hero-copy h1 { font-size: clamp(40px, 10vw, 46px); }
  .hero-description { font-size: 14px; line-height: 1.72; }
  .hero-actions .button, .final-actions .button { width: 100%; }
  .hero-facts { gap: 0; margin-top: 29px; }
  .hero-facts > div { padding-inline: 8px; }
  .hero-facts strong { font-size: 10px; }
  .hero-facts span { font-size: 9px; }
  .hero-service-card { padding: 15px; }
  .service-card-top { flex-wrap: wrap; }
  .trust-item { padding-inline: 8px; }
  .trust-item strong { font-size: 11px; }
  .trust-item span { font-size: 10px; }
  .section-intro h2, .area-copy h2, .faq-intro h2 { font-size: clamp(31px, 8vw, 38px); }
  .service-block { padding: 25px 21px; }
  .service-block.residential { padding-inline: 21px; }
  .service-list { column-gap: 11px; }
  .service-list li { font-size: 11px; }
  .service-foot .button { font-size: 12px; }
  .brand-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compat-cta { display: block; }
  .compat-cta .button { width: 100%; margin-top: 17px; }
  .gallery-item figcaption { bottom: 8px; left: 8px; display: block; max-width: calc(100% - 16px); padding: 7px 9px; font-size: 10px; }
  .gallery-item figcaption span { display: block; font-size: 9px; }
  .coverage-card { padding: 17px 12px 13px; }
  .coverage-diagram { grid-template-columns: .9fr 1.2fr .9fr; }
  .coverage-city { font-size: 10px; white-space: normal; }
  .coverage-city.center { font-size: 14px; }
  .line-horizontal { left: 15%; width: 70%; }
  .final-cta-panel { padding: 32px 22px; }
  .footer-grid { gap: 24px; }
  .footer-bottom { display: block; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 7px; margin-top: 12px; }
  .asa-consent-inner { gap: 12px; padding: 14px; }
  .asa-consent-copy p { margin-bottom: 5px; font-size: 11px; line-height: 1.45; }
  .asa-consent-copy .asa-consent-title { margin-bottom: 3px; font-size: 15px; }
  .asa-consent-copy a { font-size: 11px; }
  .asa-consent-actions { gap: 8px; }
  .asa-consent-button { min-width: 0; min-height: 42px; padding-inline: 10px; }
}

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