:root {
    --navy: #071f3d;
    --navy-2: #0c3a58;
    --blue: #0b6f97;
    --blue-bright: #45a9d9;
    --blue-soft: #eaf8fc;
    --green: #34880a;
    --text: #071f3d;
    --muted: #53627a;
    --line: #d6e0ee;
    --light: #f5f8fc;
    --white: #ffffff;
    --shadow: 0 18px 48px rgba(2, 28, 67, .16);
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 105px; }
body { margin: 0; color: var(--text); background: #fff; font-family: "Inter", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }

/* Evita que textos avancem por baixo de imagens ou estourem seus blocos. */
h1, h2, h3, h4, p, li, a, span, strong {
    overflow-wrap: break-word;
    word-break: normal;
}
h1, h2, h3, h4 {
    text-wrap: balance;
}
p, li {
    letter-spacing: 0;
}
.service-card,
.problem-grid,
.technical-grid,
.region-info__grid {
    isolation: isolate;
}
.service-card__photo,
.problem-grid img,
.technical-grid > img,
.region-info__image {
    position: relative;
    z-index: 1;
}
.service-card__content,
.problem-grid > div,
.technical-grid > div,
.region-info__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

/* Header */
.topbar { background: #03142f; color: #dce8fb; font-size: 12px; }
.topbar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: #fff; font-weight: 800; }
.header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.96); border-bottom: 1px solid #e9eef5; backdrop-filter: blur(12px); transition: box-shadow .2s ease; }
.header.is-scrolled { box-shadow: 0 10px 30px rgba(5, 29, 67, .11); }
.header__inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; width: 218px; max-width: 250px; min-width: 0; position: relative; z-index: 2; }
.brand__logo,
.brand img { display: block; width: 100%; max-width: 100%; height: 68px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav a { font-size: 14px; font-weight: 700; color: #263a59; }
.nav a:hover { color: var(--blue); }
.header__cta { display: inline-flex; align-items: center; gap: 8px; padding: 13px 17px; color: #fff; background: var(--blue); font-size: 14px; font-weight: 800; }
.home-page .header__cta { color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: var(--blue); color: #fff; font-size: 25px; cursor: pointer; }
.menu-toggle i { display: none; }
.menu-toggle::before { content: "☰"; font-size: 25px; line-height: 1; }
.menu-toggle[aria-expanded="true"]::before { content: "×"; font-size: 31px; }
/* O cabeçalho permanece visível também na página inicial. */
.home-page .topbar,
.home-page .header { display: block; }

/* First section: faithful reference structure */
.reference-hero { position: relative; min-height: 647px; overflow: hidden; color: #fff; background: #061b31; }
.reference-hero__background { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(5,28,66,.97) 0%, rgba(5,30,71,.91) 43%, rgba(6,37,87,.59) 66%, rgba(6,29,67,.17) 100%), url("../img/hero-super-desentupidor.webp"); background-size: cover; background-position: center center; }
.reference-hero__background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(1,17,42,.34)); }
.reference-hero__grid { position: relative; z-index: 2; min-height: 647px; display: grid; grid-template-columns: minmax(0, 1.64fr) 390px; align-items: center; gap: 62px; padding-top: 32px; padding-bottom: 32px; }
.reference-hero__copy { padding-top: 4px; }
.reference-hero__eyebrow { display: inline-block; margin-bottom: 18px; color: #79c6e5; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.reference-hero h1 { max-width: 760px; margin: 0 0 17px; color: #fff; font-size: clamp(52px, 4.7vw, 78px); line-height: .99; letter-spacing: -.055em; font-weight: 900; }
.reference-hero h1 span { color: var(--blue-bright); }
.reference-hero__copy > p { max-width: 710px; margin: 0; color: rgba(255,255,255,.92); font-size: 18px; line-height: 1.72; font-weight: 500; }
.reference-hero__benefits { display: grid; gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; color: #fff; font-size: 15px; font-weight: 800; }
.reference-hero__benefits li { display: flex; align-items: center; }
.reference-hero__benefits li::before { content: ""; flex: 0 0 8px; width: 8px; height: 8px; margin-right: 15px; background: var(--blue-bright); }
.reference-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.hero-button { min-height: 57px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; color: #fff; font-size: 16px; font-weight: 900; box-shadow: 0 14px 28px rgba(0,0,0,.16); transition: transform .18s ease, filter .18s ease; }
.hero-button:hover { transform: translateY(-2px); filter: brightness(1.05); }
.hero-button--whatsapp { min-width: 340px; background: var(--green); }
.hero-button--phone { min-width: 277px; background: var(--blue); }
.hero-button i { font-size: 20px; }

.urgency-card { width: 390px; min-height: 515px; padding: 54px 34px 45px; background: #fff; border-top: 7px solid var(--blue); color: var(--text); box-shadow: 0 25px 70px rgba(0,0,0,.22); }
.urgency-card__offer { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.urgency-card__offer > span { color: #57657a; font-size: 11px; line-height: 1.15; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.urgency-card__offer > strong { color: var(--blue); white-space: nowrap; font-size: 24px; line-height: 1; font-weight: 800; }
.urgency-card__offer small { color: #8a94a5; font-size: 8px; font-weight: 500; text-transform: uppercase; }
.urgency-card__line { height: 1px; margin: 17px 0 23px; background: #cfd8e4; }
.urgency-card h2 { margin: 0 0 13px; color: #071f3d; font-size: 31px; line-height: 1.02; letter-spacing: -.035em; }
.urgency-card > p { margin: 0; color: #5c6980; font-size: 15px; line-height: 1.62; }
.urgency-card__stats { display: grid; grid-template-columns: 1fr 1fr; margin-top: 26px; border: 1px solid #d1dbe8; }
.urgency-card__stats > div { min-height: 84px; display: flex; flex-direction: column; justify-content: center; padding: 10px 16px; }
.urgency-card__stats > div + div { border-left: 1px solid #d1dbe8; }
.urgency-card__stats strong { color: var(--blue); font-size: 36px; line-height: .98; }
.urgency-card__stats span { margin-top: 5px; color: #4d5d74; font-size: 11px; }
.urgency-card > a { min-height: 53px; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; color: #fff; background: var(--green); font-size: 16px; font-weight: 900; box-shadow: 0 13px 24px rgba(52,136,10,.25); }
.urgency-card > a i { font-size: 19px; }

/* Second section: reference mosaic */
.services-reference { padding-top: 96px; padding-bottom: 104px; background: #fff; }
.services-reference__heading { display: grid; grid-template-columns: 1.4fr .75fr; align-items: end; gap: 80px; margin-bottom: 34px; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: .085em; text-transform: uppercase; }
.eyebrow--light { color: #79c6e5; }
.services-reference__heading h2,
.section-heading h2 { max-width: 650px; margin: 8px 0 0; color: var(--text); font-size: clamp(38px, 4vw, 51px); line-height: .99; letter-spacing: -.055em; }
.services-reference__heading > p { max-width: 360px; margin: 0 0 5px; color: #53627a; font-size: 14px; line-height: 1.58; }
.service-mosaic { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: row dense; gap: 12px; }
.service-card { overflow: hidden; display: grid; min-width: 0; border: 1px solid #cbd8e8; background: #fff; }
.service-card--featured { grid-column: span 7; grid-template-columns: 56% 44%; min-height: 337px; }
.service-card--featured .service-card__content { background: linear-gradient(145deg, #0a3150, #061f36); color: #fff; }
.service-card--featured .service-card__content h3 { color: #fff; }
.service-card--featured .service-card__content p { color: #d7e3f5; }
.service-card--featured .service-card__content a { color: #fff; border-color: rgba(255,255,255,.75); }
.service-card--vertical { grid-column: span 5; grid-template-rows: 178px 1fr; min-height: 337px; }
.service-card--horizontal { grid-column: span 6; grid-template-columns: 53% 47%; min-height: 267px; }
.service-card--wide { grid-column: span 6; grid-template-rows: 180px 1fr; min-height: 302px; }
.service-card__photo { position: relative; min-height: 0; overflow: hidden; }
.service-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .4s ease; }
.service-card:hover .service-card__photo img { transform: scale(1.025); }
.service-card__photo > span { position: absolute; top: 12px; left: 13px; z-index: 2; display: inline-flex; max-width: calc(100% - 26px); padding: 6px 11px; border-radius: 999px; color: #fff; background: #0b6f97; font-size: 9px; line-height: 1; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.service-card--vertical .service-card__photo > span,
.service-card--wide .service-card__photo > span { left: auto; right: 12px; }
.service-card__content { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 24px 25px 22px; }
.service-card__small-label { display: inline-block; width: 100%; margin-bottom: 10px; padding: 5px 8px; color: #fff; background: var(--blue-bright); font-size: 9px; line-height: 1; font-weight: 900; text-transform: uppercase; }
.service-card__content h3 { margin: 0 0 9px; color: #071f3d; font-size: 20px; line-height: 1.08; letter-spacing: -.03em; }
.service-card__content p { margin: 0; color: #53627a; font-size: 12px; line-height: 1.58; }
.service-card__content a { display: inline-block; margin-top: auto; padding-top: 18px; color: var(--blue); border-bottom: 2px solid currentColor; font-size: 11px; line-height: 1.1; font-weight: 900; }

/* Remaining site */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 21px; border: 0; font-weight: 900; }
.button--primary { color: #fff; background: var(--blue); }
.button--light { color: var(--blue); background: #fff; }
.button--ghost { color: #fff; border: 1px solid rgba(255,255,255,.45); }
.steps-strip { padding: 58px 0; background: var(--light); }
.step-cards { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #dbe4ef; background: #fff; box-shadow: 0 14px 40px rgba(6,34,76,.08); }
.step-cards article { padding: 28px; border-right: 1px solid #e1e8f1; }
.step-cards article:last-child { border-right: 0; }
.step-cards b { color: var(--blue); font-size: 21px; }
.step-cards h3 { margin: 10px 0 7px; font-size: 17px; }
.step-cards p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.problem-band { padding: 86px 0; color: #fff; background: linear-gradient(135deg, #07293f, #0a4566); }
.problem-grid { display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 58px; }
.problem-grid h2 { max-width: 650px; margin: 12px 0 18px; font-size: clamp(38px, 4vw, 54px); line-height: 1.02; letter-spacing: -.045em; }
.problem-grid p { color: #d8e6f7; line-height: 1.75; }
.problem-grid img { width: 100%; height: 390px; object-fit: cover; border: 10px solid rgba(255,255,255,.08); }
.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading p { color: var(--muted); line-height: 1.7; }
.section-heading--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.section-heading--split > p { max-width: 470px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid article { padding: 28px; background: var(--light); border-top: 4px solid var(--blue); }
.process-grid b { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; }
.process-grid h3 { margin: 16px 0 8px; }
.process-grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.price-section { padding: 0 0 90px; }
.price-card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 40px; background: linear-gradient(135deg, #e9f8fb, #f9fbff); border: 1px solid #cfe0f4; }
.price-card h2 { margin: 10px 0; font-size: 36px; }
.price-card p { color: var(--muted); }
.discount { flex: 0 0 260px; padding: 25px 30px; color: #fff; background: var(--blue); }
.discount strong, .discount span { display: block; }
.discount strong { font-size: 43px; }
.regions-section { background: var(--light); }
.region-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.region-list a { min-height: 118px; display: flex; align-items: center; justify-content: space-between; padding: 23px; background: #fff; border: 1px solid #dfe7f1; transition: transform .2s ease, border-color .2s ease; }
.region-list a:hover { transform: translateY(-3px); border-color: var(--blue); }
.region-list span { color: var(--blue); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.region-list h3 { margin: 8px 0 0; font-size: 18px; }
.technical-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 58px; }
.technical-grid > img { width: 100%; height: 520px; object-fit: cover; }
.technical h2 { margin: 12px 0 18px; font-size: 48px; line-height: 1.02; letter-spacing: -.04em; }
.technical p { color: var(--muted); line-height: 1.7; }
.feature-list { display: grid; gap: 12px; margin-top: 26px; }
.feature-list div { padding: 16px 18px; border-left: 4px solid var(--blue); background: var(--light); }
.feature-list b, .feature-list span { display: block; }
.feature-list span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.trust-band { padding: 56px 0; color: #fff; background: var(--blue); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-grid strong { font-size: 30px; }
.trust-grid h3 { margin: 10px 0 6px; }
.trust-grid p { margin: 0; color: #d9e8ff; font-size: 13px; line-height: 1.5; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { padding: 25px; border: 1px solid #dfe7f1; background: #fff; box-shadow: 0 10px 28px rgba(4,35,77,.06); }
.stars { color: #ffb000; }
.review-card h3 { font-size: 18px; }
.review-card p { min-height: 84px; color: var(--muted); line-height: 1.65; }
.review-card footer { display: flex; flex-direction: column; gap: 4px; padding-top: 14px; border-top: 1px solid #e8edf4; }
.review-card footer span { color: var(--muted); font-size: 12px; }
.faq-section { background: var(--light); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 62px; }
.faq-grid h2 { font-size: 44px; line-height: 1.03; }
.faq-grid > div > p { color: var(--muted); line-height: 1.7; }
.accordion__item { margin-bottom: 12px; overflow: hidden; background: #fff; border: 1px solid #dde6f0; }
.accordion__item button { width: 100%; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 20px; border: 0; color: var(--text); background: #fff; text-align: left; font-weight: 800; cursor: pointer; }
.accordion__item button i { font-family: inherit; font-style: normal; }
.accordion__item button i::before { content: "+"; }
.accordion__item button[aria-expanded="true"] i::before { content: "−"; }
.accordion__panel { padding: 0 20px 18px; color: var(--muted); }
.accordion__panel p { margin: 0; line-height: 1.65; }
.final-cta { padding: 66px 0; color: #fff; background: #061a3d; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { margin: 10px 0; font-size: 43px; }
.final-cta p { color: #d9e5f7; }
.site-footer { padding: 48px 0 24px; color: #c7d5e9; background: #031522; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 45px; }
.footer-brand img { width: 190px; height: 88px; padding: 6px; object-fit: contain; background: #fff; }
.site-footer h3 { color: #fff; }
.site-footer p { line-height: 1.65; }
.footer-bottom { margin-top: 30px; padding-top: 20px; border-top: 1px solid #164258; font-size: 12px; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 100; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: #25d366; border-radius: 50%; font-size: 27px; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.floating-whatsapp i { display: none; }
.floating-whatsapp::before { content: "WA"; font-size: 15px; line-height: 1; font-weight: 900; letter-spacing: -.02em; }
.home-page .floating-whatsapp { color: #fff; }

/* Region pages */
.region-hero { padding: 42px 0 82px; color: #fff; background: linear-gradient(135deg, #061a3d, #0a6184); }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 45px; color: #bdd5f3; font-size: 12px; }
.region-hero__grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 60px; }
.region-hero h1 { margin: 14px 0; font-size: 58px; line-height: 1.02; }
.region-hero h1 span { color: #65bedf; }
.region-hero__content > p { color: #d9e6f7; font-size: 18px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.region-hero__card { padding: 35px; color: var(--text); background: #fff; box-shadow: var(--shadow); }
.region-hero__card > span { color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.region-hero__card > strong { display: block; margin: 10px 0; color: var(--blue); font-size: 64px; }
.region-hero__card p { color: var(--muted); line-height: 1.6; }
.region-hero__card ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.region-hero__card i { color: var(--blue); }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.city-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 22px; border: 1px solid #dfe7f1; background: #fff; font-weight: 800; }
.city-card:hover { border-color: var(--blue); }
.section--region-services { color: #fff; background: #071f3d; }
.section--region-services h2 { color: #fff; }
.section--region-services .section-heading > p { color: #d7e4f5; }
.region-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.region-service { display: flex; gap: 18px; padding: 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.region-service > i { color: #65bedf; font-size: 28px; }
.region-service h3 { margin: 0 0 8px; }
.region-service p { margin: 0; color: #cfdef2; line-height: 1.55; }
.region-info__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 55px; }
.region-info__image img { width: 100%; height: 510px; object-fit: cover; }
.region-info__content h2 { font-size: 44px; line-height: 1.04; }
.region-info__content h2 span { color: var(--blue); }
.region-info__content ol { display: grid; gap: 18px; padding: 0; list-style: none; }
.region-info__content li { display: flex; gap: 16px; }
.region-info__content li > strong { flex: 0 0 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; }
.region-info__content h3 { margin: 0 0 4px; }
.region-info__content p { margin: 0; color: var(--muted); }
.final-cta__actions { display: flex; align-items: center; gap: 22px; }
.final-cta__actions > a:last-child { display: flex; flex-direction: column; }
.error-page { min-height: 65vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.error-page span { color: var(--blue); font-size: 100px; font-weight: 900; }
.error-page h1 { margin: 0; font-size: 45px; }
.error-page p { color: var(--muted); }

/* Entrance animation */
.reveal--pending { opacity: 0; transform: translateY(18px); }
.reveal--visible { opacity: 1; transform: translateY(0); transition: opacity .55s ease, transform .55s ease; }

@media (max-width: 1100px) {
    .nav, .header__cta { display: none; }
    .menu-toggle { display: grid; place-items: center; margin-left: auto; }
    .nav.is-open { position: fixed; inset: 86px 0 auto; display: grid; gap: 0; padding: 20px; background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.16); }
    .nav.is-open a { padding: 16px; border-bottom: 1px solid #e6edf6; }
    .reference-hero__grid { grid-template-columns: 1fr 350px; gap: 30px; }
    .urgency-card { width: 350px; padding-inline: 28px; }
    .hero-button--whatsapp { min-width: 300px; }
    .hero-button--phone { min-width: 250px; }
}

@media (max-width: 900px) {
    .topbar__inner { padding: 8px 0; flex-direction: column; gap: 4px; text-align: center; }
    .reference-hero { min-height: auto; }
    .reference-hero__grid { min-height: auto; grid-template-columns: 1fr; padding-top: 72px; padding-bottom: 72px; }
    .reference-hero__background { background-position: 66% center; }
    .reference-hero__copy { max-width: 720px; }
    .reference-hero h1 { font-size: clamp(48px, 9vw, 70px); }
    .urgency-card { width: 100%; max-width: 590px; min-height: auto; }
    .services-reference__heading { grid-template-columns: 1fr; gap: 20px; }
    .services-reference__heading > p { max-width: 600px; }
    .service-card--featured, .service-card--vertical, .service-card--horizontal, .service-card--wide { grid-column: span 6; grid-template-columns: 1fr; grid-template-rows: 210px 1fr; min-height: 420px; }
    .problem-grid, .technical-grid, .faq-grid, .region-hero__grid, .region-info__grid { grid-template-columns: 1fr; }
    .step-cards, .process-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .step-cards article:nth-child(2) { border-right: 0; }
    .region-list, .review-grid, .city-grid { grid-template-columns: repeat(2, 1fr); }
    .section-heading--split, .final-cta__inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
    .home-page .topbar,
    .topbar { display: none; }
    section[id] { scroll-margin-top: 82px; }
    .header { position: sticky; top: 0; z-index: 999; }
    .header__inner { min-height: 72px; gap: 14px; }
    .brand { width: min(218px, calc(100vw - 86px)); max-width: none; }
    .brand__logo,
    .brand img { width: 100%; height: 56px; object-fit: contain; object-position: left center; }
    .menu-toggle { flex: 0 0 44px; margin-left: auto; }
    .nav.is-open { inset: 72px 0 auto; max-height: calc(100vh - 72px); overflow-y: auto; }
    .nav.is-open a { line-height: 1.35; letter-spacing: 0; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 70px 0; }
    .reference-hero__grid { padding-top: 54px; padding-bottom: 54px; }
    .reference-hero h1 { font-size: clamp(38px, 11vw, 46px); line-height: 1.06; letter-spacing: -.025em; }
    .reference-hero h1 br { display: none; }
    .reference-hero__copy > p { font-size: 16px; line-height: 1.58; }
    .reference-hero__actions { display: grid; }
    .hero-button--whatsapp, .hero-button--phone { width: 100%; min-width: 0; }
    .urgency-card { padding: 35px 22px 28px; }
    .urgency-card h2 { font-size: 27px; }
    .services-reference { padding-top: 70px; }
    .services-reference__heading h2, .section-heading h2 { font-size: clamp(32px, 9vw, 38px); line-height: 1.08; letter-spacing: -.02em; }
    .service-mosaic { display: grid; grid-template-columns: 1fr; gap: 12px; }
    .service-card--featured, .service-card--vertical, .service-card--horizontal, .service-card--wide { grid-column: 1; grid-template-columns: 1fr; grid-template-rows: 220px auto; min-height: 0; }
    .service-card__content { min-height: 220px; }
    .step-cards, .process-grid, .trust-grid, .region-list, .review-grid, .city-grid, .region-service-grid { grid-template-columns: 1fr; }
    .step-cards article { border-right: 0; border-bottom: 1px solid #e1e8f1; }
    .step-cards article:last-child { border-bottom: 0; }
    .price-card { align-items: flex-start; flex-direction: column; padding: 28px; }
    .discount { width: 100%; flex-basis: auto; }
    .technical h2, .faq-grid h2, .region-info__content h2 { font-size: clamp(32px, 9vw, 38px); line-height: 1.08; letter-spacing: -.02em; }
    .problem-grid img, .technical-grid > img, .region-info__image img { height: 340px; }
    .footer-grid { grid-template-columns: 1fr; }
    .region-hero h1 { font-size: 44px; }
    .final-cta__actions { align-items: flex-start; flex-direction: column; }
}

/* The AI source images already contained small labels. These larger solid labels
   sit in the same position and keep the final cards clean and consistent. */
.service-card__photo > span {
    top: 0;
    left: 0;
    min-width: 180px;
    min-height: 28px;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 0 0 12px 0;
}
.service-card--vertical .service-card__photo > span,
.service-card--wide:not(.service-card--hydro) .service-card__photo > span {
    right: 0;
    left: auto;
    min-width: 215px;
    border-radius: 0 0 0 12px;
}
.service-card--hydro .service-card__photo > span {
    right: auto;
    left: 0;
    min-width: 145px;
}
/* Compact badges after cleaning the original AI labels from the photos. */
.service-card__photo > span {
    top: 12px;
    left: 13px;
    min-width: 0;
    min-height: 0;
    padding: 6px 11px;
    border-radius: 999px;
}
.service-card--vertical .service-card__photo > span,
.service-card--wide:not(.service-card--hydro) .service-card__photo > span {
    top: 12px;
    right: 12px;
    left: auto;
    min-width: 0;
    border-radius: 999px;
}
.service-card--hydro .service-card__photo > span {
    top: 12px;
    right: auto;
    left: 13px;
    min-width: 0;
}
