:root {
    --red: #9f1d20;
    --red-dark: #741417;
    --red-soft: #fff1f1;
    --amber: #f6b73c;
    --ink: #111827;
    --navy: #0d1828;
    --slate: #405065;
    --muted: #66758a;
    --line: #dce2e9;
    --surface: #f4f7fa;
    --white: #fff;
    --radius: 18px;
    --radius-sm: 11px;
    --shadow: 0 18px 48px rgba(13, 24, 40, .10);
    --focus: #2563eb;
    --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--red); text-underline-offset: 3px; }
a:hover { color: var(--red-dark); }
button, summary { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.15; letter-spacing: -.025em; }
h1 { max-width: 920px; margin-bottom: 24px; font-size: clamp(2.45rem, 6vw, 5rem); }
h2 { margin-bottom: 20px; font-size: clamp(1.8rem, 3.3vw, 3rem); }
h3 { margin-bottom: 10px; font-size: 1.25rem; }
ul, ol { margin-top: 0; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.visually-hidden {
    position: absolute !important;
    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;
    top: 12px;
    left: 12px;
    padding: 10px 15px;
    color: var(--white);
    background: var(--ink);
    border-radius: 8px;
    transform: translateY(-160%);
}
.skip-link:focus { color: var(--white); transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 790px; }
.centered { margin-top: 36px; text-align: center; }
.spacer { height: 30px; }

.topbar {
    padding: 8px 0;
    color: var(--white);
    background: var(--red-dark);
    font-size: .88rem;
    font-weight: 700;
}
.topbar .container { display: flex; align-items: center; justify-content: center; gap: 10px; }
.topbar a { color: var(--white); }
.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}
.site-header.scrolled { box-shadow: 0 8px 26px rgba(13, 24, 40, .09); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ink);
    text-decoration: none;
    font-size: 1.26rem;
    font-weight: 700;
    line-height: 1.05;
}
.brand:hover { color: var(--ink); }
.brand strong { color: var(--red); }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .63rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.brand-mark {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    color: var(--white);
    background: var(--red);
    border-radius: 12px;
    font-size: 1.45rem;
}
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--ink); font-size: .94rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--red); }
.site-nav .nav-phone { padding: 11px 17px; color: var(--white); background: var(--red); border-radius: 10px; }
.site-nav .nav-phone:hover { color: var(--white); background: var(--red-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle > span:not(.visually-hidden) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.eyebrow { margin-bottom: 12px; color: var(--red); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #ffd1d1; }
.phone-button, .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 20px;
    border: 2px solid transparent;
    border-radius: 12px;
    color: var(--white);
    background: var(--red);
    box-shadow: 0 10px 26px rgba(159, 29, 32, .22);
    font-weight: 850;
    text-decoration: none;
}
.phone-button:hover { color: var(--white); background: var(--red-dark); transform: translateY(-1px); }
.phone-button-light { color: var(--red-dark); background: var(--white); }
.phone-button-light:hover { color: var(--red-dark); background: #fff7f7; }
.button-ghost { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); box-shadow: none; }
.button-ghost:hover { color: var(--white); background: rgba(255,255,255,.16); }
.button-dark { background: var(--navy); box-shadow: none; }
.button-dark:hover { color: var(--white); background: #1e2a3b; }
.text-link { display: inline-flex; gap: 6px; font-weight: 800; text-decoration: none; }
.cta-note { margin: 12px 0 0; color: var(--muted); font-size: .9rem; }

.hero { position: relative; min-height: 670px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; }
.hero-shade { background: linear-gradient(90deg, rgba(6,14,25,.96) 0%, rgba(13,24,40,.86) 48%, rgba(116,20,23,.46) 100%); }
.hero-content { position: relative; z-index: 1; padding-block: 105px; }
.hero h1 { max-width: 850px; color: var(--white); }
.hero-lede { max-width: 740px; margin-bottom: 30px; color: #e7edf4; font-size: clamp(1.1rem, 2.2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-fine { max-width: 680px; margin: 20px 0 0; color: #c5d0dc; font-size: .9rem; }
.emergency-note { color: var(--white); background: var(--red); }
.emergency-note .container { display: flex; gap: 18px; padding-block: 17px; }
.emergency-note span { opacity: .94; }

.page-hero { padding: 76px 0 82px; background: linear-gradient(145deg, #f7f9fb 0%, #fff 55%, var(--red-soft) 100%); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.4rem, 5.8vw, 4.7rem); }
.page-lede { max-width: 870px; margin-bottom: 28px; color: var(--slate); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.breadcrumbs { margin-bottom: 34px; font-size: .86rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { margin-left: 8px; color: #9aa5b2; content: "/"; }
.breadcrumbs a { color: var(--slate); }

.section { padding: 88px 0; }
.section-muted { background: var(--surface); }
.section-dark { color: #d8e1eb; background: var(--navy); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .check-list li::before { color: #ff8f91; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr); align-items: end; gap: 50px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); }
.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 66px; }
.three-column { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 34px; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.card { padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 9px 30px rgba(13, 24, 40, .05); }
.card:hover { border-color: #c5ccd5; box-shadow: var(--shadow); transform: translateY(-2px); }
.card h3 a { color: var(--ink); text-decoration: none; }
.card p { color: var(--muted); font-size: .95rem; }
.card-icon { display: grid; width: 46px; height: 46px; margin-bottom: 20px; place-items: center; color: var(--red); background: var(--red-soft); border-radius: 12px; font-size: 1.35rem; font-weight: 800; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding: 0; list-style: none; counter-reset: none; }
.steps li { padding: 26px 23px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); }
.steps li > span { display: grid; width: 38px; height: 38px; margin-bottom: 18px; place-items: center; color: var(--navy); background: var(--amber); border-radius: 50%; font-weight: 900; }
.steps p { margin-bottom: 0; color: #b9c7d5; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 27px; }
.check-list li::before { position: absolute; left: 0; color: var(--red); font-weight: 900; content: "✓"; }
.disclosure { padding: 23px 25px; color: #3c2d17; background: #fff8df; border: 1px solid #ead58f; border-radius: var(--radius-sm); }
.disclosure strong { display: block; margin-bottom: 6px; color: #5e3f0a; }
.illustration, .content-image { margin: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(13,24,40,.1); }
.illustration img, .content-image img { width: 100%; height: auto; object-fit: cover; }
.illustration figcaption, .content-image figcaption { padding: 10px 14px; color: var(--muted); background: var(--white); font-size: .78rem; }
.page-image-wrap { position: relative; z-index: 2; margin-top: -44px; margin-bottom: 24px; }
.page-image-wrap .content-image { max-width: 1040px; margin-inline: auto; }
.card-image { margin: -27px -27px 22px; overflow: hidden; background: var(--surface); border-bottom: 1px solid var(--line); border-radius: var(--radius) var(--radius) 0 0; }
.card-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.card-image figcaption { min-height: 49px; padding: 8px 12px; color: var(--muted); background: #fbfcfd; font-size: .7rem; line-height: 1.35; }
.source-note { margin-top: 22px; color: var(--muted); font-size: .9rem; }
.resource-list { display: grid; gap: 12px; }
.resource-list a { padding: 18px 20px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 12px; text-decoration: none; }
.resource-list a:hover { background: var(--white); border-color: var(--red); }
.resource-list span { display: block; margin-top: 3px; color: var(--muted); font-size: .9rem; }

.state-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; padding: 0; list-style: none; }
.state-grid a { display: block; padding: 11px 13px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 9px; font-size: .9rem; font-weight: 750; text-decoration: none; }
.state-grid a:hover { color: var(--red); border-color: var(--red); }
.state-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 40px; }
.state-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); }
.state-card-image { width: 100%; height: auto; margin-bottom: 20px; border-radius: 10px; box-shadow: 0 8px 20px rgba(13,24,40,.1); }
.state-card h2 { margin-bottom: 10px; font-size: 1.5rem; }
.state-card h2 a { color: var(--ink); text-decoration: none; }
.state-card p { color: var(--muted); }
.state-code { margin-bottom: 5px !important; color: var(--red) !important; font-weight: 900; }
.stat-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-bottom: 28px; }
.stat-row > div { padding: 21px; text-align: center; background: var(--surface); border-radius: 13px; }
.stat-row strong { display: block; color: var(--red); font-size: 1.8rem; line-height: 1.1; }
.stat-row span { color: var(--muted); font-size: .86rem; }
.area-stack { display: grid; gap: 13px; }
.area-details { background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.area-details summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 20px; cursor: pointer; }
.area-details summary span { color: var(--muted); font-size: .85rem; }
.area-details[open] summary { border-bottom: 1px solid var(--line); }
.location-list, .compact-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px 16px; padding: 20px 22px; list-style: none; }
.location-list li, .compact-list li { color: var(--slate); font-size: .9rem; }
.compact-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.zip-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.safety-callout { color: #4c241f; background: var(--red-soft); border-bottom: 1px solid #efc8c8; }
.safety-callout .container { display: flex; align-items: baseline; gap: 14px; padding-block: 22px; }
.safety-callout p { margin: 0; }
.faq-list { display: grid; gap: 11px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; color: var(--ink); cursor: pointer; font-size: 1.05rem; font-weight: 800; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span:last-child { color: var(--red); font-size: 1.5rem; transition: transform .2s; }
.faq-item[open] summary span:last-child { transform: rotate(45deg); }
.faq-answer { padding: 0 22px 20px; color: var(--slate); }
.faq-answer p { margin: 0; }
.link-pills { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.link-pills a { display: block; padding: 9px 13px; color: var(--ink); background: var(--surface); border-radius: 999px; font-size: .9rem; font-weight: 750; text-decoration: none; }

.call-panel { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin: 70px 0; padding: 42px; color: #e7edf4; background: linear-gradient(125deg, var(--navy), #26374e); border-radius: 22px; }
.call-panel h2 { margin-bottom: 10px; color: var(--white); font-size: clamp(1.7rem, 3vw, 2.5rem); }
.call-panel p:last-child { max-width: 680px; margin-bottom: 0; }
.article-hero { text-align: left; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 75px; align-items: start; }
.article-body { max-width: 800px; }
.article-section { margin-bottom: 52px; }
.article-section h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
.article-aside { position: sticky; top: 110px; display: grid; gap: 18px; }
.sources { padding-top: 34px; border-top: 1px solid var(--line); }
.sources p { color: var(--muted); font-size: .9rem; }
.legal-copy { max-width: 820px; }
.legal-copy section { margin-bottom: 42px; }
.legal-copy h2 { font-size: 1.65rem; }

.site-footer { margin-top: 80px; padding: 65px 0 0; color: #bdc8d4; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 48px; }
.brand-footer { color: var(--white); }
.brand-footer:hover { color: var(--white); }
.site-footer h2 { color: var(--white); font-size: .95rem; letter-spacing: .03em; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer li { margin: 9px 0; }
.site-footer a { color: #d7e0e9; }
.footer-phone { font-size: 1.1rem; font-weight: 850; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.mobile-call { display: none; }

@media (max-width: 980px) {
    .card-grid, .state-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .state-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .three-column { grid-template-columns: 1fr; gap: 45px; }
    .location-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    body { padding-bottom: 66px; }
    .container { width: min(calc(100% - 30px), var(--max)); }
    .topbar { font-size: .78rem; }
    .topbar .container { gap: 6px; }
    .header-inner { min-height: 66px; }
    .brand { font-size: 1.06rem; }
    .brand small { display: none; }
    .brand-mark { width: 39px; height: 39px; font-size: 1.2rem; }
    .menu-toggle { display: block; }
    .site-nav {
        position: fixed;
        top: 105px;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 22px 20px;
        background: var(--white);
    }
    .site-nav.active { display: flex; }
    .site-nav a { padding: 15px 8px; border-bottom: 1px solid var(--line); font-size: 1.04rem; }
    .site-nav .nav-phone { margin-top: 15px; text-align: center; border: 0; }
    .hero { min-height: 620px; }
    .hero-content { padding-block: 78px; }
    .hero-shade { background: linear-gradient(90deg, rgba(6,14,25,.96), rgba(13,24,40,.79)); }
    .hero-actions { align-items: stretch; flex-direction: column; max-width: 390px; }
    .page-hero { padding: 55px 0 60px; }
    .section { padding: 65px 0; }
    .section-heading, .two-column, .article-layout { grid-template-columns: 1fr; gap: 28px; }
    .section-heading { align-items: start; }
    .card-grid, .state-card-grid { grid-template-columns: 1fr; }
    .state-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stat-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .location-list, .compact-list, .zip-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-aside { position: static; }
    .call-panel { align-items: stretch; flex-direction: column; margin-block: 50px; padding: 30px 24px; }
    .safety-callout .container, .emergency-note .container { align-items: flex-start; flex-direction: column; gap: 3px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; }
    .mobile-call {
        position: fixed;
        z-index: 1100;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        min-height: 60px;
        padding: 17px;
        color: var(--white);
        background: var(--red);
        box-shadow: 0 -8px 22px rgba(13,24,40,.16);
        font-weight: 900;
        text-align: center;
        text-decoration: none;
    }
    .mobile-call:hover { color: var(--white); background: var(--red-dark); }
}

@media (max-width: 460px) {
    h1 { font-size: 2.35rem; }
    .steps { grid-template-columns: 1fr; }
    .location-list, .compact-list, .zip-list { grid-template-columns: 1fr; }
    .area-details summary { align-items: flex-start; flex-direction: column; gap: 2px; }
    .state-grid { grid-template-columns: 1fr 1fr; }
}

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

@media print {
    .topbar, .site-header, .mobile-call, .phone-button, .site-footer { display: none !important; }
    body { color: #000; background: #fff; }
    .section, .page-hero { padding: 24px 0; }
    a { color: #000; }
}
