:root {
    --navy: #0a2745;
    --navy-deep: #061a2f;
    --blue: #0f6fc6;
    --orange: #f47a1f;
    --ink: #172333;
    --muted: #647386;
    --line: #dce4eb;
    --soft: #f3f7fa;
    --soft-blue: #eaf4fa;
    --white: #fff;
    --shadow: 0 20px 60px rgba(6, 26, 47, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: #fff; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }
button { font: inherit; }
:where(a, button, summary):focus-visible { outline: 3px solid #f6a25e; outline-offset: 4px; border-radius: 6px; }
h1, h2, h3, h4 { font-family: "Manrope", sans-serif; color: var(--navy); line-height: 1.08; margin: 0 0 1rem; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.15rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 72px 0; }
.soft-bg { background: var(--soft); }
.eyebrow { display: inline-block; margin-bottom: .75rem; color: var(--blue); font-weight: 800; font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow-light { color: #91dbf0; }
.text-link { color: var(--blue); font-weight: 800; font-size: .9rem; }
.center { text-align: center; margin-top: 28px; }

.topbar { background: var(--navy-deep); color: #c5d7e6; font-size: .82rem; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(6,26,47,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.brand { min-width: 230px; display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--blue), #19a4c8); color: #fff; font: 800 1rem "Manrope"; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { color: var(--navy); font-family: "Manrope"; }
.brand-copy small { color: var(--muted); font-size: .72rem; margin-top: 3px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.main-nav > a, .nav-item > button { border: 0; background: transparent; padding: 28px 0; color: #30445a; font-weight: 700; cursor: pointer; }
.nav-item { position: relative; }
.mega-menu, .small-menu { position: absolute; top: calc(100% - 3px); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.nav-item:hover .mega-menu, .nav-item:hover .small-menu, .nav-item.open .mega-menu, .nav-item.open .small-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-menu { right: -210px; width: 820px; padding: 28px; display: grid; grid-template-columns: .8fr 1.4fr; gap: 26px; border-radius: 0 0 17px 17px; }
.mega-intro { padding-right: 25px; border-right: 1px solid var(--line); }
.mega-intro h3 { font-size: 1.5rem; }
.mega-intro p { color: var(--muted); font-size: .9rem; }
.mega-links { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 16px; }
.mega-links a, .small-menu a { padding: 8px 10px; border-radius: 8px; color: #3c4f63; font-size: .9rem; font-weight: 600; }
.mega-links a:hover, .small-menu a:hover { background: var(--soft); color: var(--blue); }
.small-menu { left: -20px; width: 220px; padding: 12px; border-radius: 0 0 14px 14px; }
.small-menu a { display: block; }
.small-menu .all-link { margin-top: 5px; padding-top: 12px; border-top: 1px solid var(--line); }
.header-call { display: flex; flex-direction: column; padding-left: 15px; border-left: 1px solid var(--line); }
.header-call small { color: var(--muted); font-size: .7rem; }
.header-call strong { color: var(--orange); font-family: "Manrope"; }
.nav-toggle { display: none; }

.hero-home { position: relative; min-height: 680px; overflow: hidden; background: var(--navy); }
.hero-photo { position: absolute; inset: 0 0 0 44%; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #071d35 0%, #0a2745 48%, rgba(10,39,69,.79) 64%, rgba(10,39,69,.2) 100%); }
.hero-inner { position: relative; z-index: 2; min-height: 680px; padding: 65px 0; display: grid; grid-template-columns: 1.08fr .55fr; gap: 70px; align-items: center; }
.hero-copy { color: #edf6fc; }
.hero-copy h1 { color: #fff; margin-bottom: 20px; }
.hero-home .hero-copy h1 { max-width: 700px; font-size: clamp(3rem, 5.25vw, 5rem); }
.hero-lead { max-width: 700px; color: #d2e2ee; font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 23px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; transition: transform .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-lg { min-height: 56px; padding: 0 26px; }
.btn-primary { background: var(--orange); color: #fff; }
.btn-call-primary { min-width: 248px; gap: 10px; }
.btn-call-primary svg { width: 20px; height: 20px; flex: 0 0 20px; fill: currentColor; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); }
.btn-outline { color: var(--navy); background: #fff; border-color: #b9c8d4; }
.btn.full { width: 100%; }
.hero-disclosure { max-width: 680px; margin: -7px 0 17px; color: #b8ccda; font-size: .79rem; line-height: 1.5; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; color: #c6d9e8; font-size: .88rem; font-weight: 700; }
.hero-trust span::before { content: "✓"; margin-right: 6px; color: #78d5b2; }
.hero-card { align-self: end; background: rgba(255,255,255,.97); border-radius: 17px; padding: 27px; box-shadow: 0 25px 70px rgba(0,0,0,.24); }
.hero-card h2 { font-size: 1.65rem; }
.call-step { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.call-step > strong { color: var(--orange); font: 800 .76rem "Manrope"; }
.call-step b, .call-step span { display: block; }
.call-step b { color: var(--navy); }
.call-step span { color: var(--muted); font-size: .86rem; margin-top: 2px; }
.fineprint { margin: 13px 0 0; color: #788695; font-size: .77rem; }

.problem-section { padding: 40px 0 48px; border-bottom: 1px solid var(--line); }
.section-head { margin-bottom: 30px; }
.section-head.tight { margin-bottom: 20px; }
.section-intro { max-width: 800px; color: var(--muted); }
.section-head.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.section-head.split h2 { margin-bottom: 0; }
.section-head.split p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.problem-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.problem-grid a { min-height: 145px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: .18s ease; }
.problem-grid a:hover { transform: translateY(-2px); border-color: #9fc9eb; box-shadow: 0 12px 30px rgba(10,39,69,.08); }
.problem-grid span { display: block; color: var(--orange); font: 800 .72rem "Manrope"; margin-bottom: 17px; }
.problem-grid strong, .problem-grid small { display: block; }
.problem-grid strong { color: var(--navy); font-family: "Manrope"; }
.problem-grid small { margin-top: 6px; color: var(--muted); line-height: 1.4; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .guide-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.service-photo { display: block; aspect-ratio: 16/10; overflow: hidden; }
.service-photo img { height: 100%; object-fit: cover; transition: transform .3s ease; }
.service-card:hover .service-photo img { transform: scale(1.035); }
.service-body { padding: 20px; }
.service-no { color: var(--orange); font: 800 .72rem "Manrope"; }
.service-body h3 { margin: 8px 0 9px; }
.service-body p { color: var(--muted); font-size: .9rem; }
.mini-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 16px 0; }
.mini-tags span { padding: 5px 9px; border-radius: 999px; background: var(--soft); color: #536579; font-size: .74rem; }

.editorial-grid, .local-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: center; }
.editorial-photo img { height: 540px; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.editorial-copy > p, .local-copy p { color: var(--muted); font-size: 1.02rem; }
.fact-row { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); }
.fact-row:last-of-type { border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.fact-row strong { color: var(--navy); }
.fact-row span { color: var(--muted); }
.call-ready-section { background: #fff; }
.call-ready-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.call-ready-grid > div > p { max-width: 560px; color: var(--muted); }
.call-ready-list { margin: 0; padding: 0; list-style: none; counter-reset: call-ready; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.call-ready-list li { counter-increment: call-ready; min-height: 112px; padding: 18px 18px 18px 58px; position: relative; border: 1px solid var(--line); border-radius: 13px; background: var(--soft); }
.call-ready-list li::before { content: counter(call-ready, decimal-leading-zero); position: absolute; top: 19px; left: 18px; color: var(--orange); font: 800 .74rem "Manrope"; }
.call-ready-list strong, .call-ready-list span { display: block; }
.call-ready-list strong { color: var(--navy); font-family: "Manrope"; }
.call-ready-list span { margin-top: 4px; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.call-ready-list li:last-child { grid-column: 1 / -1; min-height: 96px; }
.local-section { background: var(--soft-blue); }
.local-grid { grid-template-columns: 1.1fr .9fr; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stats-grid div { min-height: 165px; padding: 24px; display: flex; flex-direction: column; justify-content: center; background: #fff; border: 1px solid #d5e5ef; border-radius: 14px; }
.stats-grid strong { color: var(--blue); font: 800 2.6rem "Manrope"; }
.stats-grid span { color: var(--muted); font-size: .84rem; }
.local-copy a:not(.btn) { color: var(--blue); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.local-copy .source-note { margin: 21px 0; padding-top: 14px; border-top: 1px solid #cddfe9; font-size: .78rem; }

.dark-band { padding: 55px 0; background: var(--navy); color: #d6e5f1; }
.dark-band h2 { color: #fff; }
.dark-grid { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.dark-grid p { max-width: 760px; color: #bdd0df; }
.phone-panel { min-width: 330px; padding: 20px 24px; display: flex; flex-direction: column; background: #fff; color: var(--navy); border-radius: 14px; }
.phone-panel small { color: var(--muted); }
.phone-panel strong { color: var(--orange); font: 800 1.7rem "Manrope"; }
.phone-panel span { color: var(--blue); font-size: .82rem; font-weight: 700; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card img { height: 205px; object-fit: cover; }
.guide-card > div { padding: 19px; }
.guide-card p { color: var(--muted); font-size: .9rem; }
.area-strip { border-top: 1px solid var(--line); }
.area-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.area-grid a { padding: 18px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; }
.area-grid strong { color: var(--navy); font-family: "Manrope"; }
.area-grid span { margin: 7px 0 12px; color: var(--muted); font-size: .8rem; }
.area-grid em { margin-top: auto; color: var(--blue); font-size: .78rem; font-style: normal; font-weight: 800; }

.page-hero { position: relative; padding: 95px 0; overflow: hidden; }
.photo-hero { background: var(--navy); color: #fff; }
.photo-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(6,26,47,.95), rgba(6,26,47,.67)), var(--bg); background-size: cover; background-position: center; }
.page-hero-inner { position: relative; z-index: 1; max-width: 900px; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #d2e2ef; font-size: 1.1rem; max-width: 820px; }
.service-directory, .area-directory { display: grid; gap: 22px; }
.directory-card { display: grid; grid-template-columns: 350px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; }
.directory-card img { height: 100%; min-height: 300px; object-fit: cover; }
.directory-card > div { padding: 28px 32px; }
.directory-card h2 { font-size: 2rem; margin: 7px 0 10px; }
.directory-card p { color: var(--muted); }

.service-hero { position: relative; min-height: 560px; overflow: hidden; background: var(--navy); }
.service-hero-photo { position: absolute; inset: 0 0 0 43%; }
.service-hero-photo img { height: 100%; object-fit: cover; }
.service-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #071d35 0%, #0a2745 48%, rgba(10,39,69,.75) 64%, rgba(10,39,69,.18) 100%); }
.service-hero-inner { position: relative; z-index: 2; min-height: 560px; display: grid; grid-template-columns: 62% 38%; align-items: center; color: #fff; padding: 55px 0; }
.service-hero-inner > div { max-width: 720px; }
.service-hero h1 { color: #fff; font-size: clamp(3rem, 5vw, 4.8rem); }
.service-hero p { color: #d5e4ef; font-size: 1.1rem; }
.breadcrumbs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; color: #b7cfdf; font-size: .78rem; }
.breadcrumbs a { color: #dbeaf5; }

.service-summary { border-bottom: 1px solid var(--line); }
.summary-grid { display: grid; grid-template-columns: 1fr 1fr; }
.summary-block { padding: 42px 48px 42px 0; }
.summary-block.alt { padding-left: 48px; border-left: 1px solid var(--line); background: linear-gradient(90deg, #fff, #f7fafc); }
.summary-block h2 { font-size: 1.85rem; }
.check-list, .dot-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.check-list li, .dot-list li { position: relative; padding-left: 27px; color: #4d5e71; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #15926b; font-weight: 900; }
.dot-list li::before { content: "•"; position: absolute; left: 5px; color: var(--orange); }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 44px; align-items: start; }
.article-main { min-width: 0; }
.content-panel { position: relative; margin-bottom: 18px; padding: 34px 37px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.content-panel.tinted { background: #f7fafc; }
.content-panel.local-panel { background: var(--soft-blue); border-color: #d4e6f0; }
.panel-no { position: absolute; top: 20px; right: 22px; color: #aabac6; font: 800 .73rem "Manrope"; }
.content-panel h2 { max-width: 85%; font-size: 2rem; }
.content-panel p { color: #4f6072; font-size: 1rem; }
.callout { margin-top: 18px; padding: 16px 18px; border-left: 4px solid var(--orange); background: #fff4ea; color: #7d4a24; font-weight: 700; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin: 22px 0; }
.process-grid div { min-height: 170px; padding: 17px; border-radius: 11px; background: var(--navy); color: #d9e7f1; }
.process-grid strong { color: #8edbf0; font-size: .75rem; }
.process-grid p { margin-top: 18px; color: #d9e7f1; font-size: .84rem; }
.after-process { margin-top: 20px; }
.before-call-box { margin: 38px 0; padding: 30px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; background: var(--soft-blue); border-radius: 15px; }
.before-call-box h2 { font-size: 1.8rem; }
.article-sidebar { position: sticky; top: 105px; display: grid; gap: 17px; }
.sidebar-call, .sidebar-card { padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 10px 30px rgba(10,39,69,.06); }
.sidebar-call h3 { font-size: 1.55rem; }
.sidebar-call p, .sidebar-call small, .sidebar-card li { color: var(--muted); font-size: .88rem; }
.sidebar-call small { display: block; margin-top: 10px; }
.sidebar-card ul { margin: 0; padding-left: 18px; }
.sidebar-card li { margin-bottom: 7px; }
.sidebar-photo { overflow: hidden; border-radius: 14px; }
.sidebar-photo img { height: 330px; object-fit: cover; }
.faq-section { margin-top: 35px; }
.accordion-list { display: grid; gap: 10px; }
.accordion-list details { border: 1px solid var(--line); border-radius: 11px; overflow: hidden; background: #fff; }
.accordion-list summary { padding: 17px 19px; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary::after { content: "+"; float: right; color: var(--blue); }
.accordion-list details[open] summary::after { content: "−"; }
.accordion-list p { padding: 0 19px 17px; margin: 0; color: var(--muted); }

.neighborhood-section { padding: 38px 0; border-bottom: 1px solid var(--line); }
.neighborhood-section h2 { font-size: 1.9rem; }
.neighborhood-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 17px 0; }
.neighborhood-grid div { padding: 12px 13px; display: flex; align-items: center; gap: 8px; background: var(--soft); border-radius: 9px; }
.neighborhood-grid span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.area-note { color: var(--muted); font-size: .79rem; }
.needs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.needs-grid div { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.needs-grid strong { color: var(--navy); font-family: "Manrope"; }
.needs-grid p { margin: 6px 0 0; font-size: .85rem; }
.link-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.link-grid a { padding: 14px 15px; display: flex; justify-content: space-between; gap: 15px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.link-grid strong { color: var(--navy); }
.link-grid span { color: var(--blue); font-size: .8rem; }

.site-footer { padding: 60px 0 22px; background: var(--navy-deep); color: #b5c9da; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr .95fr; gap: 40px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy small { color: #9bb3c6; }
.footer-about p { max-width: 350px; margin: 20px 0; font-size: .9rem; }
.footer-phone { color: var(--orange); font: 800 1.45rem "Manrope"; }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 12px; }
.site-footer .footer-grid > div:not(.footer-about) > a { display: block; padding: 4px 0; color: #b5c9da; font-size: .84rem; }
.site-footer .subhead { margin-top: 20px; }
.disclosure { margin-top: 38px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.disclosure p { margin: 0; color: #8fa8bb; font-size: .77rem; }
.footer-bottom { padding-top: 17px; display: flex; justify-content: space-between; gap: 20px; font-size: .77rem; }
.footer-bottom div { display: flex; gap: 17px; }
.mobile-call { display: none; }

@media (max-width: 1080px) {
    .header-call { display: none; }
    .problem-grid { grid-template-columns: repeat(3, 1fr); }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(3, 1fr); }
    .area-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
    body { padding-bottom: 68px; }
    .topbar-inner span:last-child { display: none; }
    .header-inner { min-height: 70px; }
    .nav-toggle { display: block; margin-left: auto; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-weight: 800; }
    .main-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; padding: 14px 20px 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
    .main-nav.open { display: block; }
    .main-nav > a, .nav-item > button { width: 100%; display: block; padding: 10px 0; text-align: left; }
    .mega-menu, .small-menu { position: static; display: none; width: 100%; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-radius: 9px; margin-bottom: 10px; }
    .nav-item.open .mega-menu, .nav-item.open .small-menu { display: block; }
    .mega-menu { grid-template-columns: 1fr; }
    .mega-intro { display: none; }
    .hero-photo { inset: 0; opacity: .37; }
    .hero-overlay { background: rgba(6,26,47,.78); }
    .hero-inner { min-height: auto; grid-template-columns: 1fr; padding: 72px 0; }
    .hero-card { max-width: 560px; align-self: auto; }
    .section-head.split, .editorial-grid, .local-grid, .dark-grid, .article-layout, .call-ready-grid { grid-template-columns: 1fr; }
    .article-sidebar { position: static; }
    .service-hero-photo { inset: 0; opacity: .37; }
    .service-hero-inner { grid-template-columns: 1fr; }
    .summary-grid { grid-template-columns: 1fr; }
    .summary-block, .summary-block.alt { padding: 32px 0; border-left: 0; }
    .summary-block.alt { border-top: 1px solid var(--line); }
    .directory-card { grid-template-columns: 1fr; }
    .directory-card img { height: 300px; min-height: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .mobile-call { position: fixed; left: 10px; right: 10px; bottom: 8px; z-index: 1100; min-height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; background: var(--orange); color: #fff; border-radius: 11px; box-shadow: 0 12px 34px rgba(0,0,0,.25); }
    .mobile-call strong { font-family: "Manrope"; }
}

@media (max-width: 620px) {
    .shell { width: min(100% - 26px, 1180px); }
    .section { padding: 52px 0; }
    h1 { font-size: 2.8rem; }
    .hero-home .hero-copy h1 { max-width: 330px; font-size: clamp(2.55rem, 12vw, 3.25rem); }
    h2 { font-size: 2rem; }
    .brand { min-width: 0; }
    .brand-copy small { display: none; }
    .problem-grid, .service-grid, .guide-grid, .stats-grid, .area-grid, .neighborhood-grid, .needs-grid, .link-grid, .call-ready-list { grid-template-columns: 1fr; }
    .call-ready-list li:last-child { grid-column: auto; }
    .editorial-photo img { height: 380px; }
    .fact-row { grid-template-columns: 1fr; gap: 2px; }
    .phone-panel { min-width: 0; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid div { min-height: 0; }
    .before-call-box { grid-template-columns: 1fr; padding: 24px; }
    .content-panel { padding: 28px 22px; }
    .content-panel h2 { max-width: 100%; }
    .panel-no { position: static; display: block; margin-bottom: 8px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .mega-links { grid-template-columns: 1fr; }
    .hero-actions .btn { width: 100%; }
}

/* V3.1 About + FAQ refinements */
.compact-section {
    padding-top: 58px;
    padding-bottom: 58px;
}

.about-hero,
.faq-hero {
    position: relative;
    overflow: hidden;
    background: #071f37;
    color: #fff;
    padding: 64px 0;
}

.about-hero::after,
.faq-hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -45% auto;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(255,255,255,.04);
}

.about-hero-grid,
.faq-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 46px;
    align-items: center;
}

.about-hero h1,
.faq-hero h1 {
    color: #fff;
    max-width: 760px;
    margin: 10px 0 18px;
}

.about-hero p,
.faq-hero p {
    color: rgba(255,255,255,.82);
    font-size: 1.08rem;
    line-height: 1.75;
}

.about-hero-photo {
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0,0,0,.28);
    min-height: 390px;
}

.about-hero-photo img {
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 48px;
    align-items: start;
}

.about-story-grid h2,
.editorial-copy h2,
.faq-group h2 {
    margin-top: 8px;
}

.about-story-grid p,
.editorial-copy p {
    font-size: 1.03rem;
    line-height: 1.82;
}

.info-panel {
    background: #f4f8fb;
    border: 1px solid #dbe6ef;
    border-radius: 20px;
    padding: 30px;
}

.about-process article {
    background: #fff;
    border: 1px solid #dbe6ef;
    border-radius: 18px;
    padding: 25px;
}

.about-process article > strong {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #0b2745;
    color: #fff;
    margin-bottom: 14px;
}

.about-process h3 {
    margin: 0 0 8px;
}

.local-photo {
    margin: 0;
}

.local-photo img {
    object-position: center 48%;
}

.local-photo figcaption {
    padding-top: 8px;
    font-size: .78rem;
    line-height: 1.45;
    color: #657789;
}

.faq-hero-card {
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    padding: 32px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

.faq-hero-card h2 {
    color: #fff;
    margin: 8px 0 10px;
}

.faq-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.faq-nav {
    position: sticky;
    top: 100px;
    display: grid;
    gap: 4px;
    padding: 22px;
    border-radius: 18px;
    background: #f4f8fb;
    border: 1px solid #dbe6ef;
}

.faq-nav .eyebrow {
    margin-bottom: 7px;
}

.faq-nav a {
    padding: 10px 12px;
    border-radius: 10px;
    color: #173b59;
    font-weight: 700;
}

.faq-nav a:hover {
    background: #fff;
}

.faq-content {
    min-width: 0;
}

.faq-group {
    scroll-margin-top: 110px;
    margin-bottom: 44px;
}

.faq-group + .faq-group {
    border-top: 1px solid #e1e8ee;
    padding-top: 42px;
}

.faq-group details {
    border: 1px solid #dbe6ef;
    border-radius: 14px;
    background: #fff;
    margin: 12px 0;
    overflow: hidden;
}

.faq-group summary {
    cursor: pointer;
    padding: 18px 20px;
    font-weight: 800;
    color: #0b2745;
    list-style: none;
}

.faq-group summary::-webkit-details-marker {
    display: none;
}

.faq-group summary::after {
    content: "+";
    float: right;
    font-size: 1.25rem;
    color: #37617f;
}

.faq-group details[open] summary::after {
    content: "–";
}

.faq-group details p {
    margin: 0;
    padding: 0 20px 20px;
    line-height: 1.75;
    color: #506677;
}

.service-photo img,
.directory-card > img,
.sidebar-photo img,
.editorial-photo img,
.service-hero-photo img,
.guide-card img {
    object-fit: cover;
}

@media (max-width: 900px) {
    .about-hero-grid,
    .faq-hero-grid,
    .about-story-grid,
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-nav {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-nav .eyebrow {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .about-hero,
    .faq-hero {
        padding: 44px 0;
    }

    .about-hero-photo,
    .about-hero-photo img {
        min-height: 280px;
    }

    .faq-nav {
        grid-template-columns: 1fr;
    }

    .faq-nav .eyebrow {
        grid-column: auto;
    }
}


/* V3.2 visibility and content refinements */
.resource-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.resource-card { display:grid; grid-template-columns:68px 1fr; gap:20px; padding:26px; border:1px solid var(--line); border-radius:15px; background:#fff; box-shadow:0 8px 26px rgba(10,39,69,.045); }
.resource-card:hover { transform:translateY(-2px); box-shadow:0 14px 34px rgba(10,39,69,.08); }
.resource-card h2 { margin:5px 0 10px; font-size:1.35rem; }
.resource-card p { margin:0 0 13px; color:var(--muted); font-size:.9rem; }
.resource-number { width:58px; height:58px; display:grid; place-items:center; border-radius:14px; background:var(--soft-blue); color:var(--blue); font:800 1.05rem "Manrope"; }
.guide-library-hero { padding:82px 0; background:linear-gradient(120deg,#eef7fb,#fff 65%); }
.guide-library-hero h1 { color:var(--navy); max-width:780px; }
.guide-library-hero p { color:var(--muted); max-width:760px; }
.hero-count { margin-top:24px; display:inline-flex; align-items:center; gap:12px; padding:11px 15px; background:#fff; border:1px solid var(--line); border-radius:12px; }
.hero-count strong { color:var(--orange); font:800 1.5rem "Manrope"; }
.hero-count span { color:var(--navy); font-weight:700; }
.decision-box { margin:30px 0; padding:30px; display:grid; grid-template-columns:.8fr 1.2fr; gap:30px; align-items:center; background:var(--navy); color:#dce9f2; border-radius:16px; }
.decision-box h2 { color:#fff; margin-bottom:0; }
.decision-box .check-list li { color:#dce9f2; }
.directory-card-text { grid-template-columns:1fr; }
.directory-card-text > div { padding:30px 34px; }
.legal-hero { padding:72px 0 48px; background:linear-gradient(120deg,var(--navy),#123e67); color:#fff; }
.legal-hero h1 { color:#fff; margin:8px 0; }
.legal-hero p { margin:0; color:#bcd0df; }
.legal-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:52px; align-items:start; }
.legal-content { max-width:820px; }
.legal-content h2 { margin:0 0 10px; padding-top:25px; font-size:1.45rem; border-top:1px solid var(--line); }
.legal-content h2:first-child { padding-top:0; border-top:0; }
.legal-content p { margin:0 0 25px; color:#4d5e71; line-height:1.75; }
.legal-aside { position:sticky; top:105px; display:grid; gap:14px; }
.legal-nav { padding:20px; border:1px solid var(--line); border-radius:13px; background:#fff; }
.legal-nav strong { display:block; margin-bottom:9px; color:var(--navy); }
.legal-nav a { display:block; padding:8px 0; border-top:1px solid var(--line); color:var(--blue); font-size:.88rem; font-weight:700; }
.mobile-call-icon { width:42px; height:42px; flex:0 0 42px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.18); }
.mobile-call-icon svg { width:22px; height:22px; fill:#fff; }
.mobile-call-copy { display:flex; flex-direction:column; line-height:1.05; }
.mobile-call-copy small { margin-bottom:4px; font-size:.66rem; font-weight:700; opacity:.88; }
.mobile-call-copy strong { font:800 1.05rem "Manrope"; }
.mobile-call-number { margin-left:auto; font:800 .96rem "Manrope"; }
@media (max-width:860px){ .mobile-call { justify-content:flex-start; gap:11px; padding:7px 12px; min-height:64px; border-radius:14px; } .legal-layout { grid-template-columns:1fr; gap:28px; } .legal-aside { position:static; } .resource-grid { grid-template-columns:1fr; } .decision-box { grid-template-columns:1fr; } }
@media (max-width:480px){ .mobile-call-number { font-size:.82rem; } .mobile-call-copy small { display:none; } .resource-card { grid-template-columns:48px 1fr; padding:20px 17px; gap:14px; } .resource-number { width:44px; height:44px; border-radius:11px; } }

/* Sourced guide content and topic-cluster navigation */
.photo-hero .page-hero-inner > h1 { max-width: 940px; font-size: clamp(2.65rem, 5vw, 4.7rem); }
.guide-review-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.guide-review-meta span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.09); color: #d9e9f4; font-size: .76rem; font-weight: 700; }
.article-main [id] { scroll-margin-top: 112px; }
.article-toc { margin-bottom: 20px; padding: 24px 27px; border: 1px solid #ccdeea; border-radius: 15px; background: var(--soft-blue); }
.article-toc > strong { display: block; margin-bottom: 10px; color: var(--navy); font: 800 1rem "Manrope"; }
.article-toc ol { margin: 0; padding-left: 20px; columns: 2; column-gap: 38px; }
.article-toc li { margin: 0 0 7px; break-inside: avoid; color: #688094; font-size: .84rem; }
.article-toc a { color: #145f9e; font-weight: 700; text-decoration: underline; text-decoration-color: #a8c9df; text-underline-offset: 3px; }
.answer-panel { overflow: hidden; border-color: #b9dbea; background: linear-gradient(135deg, #f4fbfe, #fff); box-shadow: 0 14px 38px rgba(10,39,69,.07); }
.answer-panel::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(var(--blue), #19a4c8); }
.answer-panel .answer-copy { color: #263d52; font-size: 1.13rem; line-height: 1.72; }
.answer-panel .answer-note { margin: 19px 0 0; padding-top: 16px; border-top: 1px solid #d7e7ef; color: #6e7e8d; font-size: .8rem; }
.fact-panel { border-color: #cbdde8; }
.fact-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.fact-table { width: 100%; min-width: 650px; border-collapse: collapse; text-align: left; }
.fact-table th, .fact-table td { padding: 15px 16px; vertical-align: top; border-bottom: 1px solid var(--line); font-size: .88rem; line-height: 1.5; }
.fact-table thead th { background: var(--navy); color: #fff; font: 700 .74rem "Manrope"; text-transform: uppercase; letter-spacing: .045em; }
.fact-table tbody th { width: 31%; color: var(--navy); font-family: "Manrope"; }
.fact-table tbody td { color: #586b7e; }
.fact-table tbody td:nth-child(2) { width: 19%; white-space: nowrap; color: var(--blue); }
.fact-table tbody tr:last-child th, .fact-table tbody tr:last-child td { border-bottom: 0; }
.table-note { margin: 13px 0 0 !important; color: #748493 !important; font-size: .78rem !important; }
.content-panel.local-panel a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.related-link-list { margin: 13px 0 0 !important; padding: 0 !important; list-style: none; }
.related-link-list li { margin: 0 !important; padding: 12px 0; border-top: 1px solid var(--line); }
.related-link-list a { display: block; color: var(--blue); font-weight: 800; line-height: 1.35; }
.related-link-list span { display: block; margin-top: 4px; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.guide-sources { margin-top: 36px; padding: 30px; border: 1px solid var(--line); border-radius: 15px; background: #f8fafc; }
.guide-sources h2 { font-size: 1.9rem; }
.guide-sources > p { color: var(--muted); }
.guide-sources ol { margin: 20px 0 0; padding-left: 22px; }
.guide-sources li { margin-bottom: 15px; padding-left: 5px; color: var(--muted); }
.guide-sources a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.guide-sources li span { display: block; margin-top: 3px; font-size: .84rem; }
.guide-sources .source-review-date { margin: 19px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: .8rem; font-weight: 700; }
@media (max-width: 620px) {
    .article-toc { padding: 21px; }
    .article-toc ol { columns: 1; }
    .guide-sources { padding: 25px 21px; }
    .guide-review-meta span { font-size: .7rem; }
}

/* Desktop-only homepage call popup */
body.desktop-popup-open { overflow: hidden; }
.desktop-call-popup[hidden] { display: none !important; }
.desktop-call-popup { position: fixed; inset: 0; z-index: 3000; padding: 24px; display: grid; place-items: center; background: rgba(4, 24, 43, .78); backdrop-filter: blur(5px); animation: popup-fade-in .2s ease-out; }
.desktop-call-popup-card { position: relative; width: min(550px, calc(100vw - 48px)); padding: 38px 36px 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 24px; background: #fff; box-shadow: 0 30px 90px rgba(3,20,36,.36); text-align: center; animation: popup-card-in .26s ease-out; }
.desktop-call-popup-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--blue), #19a4c8 68%, var(--orange)); }
.desktop-call-popup-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #647386; cursor: pointer; }
.desktop-call-popup-close:hover { background: var(--soft); color: var(--navy); }
.desktop-call-popup-close svg { width: 22px; height: 22px; fill: currentColor; }
.desktop-call-popup-icon { width: 72px; height: 72px; margin: 0 auto 17px; display: grid; place-items: center; border-radius: 50%; background: var(--soft-blue); }
.desktop-call-popup-icon svg { width: 30px; height: 38px; fill: #13a3d5; }
.desktop-call-popup-card .eyebrow { margin-bottom: 8px; }
.desktop-call-popup-card h2 { max-width: 430px; margin: 0 auto 14px; font-size: 2.15rem; }
.desktop-call-popup-card > p { max-width: 455px; margin: 0 auto 24px; color: var(--muted); font-size: 1.02rem; line-height: 1.62; }
.desktop-call-popup-actions { display: grid; gap: 12px; }
.desktop-call-popup-phone, .desktop-call-popup-secondary { min-height: 64px; padding: 0 22px; display: flex; align-items: center; justify-content: center; border-radius: 13px; font: 800 1.08rem "Manrope"; }
.desktop-call-popup-phone { gap: 10px; background: var(--orange); color: #fff; box-shadow: 0 12px 28px rgba(244,122,31,.28); }
.desktop-call-popup-phone:hover { background: #df6814; }
.desktop-call-popup-phone svg { width: 23px; height: 23px; fill: currentColor; }
.desktop-call-popup-secondary { border: 2px solid #c7d8e5; color: var(--navy); background: #fff; }
.desktop-call-popup-secondary:hover { border-color: #8bb9d9; background: var(--soft); }
.desktop-call-popup-card > small { max-width: 455px; margin: 17px auto 0; display: block; color: #7b8997; font-size: .72rem; line-height: 1.5; }
@keyframes popup-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes popup-card-in { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (prefers-reduced-motion: reduce) { .desktop-call-popup, .desktop-call-popup-card { animation: none; } }
@media (max-width: 860px) { .desktop-call-popup { display: none !important; } }
