:root {
  --red: #ed5643;
  --red-dark: #cf4434;
  --whatsapp: #25d366;
  --whatsapp-dark: #1daf54;
  --graphite: #4c5257;
  --ink: #181b1e;
  --ink-2: #202428;
  --paper: #f3f1ed;
  --paper-2: #e7e4de;
  --muted: #707679;
  --line: rgba(24, 27, 30, .14);
  --light-line: rgba(255, 255, 255, .15);
  --shell: min(1180px, calc(100vw - 48px));
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
address { font-style: normal; }
::selection { background: var(--red); color: #fff; }
:focus-visible { outline: 3px solid #ffbd36; outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 12px 18px; background: #fff; color: var(--ink); font-weight: 700; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.page-grid { position: fixed; inset: 0; z-index: -2; pointer-events: none; background-image: linear-gradient(to right, rgba(76, 82, 87, .035) 1px, transparent 1px); background-size: 12.5vw 100%; }

.topbar { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(243, 241, 237, .94); border-bottom: 1px solid rgba(24, 27, 30, .1); backdrop-filter: blur(14px); transition: box-shadow .25s; }
.topbar.scrolled { box-shadow: 0 8px 30px rgba(24, 27, 30, .09); }
.topbar-inner { height: var(--header-height); display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; width: fit-content; }
.brand img { width: 190px; height: auto; }
.nav { display: flex; justify-content: center; gap: clamp(18px, 2vw, 30px); }
.nav a, .city { font-family: "Barlow Condensed", Impact, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.nav a { position: relative; padding: 12px 0; color: #5d6367; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--red); transform: skewX(-18deg); transition: right .25s; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.city { color: #7b8184; white-space: nowrap; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 23px; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button i { font-size: 17px; font-style: normal; }
.button-small { min-height: 44px; padding: 0 16px; gap: 14px; font-size: 12px; }
.button-red { background: var(--red); color: #fff; }
.button-red:hover { background: var(--red-dark); }
.whatsapp-button { background: var(--whatsapp) !important; color: #fff !important; }
.whatsapp-button:hover { background: var(--whatsapp-dark) !important; }
.whatsapp-icon { width: 19px; height: 19px; flex: 0 0 auto; object-fit: contain; filter: brightness(0) invert(1); }
.whatsapp-link { color: #168c44; border-bottom-color: rgba(37, 211, 102, .55); gap: 14px; }
.whatsapp-link .whatsapp-icon-green { filter: none; }
.button-ghost { border: 0; background: rgba(255, 255, 255, .03); color: #fff; }
.button-ghost:hover { background: rgba(255, 255, 255, .09); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { min-width: min(100%, 410px); background: #fff; color: var(--ink); }
.menu-toggle { display: none; width: 50px; min-height: 44px; padding: 8px; border: 0; background: none; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.menu-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: 830px; padding-top: var(--header-height); overflow: hidden; background: var(--ink); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0 49.9%, rgba(255, 255, 255, .05) 50%, transparent 50.1%), linear-gradient(0deg, transparent 0 49.9%, rgba(255, 255, 255, .035) 50%, transparent 50.1%); background-size: 25% 100%, 100% 25%; opacity: .6; }
.hero-slash { position: absolute; z-index: 1; right: -8vw; top: -10%; width: 52vw; height: 120%; background: var(--red); clip-path: polygon(27% 0, 100% 0, 78% 100%, 0 100%); transform: rotate(-1deg); }
.hero-slash::after { content: ""; position: absolute; left: -54px; top: 0; width: 22px; height: 100%; background: var(--graphite); transform: skewX(-13deg); }
.hero-inner { position: relative; z-index: 4; min-height: 680px; display: grid; grid-template-columns: 1.1fr .72fr; align-items: center; gap: 7vw; padding: 60px 0 100px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 11px; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #aab0b4; }
.slash-chip { width: 31px; height: 9px; flex: 0 0 auto; background: var(--red); clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%); }
.hero h1, .section-heading h2, .workshop h2, .contact-copy h2, .faq-heading h2 { font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 800; letter-spacing: -.045em; line-height: .76; text-transform: uppercase; }
.hero h1 { margin: 25px 0 30px; font-size: clamp(74px, 9.2vw, 138px); }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em, .section-heading h2 em, .workshop h2 em, .contact-copy h2 em, .faq-heading h2 em, .symptoms h3 em { color: var(--red); font-style: italic; font-weight: 600; }
.hero-copy > p { max-width: 585px; margin: 0; color: #c5c9cb; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; gap: 28px; margin: 32px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255, 255, 255, .13); list-style: none; }
.hero-trust li { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; max-width: 155px; }
.hero-trust strong { font-family: "Barlow Condensed", Impact, sans-serif; font-size: 28px; line-height: 1; color: #fff; }
.hero-trust span { color: #9ea5a9; font-size: 10px; font-weight: 700; letter-spacing: .06em; line-height: 1.25; text-transform: uppercase; }
.hero-carousel { --carousel-outline-offset: 18px; --carousel-outline-skew: -6.53deg; position: relative; justify-self: end; width: min(500px, 39vw); aspect-ratio: .88; isolation: isolate; filter: drop-shadow(0 38px 55px rgba(0, 0, 0, .32)); }
.hero-carousel::before { content: ""; position: absolute; z-index: -1; left: 0; bottom: 0; width: 87%; height: 100%; box-sizing: border-box; border: 2px solid #687075; background: transparent; transform: translate(var(--carousel-outline-offset), var(--carousel-outline-offset)) skewX(var(--carousel-outline-skew)); transform-origin: left bottom; }
.hero-slides { position: absolute; inset: 0; overflow: hidden; background: #111518; clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%); }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.035); transition: opacity .7s ease, transform 1.1s cubic-bezier(.2, .7, .2, 1); }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(9, 12, 14, .88) 100%), linear-gradient(90deg, rgba(9, 12, 14, .12), transparent 35%); }
.hero-slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-carousel-footer { position: absolute; z-index: 3; right: 10%; bottom: 0; left: 5%; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 18px 18px 56px; }
.hero-slide-label { max-width: 190px; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 15px; font-weight: 800; letter-spacing: .09em; line-height: 1.05; }
.hero-carousel-controls { display: flex; align-items: center; gap: 10px; }
.carousel-arrow, .carousel-dot { border: 0; cursor: pointer; }
.carousel-arrow { width: 32px; height: 32px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .35); background: rgba(18, 22, 25, .62); color: #fff; transition: border-color .2s, background .2s; }
.carousel-arrow:hover { border-color: #fff; background: var(--red); }
.carousel-dots { display: flex; gap: 6px; }
.carousel-dot { width: 18px; height: 4px; padding: 0; background: rgba(255, 255, 255, .4); transition: width .25s, background .25s; }
.carousel-dot.is-active { width: 30px; background: #fff; }
.hero-strip { position: absolute; z-index: 5; inset: auto 0 0; height: 62px; border-top: 2px solid var(--graphite); background: #fff; color: var(--ink); }
.strip-track { height: 60px; display: flex; align-items: center; gap: 18px; overflow: hidden; white-space: nowrap; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.strip-track b { color: var(--red); }

.section { padding: 116px 0; }
.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.6fr .7fr; align-items: end; gap: 60px; margin-bottom: 58px; }
.section-heading h2, .faq-heading h2 { margin: 18px 0 0; font-size: clamp(56px, 6.6vw, 96px); line-height: .82; }
.section-heading > p, .faq-heading > p { max-width: 420px; color: var(--muted); line-height: 1.7; }
.kicker { color: #72787c; }
.kicker::before { content: ""; width: 36px; height: 8px; flex: 0 0 auto; background: var(--red); clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; grid-column: span 2; min-height: 350px; padding: 30px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .28); color: var(--ink); transition: transform .28s, background .28s, color .28s, box-shadow .28s; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
.service-card::before { content: ""; position: absolute; right: -96px; top: -96px; width: 150px; height: 150px; background: var(--graphite); opacity: .08; transform: rotate(45deg); }
.service-card:hover { z-index: 1; background: #fff; box-shadow: 0 22px 60px rgba(24, 27, 30, .08); transform: translateY(-6px); }
.service-slash { width: 46px; height: 10px; margin: 12px 0 30px; background: var(--red); clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%); }
.service-card h3 { margin: 0 0 16px; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 31px; line-height: .93; }
.service-card p { max-width: 290px; color: #6d7477; font-size: 14px; line-height: 1.65; }
.service-code { position: absolute; right: 27px; bottom: 22px; width: 54px; height: 54px; color: rgba(76, 82, 87, .15); }
.service-icon { background: currentColor; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; mask-position: center; mask-repeat: no-repeat; mask-size: contain; }
.service-icon-ac { -webkit-mask-image: url("assets/service-icons/ac.svg"); mask-image: url("assets/service-icons/ac.svg"); }
.service-icon-diagnostic { -webkit-mask-image: url("assets/service-icons/diagnostic.svg"); mask-image: url("assets/service-icons/diagnostic.svg"); }
.service-icon-ignition { -webkit-mask-image: url("assets/service-icons/ignition.svg"); mask-image: url("assets/service-icons/ignition.svg"); }
.service-icon-wiring { -webkit-mask-image: url("assets/service-icons/wiring.svg"); mask-image: url("assets/service-icons/wiring.svg"); }
.service-icon-charging { -webkit-mask-image: url("assets/service-icons/charging.svg"); mask-image: url("assets/service-icons/charging.svg"); }

.symptoms { display: grid; grid-template-columns: .8fr 1.35fr; gap: 70px; margin-top: 70px; padding: 50px; background: var(--ink); color: #fff; }
.symptoms h3 { margin: 20px 0 0; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(44px, 5vw, 68px); line-height: .82; }
.symptoms-list { margin: 0; padding: 0; list-style: none; }
.symptoms-list li { display: grid; align-items: center; min-height: 58px; border-bottom: 1px solid var(--light-line); }
.symptoms-list li:first-child { border-top: 1px solid var(--light-line); }
.symptoms-list strong { font-size: 14px; line-height: 1.4; }

.workshop { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.workshop::before { content: ""; position: absolute; right: -17vw; top: -22%; width: 58vw; height: 150%; background: var(--red); opacity: .92; clip-path: polygon(34% 0, 100% 0, 73% 100%, 0 100%); }
.workshop::after { content: ""; position: absolute; right: 35vw; top: 0; width: 2px; height: 100%; background: #73797d; transform: skewX(-13deg); }
.workshop-bg { position: absolute; inset: 0; background: radial-gradient(circle at 76% 50%, rgba(255, 255, 255, .09), transparent 30%), linear-gradient(90deg, #181b1e 0 45%, rgba(24, 27, 30, .86) 67%, rgba(24, 27, 30, .28)); opacity: .84; }
.workshop-grid { position: relative; z-index: 3; min-height: 650px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 6vw; }
.workshop h2 { margin: 22px 0 34px; font-size: clamp(62px, 7vw, 104px); line-height: .78; }
.workshop-copy > p { max-width: 610px; color: #c3c8cb; line-height: 1.75; }
.kicker-light { color: #d1d5d7; }
.kicker-light::before { background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 55px; margin-top: 20px; padding: 17px 0 10px; border-bottom: 1px solid rgba(255, 255, 255, .35); font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 800; letter-spacing: .09em; }
.workshop-visual { position: relative; min-width: 0; padding: 0 0 56px; isolation: isolate; }
.workshop-visual::before { display: none; }
.workshop-visual::after { display: none; }
.workshop-photo { position: relative; aspect-ratio: 1.32; overflow: hidden; background: #24282c; clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%); }
.workshop-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(12, 15, 17, .45)); pointer-events: none; }
.workshop-photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.045); animation: facadeDrift 11s ease-in-out infinite alternate; }
.workshop-shine { position: absolute; z-index: 2; top: -30%; bottom: -30%; left: -42%; width: 22%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .24), transparent); transform: rotate(13deg); animation: facadeShine 7s ease-in-out infinite; pointer-events: none; }
.workshop-badges { position: absolute; z-index: 4; right: -2px; bottom: 10px; display: flex; align-items: stretch; filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .28)); }
.experience-badge, .diagnosis-badge { display: flex; flex-direction: column; justify-content: center; font-family: "Barlow Condensed", Impact, sans-serif; }
.experience-badge { min-width: 148px; min-height: 120px; padding: 18px 22px; background: #fff; color: var(--ink); clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%); }
.experience-badge strong { font-size: 66px; line-height: .76; }
.experience-badge span { margin-top: 10px; padding-left: 10px; font-size: 11px; font-weight: 800; letter-spacing: .1em; line-height: 1.1; }
.diagnosis-badge { min-width: 190px; min-height: 96px; margin-left: -13px; padding: 18px 22px 18px 30px; background: var(--ink); color: #fff; clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%); }
.diagnosis-badge span { font-size: 17px; font-weight: 800; letter-spacing: .04em; line-height: 1; }
.diagnosis-badge small { margin-top: 11px; color: #aeb4b7; font-size: 9px; font-weight: 700; letter-spacing: .09em; }
@keyframes facadeDrift { from { transform: scale(1.045) translate3d(0, 0, 0); } to { transform: scale(1.085) translate3d(-1.2%, -.7%, 0); } }
@keyframes facadeShine { 0%, 22% { left: -42%; opacity: 0; } 36% { opacity: .75; } 55%, 100% { left: 120%; opacity: 0; } }

.reviews-section { background: var(--paper-2); }
.section-heading-compact { margin-bottom: 45px; }
.reviews-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.review-card { min-height: 300px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(24, 27, 30, .1); background: var(--paper); clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 0 100%); }
.review-stars { color: var(--red); font-size: 17px; letter-spacing: .14em; }
.review-card blockquote { margin: 42px 0 35px; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 28px; font-weight: 600; line-height: 1.1; }
.review-card footer { margin-top: auto; }
.review-card footer strong, .review-card footer span { display: block; }
.review-card footer strong { margin-bottom: 5px; font-size: 13px; }
.review-card footer span { color: #7c8285; font-size: 11px; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.faq-heading { position: sticky; top: calc(var(--header-height) + 40px); }
.faq-heading h2 { font-size: clamp(54px, 5.8vw, 84px); }
.text-link-dark { border-bottom-color: var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 86px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; cursor: pointer; list-style: none; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 24px; font-weight: 700; line-height: 1.1; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 32px; height: 32px; place-items: center; background: var(--paper); color: var(--red); font-size: 24px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -4px 55px 28px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.contact-section { position: relative; overflow: hidden; padding-block: 0; background: var(--graphite); color: #fff; }
.contact-red { position: absolute; z-index: 2; left: -14vw; top: -20%; width: 67vw; height: 145%; background: var(--red); clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%); }
.contact-red::after { content: ""; position: absolute; right: -36px; top: 0; width: 18px; height: 100%; background: #272b2f; transform: skewX(-10deg); }
.contact-grid { position: relative; min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; gap: 7vw; }
.contact-copy { position: relative; z-index: 3; align-self: center; padding-block: 116px; }
.contact-copy h2 { margin: 22px 0 30px; color: var(--ink); font-size: clamp(66px, 7.4vw, 112px); line-height: .79; }
.contact-copy h2 em { color: #fff; }
.contact-copy > p { max-width: 490px; margin-bottom: 28px; color: rgba(255, 255, 255, .84); line-height: 1.6; }
.contact-info { padding: 34px; background: #fff; color: var(--ink); clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%); }
.info-row { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.info-row span { color: #858c8f; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.info-row strong, .info-row a, .info-row address { font-size: 15px; font-weight: 600; line-height: 1.55; }
.info-row a:hover { color: var(--red-dark); }
.map-actions { display: flex; flex-wrap: wrap; gap: 28px; padding-top: 24px; }
.map-actions a { padding-bottom: 4px; border-bottom: 2px solid var(--red); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.contact-location { --map-overlap: clamp(160px, 18vw, 260px); position: relative; z-index: auto; width: calc(100% + var(--map-overlap) + max(24px, (100vw - 1180px) / 2)); margin-left: calc(var(--map-overlap) * -1); align-self: stretch; overflow: hidden; background: #bfc2c3; color: #fff; }
.office-map { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; min-height: 540px; background: #bfc2c3; pointer-events: none; }
.office-map .leaflet-tile-pane { opacity: .9; filter: grayscale(1) contrast(1.08); }
.office-map .leaflet-control-attribution { background: rgba(255, 255, 255, .72); color: #555; font-size: 8px; }
.office-map .leaflet-control-attribution a { color: #333; }
.cabral-map-marker { width: 52px !important; height: 52px !important; margin: -52px 0 0 -26px !important; border: 0; background: transparent; transform: none; }
.cabral-pin-shape { position: absolute; left: 7px; top: 7px; width: 30px; height: 30px; border: 4px solid #fff; border-radius: 50% 50% 50% 0; background: var(--red); box-shadow: 0 10px 24px rgba(0, 0, 0, .35); transform: rotate(-45deg); }
.cabral-pin-shape::after { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: var(--ink); }
.contact-map-footer { position: absolute; z-index: 4; right: 190px; bottom: 104px; left: auto; width: min(470px, calc(100% - var(--map-overlap) - 48px)); display: grid; grid-template-columns: 1.1fr .95fr auto; align-items: center; gap: 18px; padding: 22px 24px; background: var(--ink); box-shadow: 0 24px 55px rgba(0, 0, 0, .3); clip-path: polygon(0 0, 94% 0, 100% 28%, 100% 100%, 6% 100%, 0 72%); }
.contact-map-footer > div:not(.map-actions) { display: grid; gap: 6px; }
.contact-map-footer span { color: #8f979b; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.contact-map-footer address, .contact-map-footer strong { font-size: 12px; font-weight: 600; line-height: 1.45; }
.contact-map-footer .map-actions { align-items: flex-start; gap: 13px; padding: 0; }
.contact-map-footer .map-actions a { color: #fff; border-bottom-color: var(--red); }

.footer { border-top: 1px solid rgba(255, 255, 255, .09); background: #121518; color: #fff; }
.footer-inner { min-height: 120px; display: grid; grid-template-columns: .7fr .8fr 1.5fr; align-items: center; gap: 20px; color: #92999d; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 11px; letter-spacing: .1em; }
.footer img { width: 160px; height: auto; opacity: .86; filter: brightness(0) invert(1); }
.footer span:nth-child(2) { text-align: center; }
.footer span:last-child { text-align: right; }
.float-wa { position: fixed; z-index: 45; right: 20px; bottom: 20px; width: 142px; height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; background: var(--whatsapp); color: #fff; font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 800; letter-spacing: .04em; clip-path: polygon(0 0, 86% 0, 100% 25%, 100% 100%, 14% 100%, 0 75%); }
.float-wa i { font-style: normal; }
.mobile-actions { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .2, 1); }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .topbar-inner { grid-template-columns: 195px 1fr auto; gap: 18px; }
  .brand img { width: 175px; }
  .city { display: none; }
  .nav { gap: 18px; }
}

@media (max-width: 900px) {
  :root { --header-height: 74px; }
  body { padding-bottom: 68px; }
  .topbar-inner { grid-template-columns: 1fr auto; }
  .brand img { width: 175px; }
  .nav { position: fixed; inset: var(--header-height) 0 0; z-index: 49; display: flex; flex-direction: column; justify-content: flex-start; gap: 0; padding: 22px 24px 100px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
  .nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav a { display: flex; align-items: center; min-height: 64px; border-bottom: 1px solid var(--line); font-size: 22px; }
  .nav a::after { display: none; }
  .header-actions .button-small { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 45px; padding: 78px 0 125px; }
  .hero-copy { max-width: 690px; }
  .hero-carousel { width: min(570px, 92%); justify-self: start; }
  .hero-slash { right: -35vw; width: 76vw; opacity: .76; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { margin: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; }
  .symptoms { grid-template-columns: 1fr; gap: 35px; }
  .workshop-grid, .contact-grid { grid-template-columns: 1fr; }
  .workshop::before { right: -45vw; width: 100vw; }
  .workshop-grid { gap: 60px; }
  .workshop-visual { width: min(700px, 100%); }
  .reviews-list { grid-template-columns: 1fr; }
  .review-card { min-height: 240px; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-heading { position: static; }
  .contact-red { left: -65vw; width: 130vw; opacity: .55; }
  .contact-info { max-width: 650px; }
  .contact-copy { padding-block: 90px; }
  .contact-location { width: 100vw; min-height: 650px; margin-left: calc((var(--shell) - 100vw) / 2); }
  .contact-map-footer { right: 20px; bottom: 24px; left: 20px; width: auto; }
  .footer-inner { grid-template-columns: 1fr; padding: 28px 0; }
  .footer span:nth-child(2), .footer span:last-child { text-align: left; }
  .float-wa { display: none; }
  .mobile-actions { position: fixed; z-index: 48; inset: auto 0 0; height: calc(68px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: .8fr 1.2fr; padding-bottom: env(safe-area-inset-bottom); background: var(--ink); box-shadow: 0 -8px 30px rgba(0, 0, 0, .18); }
  .mobile-actions a { display: flex; flex-direction: column; justify-content: center; gap: 3px; padding: 8px 18px; border-right: 1px solid rgba(255, 255, 255, .12); color: #fff; }
  .mobile-actions a:last-child { border: 0; background: var(--whatsapp); }
  .mobile-actions span { color: rgba(255, 255, 255, .65); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
  .mobile-actions strong { font-family: "Barlow Condensed", Impact, sans-serif; font-size: 15px; letter-spacing: .04em; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 30px); --header-height: 70px; }
  .brand img { width: 158px; }
  .hero-inner { gap: 36px; padding: 58px 0 112px; }
  .hero h1 { margin-top: 20px; font-size: clamp(68px, 22.8vw, 106px); }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-trust li { display: block; }
  .hero-trust strong, .hero-trust span { display: block; }
  .hero-trust span { margin-top: 5px; font-size: 9px; }
  .hero-carousel { width: 100%; aspect-ratio: .94; }
  .hero-carousel { --carousel-outline-offset: 10px; --carousel-outline-skew: -7deg; }
  .hero-carousel-footer { right: 8%; left: 3%; min-height: 78px; padding: 14px 12px 14px 42px; }
  .hero-slide-label { max-width: 135px; font-size: 13px; }
  .carousel-arrow { width: 30px; height: 30px; }
  .carousel-dots { gap: 4px; }
  .carousel-dot { width: 10px; }
  .carousel-dot.is-active { width: 20px; }
  .hero-strip { height: 58px; }
  .strip-track { height: 50px; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(54px, 16vw, 76px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; padding: 26px; }
  .symptoms { margin-top: 40px; padding: 32px 24px; }
  .symptoms h3 { font-size: 50px; }
  .workshop h2, .contact-copy h2 { font-size: clamp(58px, 18vw, 84px); }
  .workshop-grid { min-height: auto; }
  .workshop-visual { padding: 0 0 104px; }
  .workshop-visual::before { inset: 0 0 104px; transform: translate(8px, 8px); }
  .workshop-photo { aspect-ratio: 1.08; }
  .workshop-badges { right: 0; bottom: 15px; }
  .experience-badge { min-width: 116px; min-height: 96px; padding: 14px 16px; }
  .experience-badge strong { font-size: 52px; }
  .experience-badge span { font-size: 9px; }
  .diagnosis-badge { min-width: 165px; min-height: 82px; padding: 14px 16px 14px 26px; }
  .diagnosis-badge span { font-size: 14px; }
  .review-card { min-height: 250px; padding: 26px; }
  .review-card blockquote { margin-top: 35px; font-size: 25px; }
  .faq-heading h2 { font-size: clamp(50px, 15vw, 72px); }
  .faq-list summary { min-height: 76px; font-size: 21px; }
  .faq-list details p { margin-right: 0; }
  .contact-copy .button-light { width: 100%; min-width: 0; gap: 12px; padding-inline: 17px; font-size: 13px; }
  .contact-info { padding: 28px 24px; clip-path: polygon(0 0, 90% 0, 100% 7%, 100% 100%, 7% 100%, 0 93%); }
  .office-map { min-height: 650px; }
  .contact-map-footer { grid-template-columns: 1fr; gap: 18px; padding: 24px; }
  .contact-map-footer .map-actions { flex-direction: row; gap: 24px; }
  .info-row { grid-template-columns: 1fr; gap: 8px; }
  .map-actions { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-inner { padding-bottom: 32px; }
  .footer span:last-child { max-width: 290px; line-height: 1.5; }
  .mobile-actions a { padding-inline: 13px; }
  .mobile-actions strong { font-size: 14px; }
  .mobile-actions strong { display: flex; align-items: center; gap: 7px; }
  .mobile-actions .whatsapp-icon { width: 15px; height: 15px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 21.5vw; }
  .hero-trust { grid-template-columns: 1fr 1fr; }
  .hero-trust li:last-child { display: none; }
  .mobile-actions strong { font-size: 13px; }
}

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