:root {
    --ink: #0b1f3a;
    --ink-2: #132d4f;
    --blue: #0c65ed;
    --blue-dark: #074bb6;
    --teal: #176c73;
    --red: #c92f1b;
    --red-dark: #a82212;
    --orange: #ec6d21;
    --sky: #eaf3ff;
    --soft: #f3f7fb;
    --line: #d9e3ee;
    --muted: #50627a;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(7, 28, 56, .13);
    --shadow-small: 0 12px 34px rgba(7, 28, 56, .1);
    --radius: 20px;
    --radius-small: 11px;
    --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
    margin: 0;
    background: var(--white);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.66;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--red); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--ink); font-weight: 820; line-height: 1.08; letter-spacing: -.032em; }
h1 { font-size: clamp(2.45rem, 5.4vw, 5.3rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.45rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.52rem); letter-spacing: -.018em; }
p { margin: 0 0 1.2em; }
ul, ol { margin: 0; padding-left: 1.2em; }
address { font-style: normal; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 850px; }
.section { padding: clamp(70px, 9vw, 122px) 0; }
.section--soft { background: var(--soft); }
.section--ink { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.section--ink::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000, transparent); pointer-events: none; }
.section--ink h2, .section--ink h3 { color: var(--white); }
.section--proof { background: linear-gradient(135deg, #fff 0%, #eff6ff 100%); }
.section--answer { padding-bottom: 30px; }
.section--offer { padding-block: 40px; background: linear-gradient(90deg, #fff5f0, #edf5ff); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.section-heading > div { max-width: 780px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--light h2 { color: var(--white); }
.split-heading { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.split-heading p:last-child { color: var(--muted); font-size: 1.08rem; }
.eyebrow { margin: 0 0 14px; color: var(--blue-dark); font-size: .78rem; font-weight: 850; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow--light { color: #a7d9ff; }
.text-link { flex: 0 0 auto; color: var(--blue-dark); font-weight: 800; }
.text-link--light { color: #d7edff; }
.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: 9999; left: 16px; top: -100px; padding: 12px 18px; border-radius: 8px; background: var(--white); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }
.gtm-frame { display: none; visibility: hidden; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 2px solid transparent; border-radius: 9px; font-size: .92rem; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--red { background: var(--red); color: var(--white); }
.button--red:hover { background: var(--red-dark); color: var(--white); }
.button--navy { background: var(--ink); color: var(--white); }
.button--navy:hover { background: var(--ink-2); color: var(--white); }
.button--white { background: var(--white); color: var(--ink); }
.button--white:hover { background: var(--sky); color: var(--ink); }
.button--outline-light { border-color: rgba(255,255,255,.6); color: var(--white); }
.button--outline-light:hover { border-color: var(--white); background: rgba(255,255,255,.1); color: var(--white); }
.button--wide { width: 100%; }

.top-strip { position: relative; z-index: 100; background: #061528; color: var(--white); font-size: .8rem; }
.top-strip__inner { display: flex; justify-content: space-between; gap: 24px; min-height: 38px; align-items: center; }
.top-strip a { color: var(--white); font-weight: 850; }
.site-header { position: sticky; z-index: 90; top: 0; border-bottom: 1px solid rgba(11,31,58,.1); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(7,28,56,.11); }
.nav-wrap { display: flex; min-height: 90px; align-items: center; gap: 24px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand img { width: 154px; height: auto; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-size: .94rem; letter-spacing: -.015em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .66rem; font-weight: 700; }
.primary-nav { display: flex; flex: 1 1 auto; justify-content: center; align-items: center; gap: 3px; }
.primary-nav > a, .nav-group > button { padding: 13px 11px; border: 0; border-radius: 7px; background: transparent; color: var(--ink); font-size: .85rem; font-weight: 760; text-decoration: none; white-space: nowrap; cursor: pointer; }
.primary-nav > a:hover, .primary-nav > a:focus-visible, .nav-group > button:hover, .nav-group > button:focus-visible { background: var(--sky); color: var(--blue-dark); }
.nav-group { position: relative; }
.nav-menu { position: absolute; top: calc(100% + 10px); left: 0; display: grid; width: 280px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); box-shadow: var(--shadow-small); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-group:hover .nav-menu, .nav-group:focus-within .nav-menu, .nav-group.is-open .nav-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu a { padding: 10px 11px; border-radius: 7px; color: var(--ink); font-size: .84rem; font-weight: 680; text-decoration: none; }
.nav-menu a:hover { background: var(--soft); color: var(--blue-dark); }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ink); }
.breadcrumbs { padding: 11px 0; border-bottom: 1px solid var(--line); background: var(--soft); color: var(--muted); font-size: .75rem; }
.breadcrumbs .container { display: flex; gap: 9px; align-items: center; overflow: hidden; }
.breadcrumbs a { flex: 0 0 auto; color: var(--blue-dark); font-weight: 750; }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.hero { position: relative; overflow: hidden; padding: clamp(58px, 8vw, 106px) 0 78px; background: radial-gradient(circle at 82% 26%, rgba(12,101,237,.32), transparent 29%), linear-gradient(135deg, #061528 0%, #0b2340 54%, #0a3155 100%); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(120deg, #000 10%, transparent 70%); }
.hero--inner { padding-block: clamp(62px, 7vw, 94px); }
.hero__watermark { position: absolute; right: -1vw; bottom: -33px; color: rgba(255,255,255,.035); font-size: clamp(4.8rem, 11vw, 10rem); font-weight: 950; letter-spacing: -.06em; line-height: .8; white-space: nowrap; }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr); align-items: center; gap: clamp(44px, 7vw, 96px); }
.hero__content { max-width: 760px; }
.hero h1 { max-width: 780px; margin-bottom: 24px; color: var(--white); text-wrap: balance; }
.hero__lead { max-width: 730px; margin-bottom: 30px; color: #d7e7f8; font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0; color: #d4e5f6; font-size: .78rem; font-weight: 780; list-style: none; }
.hero__trust li { position: relative; padding-left: 15px; }
.hero__trust li::before { content: ""; position: absolute; left: 0; top: .68em; width: 6px; height: 6px; border-radius: 50%; background: #56d1d9; }
.hero__visual { position: relative; }
.image-frame { position: relative; margin: 0; border: 1px solid rgba(255,255,255,.19); border-radius: 26px 26px 70px 26px; background: #173657; box-shadow: 0 34px 80px rgba(0,0,0,.35); }
.image-frame::before { content: ""; position: absolute; z-index: 2; inset: 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px 17px 58px 17px; pointer-events: none; }
.image-frame img { width: 100%; height: clamp(390px, 48vw, 560px); border-radius: inherit; object-fit: cover; object-position: center 42%; }
.image-frame figcaption { position: absolute; z-index: 3; left: -32px; bottom: 26px; display: grid; max-width: 290px; padding: 17px 20px; border-left: 4px solid var(--orange); border-radius: 0 10px 10px 0; background: var(--white); color: var(--ink); box-shadow: var(--shadow-small); }
.image-frame figcaption strong { font-size: .9rem; }
.image-frame figcaption span { margin-top: 3px; color: var(--muted); font-size: .73rem; line-height: 1.45; }
.hero-form { position: absolute; z-index: 5; right: -34px; bottom: -112px; width: min(390px, 95%); padding: 20px; border-radius: 18px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.hero-form__head { display: grid; margin-bottom: 13px; }
.hero-form__head span { color: var(--blue-dark); font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-form__head strong { font-size: 1.2rem; }
.page-type-home .hero { padding-bottom: 150px; }

.fact-bar { position: relative; z-index: 7; border-bottom: 1px solid var(--line); background: var(--white); }
.fact-bar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-bar__grid > div { display: grid; min-height: 112px; align-content: center; padding: 20px 25px; border-right: 1px solid var(--line); }
.fact-bar__grid > div:first-child { border-left: 1px solid var(--line); }
.fact-bar strong { font-size: .9rem; }
.fact-bar span { color: var(--muted); font-size: .73rem; line-height: 1.45; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); box-shadow: 0 1px 0 rgba(7,28,56,.04); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #aac8ef; box-shadow: var(--shadow-small); color: var(--ink); }
.service-card > img { width: 100%; height: 226px; object-fit: cover; object-position: center; }
.service-card__body { position: relative; min-height: 270px; padding: 28px; }
.service-card__number { position: absolute; right: 24px; top: 19px; color: #c4d3e2; font-size: 2.2rem; font-weight: 900; letter-spacing: -.08em; }
.service-card h3 { max-width: 82%; margin-bottom: 14px; }
.service-card p { color: var(--muted); font-size: .93rem; }
.service-card em { position: absolute; left: 28px; bottom: 25px; color: var(--blue-dark); font-size: .82rem; font-style: normal; font-weight: 850; }

.symptom-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.symptom-card { min-height: 270px; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.06); color: var(--white); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.symptom-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.11); color: var(--white); }
.symptom-card > span { display: block; margin-bottom: 25px; color: #8edbe0; font-size: .69rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.symptom-card h3 { color: var(--white); }
.symptom-card p { color: #c7d8e9; font-size: .88rem; }
.symptom-card strong { color: #ffffff; font-size: .8rem; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-grid--five { grid-template-columns: repeat(5, 1fr); }
.process-step { position: relative; min-height: 245px; padding: 28px; border-top: 4px solid var(--blue); border-radius: 0 0 14px 14px; background: var(--white); box-shadow: var(--shadow-small); }
.process-step > span { display: inline-flex; margin-bottom: 35px; color: var(--blue-dark); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.process-step h3 { font-size: 1.2rem; }
.process-step p { margin-bottom: 0; color: var(--muted); font-size: .85rem; }

.compare-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.compare-grid article { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.compare-grid article > span { display: inline-flex; margin-bottom: 35px; padding: 6px 10px; border-radius: 999px; background: var(--sky); color: var(--blue-dark); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.compare-grid article p { color: var(--muted); font-size: .9rem; }
.compare-grid article a { font-size: .82rem; font-weight: 850; }
.compare-grid__featured { transform: translateY(-12px); border-color: transparent !important; background: var(--ink) !important; box-shadow: var(--shadow); }
.compare-grid__featured h3 { color: var(--white); }
.compare-grid__featured p { color: #c7d8e9 !important; }
.compare-grid__featured a { color: #fff; }

.offer-card { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 34px; padding: 32px 38px; border: 1px solid #f1c3b6; border-radius: var(--radius); background: rgba(255,255,255,.86); box-shadow: var(--shadow-small); }
.offer-card__price { display: grid; padding-right: 28px; border-right: 1px solid var(--line); text-align: center; }
.offer-card__price small { color: var(--muted); font-size: .68rem; font-weight: 750; text-transform: uppercase; }
.offer-card__price strong { color: var(--red); font-size: 3.2rem; line-height: 1.1; }
.offer-card h2 { margin-bottom: 8px; font-size: clamp(1.45rem, 2.5vw, 2.15rem); }
.offer-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: .86rem; }

.proof-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(45px, 8vw, 100px); }
.proof-grid figure { position: relative; margin: 0; }
.proof-grid figure::after { content: ""; position: absolute; z-index: -1; right: -25px; bottom: -25px; width: 70%; height: 70%; border-radius: 30px; background: var(--blue); }
.proof-grid img { width: 100%; height: 570px; border-radius: 26px 26px 80px 26px; object-fit: cover; }
.proof-grid > div > p { color: var(--muted); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 26px; margin: 26px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; font-size: .88rem; font-weight: 720; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal); font-weight: 900; }

.diagnostic-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); align-items: start; gap: clamp(50px, 8vw, 110px); }
.signal-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; padding: 0; list-style: none; }
.signal-list li { position: relative; min-height: 74px; padding: 15px 15px 15px 45px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); font-size: .86rem; font-weight: 680; }
.signal-list li::before { content: ""; position: absolute; left: 17px; top: 22px; width: 12px; height: 12px; border: 3px solid var(--blue); border-radius: 50%; }
.diagnostic-card { padding: 36px; border-radius: var(--radius); background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.diagnostic-card > span { display: block; margin-bottom: 20px; color: #9bd7ff; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.diagnostic-card ul { display: grid; gap: 15px; margin-bottom: 28px; padding: 0; list-style: none; }
.diagnostic-card li { position: relative; padding-left: 25px; color: #d8e7f5; font-size: .9rem; }
.diagnostic-card li::before { content: "✓"; position: absolute; left: 0; color: #69d3da; font-weight: 900; }

.content-pairs { display: grid; gap: 20px; }
.content-pairs article { display: grid; grid-template-columns: 85px 1fr; gap: 25px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.content-pairs article > span { color: #b7c8db; font-size: 2.5rem; font-weight: 950; letter-spacing: -.08em; }
.content-pairs article h2 { font-size: clamp(1.5rem, 2.6vw, 2.25rem); }
.content-pairs article p { margin-bottom: 0; color: var(--muted); }

.answer-lead { color: var(--ink-2); font-size: clamp(1.16rem, 2vw, 1.45rem); line-height: 1.65; }
.answer-caution { margin-top: 28px; padding: 20px 24px; border-left: 4px solid var(--orange); background: #fff7ef; color: #4c3425; font-size: .9rem; }
.two-lists { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 50px; }
.two-lists .signal-list { grid-template-columns: 1fr; }
.soft-panel { padding: 38px; border-radius: var(--radius); background: var(--soft); }
.soft-panel ul { display: grid; gap: 13px; }
.soft-panel li { color: var(--muted); }
.safe-checks { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; }
.safe-checks > div p:last-child { color: #c7d8e9; }
.safe-checks ol { display: grid; counter-reset: safety; gap: 14px; padding: 0; list-style: none; }
.safe-checks li { position: relative; padding: 18px 20px 18px 66px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); color: #e4eef7; font-size: .9rem; }
.safe-checks li::before { counter-increment: safety; content: counter(safety); position: absolute; left: 20px; top: 17px; display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--blue); color: var(--white); font-size: .72rem; font-weight: 850; }

.faq-list { display: grid; gap: 12px; margin-top: 38px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.faq-list summary { position: relative; padding: 22px 58px 22px 24px; color: var(--ink); font-weight: 820; line-height: 1.35; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 50%; color: var(--blue-dark); font-size: 1.55rem; font-weight: 500; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 24px 22px; color: var(--muted); }
.faq-answer p { margin: 0; }

.card-grid { display: grid; gap: 20px; }
.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.link-card { display: grid; min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); color: var(--ink); text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.link-card:hover { transform: translateY(-4px); border-color: #9ebde5; color: var(--ink); }
.link-card__type { color: var(--blue-dark); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.link-card strong { margin: 18px 0 8px; font-size: 1.18rem; line-height: 1.3; }
.link-card > span:nth-of-type(2) { color: var(--muted); font-size: .84rem; }
.link-card em { align-self: end; margin-top: 18px; color: var(--blue-dark); font-size: .78rem; font-style: normal; font-weight: 850; }

.county-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.county-card { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, #fff, #f0f6fd); color: var(--ink); text-decoration: none; }
.county-card > span { color: var(--blue-dark); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.county-card h3 { margin-top: 38px; }
.county-card p { color: var(--muted); font-size: .86rem; }
.county-card strong { display: inline-block; margin-top: 20px; color: var(--blue-dark); font-size: .8rem; }
.local-intro { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; }
.local-intro > div:first-child > p { color: var(--muted); }
.city-panel { padding: 35px; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.city-panel > span { color: #9bd7ff; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.city-panel ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 25px; margin: 25px 0; padding: 0; list-style: none; }
.city-panel li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-weight: 750; }
.city-panel p { margin: 0; color: #c7d8e9; font-size: .8rem; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reviews-grid blockquote { margin: 0; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-small); }
.reviews-grid blockquote > span { color: #b84b17; letter-spacing: .12em; }
.reviews-grid blockquote > p { color: var(--ink-2); font-size: 1rem; }
.reviews-grid blockquote footer { display: grid; padding-top: 20px; border-top: 1px solid var(--line); }
.reviews-grid blockquote small { color: var(--muted); }

.section--request { position: relative; overflow: hidden; background: linear-gradient(135deg, #07172b, #0b3155); color: var(--white); }
.section--request::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; bottom: -260px; border: 100px solid rgba(12,101,237,.18); border-radius: 50%; }
.request-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .84fr 1.16fr; align-items: start; gap: clamp(50px, 8vw, 100px); }
.request-grid h2 { color: var(--white); }
.request-grid > div:first-child > p:last-of-type { color: #c7d8e9; }
.call-panel { display: grid; margin-top: 34px; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.07); color: var(--white); text-decoration: none; }
.call-panel:hover { background: rgba(255,255,255,.12); color: var(--white); }
.call-panel small { color: #a7d9ff; }
.call-panel strong { margin: 5px 0; font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: -.04em; }
.call-panel span { font-size: .77rem; font-weight: 760; }
.request-card { padding: clamp(26px, 4vw, 42px); border-radius: var(--radius); background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.request-card--light { background: var(--soft); box-shadow: none; }
.lead-form { display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.lead-form--compact .form-grid { gap: 11px; }
.lead-form label { display: grid; gap: 6px; color: var(--ink); font-size: .75rem; font-weight: 800; line-height: 1.35; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #becbda; border-radius: 8px; background: var(--white); color: var(--ink); font-size: .88rem; outline: none; }
.lead-form input, .lead-form select { height: 48px; padding: 0 13px; }
.lead-form textarea { min-height: 106px; padding: 11px 13px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(12,101,237,.12); }
.lead-form--compact input { height: 43px; }
.lead-form--compact textarea { min-height: 66px; }
.form-span { grid-column: 1 / -1; }
.form-note { margin: -3px 0 0; color: #63758a; font-size: .6rem; line-height: 1.45; }
.form-status { margin: 0; font-size: .74rem; font-weight: 750; }
.honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; }
.contact-details > p { color: var(--muted); }
.contact-phone { display: inline-block; margin: 10px 0; color: var(--red); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; letter-spacing: -.05em; text-decoration: none; }
.contact-details dl { display: grid; gap: 0; margin-top: 35px; }
.contact-details dl > div { display: grid; grid-template-columns: 110px 1fr; padding: 18px 0; border-top: 1px solid var(--line); }
.contact-details dt { color: var(--blue-dark); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.contact-details dd { margin: 0; color: var(--ink-2); font-size: .9rem; }

.legal-hero { padding: 85px 0 65px; background: var(--soft); }
.legal-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.legal-hero p:last-child { color: var(--muted); font-size: 1.08rem; }
.legal-copy { display: grid; gap: 38px; }
.legal-copy section { padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-copy h2 { font-size: 1.65rem; }
.legal-copy p { color: var(--muted); }

.thanks { display: grid; min-height: 68vh; place-items: center; padding: 90px 0; background: linear-gradient(145deg, #eef6ff, #fff); text-align: center; }
.thanks__icon { display: grid; width: 74px; height: 74px; margin: 0 auto 28px; place-items: center; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 2rem; font-weight: 900; }
.thanks h1 { font-size: clamp(2.4rem, 5vw, 4.7rem); }
.thanks p { color: var(--muted); }
.thanks .hero__actions { justify-content: center; }

.coverage-band { padding: 54px 0; background: var(--blue-dark); color: var(--white); }
.coverage-band__grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.coverage-band h2 { margin-bottom: 12px; color: var(--white); font-size: clamp(1.8rem, 3.2vw, 2.8rem); }
.coverage-band p:last-child { max-width: 820px; margin: 0; color: #dcecff; }
.coverage-band__actions { display: flex; gap: 12px; }
.site-footer { padding-top: 74px; background: #061528; color: #c4d2e1; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 50px; padding-bottom: 55px; }
.site-footer h2, .site-footer h3 { color: var(--white); }
.site-footer h2 { margin: 15px 0 8px; font-size: 1.15rem; }
.site-footer h3 { font-size: .92rem; letter-spacing: 0; }
.site-footer p, .site-footer address { font-size: .78rem; }
.footer-brand img { width: 190px; padding: 6px; border-radius: 8px; background: var(--white); }
.footer-brand p { max-width: 360px; }
.license { color: #95cee9; font-weight: 760; }
.site-footer ul { display: grid; gap: 8px; padding: 0; list-style: none; }
.site-footer a { color: #dbe8f4; font-size: .78rem; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-grid > div:last-child { display: grid; align-content: start; gap: 8px; }
.footer-phone { margin-top: 10px; color: var(--white) !important; font-size: 1.25rem !important; font-weight: 900; }
.footer-cities { display: flex; flex-wrap: wrap; gap: 7px 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.footer-cities strong { color: var(--white); }
.footer-bottom { padding: 20px 0 90px; border-top: 1px solid rgba(255,255,255,.12); background: #04101f; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 20px; color: #91a3b6; font-size: .7rem; }
.footer-bottom span:last-child { display: flex; gap: 18px; }
.mobile-action-bar { position: fixed; z-index: 1000; right: 18px; bottom: 18px; display: none; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; box-shadow: 0 12px 38px rgba(0,0,0,.28); }
.mobile-action-bar a { display: flex; min-height: 56px; flex: 1; align-items: center; justify-content: center; gap: 7px; padding: 10px; background: var(--ink); color: var(--white); font-size: .8rem; font-weight: 850; text-decoration: none; }
.mobile-action-bar a:last-child { background: var(--red); }

@media (max-width: 1120px) {
    .brand span { display: none; }
    .primary-nav > a, .nav-group > button { padding-inline: 8px; font-size: .79rem; }
    .process-grid--five { grid-template-columns: repeat(3, 1fr); }
    .process-grid--five .process-step:nth-last-child(-n+2) { grid-column: span 1; }
}

@media (max-width: 940px) {
    .top-strip__inner span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .nav-wrap { min-height: 76px; }
    .brand img { width: 143px; }
    .menu-toggle { display: block; margin-left: auto; }
    .header-cta { display: none; }
    .primary-nav { position: fixed; top: 114px; right: 0; bottom: 0; left: 0; display: none; overflow-y: auto; align-content: start; justify-content: start; padding: 20px; background: var(--white); }
    .primary-nav.is-open { display: grid; }
    .primary-nav > a, .nav-group > button { width: 100%; padding: 15px; border-bottom: 1px solid var(--line); border-radius: 0; text-align: left; font-size: 1rem; }
    .nav-menu { position: static; display: none; width: 100%; padding: 5px 10px 12px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .nav-group.is-open .nav-menu { display: grid; }
    .nav-menu a { padding: 12px 15px; }
    .hero__grid { grid-template-columns: 1fr .72fr; gap: 35px; }
    .hero-form { position: static; width: 100%; margin-top: 22px; }
    .page-type-home .hero { padding-bottom: 75px; }
    .fact-bar__grid { grid-template-columns: repeat(2, 1fr); }
    .fact-bar__grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
    .fact-bar__grid > div { border-bottom: 1px solid var(--line); }
    .service-grid, .symptom-grid, .county-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(3, 1fr); }
    .compare-grid { grid-template-columns: 1fr; }
    .compare-grid__featured { transform: none; }
    .offer-card { grid-template-columns: 150px 1fr; }
    .offer-card .button { grid-column: 1 / -1; }
    .proof-grid, .diagnostic-grid, .safe-checks, .request-grid, .contact-layout { gap: 45px; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
    body { padding-bottom: 72px; font-size: 16px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding-block: 68px; }
    .section-heading, .split-heading { display: grid; grid-template-columns: 1fr; align-items: start; gap: 18px; margin-bottom: 32px; }
    .top-strip { font-size: .7rem; }
    .top-strip__inner { gap: 12px; }
    .top-strip__inner span { max-width: 57%; }
    .top-strip__inner a { white-space: nowrap; }
    .primary-nav { top: 114px; }
    .hero, .hero--inner { padding: 58px 0 65px; }
    .hero__grid { grid-template-columns: 1fr; }
    .hero__content { text-align: left; }
    .hero h1 { font-size: clamp(2.35rem, 12vw, 4rem); }
    .hero__visual { display: grid; }
    .image-frame { max-width: 540px; margin-inline: auto; border-radius: 20px 20px 50px 20px; }
    .image-frame img { height: 420px; }
    .image-frame figcaption { left: 12px; right: 12px; bottom: 12px; max-width: none; border-radius: 9px; }
    .hero-form { margin-top: 18px; }
    .fact-bar__grid { grid-template-columns: 1fr; }
    .fact-bar__grid > div, .fact-bar__grid > div:first-child, .fact-bar__grid > div:nth-child(odd) { min-height: 84px; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
    .service-grid, .symptom-grid, .county-grid, .reviews-grid, .card-grid--3, .process-grid, .process-grid--five { grid-template-columns: 1fr; }
    .service-card__body { min-height: 245px; }
    .symptom-card { min-height: 235px; }
    .process-step { min-height: 210px; }
    .process-step > span { margin-bottom: 24px; }
    .offer-card { grid-template-columns: 1fr; padding: 28px; text-align: left; }
    .offer-card__price { justify-content: start; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
    .proof-grid, .diagnostic-grid, .two-lists, .safe-checks, .request-grid, .local-intro, .contact-layout { grid-template-columns: 1fr; }
    .proof-grid img { height: 420px; }
    .check-list, .signal-list { grid-template-columns: 1fr; }
    .content-pairs article { grid-template-columns: 55px 1fr; padding: 28px 22px; }
    .content-pairs article > span { font-size: 1.8rem; }
    .city-panel ul { grid-template-columns: 1fr 1fr; }
    .coverage-band__grid { grid-template-columns: 1fr; gap: 28px; }
    .coverage-band__actions { flex-wrap: wrap; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { padding-bottom: 20px; }
    .footer-bottom .container { display: grid; }
    .mobile-action-bar { right: 10px; bottom: 10px; left: 10px; display: flex; }
}

@media (max-width: 460px) {
    .brand img { width: 126px; }
    .top-strip__inner span { display: none; }
    .top-strip__inner { justify-content: center; }
    .primary-nav { top: 114px; }
    .hero__actions, .coverage-band__actions { display: grid; grid-template-columns: 1fr; }
    .hero__actions .button, .coverage-band__actions .button { width: 100%; }
    .hero__trust { display: grid; grid-template-columns: 1fr 1fr; }
    .image-frame img { height: 360px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-span { grid-column: auto; }
    .city-panel ul { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div { grid-column: auto; }
}

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