:root {
  --navy-950: #031943;
  --navy-900: #062866;
  --navy-800: #083680;
  --blue-600: #087fc1;
  --teal-500: #12bdb1;
  --teal-400: #39d3be;
  --ink: #0b1c39;
  --muted: #516078;
  --line: #dce5ef;
  --soft: #f3f8fb;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(3, 25, 67, .12);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
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.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { position: relative; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-soft { background: var(--soft); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); background: var(--white); color: var(--navy-900); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,229,239,.9); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; width: 64px; height: 64px; display: grid; place-items: center; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 50%; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { text-decoration: none; font-weight: 700; font-size: .9rem; color: #2f3f59; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--blue-600); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.phone-link { font-size: .9rem; font-weight: 800; color: var(--navy-900); text-decoration: none; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy-900); margin: 4px 0; border-radius: 2px; transition: .2s ease; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 22px; border: 2px solid transparent; border-radius: 12px; font-size: .98rem; line-height: 1.2; font-weight: 850; text-decoration: none; text-align: center; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, summary:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(18,189,177,.38); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 11px 15px; font-size: .875rem; }
.button-whatsapp { background: #087e74; color: var(--white); box-shadow: 0 10px 25px rgba(8,126,116,.2); }
.button-whatsapp:hover { background: #056e65; }
.button-outline { border-color: var(--navy-900); color: var(--navy-900); background: transparent; }
.button-outline:hover { background: var(--navy-900); color: var(--white); }
.button-white { background: var(--white); color: var(--navy-900); }
.button-outline-light { border-color: rgba(255,255,255,.72); color: var(--white); }
.full-width { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 84px 0 76px; background: radial-gradient(circle at 86% 18%, rgba(57,211,190,.17), transparent 24rem), linear-gradient(180deg, #f7fbfe 0%, #fff 75%); }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -300px; top: 110px; border: 58px solid rgba(8,127,193,.06); border-radius: 50%; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 66px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: #087e74; font-size: .79rem; line-height: 1.2; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero h1, .section-heading h2, .process h2, .why h2, .final-cta h2 { margin: 0; color: var(--navy-950); font-size: clamp(2.25rem, 4.5vw, 4.35rem); line-height: 1.04; letter-spacing: -.045em; }
.google-proof { width: fit-content; max-width: 100%; display: grid; grid-template-columns: 38px minmax(0, 1fr) 24px; gap: 11px; align-items: center; margin: 0 0 24px; padding: 10px 13px; color: var(--navy-950); background: rgba(255,255,255,.94); border: 1px solid #d9e2ec; border-radius: 14px; box-shadow: 0 10px 28px rgba(3,25,67,.09); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.google-proof:hover { transform: translateY(-2px); border-color: #a9c5df; box-shadow: 0 14px 32px rgba(3,25,67,.13); }
.google-proof strong, .google-proof small { display: block; }
.google-proof strong { font-size: .92rem; line-height: 1.2; }
.google-proof small { margin-top: 2px; color: var(--muted); font-size: .76rem; line-height: 1.25; }
.google-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 1px #e5e9ef; color: #4285f4; font-size: 1.28rem; font-weight: 900; }
.google-arrow { color: #087e74; font-size: 1.25rem; font-weight: 900; }
.hero-lead { max-width: 660px; margin: 24px 0 0; color: var(--muted); font-size: 1.15rem; line-height: 1.68; }
.coverage-line { margin: 16px 0 0; color: var(--navy-800); font-weight: 850; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.trust-list li { padding: 22px 22px 0 0; }
.trust-list li + li { padding-left: 22px; border-left: 1px solid var(--line); }
.trust-list strong, .trust-list span { display: block; }
.trust-list strong { color: var(--navy-900); font-size: .98rem; line-height: 1.25; }
.trust-list span { color: var(--muted); margin-top: 3px; font-size: .82rem; }
.hero-visual { position: relative; }
.primary-service-link, .primary-service-highlight { position: relative; isolation: isolate; display: block; color: inherit; text-decoration: none; }
.primary-service-link:focus-visible, .primary-service-highlight:focus-visible { outline: 3px solid var(--blue-600); outline-offset: 6px; border-radius: 30px; }
.primary-services-sequence { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; margin-top: 72px; }
.primary-service-highlight .image-frame { position: relative; transform: none; }
.primary-service-highlight .appointment-chip { left: 24px; right: 24px; bottom: -20px; justify-content: center; }
.image-frame { padding: 12px; background: var(--white); border: 1px solid rgba(220,229,239,.8); border-radius: 30px 30px 30px 7px; box-shadow: var(--shadow); transform: rotate(1deg); }
.image-frame::before { content: ""; position: absolute; inset: -14px 36px 28px -16px; z-index: -1; border-radius: 34px; background: linear-gradient(145deg, var(--teal-400), var(--blue-600)); opacity: .92; transform: rotate(-3deg); pointer-events: none; }
.image-frame img { border-radius: 21px 21px 21px 3px; width: 100%; height: auto; }
.appointment-chip { position: absolute; left: -28px; bottom: 28px; display: flex; align-items: center; gap: 9px; background: var(--navy-950); color: var(--white); padding: 13px 16px; border-radius: 11px; box-shadow: var(--shadow); font-size: .9rem; font-weight: 800; }
.appointment-chip span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--teal-400); color: var(--navy-950); }

.section-heading { max-width: 720px; }
.section-heading.narrow { margin-bottom: 40px; }
.section-heading h2, .process h2, .why h2, .final-cta h2 { font-size: clamp(2rem, 3.6vw, 3.25rem); }
.section-heading p:not(.eyebrow), .split-heading > p { margin: 18px 0 0; color: var(--muted); font-size: 1.05rem; }
.service-selector { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.service-option { grid-column: span 3; min-height: 164px; position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 58px 1fr; grid-template-rows: 1fr auto; gap: 10px 16px; align-items: center; padding: 22px; color: var(--navy-900); background: var(--white); border: 1px solid var(--line); border-radius: 17px; font: inherit; text-align: left; cursor: pointer; box-shadow: 0 8px 24px rgba(3,25,67,.04); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.service-option::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--service-image); background-repeat: no-repeat; background-position: var(--service-position, 100% 50%); background-size: var(--service-size, 172% auto); opacity: .9; filter: saturate(.92) contrast(.98); transition: opacity .2s ease, background-size .3s ease; pointer-events: none; }
.service-option::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.36) 67%, rgba(255,255,255,.08) 100%); pointer-events: none; }
.service-cold { --service-image: url("assets/refrigeradores.webp"); }
.service-refrigerator { --service-image: url("assets/servico-refrigerador.png"); --service-position: 62% 42%; --service-size: 150% auto; --service-hover-size: 156% auto; }
.service-side-by-side { --service-position: 93% 50%; }
.service-freezer { --service-image: url("assets/servico-freezer.png"); --service-position: 92% 50%; --service-size: auto 150%; --service-hover-size: auto 158%; }
.service-beer-cooler { --service-image: url("assets/servico-cervejeira.png"); --service-position: 90% 50%; --service-size: auto 148%; --service-hover-size: auto 156%; }
.service-laundry { --service-image: url("assets/lavanderia.webp"); }
.service-washer { --service-image: url("assets/servico-lavadora.png"); --service-position: 92% 50%; --service-size: auto 158%; --service-hover-size: auto 166%; }
.service-washer-dryer { --service-position: 88% 50%; }
.service-air { --service-image: url("assets/ar-condicionado.webp"); }
.service-stove { --service-image: url("assets/fogoes.webp"); }
.service-water { --service-image: url("assets/purificadores.webp"); }
.service-microwave { --service-image: url("assets/micro-ondas.webp"); }
.service-electrical { --service-image: url("assets/eletrica.webp"); }
.service-option:nth-last-child(-n+3) { grid-column: span 4; }
.service-option:hover { transform: translateY(-4px); border-color: #76d6ce; box-shadow: 0 16px 32px rgba(3,25,67,.1); }
.service-option:hover::before { opacity: .96; background-size: var(--service-hover-size, 178% auto); }
.service-icon { grid-row: 1 / 3; width: 58px; height: 58px; display: grid; place-items: center; color: #087e74; background: rgba(231,248,245,.94); border: 1px solid rgba(118,214,206,.28); border-radius: 15px; box-shadow: 0 6px 18px rgba(3,25,67,.06); }
.service-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.service-name { align-self: end; font-size: 1.02rem; line-height: 1.24; font-weight: 850; }
.service-action { align-self: start; color: #087e74; font-size: .875rem; font-weight: 800; }
.specialty-services { margin-top: 56px; padding: 38px; border: 1px solid #ccebe8; border-radius: 26px; background: linear-gradient(145deg, #eaf8f7, #f7fcfc); }
.specialty-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 52px; align-items: end; margin-bottom: 28px; }
.specialty-heading h2 { margin: 0; color: var(--navy-950); font-size: clamp(1.9rem, 3.1vw, 2.75rem); line-height: 1.12; letter-spacing: -.035em; }
.specialty-heading > p { margin: 0; color: var(--muted); }
.specialty-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.specialty-card { grid-column: span 2; min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; color: var(--navy-900); background: var(--white); border: 1px solid #d3e3ea; border-radius: 18px; font: inherit; text-align: left; cursor: pointer; box-shadow: 0 8px 24px rgba(3,25,67,.05); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.specialty-card:nth-child(-n+2) { grid-column: span 3; min-height: 216px; }
.specialty-card:hover { transform: translateY(-4px); border-color: #76d6ce; box-shadow: 0 16px 32px rgba(3,25,67,.1); }
.specialty-icon { width: 52px; height: 52px; display: grid; place-items: center; color: #087e74; background: #e7f8f5; border-radius: 14px; }
.specialty-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.specialty-copy { display: grid; gap: 8px; margin-top: 20px; }
.specialty-copy strong { font-size: 1.08rem; line-height: 1.3; }
.specialty-copy small { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.specialty-action { margin-top: auto; padding-top: 18px; color: #087e74; font-size: .88rem; font-weight: 850; }

.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 36px; }
.service-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.showcase-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 12px 30px rgba(3,25,67,.1); }
.showcase-card img { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; object-fit: contain; background: var(--white); transition: transform .35s ease; }
.showcase-card:hover img { transform: scale(1.025); }
.showcase-card div { min-height: 112px; padding: 18px 20px 20px; color: var(--white); background: var(--navy-950); }
.showcase-card p { margin: 0 0 5px; color: var(--teal-400); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.showcase-card h3 { margin: 0; font-size: 1.18rem; line-height: 1.3; }

.process-grid { display: grid; grid-template-columns: 1.15fr .75fr; gap: 80px; align-items: start; }
.steps { margin: 40px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; position: relative; padding-bottom: 28px; }
.steps li:not(:last-child)::after { content: ""; position: absolute; left: 23px; top: 48px; bottom: 0; width: 2px; background: var(--line); }
.steps li > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: #e7f8f5; color: #087e74; font-weight: 900; }
.steps h3 { margin: 1px 0 3px; color: var(--navy-900); font-size: 1.1rem; }
.steps p { margin: 0; color: var(--muted); }
.price-card { padding: 34px; border-radius: 24px; background: var(--navy-950); color: var(--white); box-shadow: var(--shadow); }
.price-label { margin: 0; color: var(--teal-400); font-size: .82rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price { margin: 7px 0 3px; font-size: 3.5rem; line-height: 1; font-weight: 900; letter-spacing: -.05em; }
.price-card > p:not(.price):not(.price-label) { color: #cfddf1; }
.price-benefits { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.price-benefits li { position: relative; padding-left: 25px; color: #e4edf9; font-size: .92rem; line-height: 1.45; }
.price-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-400); font-weight: 900; }
.price-rule { margin: 25px 0; padding: 18px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 13px; }

.section-navy { color: var(--white); background: var(--navy-950); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.why-image { width: 100%; }
.why-image img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; border-radius: 24px; box-shadow: 0 20px 48px rgba(0,0,0,.24); }
.why h2 { color: var(--white); }
.eyebrow.light { color: var(--teal-400); }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 32px 0 0; padding: 0; list-style: none; }
.benefits li { position: relative; padding: 15px 0 15px 30px; border-bottom: 1px solid rgba(255,255,255,.14); color: #e7effa; }
.benefits li::before { content: "✓"; position: absolute; left: 0; top: 15px; color: var(--teal-400); font-weight: 900; }

.area-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 74px; align-items: start; }
.text-link { display: inline-block; margin-top: 20px; color: #087e74; font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.area-card { padding: 34px; border-radius: 22px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; margin: 0; padding: 0; list-style: none; }
.area-list li { position: relative; padding-left: 20px; color: #31425b; font-weight: 650; }
.area-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 8px; border-radius: 50%; background: var(--teal-500); }
.exception { margin: 26px 0 0; padding: 18px 20px; border-left: 4px solid #eaa24a; border-radius: 8px; background: #fff8eb; color: #68420f; }

.blog { border-bottom: 1px solid var(--line); }
.blog-heading { margin-bottom: 36px; }
.blog-feature { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.blog-image { position: relative; min-height: 0; aspect-ratio: 4 / 3; align-self: center; overflow: hidden; background: var(--white); }
.blog-image img { width: 100%; height: 100%; object-fit: contain; }
.blog-image span { position: absolute; left: 22px; bottom: 22px; padding: 8px 12px; color: var(--white); background: rgba(3,25,67,.9); border-radius: 9px; font-size: .82rem; font-weight: 850; }
.blog-content { padding: 42px 46px; align-self: center; }
.blog-content h3 { margin: 0; color: var(--navy-950); font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.12; letter-spacing: -.035em; }
.blog-content > p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); }
.blog-content ul { margin: 22px 0 0; padding: 0; list-style: none; }
.blog-content li { position: relative; padding: 8px 0 8px 26px; color: #31425b; }
.blog-content li::before { content: "✓"; position: absolute; left: 0; color: #087e74; font-weight: 900; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.faq-list details { border-top: 1px solid #cfdbe7; }
.faq-list details:last-child { border-bottom: 1px solid #cfdbe7; }
.faq-list summary { position: relative; padding: 22px 45px 22px 0; color: var(--navy-900); font-size: 1.05rem; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 15px; color: #087e74; font-size: 1.8rem; font-weight: 400; transition: transform .18s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -4px 45px 22px 0; color: var(--muted); }

.final-cta { background: linear-gradient(120deg, #087e74, #0b8f94); color: var(--white); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.final-cta h2 { color: var(--white); }
.final-cta p:not(.eyebrow) { max-width: 700px; margin: 18px 0 0; color: #e5fffb; font-size: 1.05rem; }
.final-actions { display: flex; flex-direction: column; gap: 11px; min-width: 250px; }

.site-footer { padding: 64px 0 88px; background: #021434; color: #cdd9eb; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 70px; }
.footer-logo { width: 82px; height: 82px; display: grid; place-items: center; overflow: hidden; background: var(--white); border-radius: 50%; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.footer-grid h2 { margin: 0 0 15px; color: var(--white); font-size: .86rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid p { margin: 10px 0 0; }
.footer-grid a { display: block; width: fit-content; margin: 8px 0; color: #dce8f7; text-underline-offset: 3px; }
.privacy { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.privacy summary { cursor: pointer; font-weight: 800; color: var(--white); }
.privacy p { max-width: 850px; color: #aebdd1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .875rem; color: #9aacbf; }
.footer-bottom p { margin: 0; }
.service-modal { width: min(calc(100% - 32px), 520px); max-height: calc(100vh - 32px); padding: 0; color: var(--ink); background: var(--white); border: 0; border-radius: 24px; box-shadow: 0 28px 80px rgba(3,25,67,.3); }
.service-modal::backdrop { background: rgba(3,15,40,.7); backdrop-filter: blur(5px); }
.modal-content { position: relative; padding: 38px; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy-900); background: #edf4f8; border: 0; border-radius: 50%; font: inherit; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.service-modal h2 { margin: 0; padding-right: 26px; color: var(--navy-950); font-size: clamp(1.65rem, 5vw, 2.25rem); line-height: 1.15; letter-spacing: -.035em; }
.service-modal > .modal-content > p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); }
.modal-list-title { margin: 25px 0 10px; color: var(--navy-900); font-size: 1rem; }
.modal-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.modal-list li { position: relative; padding-left: 25px; color: #31425b; }
.modal-list li::before { content: "✓"; position: absolute; left: 0; color: #087e74; font-weight: 900; }
.specialty-note { margin: 22px 0; padding: 15px 17px; color: #42536b; background: #f2f7fa; border-radius: 10px; font-size: .9rem; }
.modal-note { display: grid; gap: 3px; margin: 24px 0; padding: 17px 18px; color: #24455a; background: #eaf8f7; border-left: 4px solid var(--teal-500); border-radius: 10px; }
.modal-note strong { color: var(--navy-900); }
.modal-note span { font-size: .9rem; }
.modal-actions { display: grid; gap: 10px; }
body.modal-open { overflow: hidden; }
.mobile-contact { display: none; }

@media (max-width: 1060px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .875rem; }
  .phone-link { display: none; }
  .hero-grid { gap: 42px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 74px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 72px; }
  .brand { width: 56px; height: 56px; }
  .brand img { width: 100%; height: 100%; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-actions { display: none; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 10px 16px 18px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(3,25,67,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 10px; border-bottom: 1px solid #eef3f7; font-size: 1rem; }
  .hero { padding-top: 54px; }
  .hero-grid, .process-grid, .why-grid, .area-grid, .faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 620px; margin-inline: auto; }
  .service-selector { grid-template-columns: repeat(6, 1fr); }
  .service-option, .service-option:nth-last-child(-n+3) { grid-column: span 2; }
  .service-option:nth-last-child(-n+2) { grid-column: span 3; }
  .specialty-heading { grid-template-columns: 1fr; gap: 12px; }
  .specialty-card, .specialty-card:nth-child(-n+2) { grid-column: span 3; }
  .specialty-card:last-child { grid-column: 2 / span 4; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .service-showcase { grid-template-columns: 1fr 1fr; }
  .showcase-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
  .why-image { max-width: 600px; }
  .blog-feature { grid-template-columns: 1fr; }
  .blog-image { min-height: 0; }
  .final-cta-inner { grid-template-columns: 1fr; }
  .final-actions { flex-direction: row; min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  body { padding-bottom: 68px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 56px 0; }
  .hero { padding: 42px 0 56px; }
  .hero h1 { font-size: clamp(2.2rem, 10.4vw, 3.15rem); }
  .google-proof { width: 100%; margin-bottom: 22px; }
  .hero-lead { margin-top: 18px; font-size: 1.03rem; }
  .hero-actions, .final-actions { flex-direction: column; }
  .hero-actions .button, .final-actions .button { width: 100%; }
  .trust-list { grid-template-columns: 1fr; margin-top: 30px; }
  .trust-list li { display: grid; grid-template-columns: 105px 1fr; align-items: center; padding: 13px 0; }
  .trust-list li + li { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .trust-list span { margin: 0; }
  .hero-visual { margin-top: 10px; }
  .primary-services-sequence { grid-template-columns: 1fr; gap: 68px; margin-top: 72px; }
  .image-frame { border-radius: 22px 22px 22px 6px; padding: 8px; }
  .image-frame img { border-radius: 16px 16px 16px 3px; }
  .appointment-chip { left: 12px; right: 12px; bottom: -20px; justify-content: center; }
  .primary-service-highlight .appointment-chip { left: 12px; right: 12px; }
  .service-selector { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .service-option, .service-option:nth-last-child(-n+3), .service-option:nth-last-child(-n+2) { grid-column: span 1; min-height: 152px; grid-template-columns: 1fr; grid-template-rows: 54px auto auto; gap: 6px; padding: 16px; text-align: center; }
  .service-option::before { background-position: var(--service-mobile-position, var(--service-position, 82% 50%)); background-size: var(--service-mobile-size, auto 118%); opacity: .78; }
  .service-option::after { background: linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.72) 58%, rgba(255,255,255,.94) 100%); }
  .service-option:hover::before { opacity: .84; background-size: var(--service-mobile-hover-size, auto 123%); }
  .service-option:last-child { grid-column: 1 / -1; min-height: 126px; grid-template-columns: 54px 1fr; grid-template-rows: 1fr auto; text-align: left; column-gap: 14px; }
  .service-icon { grid-row: auto; width: 54px; height: 54px; margin-inline: auto; }
  .service-option:last-child .service-icon { grid-row: 1 / 3; }
  .service-name { align-self: center; font-size: .95rem; }
  .service-action { align-self: center; font-size: .82rem; }
  .service-showcase { grid-template-columns: 1fr; }
  .showcase-card:last-child { grid-column: auto; width: 100%; }
  .specialty-services, .price-card, .area-card { padding: 25px; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-card, .specialty-card:nth-child(-n+2), .specialty-card:last-child { grid-column: auto; min-height: 0; }
  .benefits { grid-template-columns: 1fr; }
  .why-image { max-width: none; }
  .why-image img { aspect-ratio: auto; object-fit: contain; }
  .blog-image { min-height: 0; aspect-ratio: 4 / 3; }
  .blog-content { padding: 28px 22px 32px; }
  .area-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .service-modal { width: 100%; max-width: none; max-height: calc(100vh - 18px); margin: auto 0 0; border-radius: 24px 24px 0 0; }
  .modal-content { padding: 34px 22px calc(24px + env(safe-area-inset-bottom)); }
  .mobile-contact { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; padding: 8px 10px max(8px, env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(3,25,67,.1); }
  .mobile-contact a { min-height: 48px; display: grid; place-items: center; border: 2px solid var(--navy-900); border-radius: 10px; color: var(--navy-900); font-weight: 900; text-decoration: none; }
  .mobile-contact .whatsapp { border-color: #087e74; background: #087e74; color: var(--white); }
}

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