:root {
  --primary: #ffc400;
  --primary-hover: #eeb600;
  --dark: #0b0d0e;
  --dark-2: #121516;
  --dark-card: #1a1d1f;
  --light: #fff;
  --light-2: #f5f5f4;
  --text-light: #fff;
  --text-muted: #b8b8b8;
  --text-dark: #151515;
  --border-dark: rgba(255,255,255,.12);
  --border-light: #e4e4e2;
  --radius: 12px;
  --shadow: 0 12px 32px rgba(0,0,0,.12);
  --max-width: 1280px;
  --header-height: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); overflow-x: clip; }
body { margin: 0; min-width: 0; overflow-x: hidden; background: var(--dark); color: var(--text-light); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
svg { display: block; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.button-icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-icon.whatsapp-icon { fill: currentColor; stroke: none; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; }
p { line-height: 1.6; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; background: var(--primary); color: #000; padding: .8rem 1rem; font-weight: 800; border-radius: 6px; }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(var(--max-width), calc(100% - 48px)); margin-inline: auto; }
.eyebrow { display: block; margin-bottom: 12px; color: var(--primary); font-size: .76rem; font-weight: 900; letter-spacing: .035em; }

.site-header { position: sticky; top: 0; z-index: 1000; height: var(--header-height); background: rgba(8,10,11,.96); border-bottom: 1px solid var(--border-dark); backdrop-filter: blur(14px); }
.header-inner { width: min(var(--max-width), calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-logo { width: 70px; height: auto; max-height: 56px; object-fit: contain; }
.brand-copy { display: block; min-width: 0; }
.brand-copy strong { display: block; color: #fff; font-size: 1.18rem; font-weight: 800; line-height: 1; letter-spacing: .055em; }
.brand-copy small { display: block; margin-top: 5px; color: #c9c9c9; font-size: .47rem; font-weight: 600; line-height: 1.1; letter-spacing: .095em; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 1.8vw, 28px); margin-left: auto; }
.desktop-nav a { position: relative; padding-block: 24px; font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 14px; width: 0; height: 2px; background: var(--primary); transition: .2s ease; transform: translateX(-50%); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; }
.desktop-nav a.active { color: var(--primary); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 1px solid var(--primary); border-radius: 8px; background: var(--primary); color: #0a0a0a; font-size: .79rem; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--primary-hover); border-color: var(--primary-hover); transform: translateY(-2px); }
.button.whatsapp-link { border-color: #25d366; background: #25d366; color: #fff; }
.button.whatsapp-link:hover { border-color: #1fbd5b; background: #1fbd5b; box-shadow: 0 10px 26px rgba(37,211,102,.2); }
.button-outline { border-color: rgba(255,255,255,.58); background: transparent; color: #fff; }
.button-outline:hover { border-color: var(--primary); background: rgba(255,196,0,.08); }
.header-cta { min-width: 190px; min-height: 44px; margin-left: auto; padding-inline: 18px; box-shadow: 0 6px 20px rgba(37,211,102,.14); }
.menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; padding: 12px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; min-height: 452px; display: grid; align-items: center; background: #0b0d0e url("assets/hero-eletricista.webp") 52% center/cover no-repeat; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,7,7,.99) 0%, rgba(5,7,7,.96) 28%, rgba(5,7,7,.79) 44%, rgba(5,7,7,.43) 60%, rgba(5,7,7,.28) 100%), linear-gradient(0deg, rgba(5,7,7,.16), rgba(5,7,7,.16)); }
.hero-inner { width: min(var(--max-width), calc(100% - 48px)); min-height: 452px; margin: auto; display: grid; grid-template-columns: minmax(0, 590px) 1fr; align-items: center; gap: 48px; }
.hero-copy { padding-block: 34px; }
.location-kicker { display: flex; align-items: center; gap: 7px; margin-bottom: 12px; color: #f2f2f2; font-size: .79rem; font-weight: 700; letter-spacing: .01em; text-transform: uppercase; }
.location-kicker svg { width: 17px; height: 17px; flex: 0 0 17px; fill: var(--primary); }
.hero h1 { max-width: 575px; margin-bottom: 13px; font-size: clamp(2.45rem, 3.25vw, 3.35rem); font-weight: 760; line-height: 1.045; }
.hero h1 mark { display: block; padding: 0; background: none; color: var(--primary); }
.hero-lead { max-width: 530px; margin-bottom: 16px; color: #e9e9e9; font-size: .98rem; line-height: 1.55; }
.hero-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; max-width: 580px; margin-bottom: 17px; }
.hero-features > div { min-height: 64px; display: flex; align-items: center; gap: 11px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.075); border-radius: 10px; background: rgba(16,18,19,.68); }
.round-icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border: 1px solid rgba(255,196,0,.44); border-radius: 50%; color: var(--primary); }
.round-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-features p { margin: 0; line-height: 1.2; }
.hero-features strong, .hero-features small { display: block; font-size: .78rem; }
.hero-features small { margin-top: 4px; color: #e3e3e3; }
.hero-actions { display: flex; gap: 12px; }
.hero-actions .button { min-width: 198px; }
.hero-proof { align-self: center; justify-self: end; width: 286px; padding: 24px 25px; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(16,18,18,.87); box-shadow: 0 18px 46px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.hero-proof .proof-local { display: flex; align-items: center; gap: 13px; }
.hero-proof .proof-local > span:last-child { min-width: 0; }
.hero-proof .proof-icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,196,0,.1); color: var(--primary); }
.hero-proof .proof-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { font-size: 1rem; line-height: 1.25; }
.hero-proof small { margin-top: 4px; color: #d6d6d6; font-size: .66rem; line-height: 1.35; text-transform: uppercase; }
.hero-proof hr { height: 1px; margin: 18px 0; border: 0; background: rgba(255,255,255,.12); }
.hero-proof .proof-quality { display: grid; gap: 8px; }
.hero-proof .stars { color: var(--primary); font-size: 1rem; line-height: 1; letter-spacing: 3px; white-space: nowrap; }

.light-section { background: var(--light-2); color: var(--text-dark); }
.services { padding: 30px 0 42px; }
.section-heading h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(1.75rem, 2.2vw, 2.2rem); font-weight: 750; line-height: 1.12; }
.section-heading.centered { text-align: center; }
.section-heading.centered h2 { margin-inline: auto; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 28px; }
.service-card { min-height: 196px; padding: 21px 17px; border: 1px solid #e9e9e7; border-radius: 13px; background: #fff; box-shadow: 0 8px 24px rgba(17,20,21,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(255,196,0,.45); box-shadow: 0 14px 32px rgba(17,20,21,.09); }
.service-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--primary); }
.service-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 12px 0 8px; font-size: .92rem; font-weight: 750; line-height: 1.24; }
.service-card p { margin: 0; color: #404040; font-size: .75rem; line-height: 1.55; }

.showcase { padding: 52px 0 62px; background: radial-gradient(circle at 55% 0%, #202425, #111415 58%, #0c0e0f); }
.showcase-grid { display: grid; grid-template-columns: .95fr 1.55fr 1fr; gap: clamp(32px, 4vw, 70px); align-items: start; }
.showcase h2 { margin-bottom: 18px; font-size: clamp(1.7rem, 2.2vw, 2.25rem); line-height: 1.15; }
.about-panel p { color: #e3e3e3; font-size: .91rem; }
.about-panel .button { margin-top: 8px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 135px 135px; gap: 9px; }
.gallery-item { position: relative; overflow: hidden; min-height: 0; padding: 0; border: 0; border-radius: 8px; background: #222; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(1.08); }
.gallery-main { grid-row: 1 / 3; }
.gallery-main img { object-position: center 28%; }
.gallery-grid .gallery-item:nth-child(4) { grid-column: 3; grid-row: 2; }
.gallery-grid .gallery-arandela { grid-column: 2; grid-row: 2; }
.gallery-more { width: 100%; margin-top: 12px; }
.gallery-extra { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 8px; }
.gallery-extra .gallery-item { aspect-ratio: 1; }
.gallery-extra[hidden] { display: none; }
.review-summary { min-height: 56px; display: grid; grid-template-columns: 46px 1fr; align-items: center; margin-bottom: 14px; }
.review-summary .google-g { grid-row: 1 / 3; font-size: 2.5rem; font-weight: 900; color: var(--primary); }
.review-summary strong { font-size: 1rem; }
.review-summary small { color: var(--text-muted); font-size: .7rem; }
.review-track { position: relative; min-height: 220px; }
.review-card { position: absolute; inset: 0; margin: 0; padding: 22px; opacity: 0; visibility: hidden; transform: translateX(20px); border: 1px solid rgba(255,255,255,.05); border-radius: 9px; background: linear-gradient(135deg, #232729, #1a1d1f); transition: opacity .3s ease, transform .3s ease; }
.review-card.active { opacity: 1; visibility: visible; transform: none; }
.review-card .stars { display: block; margin-bottom: 15px; color: var(--primary); letter-spacing: 3px; }
.review-card > p { min-height: 76px; margin-bottom: 16px; color: #eee; font-size: .85rem; }
.review-card footer { display: flex; align-items: center; gap: 10px; }
.avatar { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: #111; font-size: .76rem; font-weight: 900; }
.review-card footer strong, .review-card footer small { display: block; }
.review-card footer small { margin-top: 2px; color: var(--text-muted); font-size: .7rem; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 12px; }
.carousel-prev, .carousel-next { width: 34px; height: 34px; border: 1px solid var(--border-dark); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.carousel-dots { display: flex; gap: 9px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #74787a; cursor: pointer; }
.carousel-dots button.active { background: var(--primary); transform: scale(1.2); }

.benefits { padding: 66px 0; background: #0d0f10; }
.benefits-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.benefits-heading h2 { margin-bottom: 14px; font-size: clamp(2rem, 3vw, 3rem); }
.benefits-heading p { max-width: 430px; color: var(--text-muted); }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.benefit-list article { display: flex; gap: 16px; padding: 18px; border: 1px solid var(--border-dark); border-radius: 12px; background: #171a1c; }
.benefit-list h3 { margin-bottom: 5px; font-size: 1rem; }
.benefit-list p { margin: 0; color: var(--text-muted); font-size: .8rem; line-height: 1.5; }

.faq { padding: 66px 0; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 7vw, 110px); }
.faq .section-heading p { margin-top: 15px; color: #555; }
.accordion { display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid var(--border-light); border-radius: 8px; background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.035); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; border: 0; background: transparent; color: #111; text-align: left; font-weight: 700; cursor: pointer; }
.faq-item button span { font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer { padding: 0 18px 17px; color: #484848; }
.faq-answer p { margin: 0; font-size: .9rem; }

.contact-cta { position: relative; min-height: 330px; display: grid; align-items: center; overflow: hidden; background: #111 url("assets/hero-eletricista.webp") right 38%/cover no-repeat; isolation: isolate; }
.contact-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #0a0c0d 0%, rgba(10,12,13,.96) 42%, rgba(10,12,13,.28) 100%); }
.contact-inner > div { max-width: 520px; padding-block: 50px; }
.contact-cta h2 { margin-bottom: 10px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.contact-cta p { color: #eee; }
.contact-cta .button { margin-top: 8px; }

.site-footer { background: #0b0d0e; border-top: 1px solid var(--border-dark); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 50px; padding-block: 44px; }
.footer-brand p { max-width: 380px; margin: 20px 0 0; color: var(--text-muted); font-size: .85rem; }
.footer-brand .brand-logo { width: 90px; max-height: none; }
.footer-brand .brand-copy strong { font-size: 1.35rem; }
.footer-brand .brand-copy small { font-size: .5rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a:not(.brand), .footer-grid p, .footer-grid small { color: #d1d1d1; font-size: .83rem; }
.copyright { padding: 17px 20px; border-top: 1px solid var(--border-dark); color: #85898a; text-align: center; font-size: .72rem; }
.floating-whatsapp { position: fixed; right: max(24px, calc(env(safe-area-inset-right) + 16px)); bottom: max(24px, calc(env(safe-area-inset-bottom) + 16px)); z-index: 900; min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 16px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: #25d366; color: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.26); font-size: .8rem; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp svg { width: 21px; height: 21px; fill: currentColor; stroke: none; }
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0,0,0,.32); }

.mobile-menu { position: fixed; top: 0; right: 0; z-index: 2100; width: min(88vw, 420px); height: 100dvh; overflow-y: auto; padding: 0 26px 28px; background: radial-gradient(circle at 100% 0%, #1e2223, #0e1011 65%); transform: translateX(105%); visibility: hidden; transition: transform .28s ease, visibility .28s; }
.mobile-menu.open { transform: none; visibility: visible; }
.menu-backdrop { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.68); opacity: 0; transition: opacity .28s ease; }
.menu-backdrop.visible { opacity: 1; }
.mobile-menu-head { height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border-dark); }
.mobile-menu .brand-logo { width: 62px; max-height: 50px; }
.mobile-menu .brand { gap: 8px; }
.mobile-menu .brand-copy strong { font-size: 1rem; }
.mobile-menu .brand-copy small { font-size: .4rem; }
.menu-close { width: 48px; height: 48px; border: 0; background: transparent; color: #fff; font-size: 2rem; cursor: pointer; }
.mobile-menu nav a { min-height: 60px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--border-dark); font-size: 1rem; font-weight: 650; }
.mobile-menu nav a svg { width: 21px; height: 21px; flex: 0 0 21px; color: var(--primary); fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mobile-menu-cta { margin-top: 30px; }
.mobile-menu-cta .button { width: 100%; margin-top: 8px; }
.lightbox { width: min(92vw, 860px); max-height: 90vh; padding: 0; border: 0; border-radius: 10px; background: #111; box-shadow: 0 20px 80px rgba(0,0,0,.7); }
.lightbox::backdrop { background: rgba(0,0,0,.86); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; }
.lightbox button { position: absolute; top: 10px; right: 10px; z-index: 1; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.66); color: #fff; font-size: 1.7rem; cursor: pointer; }

@media (max-width: 1180px) {
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: .72rem; }
  .header-cta { min-width: auto; padding-inline: 15px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card.emergency { grid-column: span 2; }
  .showcase-grid { grid-template-columns: 1fr 1.45fr; }
  .reviews-panel { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: center; }
  .reviews-panel > .eyebrow, .reviews-panel > h2 { grid-column: 1; }
  .review-summary { grid-column: 1; }
  .review-carousel { grid-column: 2; grid-row: 1 / 5; }
}

@media (max-width: 920px) {
  :root { --header-height: 64px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .header-inner { width: calc(100% - 32px); }
  .hero-inner { width: min(100% - 40px, 720px); grid-template-columns: 1fr; }
  .hero-proof { justify-self: start; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.emergency { grid-column: auto; }
  .showcase-grid { grid-template-columns: 1fr; }
  .reviews-panel { display: block; }
  .benefits-grid, .faq-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section-shell { width: calc(100% - 38px); }
  .site-header .brand-logo { width: 58px; max-height: 46px; }
  .site-header .brand { gap: 7px; }
  .site-header .brand-copy strong { font-size: .95rem; }
  .site-header .brand-copy small { margin-top: 4px; font-size: .37rem; letter-spacing: .07em; }
  .hero { min-height: 660px; background-position: 61% center; }
  .hero::before { background: linear-gradient(90deg, rgba(5,7,7,.98) 0%, rgba(5,7,7,.86) 47%, rgba(5,7,7,.43) 100%), linear-gradient(0deg, rgba(5,7,7,.18), rgba(5,7,7,.18)); }
  .hero-inner { width: calc(100% - 38px); min-height: 660px; align-items: end; }
  .hero-copy { padding: 24px 0 92px; text-align: center; }
  .location-kicker { width: fit-content; max-width: 100%; justify-content: center; margin: 0 auto 42px; padding: 9px 11px; border: 1px solid rgba(255,196,0,.5); border-radius: 8px; background: rgba(5,7,7,.6); font-size: .66rem; }
  .hero h1 { max-width: 100%; margin: 0 auto 12px; font-size: clamp(1.92rem, 8.8vw, 2.32rem); line-height: 1.03; }
  .hero h1 > span, .hero h1 mark { display: block; white-space: nowrap; }
  .hero-lead { max-width: 340px; margin-inline: auto; font-size: .88rem; line-height: 1.55; }
  .hero-features { grid-template-columns: 1fr; gap: 4px; margin-bottom: 14px; }
  .hero-features > div { min-height: 47px; width: fit-content; margin-inline: 0; padding: 3px 8px 3px 0; border: 0; background: transparent; text-align: left; }
  .hero-features .round-icon { width: 38px; height: 38px; flex-basis: 38px; font-size: 1rem; background: rgba(8,9,10,.55); }
  .hero-features strong { font-size: .75rem; }
  .hero-features small { font-size: .66rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .button.whatsapp-link .whatsapp-icon { width: 19px; height: 19px; flex: 0 0 19px; }
  .hero-proof { position: absolute; left: 19px; right: 19px; bottom: -54px; width: auto; min-height: 108px; display: grid; grid-template-columns: minmax(0,1fr) 1px minmax(0,1fr); gap: 14px; align-items: center; padding: 16px 18px; background: rgba(255,255,255,.97); color: #151515; }
  .hero-proof hr { width: 1px; height: 58px; margin: 0; background: #ddd; }
  .hero-proof .proof-local { gap: 8px; }
  .hero-proof .proof-icon { width: 30px; height: 30px; flex-basis: 30px; }
  .hero-proof .proof-icon svg { width: 16px; height: 16px; }
  .hero-proof strong { font-size: .76rem; }
  .hero-proof small { color: #555; font-size: .54rem; }
  .hero-proof .proof-quality { gap: 6px; }
  .hero-proof .stars { font-size: .72rem; letter-spacing: 1.5px; }
  .services { padding: 88px 0 36px; }
  .section-heading.centered { text-align: left; }
  .section-heading h2 { font-size: 1.65rem; }
  .service-grid { gap: 7px; margin-top: 22px; }
  .service-card { min-height: 190px; padding: 17px 13px; border-radius: 11px; }
  .service-icon { width: 34px; height: 34px; }
  .service-icon svg { width: 29px; height: 29px; }
  .service-card h3 { font-size: .84rem; }
  .service-card p { font-size: .66rem; line-height: 1.45; }
  .showcase { padding: 38px 0 46px; }
  .showcase-grid { gap: 46px; }
  .showcase h2 { font-size: 1.65rem; }
  .about-panel .button { width: 100%; }
  .gallery-grid { grid-template-columns: 1.35fr 1fr; grid-template-rows: 205px 135px; gap: 8px; }
  .gallery-main { grid-column: 1 / -1; grid-row: 1; width: 100%; height: 100%; }
  .gallery-grid .gallery-item:nth-child(2) { grid-column: 1; grid-row: 2; }
  .gallery-grid .gallery-item:nth-child(4) { grid-column: auto; grid-row: auto; }
  .gallery-grid .gallery-item:nth-child(3) { display: none; }
  .gallery-grid .gallery-arandela { display: none; }
  .gallery-extra { grid-template-columns: repeat(2, 1fr); }
  .gallery-extra .gallery-item { aspect-ratio: 1 / 1.15; }
  .review-track { min-height: 245px; }
  .review-card { padding: 18px; }
  .review-card > p { font-size: .8rem; }
  .benefits { padding: 42px 0; }
  .benefits-grid { gap: 24px; }
  .benefits-heading h2 { font-size: 1.8rem; }
  .benefit-list { grid-template-columns: 1fr; gap: 9px; }
  .benefit-list article { padding: 14px; }
  .faq { padding: 42px 0; }
  .faq-layout { gap: 24px; }
  .faq-item button { min-height: 56px; font-size: .84rem; }
  .contact-cta { min-height: 385px; background-position: 66% center; }
  .contact-cta::before { background: linear-gradient(90deg, rgba(8,10,11,.99), rgba(8,10,11,.81) 62%, rgba(8,10,11,.2)); }
  .contact-inner { align-self: start; }
  .contact-inner > div { max-width: 275px; padding-top: 46px; }
  .contact-cta h2 { font-size: 2.2rem; }
  .contact-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 36px; }
  .footer-brand .brand-logo { width: 82px; max-height: none; }
  .floating-whatsapp { right: max(18px, calc(env(safe-area-inset-right) + 12px)); bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px)); width: 50px; min-height: 50px; justify-content: center; padding: 0; opacity: 0; pointer-events: none; transform: translateY(10px); }
  .floating-whatsapp.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .floating-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
}

@media (max-width: 360px) {
  .hero-inner, .section-shell { width: calc(100% - 28px); }
  .hero-proof { left: 14px; right: 14px; }
  .hero h1 { font-size: clamp(1.66rem, 8.3vw, 1.88rem); }
  .service-grid { grid-template-columns: 1fr; gap: 10px; }
  .service-card, .service-card.emergency { min-height: auto; display: grid; grid-template-columns: 42px 1fr; align-items: start; column-gap: 12px; padding: 17px; }
  .service-card .service-icon { grid-row: 1 / 3; }
  .service-card h3 { margin: 2px 0 5px; font-size: .88rem; }
  .service-card p { font-size: .72rem; }
  .service-card.emergency { grid-column: auto; }
}

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