:root {
  --primary-blue: #0b4da2;
  --primary-green: #15933b;
  --dark-blue: #062f70;
  --light-background: #f4f8fc;
  --text-color: #15304d;
  --white: #fff;
  --muted: #66798e;
  --border: #dbe6f1;
  --shadow-sm: 0 8px 24px rgba(8, 52, 104, .08);
  --shadow-lg: 0 18px 50px rgba(8, 52, 104, .15);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --container: 1240px;
  --logo-width: 116px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text-color); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f0b429; outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--dark-blue); line-height: 1.16; letter-spacing: -.025em; }
h1 { font-size: clamp(2.3rem, 4vw, 4.65rem); }
h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
h3 { font-size: 1.05rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; clip: auto; z-index: 100000; top: 8px; left: 8px; padding: 12px 16px; color: var(--dark-blue); background: #fff; box-shadow: var(--shadow-lg); }
.icon { width: 1.35em; height: 1.35em; flex: 0 0 auto; }
.eyebrow { margin-bottom: 12px; color: var(--primary-green); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 11px 20px; border: 2px solid transparent; border-radius: 9px; font-size: .93rem; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(5, 47, 112, .18); }
.button--primary, .button--call { color: #fff; background: var(--primary-green); }
.button--secondary { color: #fff; background: var(--primary-blue); }
.button--light { color: var(--dark-blue); background: #fff; }
.button--outline { color: var(--primary-blue); border-color: var(--border); background: #fff; }
.button--whatsapp { color: #fff; background: #16a34a; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--primary-blue); font-weight: 800; }
.text-link .icon { transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(4px); }

.topbar { position: relative; z-index: 30; color: #fff; background: var(--dark-blue); font-size: .74rem; font-weight: 650; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar__group { display: flex; align-items: center; gap: 20px; white-space: nowrap; }
.topbar__group span, .topbar__group a { display: inline-flex; align-items: center; gap: 6px; }
.topbar__group a:hover { color: #a7e2b7; }
.topbar__group .icon { width: 15px; height: 15px; }
.social-link { min-width: 18px; justify-content: center; font-size: .76rem; }

.site-header { position: relative; z-index: 25; height: 94px; border-bottom: 1px solid rgba(8, 52, 104, .08); background: rgba(255,255,255,.98); }
.site-header.is-sticky { position: sticky; top: 0; }
.site-header__inner { height: 100%; display: grid; grid-template-columns: minmax(102px, 130px) 1fr auto; align-items: center; gap: 25px; }
.site-branding { height: 88px; display: flex; align-items: center; overflow: hidden; }
.desktop-logo-wrap, .mobile-logo-wrap { display: flex; align-items: center; }
.mobile-logo-wrap { display: none; }
.site-logo { width: var(--logo-width); max-width: 100%; height: 82px; display: flex; align-items: center; justify-content: center; }
.site-logo img, .site-logo__image, .custom-logo { width: auto !important; height: auto !important; max-width: var(--logo-width) !important; max-height: 78px !important; object-fit: contain; }
.primary-navigation { min-width: 0; }
.primary-navigation .menu { margin: 0; padding: 0; display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 1.5vw, 23px); list-style: none; }
.primary-navigation .menu-item { position: relative; }
.primary-navigation .menu > .menu-item > a { display: flex; align-items: center; min-height: 44px; color: var(--dark-blue); font-size: clamp(.72rem, .9vw, .85rem); font-weight: 750; white-space: nowrap; }
.primary-navigation .menu > .current-menu-item > a, .primary-navigation .menu > .menu-item > a:hover { color: var(--primary-green); }
.primary-navigation .sub-menu { position: absolute; top: calc(100% - 2px); left: -18px; min-width: 220px; margin: 0; padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); border: 1px solid var(--border); border-radius: 10px; background: #fff; box-shadow: var(--shadow-lg); list-style: none; transition: .2s ease; }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-navigation .sub-menu a { display: block; padding: 9px 10px; border-radius: 6px; font-size: .85rem; font-weight: 650; }
.primary-navigation .sub-menu a:hover { color: var(--primary-green); background: var(--light-background); }
.header-call { min-height: 44px; padding-inline: 17px; white-space: nowrap; }
.menu-toggle { display: none; border: 0; color: var(--dark-blue); background: transparent; }
.menu-toggle__close { display: none; }

.hero { position: relative; min-height: clamp(520px, 50vw, 650px); display: grid; align-items: stretch; isolation: isolate; overflow: hidden; background: #dceaf7; }
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media picture, .hero__media img { width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: 52% center; }
.hero__shade { z-index: 1; background: linear-gradient(90deg, rgba(245,250,255,.99) 0%, rgba(245,250,255,.92) 27%, rgba(245,250,255,.43) 49%, rgba(4,35,79,.06) 67%, rgba(4,35,79,.1) 100%); }
.hero__inner { position: relative; z-index: 2; display: flex; align-items: center; padding-block: 56px 100px; }
.hero__content { width: min(550px, 48%); }
.hero__content .eyebrow { margin-bottom: 14px; }
.hero__content h1 { max-width: 12ch; margin-bottom: 20px; color: var(--dark-blue); font-size: clamp(2.5rem, 4.2vw, 4.35rem); }
.hero__content > p:not(.eyebrow) { max-width: 53ch; color: #354f6d; font-size: 1.02rem; line-height: 1.8; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.trust-band { position: relative; z-index: 5; margin-top: -72px; color: #fff; pointer-events: none; }
.trust-band__grid { min-height: 72px; padding-inline: 16px; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 14px 14px 0 0; background: linear-gradient(90deg, rgba(4,44,103,.95), rgba(5,71,145,.9)); box-shadow: 0 -10px 30px rgba(3,35,80,.15); }
.trust-band__grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid rgba(255,255,255,.2); font-size: .87rem; }
.trust-band__grid > div:last-child { border-right: 0; }
.trust-band__grid .icon { width: 29px; height: 29px; }
.advantages { position: relative; z-index: 6; margin-bottom: 10px; }
.advantages__card { display: grid; grid-template-columns: repeat(5, 1fr); padding: 23px 20px; border-radius: 0 0 16px 16px; background: #fff; box-shadow: var(--shadow-lg); }
.advantages article { min-height: 92px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 7px 16px; border-right: 1px solid var(--border); text-align: center; }
.advantages article:last-child { border-right: 0; }
.advantages .icon { width: 36px; height: 36px; margin-bottom: 5px; color: var(--primary-green); }
.advantages strong { color: var(--dark-blue); font-size: .9rem; }
.advantages span { color: var(--primary-blue); font-size: .78rem; font-weight: 650; }

.section { padding-block: clamp(58px, 6.5vw, 94px); }
.section-heading { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 34px; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(1.7rem, 2.5vw, 2.25rem); }
.section-heading__line { width: min(10vw, 90px); height: 1px; background: linear-gradient(90deg, transparent, var(--border)); }
.section-heading__line:last-child { background: linear-gradient(90deg, var(--border), transparent); }
.section-action { margin-top: 32px; text-align: center; }

.featured-services { padding-top: 60px; background: linear-gradient(#fff, #f8fbfe); }
.service-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 15px; }
.service-card { min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 11px; background: #fff; box-shadow: 0 5px 18px rgba(8,52,104,.06); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(11,77,162,.35); box-shadow: var(--shadow-sm); }
.service-card__image { position: relative; height: 118px; display: block; overflow: hidden; background: #dce8f2; }
.service-card__image picture, .service-card__image img { width: 100%; height: 100%; }
.service-card__image img { object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-card__image img { transform: scale(1.06); }
.service-card__number { position: absolute; bottom: 6px; left: 7px; width: 25px; height: 25px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; color: var(--dark-blue); background: rgba(255,255,255,.93); font-size: .65rem; font-weight: 900; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.service-card__body { position: relative; min-height: 74px; display: flex; align-items: flex-start; padding: 12px 10px 11px; }
.service-card__body h3 { margin: 0; padding-right: 8px; font-size: .75rem; line-height: 1.35; }
.service-card__body h3 a::after { position: absolute; inset: 0; content: ""; }
.service-card__icon { display: none; }
.service-card__arrow { margin-left: auto; color: var(--primary-green); opacity: 0; transform: translateX(-5px); transition: .2s ease; }
.service-card:hover .service-card__arrow { opacity: 1; transform: none; }
.service-grid--4 { grid-template-columns: repeat(4, 1fr); }
.service-grid--4 .service-card__image { height: 210px; }
.service-grid--4 .service-card__body h3 { font-size: .95rem; }

.all-services { padding-top: 22px; background: #f8fbfe; }
.all-services__panel { display: grid; grid-template-columns: 1.12fr 1.1fr 1.12fr .95fr .95fr; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 9px 28px rgba(8,52,104,.04); }
.all-services article { padding: 25px 22px; border-right: 1px solid var(--border); }
.all-services article:last-child { border-right: 0; }
.all-services h3 { min-height: 45px; display: flex; align-items: flex-start; gap: 9px; margin-bottom: 14px; color: var(--primary-green); font-size: .92rem; }
.all-services h3 .icon { width: 25px; height: 25px; color: var(--primary-blue); }
.all-services ul { margin: 0; padding: 0; list-style: none; }
.all-services li { display: flex; align-items: flex-start; gap: 7px; margin-bottom: 7px; font-size: .72rem; line-height: 1.45; }
.all-services li .icon { width: 13px; height: 13px; margin-top: 3px; color: var(--primary-green); }
.all-services li a:hover { color: var(--primary-blue); text-decoration: underline; text-underline-offset: 3px; }

.locations { background: #fff; }
.locations__grid { margin: 0; padding: 22px 26px; display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 30px; row-gap: 10px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); list-style: none; }
.locations__grid li { display: flex; align-items: center; gap: 7px; color: #405b77; font-size: .82rem; }
.locations__grid .icon { width: 14px; height: 14px; color: var(--primary-green); }
.locations__grid a:hover { color: var(--primary-blue); }
.locations__note { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 20px 0 0; color: var(--muted); font-size: .83rem; text-align: center; }
.locations__note .icon { color: var(--primary-green); }

.home-about { padding-top: 34px; }
.home-about__grid { display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: clamp(36px, 5vw, 72px); }
.home-about__image { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.home-about__image::after { position: absolute; inset: auto 0 0; height: 38%; content: ""; background: linear-gradient(transparent, rgba(4,47,112,.2)); }
.home-about__image picture, .home-about__image img { width: 100%; }
.home-about__image img { aspect-ratio: 3/2; object-fit: cover; }
.home-about__content h2 { margin-bottom: 18px; }
.home-about__content > p:not(.eyebrow) { color: #526a83; }
.home-about__facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 26px 0 22px; border: 1px solid var(--border); border-radius: 12px; }
.home-about__facts > div { min-width: 0; padding: 17px 8px; display: flex; flex-direction: column; align-items: center; border-right: 1px solid var(--border); text-align: center; }
.home-about__facts > div:last-child { border-right: 0; }
.home-about__facts .icon { margin-bottom: 4px; color: var(--primary-green); }
.home-about__facts strong { color: var(--dark-blue); font-size: .83rem; }
.home-about__facts span { color: var(--muted); font-size: .69rem; }

.home-cta { position: relative; min-height: 360px; display: grid; align-items: center; isolation: isolate; overflow: hidden; color: #fff; background: var(--dark-blue); }
.home-cta__media, .home-cta__overlay { position: absolute; inset: 0; }
.home-cta__media picture, .home-cta__media img { width: 100%; height: 100%; }
.home-cta__media img { object-fit: cover; object-position: 67% 43%; }
.home-cta__overlay { z-index: 1; background: linear-gradient(90deg, rgba(4,41,99,.99) 0%, rgba(5,64,135,.94) 49%, rgba(5,64,135,.47) 74%, rgba(21,147,59,.26) 100%); }
.home-cta__inner { position: relative; z-index: 2; padding-block: 50px; }
.home-cta__inner > div { max-width: 760px; }
.home-cta .eyebrow { color: #a7e2b7; }
.home-cta h2 { max-width: 22ch; margin-bottom: 10px; color: #fff; }
.home-cta__details { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.home-cta__details a, .home-cta__details span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; font-size: .8rem; font-weight: 700; }

.site-footer { color: #c9d8e8; background: #031f4a; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr 1.25fr; gap: 44px; padding-block: 54px; }
.site-footer h2 { margin-bottom: 18px; color: #fff; font-size: .98rem; letter-spacing: 0; }
.footer-brand .site-logo { width: 104px; height: 104px; padding: 5px; border-radius: 50%; background: #fff; }
.footer-brand .site-logo img { max-width: 94px !important; max-height: 94px !important; }
.footer-brand p { max-width: 34ch; margin-top: 18px; font-size: .82rem; }
.footer-menu, .footer-menu .menu, .footer-links, .footer-contact ul { margin: 0; padding: 0; list-style: none; }
.footer-menu li, .footer-links li { margin-bottom: 8px; font-size: .8rem; }
.footer-menu a:hover, .footer-links a:hover, .footer-contact a:hover { color: #8bd5a0; }
.footer-contact li, .footer-contact a { display: flex; align-items: flex-start; gap: 9px; }
.footer-contact li { margin-bottom: 11px; font-size: .8rem; }
.footer-contact .icon { width: 18px; height: 18px; color: #63c77d; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); background: #021a3e; }
.footer-bottom .container { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; font-size: .73rem; }
.footer-bottom nav { display: flex; gap: 16px; font-size: .7rem; }

.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 40; width: 56px; height: 56px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: #19a94b; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.floating-whatsapp .icon { width: 28px; height: 28px; }
.mobile-cta { display: none; }

.breadcrumbs { margin-bottom: 20px; color: #63809e; font-size: .75rem; }
.breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.breadcrumbs li + li::before { margin-right: 8px; content: "→"; color: #91a5b9; }
.breadcrumbs a:hover { color: var(--primary-blue); }
.page-hero { padding-block: 72px; background: radial-gradient(circle at 80% 20%, rgba(45,123,202,.16), transparent 36%), linear-gradient(135deg, #eef6fd, #fff); }
.page-hero .container { max-width: var(--container); }
.page-hero h1 { max-width: 19ch; margin-bottom: 14px; font-size: clamp(2.35rem, 5vw, 4.1rem); }
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 0; color: #55708c; font-size: 1.05rem; }
.page-hero--article .container { max-width: 900px; }
.page-hero--article h1 { max-width: 22ch; }
.content-shell { padding-block: clamp(58px, 7vw, 96px); }
.prose { max-width: 880px; }
.prose--narrow { max-width: 820px; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 2.1em 0 .7em; font-size: clamp(1.55rem, 2.5vw, 2.05rem); }
.prose h3 { margin: 1.8em 0 .6em; font-size: 1.25rem; }
.prose p, .prose li { color: #3f5871; line-height: 1.84; }
.prose a { color: var(--primary-blue); text-decoration: underline; text-underline-offset: 3px; }
.prose img { border-radius: var(--radius); }
.service-hero { padding-block: 42px 68px; background: linear-gradient(135deg, #eef6fd, #fff 58%); }
.service-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 56px; }
.service-hero h1 { max-width: 17ch; margin-bottom: 18px; font-size: clamp(2.3rem, 4vw, 4.1rem); }
.service-hero p:not(.eyebrow) { max-width: 65ch; color: #55708c; font-size: 1.05rem; }
.service-hero .eyebrow { display: flex; align-items: center; gap: 8px; }
.service-hero__image { overflow: hidden; border: 8px solid #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.service-hero__image picture, .service-hero__image img { width: 100%; }
.service-hero__image img { aspect-ratio: 14/9; object-fit: cover; }
.service-content { padding-block: 74px; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; align-items: start; gap: 68px; }
.service-article { max-width: none; }
.service-sidebar { position: sticky; top: 120px; display: grid; gap: 18px; }
.sidebar-card { padding: 27px; border-radius: var(--radius); color: #fff; background: var(--dark-blue); box-shadow: var(--shadow-sm); }
.sidebar-card h2 { color: #fff; font-size: 1.35rem; }
.sidebar-card p { color: #d5e1ee; font-size: .9rem; }
.sidebar-card .button { width: 100%; }
.sidebar-phone { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 16px; font-weight: 800; }
.sidebar-card--light { color: var(--text-color); border: 1px solid var(--border); background: #fff; }
.sidebar-card--light h2 { color: var(--dark-blue); }
.sidebar-card ul { margin: 0; padding: 0; list-style: none; }
.sidebar-card li { display: flex; align-items: center; gap: 8px; margin: 9px 0; font-size: .84rem; }
.sidebar-card li .icon { color: var(--primary-green); }
.process ol { margin: 22px 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; counter-reset: process; list-style: none; }
.process li { position: relative; min-height: 125px; padding: 21px 20px 18px 62px; border: 1px solid var(--border); border-radius: 12px; background: #fff; counter-increment: process; }
.process li::before { position: absolute; top: 20px; left: 18px; width: 31px; height: 31px; display: grid; place-items: center; content: counter(process); border-radius: 50%; color: #fff; background: var(--primary-green); font-size: .8rem; font-weight: 900; }
.process strong, .process span { display: block; }
.process strong { margin-bottom: 4px; color: var(--dark-blue); }
.process span { color: #5c7188; font-size: .82rem; }
.district-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.district-pills a { padding: 7px 11px; border-radius: 999px; color: var(--primary-blue); background: #edf5fd; font-size: .78rem; font-weight: 700; text-decoration: none; }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary { padding: 17px 32px 17px 0; color: var(--dark-blue); font-weight: 800; cursor: pointer; }
.faq details p { margin: 0 0 18px; }
.related-services { background: var(--light-background); }
.link-list { columns: 2; }
.article-image { margin: 0 0 36px; }
.article-cta { margin-top: 52px; padding: 28px; border-radius: var(--radius); background: var(--light-background); }
.article-cta h2 { margin-top: 0; }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.post-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.post-card > div { padding: 25px; }
.post-card time { color: var(--primary-green); font-size: .76rem; font-weight: 800; }
.post-card h2 { margin: 8px 0 12px; font-size: 1.45rem; }
.post-card p { color: #5c7188; }
.navigation.pagination { margin-top: 35px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { min-width: 40px; min-height: 40px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 8px; }
.page-numbers.current { color: #fff; border-color: var(--primary-blue); background: var(--primary-blue); }
.search-results { max-width: 850px; }
.search-results article { padding: 24px 0; border-bottom: 1px solid var(--border); }
.search-results h2 { margin-bottom: 8px; font-size: 1.5rem; }
.search-form { max-width: 580px; display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid var(--border); border-radius: 8px; }
.search-submit { min-height: 48px; padding-inline: 18px; border: 0; border-radius: 8px; color: #fff; background: var(--primary-blue); font-weight: 800; }
.not-found { min-height: 70vh; display: grid; place-items: center; padding-block: 70px; text-align: center; background: radial-gradient(circle, #f4f9fd, #fff); }
.not-found__inner { max-width: 760px; }
.not-found__code { display: block; color: rgba(11,77,162,.12); font-size: clamp(7rem, 20vw, 14rem); font-weight: 950; line-height: .8; }
.not-found .breadcrumbs ol { justify-content: center; }
.not-found h1 { margin-top: 26px; }
.not-found .search-form { margin: 28px auto; }
.not-found .hero__actions { justify-content: center; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.contact-grid article { min-height: 240px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.contact-grid article > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 12px; color: var(--primary-green); background: #edf9f1; }
.contact-grid article > span .icon { width: 26px; height: 26px; }
.contact-grid h2 { margin-bottom: 10px; font-size: 1.2rem; }
.contact-grid a { color: var(--primary-blue); font-weight: 800; overflow-wrap: anywhere; }
.contact-grid p { margin: 10px 0 0; color: var(--muted); font-size: .83rem; }
.contact-prep { padding-block: 54px; color: #fff; background: var(--dark-blue); }
.contact-prep .container { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
.contact-prep h2 { margin: 0; color: #fff; }
.contact-prep ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.contact-prep li { display: flex; gap: 8px; font-size: .85rem; }
.contact-prep li .icon { color: #74d58d; }
.sc-empty-state { grid-column: 1 / -1; padding: 45px; border: 1px dashed var(--border); border-radius: var(--radius); text-align: center; background: var(--light-background); }

@media (max-width: 1199px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header__inner { grid-template-columns: 106px 1fr auto; gap: 14px; }
  .primary-navigation .menu { gap: 11px; }
  .primary-navigation .menu > .menu-item > a { font-size: .7rem; }
  .header-call span { display: none; }
  .header-call { width: 44px; padding: 0; }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
  .service-card__image { height: 175px; }
  .service-card__body h3 { font-size: .86rem; }
  .all-services__panel { grid-template-columns: repeat(3, 1fr); }
  .all-services article { border-bottom: 1px solid var(--border); }
  .all-services article:nth-child(3) { border-right: 0; }
  .all-services article:nth-last-child(-n+2) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .topbar__group:first-child span, .topbar__group--right span { display: none; }
  .site-header { height: 80px; }
  .site-header__inner { grid-template-columns: 100px 1fr auto; }
  .site-branding, .site-logo { height: 74px; }
  .site-logo img, .site-logo__image, .custom-logo { max-height: 68px !important; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-items: center; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__open { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__close { display: block; }
  .primary-navigation { position: fixed; top: var(--menu-top, 114px); right: 0; bottom: 0; left: 0; padding: 18px 22px 100px; opacity: 0; visibility: hidden; overflow-y: auto; transform: translateY(-10px); background: #fff; transition: .2s ease; }
  .primary-navigation.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-navigation .menu { display: block; }
  .primary-navigation .menu > .menu-item { border-bottom: 1px solid var(--border); }
  .primary-navigation .menu > .menu-item > a { min-height: 52px; font-size: .95rem; }
  .primary-navigation .sub-menu { position: static; min-width: 0; padding: 0 0 10px 14px; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; }
  .header-call { justify-self: end; }
  .hero { min-height: 580px; }
  .hero__media img { object-position: 64% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(245,250,255,.98), rgba(245,250,255,.76) 58%, rgba(245,250,255,.12)); }
  .hero__content { width: min(570px, 70%); }
  .trust-band { margin-top: 0; }
  .trust-band__grid { border-radius: 0; grid-template-columns: repeat(2, 1fr); }
  .trust-band__grid > div { min-height: 66px; }
  .trust-band__grid > div:nth-child(2) { border-right: 0; }
  .advantages__card { border-radius: 0 0 14px 14px; grid-template-columns: repeat(3, 1fr); }
  .advantages article:nth-child(3) { border-right: 0; }
  .advantages article:nth-child(n+4) { border-top: 1px solid var(--border); }
  .advantages article:last-child { grid-column: span 2; }
  .locations__grid { grid-template-columns: repeat(3, 1fr); }
  .home-about__grid, .service-hero__grid { grid-template-columns: 1fr; }
  .home-about__image { max-width: 700px; }
  .service-hero__image { max-width: 650px; order: -1; }
  .service-layout { grid-template-columns: 1fr; }
  .service-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  body { padding-bottom: 62px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar__inner { justify-content: center; }
  .topbar__group:first-child { display: none; }
  .topbar__group--right { width: 100%; justify-content: space-between; }
  .topbar__group--right > a:first-child { flex: 1; }
  .site-header__inner { grid-template-columns: 88px 1fr auto; }
  .site-logo { max-width: 82px; }
  .desktop-logo-wrap { display: none; }
  .mobile-logo-wrap { display: flex; }
  .site-logo img, .site-logo__image, .custom-logo { max-width: 80px !important; max-height: 64px !important; }
  .header-call { display: none; }
  .hero { min-height: 630px; align-items: end; background: #e8f3fb; }
  .hero__media { height: 54%; top: auto; }
  .hero__media img { object-position: 67% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(244,249,253,.99) 0%, rgba(244,249,253,.96) 52%, rgba(244,249,253,.2) 80%, rgba(244,249,253,.04) 100%); }
  .hero__inner { align-items: flex-start; padding-block: 38px 240px; }
  .hero__content { width: 100%; }
  .hero__content h1 { max-width: 15ch; font-size: clamp(2rem, 9vw, 2.9rem); }
  .hero__content > p:not(.eyebrow) { font-size: .92rem; line-height: 1.65; }
  .hero__actions .button { flex: 1; min-width: 135px; }
  .trust-band__grid { padding-inline: 0; }
  .trust-band__grid > div { justify-content: flex-start; padding-inline: 18px; font-size: .75rem; }
  .trust-band__grid .icon { width: 24px; height: 24px; }
  .advantages__card { width: 100%; padding-inline: 8px; }
  .advantages article { padding-inline: 7px; }
  .advantages .icon { width: 30px; height: 30px; }
  .section { padding-block: 56px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .service-card__image { height: 135px; }
  .service-card__body { min-height: 72px; }
  .service-card__body h3 { font-size: .76rem; }
  .service-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .service-grid--4 .service-card__image { height: 150px; }
  .all-services__panel { grid-template-columns: 1fr; }
  .all-services article, .all-services article:nth-child(3), .all-services article:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--border); }
  .all-services article:last-child { border-bottom: 0; }
  .all-services h3 { min-height: 0; }
  .locations__grid { grid-template-columns: repeat(2, 1fr); padding-inline: 10px; column-gap: 12px; }
  .locations__grid li { font-size: .75rem; }
  .home-about__facts { grid-template-columns: repeat(2, 1fr); }
  .home-about__facts > div:nth-child(2) { border-right: 0; }
  .home-about__facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .home-cta { min-height: 520px; align-items: start; }
  .home-cta__media img { object-position: 64% bottom; }
  .home-cta__overlay { background: linear-gradient(180deg, rgba(4,41,99,.99), rgba(5,64,135,.9) 60%, rgba(5,64,135,.35)); }
  .home-cta__details { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom .container { padding-block: 15px; flex-direction: column; justify-content: center; text-align: center; }
  .floating-whatsapp { display: none; }
  .mobile-cta { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; color: #fff; box-shadow: 0 -6px 24px rgba(2,26,62,.22); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--primary-blue); font-weight: 850; }
  .mobile-cta a:last-child { background: #19a94b; }
  .page-hero { padding-block: 50px; }
  .page-hero h1, .service-hero h1 { font-size: clamp(2rem, 9vw, 3rem); }
  .service-hero { padding-block: 30px 48px; }
  .service-hero__grid { gap: 32px; }
  .service-content { padding-block: 55px; }
  .service-layout { gap: 42px; }
  .service-sidebar { grid-template-columns: 1fr; }
  .process ol { grid-template-columns: 1fr; }
  .link-list { columns: 1; }
  .post-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-prep .container { grid-template-columns: 1fr; }
  .contact-prep ul { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .hero__inner { padding-bottom: 218px; }
  .hero__content h1 { font-size: 2rem; }
  .hero__actions { gap: 8px; }
  .button { padding-inline: 14px; font-size: .82rem; }
  .trust-band__grid > div { padding-inline: 11px; font-size: .69rem; }
  .advantages span { font-size: .67rem; }
  .service-card__image { height: 118px; }
  .locations__grid { grid-template-columns: 1fr 1fr; }
  .section-heading { gap: 8px; }
}

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