:root {
  --red: #c9101a;
  --red-dark: #970913;
  --red-deep: #690910;
  --red-soft: #fff0f1;
  --ink: #18181b;
  --muted: #696971;
  --line: #e8e6e6;
  --soft: #f7f6f5;
  --white: #fff;
  --green: #087a45;
  --shadow-sm: 0 10px 30px rgba(31, 18, 19, .08);
  --shadow-lg: 0 24px 70px rgba(51, 8, 12, .2);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 5vw, 5.2rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.35rem); }
h3 { font-size: 1.2rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-soft { background: var(--soft); }
.icon { flex: 0 0 auto; }

.skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-light { color: #fff; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #44de88; box-shadow: 0 0 0 4px rgba(68, 222, 136, .15); }
.status-dot-light { background: #7bf0a8; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid transparent; border-radius: 10px; font-size: .9rem; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 12px 25px rgba(201, 16, 26, .2); }
.button-primary:hover { background: var(--red-dark); }
.button-light { color: var(--red-dark); background: var(--white); box-shadow: 0 12px 28px rgba(58, 0, 5, .16); }
.button-light:hover { color: var(--red); background: #fff8f8; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.button-outline { color: var(--red); border-color: #edb8bc; background: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.48); background: transparent; }
.button-small { min-height: 44px; padding-inline: 17px; font-size: .82rem; }
.button-whatsapp { color: var(--white); background: var(--green); box-shadow: 0 12px 25px rgba(22, 168, 100, .22); }
.button-whatsapp:hover { background: #065f36; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(20,20,22,.08); box-shadow: 0 5px 20px rgba(0,0,0,.035); backdrop-filter: blur(12px); }
.header-inner { min-height: 80px; display: flex; align-items: stretch; justify-content: space-between; }
.brand { width: 250px; display: flex; align-items: center; padding: 0 18px; background: var(--red); clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%); }
.brand img { width: 200px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .79rem; font-weight: 750; }
.main-nav > a, .nav-dropdown > button { position: relative; display: inline-flex; align-items: center; min-height: 80px; border: 0; padding: 0; background: none; cursor: pointer; }
.main-nav > a:not(.nav-cta)::after, .nav-dropdown > button::after { content: ""; position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after, .nav-dropdown:hover > button::after { transform: scaleX(1); }
.nav-cta { min-height: 44px !important; padding: 0 18px !important; color: var(--white); background: var(--red) !important; border-radius: 9px; }
.nav-cta:hover { background: var(--red-dark) !important; }
.nav-dropdown { position: relative; align-self: stretch; display: flex; align-items: center; }
.nav-dropdown > button { gap: 6px; font-size: inherit; font-weight: inherit; }
.nav-dropdown > button span { color: var(--red); font-size: 1rem; }
.dropdown-menu { position: absolute; top: calc(100% - 4px); left: 50%; width: 285px; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: .2s ease; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu, .nav-dropdown.dropdown-open .dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown-menu a { display: flex; flex-direction: column; padding: 11px 13px; border-radius: 9px; }
.dropdown-menu a:hover, .dropdown-menu a.active { color: var(--red); background: var(--red-soft); }
.dropdown-menu strong { font-size: .83rem; }
.dropdown-menu small { color: var(--muted); font-size: .7rem; font-weight: 500; }
.nav-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; align-self: center; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.menu-close { display: none; }

.hero { position: relative; min-height: 650px; overflow: hidden; color: var(--white); background: linear-gradient(118deg, #740810 0%, #b80d17 55%, #d51923 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background: url("location-bg.webp") center/cover; mix-blend-mode: multiply; }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: 20%; bottom: -330px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.hero-pattern { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(30deg, transparent 48%, rgba(255,255,255,.15) 49%, rgba(255,255,255,.15) 51%, transparent 52%); background-size: 44px 44px; mask-image: linear-gradient(90deg, #000, transparent 48%); }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: minmax(390px, 1.15fr) minmax(210px, .66fr) minmax(340px, .9fr); align-items: center; gap: 24px; padding-block: 52px; }
.hero-copy h1 { max-width: 620px; margin-bottom: 20px; color: var(--white); }
.hero-copy h1 em { display: block; color: #ffb2b7; font-style: normal; }
.hero-lead { max-width: 580px; margin-bottom: 24px; color: rgba(255,255,255,.86); font-size: 1.08rem; line-height: 1.7; }
.hero-checks { display: grid; gap: 7px; margin: 0 0 27px; padding: 0; list-style: none; color: rgba(255,255,255,.93); font-size: .86rem; font-weight: 650; }
.hero-checks li { display: flex; align-items: center; gap: 9px; }
.hero-checks .icon { color: #8af0ad; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.hero-phone { display: inline-flex; align-items: center; gap: 10px; }
.hero-phone > .icon { padding: 9px; box-sizing: content-box; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.hero-phone span { display: flex; flex-direction: column; font-size: .93rem; font-weight: 800; }
.hero-phone small { color: rgba(255,255,255,.7); font-size: .66rem; font-weight: 500; }
.hero-visual { position: relative; align-self: end; height: 520px; margin-left: -35px; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; width: 330px; height: 330px; left: 8%; bottom: 20px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.hero-tv { position: absolute; width: 305px; max-width: none; right: -46px; bottom: 70px; filter: drop-shadow(0 24px 30px rgba(38,0,4,.36)); }
.hero-technician { position: absolute; z-index: 2; width: 275px; max-width: none; left: -26px; bottom: 0; filter: drop-shadow(0 24px 30px rgba(38,0,4,.28)); }
.visual-badge { position: absolute; z-index: 3; top: 50px; right: -6px; width: 84px; height: 84px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--red); background: var(--white); border: 5px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: var(--shadow-sm); transform: rotate(7deg); }
.visual-badge strong { font-size: .78rem; line-height: 1; text-transform: uppercase; }
.visual-badge span { font-size: .64rem; }
.hero-form-wrap { position: relative; }
.quote-form { padding: 27px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.58); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.form-heading { margin-bottom: 18px; }
.form-kicker { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: var(--green); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-heading h2 { margin-bottom: 6px; font-size: 1.55rem; }
.form-heading p { margin: 0; color: var(--muted); font-size: .78rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.form-grid label { min-width: 0; }
.form-grid label > span { display: block; margin: 0 0 5px 2px; color: #555158; font-size: .67rem; font-weight: 750; }
.form-grid input, .form-grid select { width: 100%; height: 45px; padding: 0 12px; color: var(--ink); background: #f8f7f7; border: 1px solid #dedbdc; border-radius: 8px; font-size: .78rem; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.form-grid select { padding-right: 28px; }
.form-grid input:focus, .form-grid select:focus { outline: 0; background: var(--white); border-color: var(--red); box-shadow: 0 0 0 3px rgba(201,16,26,.1); }
.form-full { grid-column: 1 / -1; }
.form-submit { width: 100%; margin-top: 15px; }
.form-privacy { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 10px 0 0; color: #77737a; font-size: .61rem; line-height: 1.4; text-align: center; }
.form-privacy .icon { color: var(--green); }
.form-privacy a { color: var(--red-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }

.trust-strip { position: relative; z-index: 4; background: var(--white); box-shadow: 0 10px 35px rgba(25,20,20,.07); }
.trust-grid { min-height: 105px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { display: flex; align-items: center; gap: 13px; padding: 8px 26px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--red); background: var(--red-soft); border-radius: 50%; }
.trust-grid p { display: flex; flex-direction: column; margin: 0; line-height: 1.35; }
.trust-grid strong { font-size: .79rem; }
.trust-grid small { color: var(--muted); font-size: .68rem; }

.intro-grid { display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 90px; }
.intro-visual { position: relative; min-height: 455px; display: grid; place-items: center; }
.intro-visual::before { content: ""; position: absolute; width: 80%; height: 82%; top: 6%; left: 3%; background: var(--red-soft); border-radius: 45% 55% 60% 40% / 45% 40% 60% 55%; }
.image-frame { position: relative; width: 88%; padding: 35px; }
.image-frame img { position: relative; z-index: 1; filter: drop-shadow(0 35px 30px rgba(30,25,25,.2)); }
.experience-card { position: absolute; z-index: 2; right: 0; bottom: 22px; min-width: 175px; display: flex; flex-direction: column; padding: 19px 22px; color: var(--white); background: var(--red); border: 6px solid var(--white); border-radius: 14px; box-shadow: var(--shadow-sm); }
.experience-card strong { font-size: 1.3rem; line-height: 1.1; }
.experience-card span { font-size: .76rem; }
.intro-copy h2 { max-width: 550px; margin-bottom: 20px; }
.section-lead { color: var(--muted); font-size: 1.02rem; }
.feature-list { display: grid; gap: 17px; margin: 29px 0 28px; }
.feature-list > div { display: flex; align-items: flex-start; gap: 15px; }
.feature-list > div > .icon { padding: 10px; color: var(--red); background: var(--red-soft); border-radius: 10px; box-sizing: content-box; }
.feature-list p { display: flex; flex-direction: column; margin: 0; }
.feature-list strong { font-size: .9rem; }
.feature-list span { color: var(--muted); font-size: .8rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: .83rem; font-weight: 800; }
.text-link:hover .icon { transform: translateX(3px); }
.text-link .icon { transition: transform .2s ease; }

.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading p { margin: 0; color: var(--muted); }
.compact-heading { margin-bottom: 34px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 270px; display: flex; flex-direction: column; padding: 28px; background: var(--white); border: 1px solid #ebe9e9; border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; right: -35px; bottom: -35px; width: 95px; height: 95px; background: var(--red-soft); border-radius: 50%; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #efc5c8; box-shadow: var(--shadow-sm); }
.service-card:hover::after { transform: scale(1.5); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 25px; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--white); background: var(--red); border-radius: 14px; }
.service-number { color: #dedada; font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.service-card h3 { margin-bottom: 9px; }
.service-card p { margin-bottom: 20px; color: var(--muted); font-size: .82rem; }
.service-card a { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--red); font-size: .74rem; font-weight: 800; }

.process-section { position: relative; color: var(--white); background: #1c1a1b; overflow: hidden; }
.process-section::before { content: ""; position: absolute; inset: 0; opacity: .1; background: url("location-bg.webp") center/cover; }
.process-section > .container { position: relative; }
.process-heading h2 { color: var(--white); }
.process-heading p { color: #aaa5a6; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-grid::before { content: ""; position: absolute; top: 38px; right: 16%; left: 16%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3) 14%, rgba(255,255,255,.3) 86%, transparent); }
.process-grid li { position: relative; z-index: 1; padding: 0 15px; text-align: center; }
.step-number { position: absolute; top: -17px; right: 15%; color: rgba(255,255,255,.07); font-size: 5.2rem; font-weight: 900; line-height: 1; }
.step-icon { position: relative; width: 78px; height: 78px; display: grid; place-items: center; margin: 0 auto 27px; color: var(--white); background: var(--red); border: 9px solid #1c1a1b; border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.process-grid h3 { color: var(--white); }
.process-grid p { margin: 0; color: #aaa5a6; font-size: .82rem; }

.brands-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.brand-logo-card { min-height: 92px; display: grid; place-items: center; padding: 12px 16px; background: var(--white); border: 1px solid var(--line); border-radius: 11px; transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.brand-logo-card img { width: 100%; max-width: 150px; max-height: 58px; object-fit: contain; filter: grayscale(1); opacity: .58; transition: filter .3s ease, opacity .3s ease, transform .3s ease; }
.brand-logo-card:hover { border-color: #e7aeb2; box-shadow: 0 9px 25px rgba(40, 25, 26, .08); transform: translateY(-3px); }
.brand-logo-card:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.05); }
.brands-note { margin: 22px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.brands-note a { color: var(--red); font-weight: 750; }

.locations-section { position: relative; color: var(--white); background: linear-gradient(120deg, #780910, #c9101a); overflow: hidden; }
.locations-section::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at 2px 2px, #fff 1px, transparent 0); background-size: 28px 28px; }
.locations-section > .container { position: relative; }
.locations-head { display: grid; grid-template-columns: 1.1fr .6fr; align-items: end; gap: 60px; margin-bottom: 45px; }
.locations-head h2 { margin: 0; color: var(--white); }
.locations-head > p { margin: 0 0 7px; color: rgba(255,255,255,.7); font-size: .85rem; }
.contact-channels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 20px; }
.contact-channels > a { display: flex; align-items: center; gap: 11px; min-height: 68px; padding: 12px 15px; background: rgba(68, 0, 6, .32); border: 1px solid rgba(255,255,255,.15); border-radius: 11px; transition: background .2s ease, transform .2s ease; }
.contact-channels > a:hover { background: rgba(50, 0, 5, .5); transform: translateY(-2px); }
.contact-channels > a > span { width: 37px; height: 37px; display: grid; place-items: center; color: var(--white); background: rgba(255,255,255,.12); border-radius: 50%; }
.contact-channels p { display: flex; flex-direction: column; margin: 0; line-height: 1.3; }
.contact-channels small { color: rgba(255,255,255,.65); font-size: .58rem; letter-spacing: .06em; text-transform: uppercase; }
.contact-channels strong { color: var(--white); font-size: .77rem; }
.location-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.location-card { display: flex; flex-direction: column; min-height: 325px; padding: 25px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(55,0,5,.18); }
.location-card-head { display: flex; align-items: center; gap: 13px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.location-card-head > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--red); background: var(--red-soft); border-radius: 50%; }
.location-card-head p { display: flex; flex-direction: column; margin: 0; }
.location-card-head small { color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.location-card-head strong { font-size: 1.05rem; }
.location-card address { margin: 20px 0 12px; color: #555158; font-size: .81rem; font-style: normal; }
.location-card > p:not(.location-phone):not(.parking) { color: #555158; font-size: .81rem; }
.location-phone, .parking { display: flex; align-items: center; gap: 8px; margin: 0 0 7px; font-size: .77rem; font-weight: 750; }
.location-phone .icon { color: var(--red); }
.parking { color: var(--green); font-weight: 650; }
.location-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.location-actions a { display: inline-flex; align-items: center; gap: 6px; color: var(--red); font-size: .73rem; font-weight: 800; }
.location-card-service { color: var(--white); background: #211e20; }
.location-card-service .location-card-head { border-color: #3e393b; }
.location-card-service .location-card-head > span { color: var(--white); background: var(--red); }
.location-card-service .location-card-head small, .location-card-service > p { color: #b8b2b4 !important; }
.location-card-service .location-phone .icon { color: #61dc93; }
.location-card-service .location-actions { border-color: #3e393b; }
.location-card-service .location-actions a { color: var(--white); }
.unit-locator { min-height: 325px; display: flex; flex-direction: column; padding: 25px; color: var(--white); background: #211e20; border-radius: var(--radius); box-shadow: 0 18px 45px rgba(55,0,5,.18); }
.locator-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 17px; color: var(--white); background: var(--red); border-radius: 50%; }
.unit-locator .unit-label { color: #ef8f96; }
.unit-locator h3 { margin: 5px 0 9px; color: var(--white); font-size: 1.2rem; }
.unit-locator > p { color: #aaa5a7; font-size: .76rem; }
.unit-locator form { margin-top: auto; }
.unit-locator label { display: block; margin-bottom: 5px; color: #c7c2c3; font-size: .64rem; font-weight: 750; }
.unit-locator form > div { display: grid; grid-template-columns: 1fr 45px; }
.unit-locator input { min-width: 0; height: 45px; padding: 0 12px; color: var(--ink); background: var(--white); border: 0; border-radius: 8px 0 0 8px; font-size: .75rem; }
.unit-locator button { display: grid; place-items: center; color: var(--white); background: var(--red); border: 0; border-radius: 0 8px 8px 0; cursor: pointer; }
.locator-result { display: grid; gap: 5px; margin-top: 13px; }
.locator-result:empty { display: none; }
.locator-result > strong { color: #8af0ad; font-size: .75rem; }
.locator-result > p { margin: 0; color: #aaa5a7; font-size: .65rem; }
.locator-result > a { display: flex; flex-direction: column; margin-top: 4px; padding: 8px 10px; background: #302c2e; border-radius: 7px; }
.locator-result > a b { color: var(--white); font-size: .69rem; }
.locator-result > a span { color: #aaa5a7; font-size: .59rem; }
.service-city-links { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 22px; }
.service-city-links > span { margin-right: 4px; color: rgba(255,255,255,.7); font-size: .68rem; font-weight: 700; }
.service-city-links a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; color: var(--white); background: rgba(63,0,5,.25); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; font-size: .67rem; font-weight: 800; }
.service-city-links a:hover { background: rgba(63,0,5,.45); }
.locations-button { margin-top: 30px; }

.testimonials-section { background: var(--soft); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { position: relative; min-height: 320px; display: flex; flex-direction: column; margin: 0; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(30,22,23,.04); }
.quote-mark { position: absolute; right: 24px; top: 14px; color: var(--red-soft); font-family: Georgia, serif; font-size: 6rem; line-height: 1; }
.stars { position: relative; margin-bottom: 21px; color: #efb810; font-size: .9rem; letter-spacing: 3px; }
.testimonial-card > p { position: relative; color: #555158; font-size: .84rem; font-style: italic; line-height: 1.8; }
.testimonial-card footer { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; font-size: .85rem; font-weight: 850; }
.testimonial-card cite { display: flex; flex-direction: column; font-style: normal; line-height: 1.4; }
.testimonial-card cite strong { font-size: .78rem; }
.testimonial-card cite small { color: var(--muted); font-size: .67rem; }

.instagram-section { background: var(--white); }
.instagram-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 36px; }
.instagram-head .section-heading { margin: 0; }
.instagram-profile-link { flex: 0 0 auto; }
.instagram-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.instagram-card { position: relative; aspect-ratio: 1; color: var(--white); background: #2a2527; border-radius: 14px; overflow: hidden; }
.instagram-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, opacity .3s ease; }
.instagram-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(20,10,14,.82)); pointer-events: none; }
.instagram-card:hover img, .instagram-card:focus-visible img { opacity: .86; transform: scale(1.04); }
.instagram-card-copy { position: absolute; z-index: 1; right: 13px; bottom: 12px; left: 13px; display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.instagram-card-copy span:first-child { display: -webkit-box; overflow: hidden; font-size: .67rem; font-weight: 650; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.instagram-media-type { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; background: rgba(0,0,0,.5); border-radius: 50%; font-size: .65rem; }
.instagram-promo { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 30px 34px; color: var(--white); background: linear-gradient(120deg, #5d143b, #a41132 55%, #c9101a); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.instagram-promo-icon { width: 66px; height: 66px; display: grid; place-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 18px; }
.instagram-promo p { display: flex; flex-direction: column; margin: 0; }
.instagram-promo strong { font-size: 1.15rem; }
.instagram-promo span { color: rgba(255,255,255,.78); font-size: .78rem; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.15fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro h2 { margin-bottom: 17px; }
.faq-intro > p { margin-bottom: 27px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 50px 24px 2px; font-size: .93rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; right: 8px; width: 16px; height: 2px; background: var(--red); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { padding: 0 45px 23px 2px; color: var(--muted); font-size: .82rem; }

.final-cta { padding: 65px 0; color: var(--white); background: var(--red); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 760px; margin: 0; color: var(--white); font-size: clamp(1.9rem, 3vw, 3rem); }

.site-footer { color: #d9d5d6; background: #171516; }
.footer-main { padding: 78px 0 58px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .6fr 1.05fr .85fr; gap: 55px; }
.footer-about img { width: 205px; margin-bottom: 20px; }
.footer-about > p { max-width: 310px; color: #928d8f; font-size: .78rem; }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-links, .footer-units, .footer-contacts { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: #aaa5a7; font-size: .78rem; }
.footer-links a:hover { color: var(--white); }
.footer-units li { display: flex; flex-direction: column; padding-bottom: 10px; border-bottom: 1px solid #2d292b; }
.footer-units strong { color: var(--white); font-size: .74rem; }
.footer-units span { color: #928d8f; font-size: .67rem; }
.footer-contacts { margin-bottom: 20px; }
.footer-contacts li { display: flex; align-items: center; gap: 10px; color: var(--white); font-size: .78rem; }
.footer-contacts .icon { color: #ed555e; }
.footer-contacts a span { display: flex; flex-direction: column; line-height: 1.25; }
.footer-contacts a small { color: #928d8f; font-size: .58rem; text-transform: uppercase; }
.social-links { display: flex; gap: 9px; margin-top: 20px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); border: 1px solid #3f393b; border-radius: 50%; }
.social-links a:hover { color: var(--white); background: var(--red); border-color: var(--red); }
.footer-bottom { padding: 17px 0; border-top: 1px solid #2a2728; }
.footer-bottom .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; color: #aaa4a6; font-size: .63rem; }
.footer-bottom .site-credit { font-size: .57rem; white-space: nowrap; }
.site-credit a { color: inherit; text-decoration: none; }
.site-credit a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.floating-whatsapp { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 60px; height: 60px; display: grid; place-items: center; padding: 0; color: var(--white); background: linear-gradient(145deg, #12a45d, #087a45); border: 2px solid rgba(255,255,255,.92); border-radius: 50%; box-shadow: 0 12px 28px rgba(5,88,48,.3), 0 3px 9px rgba(0,0,0,.15); isolation: isolate; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.floating-whatsapp::before { content: ""; position: absolute; z-index: -1; inset: -6px; border: 1px solid rgba(8,122,69,.22); border-radius: inherit; transition: inset .2s ease, opacity .2s ease; }
.floating-whatsapp > .icon { position: relative; z-index: 1; transition: transform .2s ease; }
.floating-whatsapp span { position: absolute; top: 50%; right: calc(100% + 12px); padding: 9px 12px; color: var(--white); background: #242021; border-radius: 8px; box-shadow: 0 8px 22px rgba(0,0,0,.18); font-size: .67rem; font-weight: 750; line-height: 1; white-space: nowrap; opacity: 0; pointer-events: none; transform: translate(7px, -50%); transition: opacity .18s ease, transform .18s ease; }
.floating-whatsapp span::after { content: ""; position: absolute; top: 50%; left: 100%; border: 5px solid transparent; border-left-color: #242021; transform: translateY(-50%); }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { color: var(--white); background: linear-gradient(145deg, #14b968, #076e3e); box-shadow: 0 15px 32px rgba(5,88,48,.36), 0 4px 10px rgba(0,0,0,.16); transform: translateY(-3px); }
.floating-whatsapp:hover::before, .floating-whatsapp:focus-visible::before { inset: -9px; opacity: .65; }
.floating-whatsapp:hover > .icon, .floating-whatsapp:focus-visible > .icon { transform: scale(1.07); }
.floating-whatsapp:hover span, .floating-whatsapp:focus-visible span { opacity: 1; transform: translate(0, -50%); }

/* Location pages */
.location-hero { position: relative; color: var(--white); background: linear-gradient(115deg, #690810, #c9101a); overflow: hidden; }
.location-hero-bg { position: absolute; inset: 0; opacity: .11; background: url("location-bg.webp") center/cover; mix-blend-mode: multiply; }
.location-hero::after { content: ""; position: absolute; width: 600px; height: 600px; right: -210px; top: -260px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.location-hero > .container { position: relative; z-index: 2; }
.breadcrumb { display: flex; align-items: center; gap: 9px; padding-top: 28px; color: rgba(255,255,255,.65); font-size: .7rem; }
.breadcrumb a:hover { color: var(--white); }
.location-hero-grid { min-height: 530px; display: grid; grid-template-columns: 1.05fr .8fr; align-items: center; gap: 65px; }
.location-hero-copy { padding: 58px 0 68px; }
.location-hero-copy h1 { max-width: 680px; margin-bottom: 18px; color: var(--white); font-size: clamp(2.8rem, 5vw, 4.8rem); }
.location-hero-copy > p:not(.service-disclosure) { max-width: 650px; color: rgba(255,255,255,.82); font-size: 1.04rem; }
.location-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.service-disclosure { max-width: 670px; display: flex; align-items: flex-start; gap: 9px; margin: 0; padding: 13px 15px; color: rgba(255,255,255,.75); background: rgba(31,0,3,.18); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; font-size: .71rem; line-height: 1.55; }
.service-disclosure .icon { margin-top: 2px; color: #8af0ad; }
.location-hero-visual { position: relative; align-self: end; height: 450px; }
.location-hero-visual::before { content: ""; position: absolute; width: 360px; height: 360px; right: 5%; bottom: 15px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.location-hero-visual img:first-child { position: absolute; width: 350px; right: -20px; bottom: 75px; filter: drop-shadow(0 25px 35px rgba(35,0,4,.35)); }
.location-hero-visual img:last-child { position: absolute; z-index: 2; width: 300px; left: 5px; bottom: 0; filter: drop-shadow(0 25px 30px rgba(35,0,4,.3)); }
.local-benefits { background: var(--white); box-shadow: var(--shadow-sm); }
.local-benefits-grid { min-height: 100px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.local-benefits-grid > div { display: flex; align-items: center; gap: 13px; padding: 0 30px; border-right: 1px solid var(--line); }
.local-benefits-grid > div:first-child { padding-left: 0; }
.local-benefits-grid > div:last-child { border: 0; }
.local-benefits-grid > div > .icon { padding: 10px; color: var(--red); background: var(--red-soft); border-radius: 50%; box-sizing: content-box; }
.local-benefits-grid p { display: flex; flex-direction: column; margin: 0; line-height: 1.35; }
.local-benefits-grid strong { font-size: .8rem; }
.local-benefits-grid span { color: var(--muted); font-size: .67rem; }
.local-units-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.local-unit-card { display: grid; grid-template-columns: .6fr 1fr; min-height: 380px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.local-unit-map { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--white); background: linear-gradient(135deg, #252123, #443c3e); overflow: hidden; }
.local-unit-map::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(30deg, transparent 48%, rgba(255,255,255,.14) 49%, rgba(255,255,255,.14) 51%, transparent 52%); background-size: 35px 35px; }
.local-unit-map > * { position: relative; }
.map-pin-pulse { width: 74px; height: 74px; display: grid; place-items: center; color: var(--white); background: var(--red); border: 8px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 12px rgba(201,16,26,.17); }
.local-unit-map > span { font-size: .75rem; font-weight: 800; }
.local-unit-content { display: flex; flex-direction: column; padding: 30px; }
.unit-label { color: var(--red); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.local-unit-content h3 { margin: 6px 0 15px; font-size: 1.55rem; }
.local-unit-content address { color: var(--muted); font-size: .78rem; font-style: normal; }
.local-unit-content ul { display: grid; gap: 8px; margin: 18px 0; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.local-unit-content li { display: flex; align-items: center; gap: 8px; font-size: .73rem; font-weight: 650; }
.local-unit-content li .icon { color: var(--red); }
.local-unit-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.service-area-section { background: var(--white); }
.service-area-grid { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 85px; }
.service-area-visual { position: relative; min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: linear-gradient(135deg, #252123, #4c4144); border-radius: var(--radius-lg); overflow: hidden; }
.service-area-visual::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(30deg, transparent 48%, rgba(255,255,255,.14) 49%, rgba(255,255,255,.14) 51%, transparent 52%); background-size: 40px 40px; }
.service-area-visual > * { position: relative; }
.service-area-visual strong { margin-top: 22px; font-size: 2rem; }
.service-area-visual > span { color: #bcb6b8; font-size: .75rem; }
.service-area-grid h2 { margin-bottom: 18px; }
.service-area-grid p { color: var(--muted); font-size: .88rem; }
.service-area-grid .button { margin-top: 12px; }
.local-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.local-services-grid article { padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.local-services-grid article > span { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 20px; color: var(--white); background: var(--red); border-radius: 12px; }
.local-services-grid h3 { margin-bottom: 8px; font-size: 1rem; }
.local-services-grid p { margin: 0; color: var(--muted); font-size: .76rem; }
.brands-inline { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin-top: 30px; }
.brands-inline span { color: var(--muted); font-size: .7rem; }
.brands-inline img { width: 65px; height: 32px; padding: 4px 7px; object-fit: contain; background: #fff; border: 1px solid #e5e1e2; border-radius: 7px; filter: grayscale(1); opacity: .62; transition: filter .25s ease, opacity .25s ease, transform .25s ease; }
.brands-inline img:hover { filter: grayscale(0); opacity: 1; transform: translateY(-2px); }
.local-quote-section { color: var(--white); background: linear-gradient(120deg, #720810, #c9101a); }
.local-quote-grid { display: grid; grid-template-columns: .78fr 1fr; align-items: center; gap: 90px; }
.local-quote-copy h2 { color: var(--white); }
.local-quote-copy > p { color: rgba(255,255,255,.76); }
.local-quote-copy ul { display: grid; gap: 7px; margin: 25px 0 0; padding: 0; list-style: none; font-size: .8rem; font-weight: 700; }
.local-quote-copy li { display: flex; align-items: center; gap: 8px; }
.local-quote-copy li .icon { color: #8af0ad; }
.quote-form-compact { padding: 32px; }
.nearby-link { padding: 22px 0; background: #f2efef; }
.nearby-link .container { display: flex; align-items: center; justify-content: center; gap: 25px; }
.nearby-link p { margin: 0; color: var(--muted); font-size: .76rem; }
.nearby-link a { display: flex; align-items: center; gap: 7px; color: var(--red); font-size: .75rem; font-weight: 800; }
.not-found { min-height: 65vh; display: grid; place-items: center; padding: 90px 0; text-align: center; }
.not-found span { color: var(--red); font-size: 6rem; font-weight: 900; line-height: 1; }
.not-found h1 { margin: 18px 0 10px; font-size: 2.7rem; }
.not-found p { color: var(--muted); }
.not-found .button { margin-top: 15px; }

/* Service and unit content pages */
.content-hero { position: relative; color: var(--white); background: linear-gradient(115deg, #690810, #c9101a); overflow: hidden; }
.content-hero-bg { position: absolute; inset: 0; opacity: .1; background: url("location-bg.webp") center/cover; mix-blend-mode: multiply; }
.content-hero > .container { position: relative; z-index: 1; }
.content-hero-grid { min-height: 500px; display: grid; grid-template-columns: 1.05fr .72fr; align-items: center; gap: 70px; }
.content-hero-grid h1 { max-width: 760px; margin-bottom: 19px; color: var(--white); font-size: clamp(2.8rem, 5vw, 4.8rem); }
.content-hero-grid > div:first-child > p { max-width: 660px; color: rgba(255,255,255,.82); font-size: 1.02rem; }
.service-hero-art { position: relative; align-self: end; min-height: 430px; display: grid; place-items: end center; }
.service-hero-art::before { content: ""; position: absolute; width: 330px; height: 330px; right: 8%; bottom: 40px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.service-hero-art img { position: relative; width: 390px; filter: drop-shadow(0 28px 32px rgba(40,0,5,.3)); }
.service-hero-icon { position: absolute; z-index: 2; top: 65px; left: 25px; width: 88px; height: 88px; display: grid; place-items: center; color: var(--red); background: var(--white); border-radius: 22px; box-shadow: var(--shadow-lg); transform: rotate(-5deg); }
.service-overview-grid { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 90px; }
.service-overview-grid > div > p:not(.eyebrow) { color: var(--muted); }
.symptoms-panel { padding: 32px; background: #1f1c1e; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.symptoms-kicker { color: #ef8f96; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.symptoms-panel h2 { margin: 7px 0 22px; color: var(--white); font-size: 1.75rem; }
.symptoms-panel ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.symptoms-panel li { display: flex; align-items: flex-start; gap: 9px; color: #cbc6c8; font-size: .78rem; }
.symptoms-panel li .icon { margin-top: 2px; color: #64d995; }
.causes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.causes-grid article { min-height: 230px; padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.causes-grid article > span { color: #e3dfe0; font-size: .75rem; font-weight: 850; }
.causes-grid h3 { margin: 29px 0 10px; }
.causes-grid p { margin: 0; color: var(--muted); font-size: .76rem; }
.service-safety { padding: 55px 0; color: var(--white); background: var(--red); }
.service-safety-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.service-safety-inner > span { width: 70px; height: 70px; display: grid; place-items: center; color: var(--white); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.service-safety .eyebrow { margin-bottom: 4px; }
.service-safety h2 { margin-bottom: 7px; color: var(--white); font-size: 1.8rem; }
.service-safety p:last-child { max-width: 780px; margin: 0; color: rgba(255,255,255,.78); font-size: .77rem; }
.compact-brands { grid-template-columns: repeat(6, 1fr); }
.compact-brands .brand-logo-card { min-height: 80px; }
.service-faq { background: var(--soft); }
.related-services { padding-top: 75px; }
.related-services .section-heading { margin-bottom: 30px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-grid > a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; min-height: 110px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.related-grid > a:hover { border-color: #e6b0b4; box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.related-grid > a > span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--white); background: var(--red); border-radius: 10px; }
.related-grid > a > div { display: flex; flex-direction: column; }
.related-grid strong { font-size: .78rem; }
.related-grid small { color: var(--muted); font-size: .64rem; line-height: 1.4; }
.related-grid > a > .icon { color: var(--red); }
.services-index-hero .service-hero-art { align-items: end; }
.services-index-hero .button { margin-top: 15px; }
.services-index-hero + .section .service-card h2 { margin-bottom: 9px; font-size: 1.2rem; }
.unit-hero-address { justify-self: end; width: min(100%, 370px); padding: 35px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.unit-hero-address > span { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 22px; color: var(--white); background: var(--red); border-radius: 50%; }
.unit-hero-address small { display: block; color: var(--red); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.unit-hero-address strong { display: block; margin: 8px 0 5px; font-size: 1.35rem; line-height: 1.2; }
.unit-hero-address p { margin: 0; color: var(--muted); font-size: .78rem; }
.unit-info-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 85px; }
.unit-info-grid > div > p:not(.eyebrow) { color: var(--muted); }
.unit-contact-box { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 27px; }
.unit-contact-box > div { display: flex; align-items: center; gap: 11px; padding: 15px; background: var(--soft); border-radius: 10px; }
.unit-contact-box > div > .icon { color: var(--red); }
.unit-contact-box span { display: flex; flex-direction: column; line-height: 1.3; }
.unit-contact-box small { color: var(--muted); font-size: .6rem; }
.unit-contact-box a { font-size: .76rem; font-weight: 800; }
.unit-address-card { padding: 35px; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--red); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.unit-address-card h2 { margin: 7px 0 17px; font-size: 1.7rem; }
.unit-address-card address { padding: 17px 0; color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .82rem; font-style: normal; }
.unit-address-card > p { display: flex; align-items: center; gap: 8px; margin: 17px 0; color: var(--green); font-size: .75rem; font-weight: 700; }
.unit-address-card .button { width: 100%; }
.local-services-grid .text-link { margin-top: 16px; font-size: .7rem; }
.unit-brands { margin-top: 38px; }
.telebusca-process { background: var(--white); }
.telebusca-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.telebusca-steps li { position: relative; min-height: 250px; padding: 28px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.telebusca-steps li > span { position: absolute; top: 12px; right: 17px; color: #888184; font-size: 2.8rem; font-weight: 900; line-height: 1; }
.telebusca-steps li > .icon { position: relative; width: 52px; height: 52px; padding: 12px; color: var(--white); background: var(--red); border-radius: 13px; box-sizing: border-box; }
.telebusca-steps h3 { position: relative; margin: 30px 0 10px; }
.telebusca-steps p { position: relative; margin: 0; color: var(--muted); font-size: .77rem; }
.city-faq { background: var(--white); }

.privacy-hero { min-height: 330px; }
.privacy-hero .content-hero-grid { min-height: 330px; grid-template-columns: 1fr; }
.privacy-hero .content-hero-grid > div { max-width: 820px; padding-block: 68px; }
.privacy-content { padding: 80px 0 105px; }
.privacy-document { max-width: 850px; }
.privacy-summary { margin-bottom: 36px; padding: 22px 24px; color: #4f4a4c; background: var(--red-soft); border: 1px solid #f0c9cc; border-radius: var(--radius-sm); }
.privacy-document h2 { margin: 42px 0 13px; font-size: clamp(1.45rem, 2.4vw, 2rem); letter-spacing: -.025em; }
.privacy-document p, .privacy-document li { color: #555158; }
.privacy-document ul { display: grid; gap: 9px; padding-left: 22px; }
.privacy-document a { color: var(--red-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1120px) {
  .main-nav { gap: 19px; }
  .brand { width: 225px; }
  .brand img { width: 180px; }
  .hero-grid { grid-template-columns: 1fr .6fr .9fr; gap: 12px; }
  .hero-copy h1 { font-size: 3.75rem; }
  .hero-visual { margin-left: -65px; transform: scale(.9); transform-origin: bottom center; }
  .quote-form { padding: 23px; }
  .intro-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .local-unit-card { grid-template-columns: .48fr 1fr; }
}

@media (max-width: 920px) {
  html { scroll-padding-top: 80px; }
  .site-header { background: var(--white); backdrop-filter: none; }
  .header-inner { min-height: 72px; }
  .brand { width: 215px; margin-left: -20px; padding-left: 28px; }
  .nav-toggle { display: inline-flex; }
  .nav-toggle[aria-expanded="true"] .menu-open { display: none; }
  .nav-toggle[aria-expanded="true"] .menu-close { display: block; }
  .main-nav { position: fixed; top: 72px; right: 0; bottom: auto; left: 0; height: calc(100dvh - 72px); max-height: calc(100vh - 72px); display: block; padding: 22px 20px 40px; background: var(--white); box-shadow: 0 18px 35px rgba(25, 15, 16,.16); overflow-y: auto; overscroll-behavior: contain; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .main-nav.nav-visible { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a, .nav-dropdown > button { width: 100%; min-height: 53px; border-bottom: 1px solid var(--line); }
  .main-nav > a::after, .nav-dropdown > button::after { display: none; }
  .nav-cta { width: 100% !important; min-height: 50px !important; margin-top: 15px; justify-content: center; }
  .nav-dropdown { display: block; }
  .dropdown-menu { position: static; width: 100%; padding: 0 0 8px 12px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
  .nav-dropdown.dropdown-open .dropdown-menu { display: block; transform: none; }
  .hero-grid { grid-template-columns: 1fr .7fr; min-height: auto; gap: 15px; padding-block: 70px; }
  .hero-copy h1 { font-size: clamp(3rem, 7vw, 4.5rem); }
  .hero-visual { height: 460px; margin-left: -25px; }
  .hero-form-wrap { grid-column: 1 / -1; max-width: 720px; width: 100%; margin: 10px auto 0; }
  .quote-form { padding: 29px; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 20px 0; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 15px 20px; border: 0; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-visual { order: 2; max-width: 650px; width: 100%; margin-inline: auto; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .brands-grid { grid-template-columns: repeat(4, 1fr); }
  .location-cards { grid-template-columns: 1fr 1fr; }
  .unit-locator { grid-column: 1 / -1; min-height: 290px; }
  .contact-channels { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 270px; }
  .instagram-grid { grid-template-columns: repeat(3, 1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .location-hero-grid { grid-template-columns: 1fr .7fr; gap: 15px; }
  .location-hero-visual { margin-right: -70px; transform: scale(.88); transform-origin: bottom center; }
  .local-benefits-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .local-benefits-grid > div, .local-benefits-grid > div:first-child { padding: 14px 20px; border: 0; }
  .local-units-grid { grid-template-columns: 1fr; }
  .local-unit-card { grid-template-columns: .55fr 1fr; }
  .service-area-grid { gap: 45px; }
  .local-services-grid { grid-template-columns: 1fr 1fr; }
  .local-quote-grid { grid-template-columns: 1fr; gap: 45px; }
  .content-hero-grid { grid-template-columns: 1fr .58fr; gap: 25px; }
  .service-hero-art { min-height: 380px; }
  .service-overview-grid, .unit-info-grid { grid-template-columns: 1fr; gap: 45px; }
  .causes-grid { grid-template-columns: 1fr 1fr; }
  .compact-brands { grid-template-columns: repeat(4, 1fr); }
  .related-grid { grid-template-columns: 1fr; }
  .telebusca-steps { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  h2 { font-size: clamp(1.85rem, 9vw, 2.5rem); }
  .site-header { top: 0; }
  .header-inner { min-height: 67px; }
  .brand { width: 195px; min-height: 67px; padding-left: 24px; }
  .brand img { width: 168px; }
  .main-nav { top: 67px; height: calc(100dvh - 67px); max-height: calc(100vh - 67px); }
  .hero-grid { display: flex; flex-direction: column; gap: 0; padding: 52px 0 55px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 3.7rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { order: 2; width: 100%; height: 340px; margin: -5px 0 0; transform: none; }
  .hero-visual::before { width: 270px; height: 270px; left: 7%; }
  .hero-technician { width: 225px; left: 0; }
  .hero-tv { width: 250px; right: -35px; bottom: 45px; }
  .visual-badge { top: 30px; right: 5px; width: 73px; height: 73px; }
  .hero-form-wrap { order: 3; margin-top: 12px; }
  .quote-form { padding: 23px 18px; border-radius: 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .form-grid input, .form-grid select { height: 48px; font-size: .82rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 11px 2px; }
  .intro-grid { gap: 30px; }
  .intro-visual { min-height: 330px; }
  .image-frame { width: 100%; padding: 20px; }
  .experience-card { right: 4px; bottom: 5px; min-width: 150px; padding: 15px 17px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .process-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-grid::before { top: 55px; bottom: 55px; left: 50%; width: 1px; height: auto; right: auto; }
  .process-grid li { padding-inline: 24px; }
  .brands-grid { grid-template-columns: 1fr 1fr; }
  .brand-logo-card { min-height: 74px; padding: 9px 12px; }
  .brand-logo-card img { max-height: 45px; }
  .locations-head { grid-template-columns: 1fr; gap: 18px; }
  .location-cards { grid-template-columns: 1fr; }
  .unit-locator { grid-column: auto; }
  .contact-channels { grid-template-columns: 1fr; }
  .locations-button { width: 100%; }
  .section-heading { margin-bottom: 36px; }
  .testimonial-card { padding: 25px; }
  .instagram-head { align-items: flex-start; flex-direction: column; }
  .instagram-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .instagram-promo { grid-template-columns: auto 1fr; padding: 24px 20px; }
  .instagram-promo .button { grid-column: 1 / -1; width: 100%; }
  .faq-list summary { padding-right: 40px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-cta-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom .container { align-items: flex-start; flex-direction: column; gap: 5px; }
  .floating-whatsapp { right: 15px; bottom: 15px; width: 54px; height: 54px; }
  .floating-whatsapp span { display: none; }
  .location-hero-grid { display: flex; flex-direction: column; }
  .location-hero-copy { padding: 45px 0 10px; }
  .location-hero-copy h1 { font-size: clamp(2.65rem, 13vw, 3.65rem); }
  .location-hero-actions { flex-direction: column; }
  .location-hero-actions .button { width: 100%; }
  .location-hero-visual { width: 100%; height: 320px; margin: 0; transform: none; }
  .location-hero-visual::before { width: 280px; height: 280px; right: 8%; }
  .location-hero-visual img:first-child { width: 265px; right: -12px; bottom: 45px; }
  .location-hero-visual img:last-child { width: 225px; left: 0; }
  .local-benefits-grid { grid-template-columns: 1fr; }
  .local-benefits-grid > div, .local-benefits-grid > div:first-child { padding: 10px 2px; }
  .local-unit-card { grid-template-columns: 1fr; }
  .local-unit-map { min-height: 190px; }
  .local-unit-content { padding: 25px 20px; }
  .local-unit-actions .button { flex: 1; }
  .service-area-grid { grid-template-columns: 1fr; gap: 35px; }
  .service-area-visual { min-height: 280px; }
  .local-services-grid { grid-template-columns: 1fr; }
  .local-quote-section { padding-top: 78px; }
  .nearby-link .container { align-items: flex-start; flex-direction: column; gap: 7px; }
  .content-hero-grid { display: flex; flex-direction: column; gap: 0; }
  .content-hero-grid > div:first-child { padding: 45px 0 20px; }
  .content-hero-grid h1 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .service-hero-art { width: 100%; min-height: 290px; }
  .service-hero-art img { width: 310px; }
  .service-hero-icon { top: 30px; left: 5px; width: 70px; height: 70px; }
  .causes-grid { grid-template-columns: 1fr; }
  .service-safety-inner { grid-template-columns: 1fr; }
  .service-safety-inner > span { width: 58px; height: 58px; }
  .service-safety-inner .button { width: 100%; }
  .compact-brands { grid-template-columns: 1fr 1fr; }
  .unit-hero-address { width: 100%; margin-bottom: 50px; }
  .unit-contact-box { grid-template-columns: 1fr; }
  .service-city-links { align-items: flex-start; flex-direction: column; }
}

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

@media print {
  .site-header, .floating-whatsapp, .final-cta, .site-footer, .quote-form { display: none !important; }
  .section { padding: 30px 0; }
  body { color: #000; background: #fff; }
}
