:root {
    --navy-950: #071828;
    --navy-900: #0b2139;
    --navy-800: #123250;
    --navy-700: #1c4969;
    --teal-600: #0d716d;
    --teal-500: #31b8ae;
    --teal-300: #8ee0d8;
    --orange-500: #f28b50;
    --ink: #142334;
    --muted: #5f6f7e;
    --line: #dce5ea;
    --soft: #f2f7f8;
    --white: #fff;
    --shadow: 0 22px 60px rgba(6, 35, 58, .12);
    --radius: 22px;
    --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -80px; padding: 12px 16px; color: #fff; background: var(--navy-950); border-radius: 8px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--orange-500); outline-offset: 3px; }

.topline { color: #dbe9ef; background: var(--navy-900); font-size: 13px; }
.topline__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline a { color: #fff; font-weight: 750; }
.site-header { position: relative; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(7, 33, 57, .08); }
.header__inner { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; }
.brand img { width: 216px; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.main-nav a { position: relative; padding: 29px 0; color: #22374a; font-size: 14px; font-weight: 760; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--teal-500); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.header-call { min-height: 54px; padding: 8px 20px; display: flex; align-items: center; gap: 11px; color: #fff; background: var(--navy-800); border-radius: 999px; font-weight: 850; line-height: 1.05; box-shadow: 0 12px 30px rgba(18, 50, 80, .19); }
.header-call small { display: block; margin-bottom: 4px; color: #b9d3df; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--soft); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-900); }

.hero { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy-950); }
.hero__media, .hero__media img, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: center; }
.hero__veil { background: linear-gradient(90deg, rgba(5, 24, 40, .98) 0%, rgba(5, 24, 40, .9) 38%, rgba(5, 24, 40, .32) 67%, rgba(5, 24, 40, .12) 100%); }
.hero__content { position: relative; z-index: 2; padding-block: 76px 88px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--teal-600); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--teal-300); }
.hero h1 { max-width: 820px; margin: 22px 0 22px; font-size: clamp(44px, 5.4vw, 74px); line-height: 1.03; letter-spacing: -.045em; }
.hero h1 em { color: var(--teal-300); font-style: normal; }
.hero__content > p { max-width: 660px; margin: 0; color: #d4e2e9; font-size: clamp(18px, 2vw, 21px); }
.hero__actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { min-height: 55px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; line-height: 1.15; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--navy-950); background: var(--teal-300); box-shadow: 0 12px 36px rgba(49, 184, 174, .25); }
.button--primary strong { padding-left: 9px; border-left: 1px solid rgba(7, 24, 40, .24); }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.05); }
.button--light { color: var(--navy-950); background: #fff; }
.button--light strong { color: var(--teal-600); }
.button--whatsapp { color: #fff; background: #176b3e; }
.button--dark { color: #fff; background: var(--navy-900); box-shadow: 0 12px 32px rgba(11, 33, 57, .18); }
.hero .hero__micro { margin-top: 17px; color: #aabdc8; font-size: 12px; }

.trustbar { position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: #fff; }
.trustbar__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trustbar__grid div { min-height: 108px; padding: 24px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trustbar__grid div:first-child { border-left: 1px solid var(--line); }
.trustbar strong { color: var(--navy-900); font-size: 16px; }
.trustbar span { color: var(--muted); font-size: 13px; }

.section { padding-block: 102px; }
.section--soft { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .split-panel h2, .closing-cta h2, .contact-band h2, .prose h2 { margin: 13px 0 0; color: var(--navy-900); font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { margin: 12px 0 0; color: var(--muted); font-size: 17px; }
.services-section { background: #fbfdfd; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-grid--wide { grid-template-columns: repeat(2, 1fr); }
.service-card { position: relative; min-height: 350px; padding: 31px 28px 27px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #adddd9; box-shadow: var(--shadow); }
.service-card--visual { min-height: 500px; padding: 0; }
.service-card__media { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--soft); }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card:hover .service-card__media img { transform: scale(1.025); }
.service-card__body { position: relative; padding: 24px 26px 27px; display: flex; flex: 1; flex-direction: column; }
.service-card__icon { width: 58px; height: 58px; margin-bottom: 28px; display: grid; place-items: center; color: var(--teal-600); background: #e8f8f6; border-radius: 17px; font-size: 14px; font-weight: 900; }
.service-card--visual .service-card__icon { width: 64px; height: 64px; margin-top: -56px; margin-bottom: 17px; border: 4px solid #fff; box-shadow: 0 10px 24px rgba(11,33,57,.12); }
.service-card__body > span { color: var(--teal-600); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.service-card h2, .service-card h3 { margin: 10px 0 10px; color: var(--navy-900); font-size: 23px; line-height: 1.15; }
.service-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.service-card a { margin-top: auto; color: var(--navy-900); font-size: 13px; font-weight: 850; }
.service-card a span { color: var(--teal-600); }

.split-panel { color: #fff; background: var(--navy-900); }
.split-panel .eyebrow { color: var(--teal-300); }
.split-panel__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split-panel__visual { position: relative; min-height: 460px; border: 1px solid rgba(255,255,255,.09); border-radius: 32px; background: radial-gradient(circle at 50% 50%, rgba(49,184,174,.25), transparent 52%), linear-gradient(145deg, #102d48, #071828); overflow: hidden; }
.diagnostic-card { position: absolute; z-index: 2; width: 210px; padding: 21px; display: grid; grid-template-columns: 38px 1fr; color: var(--navy-950); background: #fff; border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.diagnostic-card span { grid-row: span 2; color: var(--teal-600); font-size: 21px; font-weight: 900; }
.diagnostic-card strong { font-size: 16px; }
.diagnostic-card small { color: var(--muted); font-size: 11px; }
.diagnostic-card--one { left: 8%; top: 12%; }
.diagnostic-card--two { right: 7%; top: 38%; }
.diagnostic-card--three { left: 18%; bottom: 9%; }
.pulse { position: absolute; width: 210px; height: 210px; border: 1px solid rgba(142,224,216,.36); border-radius: 50%; }
.pulse::after { content: ""; position: absolute; inset: 28px; border: inherit; border-radius: inherit; }
.pulse--one { left: 34%; top: 19%; }
.pulse--two { right: -12%; bottom: -16%; width: 260px; height: 260px; }
.split-panel h2 { color: #fff; }
.split-panel__copy > p { color: #c1d1da; font-size: 17px; }
.check-list { margin: 28px 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; display: grid; place-items: center; color: var(--navy-950); background: var(--teal-300); border-radius: 50%; font-size: 11px; font-weight: 900; }
.text-link { display: inline-flex; gap: 8px; color: var(--teal-300); font-size: 14px; font-weight: 850; }

.process-section { background: var(--soft); }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.process-grid li { position: relative; min-height: 220px; padding: 8px 28px 25px; border-left: 1px solid var(--line); }
.process-grid li:last-child { border-right: 1px solid var(--line); }
.process-grid span { display: block; margin-bottom: 32px; color: var(--teal-600); font-size: 18px; font-weight: 900; }
.process-grid h3 { margin: 0 0 10px; color: var(--navy-900); font-size: 20px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-band { position: relative; overflow: hidden; color: #fff; background: linear-gradient(110deg, var(--navy-900), #14525e); }
.contact-band::after { content: ""; position: absolute; right: -120px; top: -180px; width: 500px; height: 500px; border: 100px solid rgba(255,255,255,.04); border-radius: 50%; }
.contact-band__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 430px; gap: 90px; align-items: center; }
.contact-band h2 { color: #fff; }
.contact-band p { max-width: 620px; color: #cde0e5; }
.contact-band__card { padding: 34px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.09); backdrop-filter: blur(8px); }
.contact-band__card > span { color: var(--teal-300); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-band__card > a:first-of-type { margin: 5px 0 0; font-size: clamp(30px, 3vw, 42px); font-weight: 900; letter-spacing: -.04em; }
.contact-band__card small { color: #bdd0d8; }
.contact-band__whatsapp { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 13px; font-weight: 800; }

.faq-layout { display: grid; grid-template-columns: 360px 1fr; gap: 90px; }
.faq-layout__intro h2 { margin: 13px 0; color: var(--navy-900); font-size: 43px; line-height: 1.1; }
.faq-layout__intro p { color: var(--muted); }
.faq-layout__intro .text-link { color: var(--teal-600); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 6px; display: flex; justify-content: space-between; gap: 24px; color: var(--navy-900); cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal-600); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -6px 0 22px; padding: 0 42px 0 6px; color: var(--muted); }

.page-hero { padding-block: 88px; color: #fff; background: radial-gradient(circle at 82% 25%, rgba(49,184,174,.24), transparent 30%), linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.page-hero--image { position: relative; overflow: hidden; background: var(--navy-950); }
.page-hero__media, .page-hero__media img, .page-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero__media img { object-fit: cover; object-position: center; }
.page-hero__veil { background: linear-gradient(90deg, rgba(5,24,40,.98) 0%, rgba(5,24,40,.9) 42%, rgba(5,24,40,.46) 70%, rgba(5,24,40,.2) 100%); }
.page-hero--image .page-hero__inner { position: relative; z-index: 2; }
.page-hero--compact { padding-block: 64px; }
.page-hero__inner { max-width: 900px; margin-left: max(calc((100% - 1180px)/2), 20px); margin-right: 20px; }
.page-hero h1 { margin: 16px 0; font-size: clamp(43px, 5vw, 66px); line-height: 1.04; letter-spacing: -.045em; }
.page-hero p { max-width: 720px; margin: 0; color: #d4e2e9; font-size: 18px; }
.page-hero .button { margin-top: 28px; }
.page-hero--service { min-height: 480px; display: grid; align-items: center; }
.breadcrumbs { margin-bottom: 35px; display: flex; flex-wrap: wrap; gap: 9px; color: #a9bdc8; font-size: 12px; }
.breadcrumbs a:hover { color: #fff; }
.page-hero__micro { max-width: 650px; margin-top: 17px !important; color: #aabdc8 !important; font-size: 12px !important; }

.landing-trust { border-bottom: 1px solid var(--line); background: #fff; }
.landing-trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.landing-trust__grid div { min-height: 116px; padding: 24px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.landing-trust__grid div:first-child { border-left: 1px solid var(--line); }
.landing-trust strong { color: var(--navy-900); font-size: 16px; }
.landing-trust span { color: var(--muted); font-size: 13px; }

.service-detail__grid, .faq-page-grid { display: grid; grid-template-columns: 1fr 350px; gap: 90px; align-items: start; }
.prose { max-width: 760px; }
.prose > p { color: var(--muted); font-size: 18px; }
.prose h3 { margin-top: 42px; color: var(--navy-900); font-size: 24px; }
.prose .check-list { grid-template-columns: repeat(2, 1fr); gap: 14px 24px; }
.service-sidebar { position: sticky; top: 24px; padding: 32px; color: #fff; background: var(--navy-900); border-radius: var(--radius); box-shadow: var(--shadow); }
.service-sidebar > span { color: var(--teal-300); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.service-sidebar h2 { margin: 10px 0; font-size: 30px; line-height: 1.1; }
.service-sidebar p { color: #c4d5dd; }
.service-sidebar > a { display: block; margin-top: 25px; color: var(--teal-300); font-size: 26px; font-weight: 900; }
.service-sidebar small { color: #a7bcc7; }
.service-sidebar .service-sidebar__whatsapp { margin-top: 22px; padding-top: 18px; color: #fff; border-top: 1px solid rgba(255,255,255,.15); font-size: 13px; font-weight: 800; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-grid article { min-height: 230px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.benefit-grid article > span { display: block; color: var(--teal-600); font-size: 19px; font-weight: 900; }
.benefit-grid p { margin: 25px 0 0; color: var(--navy-900); font-size: 16px; font-weight: 700; }
.intent-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.intent-layout h2, .service-area-layout h2, .scope-band h2 { margin: 13px 0 16px; color: var(--navy-900); font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.intent-layout p, .service-area-layout p { color: var(--muted); font-size: 17px; }
.intent-chips, .area-chips { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.intent-chips li { padding: 11px 15px; color: var(--navy-800); border: 1px solid #b9d9d6; border-radius: 999px; background: #f3fbfa; font-size: 13px; font-weight: 750; }
.scope-band { padding-block: 82px; color: #fff; background: linear-gradient(120deg, var(--navy-950), #123f59); }
.scope-band__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.scope-band h2 { color: #fff; }
.scope-band p { margin: 0 0 24px; color: #c7d7df; font-size: 17px; }
.scope-band a { display: inline-flex; flex-wrap: wrap; gap: 9px; color: var(--teal-300); font-weight: 850; }
.service-area-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.service-area-layout .button { margin-top: 17px; }
.area-chips li { padding: 8px 12px; color: #3d5365; border: 1px solid var(--line); border-radius: 9px; background: var(--soft); font-size: 12px; font-weight: 700; }
.area-chips a { display: block; }
.area-chips a:hover { color: var(--teal-600); }
.area-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.area-directory-card { min-height: 260px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.area-directory-card:hover { transform: translateY(-4px); border-color: #adddd9; box-shadow: var(--shadow); }
.area-directory-card > span, .area-service-column > span { color: var(--teal-600); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.area-directory-card > strong { margin-top: 14px; color: var(--navy-900); font-size: 25px; }
.area-directory-card p { margin: 12px 0 24px; color: var(--muted); font-size: 14px; }
.area-directory-card em { margin-top: auto; color: var(--teal-600); font-size: 13px; font-style: normal; font-weight: 850; }
.home-areas { border-top: 1px solid var(--line); }
.home-area-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.home-area-links a { min-height: 92px; padding: 18px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 15px; background: var(--soft); }
.home-area-links a:hover { border-color: #adddd9; background: #f8fcfc; }
.home-area-links strong { color: var(--navy-900); }
.home-area-links span { color: var(--teal-600); font-size: 12px; font-weight: 800; }
.home-areas__all { margin-top: 24px; }
.service-area-hero .page-hero__media img { object-position: center 44%; }
.area-service-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.area-service-column { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.area-service-column h3 { margin: 10px 0 7px; color: var(--navy-900); font-size: 27px; }
.area-service-column > p { margin: 0 0 23px; color: var(--muted); }
.area-service-column > a { position: relative; margin-top: 11px; padding: 18px 88px 18px 18px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 15px; }
.area-service-column > a:hover { border-color: #adddd9; background: #f8fcfc; }
.area-service-column a strong { color: var(--navy-900); font-size: 15px; }
.area-service-column a small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.area-service-column a em { position: absolute; right: 17px; top: 50%; color: var(--teal-600); font-size: 12px; font-style: normal; font-weight: 850; transform: translateY(-50%); }
.local-coverage-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.local-coverage-layout h2 { margin: 13px 0 16px; color: var(--navy-900); font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.local-coverage-layout p { color: var(--muted); font-size: 17px; }
.local-coverage-layout .button { margin-top: 16px; }
.coverage-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; list-style: none; }
.coverage-grid li { min-height: 135px; padding: 23px; display: grid; grid-template-columns: 34px 1fr; align-content: center; border: 1px solid var(--line); border-radius: 17px; background: var(--soft); }
.coverage-grid li > span { grid-row: span 2; width: 25px; height: 25px; display: grid; place-items: center; color: var(--navy-950); background: var(--teal-300); border-radius: 50%; font-size: 11px; font-weight: 900; }
.coverage-grid strong { color: var(--navy-900); }
.coverage-grid small { color: var(--muted); font-size: 11px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-grid a { min-height: 230px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); }
.related-grid strong { color: var(--navy-900); font-size: 21px; }
.related-grid span { margin-top: 10px; color: var(--muted); font-size: 14px; }
.related-grid em { margin-top: auto; color: var(--teal-600); font-style: normal; font-weight: 850; }
.faq-list--large summary { padding-block: 26px; font-size: 17px; }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card { min-height: 360px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-card--primary { color: #fff; background: var(--navy-900); border-color: var(--navy-900); }
.contact-card > span { color: var(--teal-600); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.contact-card--primary > span { color: var(--teal-300); }
.contact-card h2 { margin: 14px 0 4px; font-size: 35px; }
.contact-card p { color: var(--muted); }
.contact-card--primary p { color: #bfd0da; }
.contact-card > a { margin-top: auto; color: var(--teal-600); font-size: 20px; font-weight: 900; overflow-wrap: anywhere; }
.contact-card--primary > a { color: var(--teal-300); font-size: 28px; }
.contact-card small { color: var(--muted); }
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.principles-grid article { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); }
.principles-grid span { color: var(--teal-600); font-weight: 900; }
.principles-grid h2 { margin: 22px 0 8px; color: var(--navy-900); }
.principles-grid p { color: var(--muted); }
.narrow { margin-inline: auto; }
.legal-copy { max-width: 800px; }
.legal-copy h2 { margin: 38px 0 8px; color: var(--navy-900); font-size: 27px; }
.legal-copy p { color: var(--muted); }
.legal-copy a { color: var(--teal-600); text-decoration: underline; }

.closing-cta { padding-block: 70px; color: #fff; background: var(--navy-800); }
.closing-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.closing-cta h2 { max-width: 760px; color: #fff; font-size: clamp(30px, 4vw, 46px); }
.closing-cta p { margin-bottom: 0; color: #bed0d9; }
.closing-cta__actions { display: flex; flex-direction: column; gap: 10px; }
.site-footer { padding: 74px 0 25px; color: #c2d0d8; background: var(--navy-950); }
.footer__grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: 55px; }
.footer__brand img { margin-bottom: 18px; }
.footer__brand p { max-width: 330px; }
.footer__brand a { display: block; color: #fff; font-weight: 750; }
.site-footer h3 { margin: 0 0 20px; color: #fff; font-size: 14px; letter-spacing: .05em; text-transform: uppercase; }
.footer__grid > div:not(:first-child) > a { display: block; margin: 10px 0; font-size: 13px; }
.footer__grid a:hover { color: var(--teal-300); }
.footer__note p { font-size: 13px; }
.footer__bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #7f98a6; font-size: 12px; }
.mobile-actions { display: none; }
.gtm-noscript { display: none; visibility: hidden; }
.consent-banner { position: fixed; z-index: 120; left: 20px; right: 20px; bottom: 20px; max-width: 980px; margin-inline: auto; padding: 20px 22px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; color: #fff; background: var(--navy-950); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: 0 22px 60px rgba(4,24,40,.35); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { font-size: 16px; }
.consent-banner p { margin: 4px 0 0; color: #c8d8e1; font-size: 13px; line-height: 1.45; }
.consent-banner a { color: var(--teal-300); text-decoration: underline; }
.consent-banner__actions { display: flex; gap: 9px; }
.consent-banner button { min-height: 43px; padding: 9px 16px; color: #fff; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: transparent; cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; }
.consent-banner button:last-child { color: var(--navy-950); border-color: var(--teal-300); background: var(--teal-300); }
.floating-call { position: fixed; z-index: 90; right: 24px; bottom: 24px; min-width: 230px; padding: 13px 18px; display: grid; grid-template-columns: 38px 1fr; align-items: center; color: #fff; background: var(--navy-800); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: 0 18px 50px rgba(4, 24, 40, .28); }
.floating-call > span { grid-row: span 2; width: 34px; height: 34px; display: grid; place-items: center; color: var(--navy-950); background: var(--teal-300); border-radius: 50%; font-size: 16px; }
.floating-call strong { font-size: 13px; line-height: 1.1; }
.floating-call small { color: #c9dce5; font-size: 12px; font-weight: 750; }
.floating-call:hover { background: var(--navy-700); transform: translateY(-2px); }
.error-page { min-height: 540px; display: grid; place-items: center; text-align: center; background: var(--soft); }
.error-page__inner > span { color: var(--teal-600); font-size: 80px; font-weight: 950; }
.error-page h1 { margin: 0; color: var(--navy-900); font-size: 42px; }
.error-page p { color: var(--muted); }

@media (max-width: 1050px) {
    .nav-toggle { display: block; margin-left: auto; }
    .main-nav { position: absolute; left: 20px; right: 20px; top: 77px; padding: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 13px; font-size: 13px; }
    .main-nav a::after { display: none; }
    .header-call { display: none; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .area-directory-grid { grid-template-columns: repeat(2, 1fr); }
    .home-area-links { grid-template-columns: repeat(3, 1fr); }
    .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    :root { --shell: min(100% - 28px, 720px); }
    body { padding-bottom: 62px; }
    .topline { display: none; }
    .header__inner { min-height: 72px; }
    .brand img { width: 184px; }
    .nav-toggle { display: block; margin-left: auto; }
    .main-nav { position: absolute; left: 14px; right: 14px; top: 65px; padding: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 13px; }
    .main-nav a::after { display: none; }
    .header-call { display: none; }
    .hero { min-height: 660px; align-items: end; }
    .hero__media img { object-position: 68% center; }
    .hero__veil { background: linear-gradient(0deg, rgba(5,24,40,.99) 8%, rgba(5,24,40,.82) 64%, rgba(5,24,40,.35) 100%); }
    .hero__content { padding-block: 200px 54px; }
    .hero h1 { font-size: clamp(40px, 12vw, 58px); }
    .hero__content > p { font-size: 17px; }
    .hero__actions { flex-direction: column; align-items: stretch; }
    .hero__actions .button { width: 100%; }
    .trustbar__grid { grid-template-columns: 1fr; }
    .trustbar__grid div, .trustbar__grid div:first-child { min-height: auto; padding: 17px 12px; border: 0; border-bottom: 1px solid var(--line); }
    .section { padding-block: 72px; }
    .section-heading--split, .split-panel__grid, .contact-band__grid, .faq-layout, .service-detail__grid, .faq-page-grid, .closing-cta__inner { grid-template-columns: 1fr; gap: 42px; }
    .section-heading--split { align-items: start; }
    .split-panel__visual { min-height: 410px; }
    .process-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
    .contact-band__card { max-width: 480px; }
    .faq-layout__intro { max-width: 600px; }
    .service-sidebar { position: static; }
    .landing-trust__grid { grid-template-columns: 1fr; }
    .landing-trust__grid div, .landing-trust__grid div:first-child { min-height: auto; padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .intent-layout, .scope-band__grid, .service-area-layout, .area-service-columns, .local-coverage-layout { grid-template-columns: 1fr; gap: 42px; }
    .related-grid, .contact-cards { grid-template-columns: 1fr; }
    .contact-card { min-height: 310px; }
    .page-hero__inner { margin-left: 14px; margin-right: 14px; }
    .page-hero--image { min-height: 560px; display: grid; align-items: end; }
    .page-hero__media img { object-position: 68% center; }
    .page-hero__veil { background: linear-gradient(0deg, rgba(5,24,40,.99) 7%, rgba(5,24,40,.83) 64%, rgba(5,24,40,.36) 100%); }
    .footer__grid { gap: 40px; }
    .mobile-actions { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: 1.4fr 1fr; box-shadow: 0 -8px 24px rgba(0,0,0,.14); }
    .mobile-actions a { display: grid; place-items: center; color: #fff; background: var(--navy-800); font-size: 14px; font-weight: 850; }
    .mobile-actions a:last-child { background: #176b3e; }
    .floating-call { display: none; }
    .consent-banner { left: 12px; right: 12px; bottom: 74px; grid-template-columns: 1fr; gap: 14px; }
    .consent-banner__actions { justify-content: stretch; }
    .consent-banner button { flex: 1; }
}

@media (max-width: 560px) {
    .service-grid, .service-grid--wide, .principles-grid, .footer__grid, .area-directory-grid, .coverage-grid { grid-template-columns: 1fr; }
    .home-area-links { grid-template-columns: repeat(2, 1fr); }
    .benefit-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 320px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid li, .process-grid li:last-child { min-height: auto; padding: 8px 20px 24px; border: 0; border-bottom: 1px solid var(--line); }
    .process-grid span { margin-bottom: 12px; }
    .prose .check-list { grid-template-columns: 1fr; }
    .diagnostic-card { width: 190px; }
    .diagnostic-card--one { left: 5%; }
    .diagnostic-card--two { right: 4%; top: 40%; }
    .diagnostic-card--three { left: 9%; }
    .footer__bottom { gap: 14px; flex-direction: column; }
}

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