.local-page {
    background: #ffffff;
    color: #102033;
}

.local-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background: #07111f;
}

.local-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 39, 107, 0.92), rgba(0, 39, 107, 0.66), rgba(3, 8, 18, 0.42));
    z-index: 1;
}

.local-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.local-hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
    padding: 120px 0 90px;
}

.local-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 214, 0, 0.45);
    border-radius: 6px;
    background: rgba(255, 214, 0, 0.12);
    color: #ffd600;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 22px;
}

.local-hero h1 {
    max-width: 760px;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.12;
    margin-bottom: 24px;
}

.local-hero p {
    max-width: 680px;
    font-size: 20px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.local-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.local-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 900;
}

.local-btn.primary {
    background: #ffd600;
    color: #00276b;
}

.local-btn.secondary {
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.local-section {
    padding: 86px 0;
}

.local-section.alt {
    background: #f6f8fb;
}

.local-heading {
    max-width: 820px;
    margin-bottom: 40px;
}

.local-heading .eyebrow {
    display: block;
    color: #0033a0;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 10px;
}

.local-heading h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.22;
    margin-bottom: 16px;
    letter-spacing: 0;
}

.local-heading p {
    color: #475569;
    font-size: 18px;
    line-height: 1.75;
}

.local-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.local-card {
    background: #ffffff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    padding: 26px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.local-card h3 {
    color: #0033a0;
    font-size: 21px;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.local-card p,
.local-card li {
    color: #475569;
    font-size: 16px;
    line-height: 1.72;
}

.local-card ul,
.local-card ol {
    padding-left: 18px;
}

.local-proof {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 34px;
    align-items: center;
}

.local-proof-image {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dfe7f1;
    background: #e8eef7;
}

.local-proof-image img {
    width: 100%;
    display: block;
}

.local-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #dfe7f1;
    background: #ffffff;
}

.local-table th,
.local-table td {
    padding: 18px;
    border-bottom: 1px solid #e6edf5;
    text-align: left;
    vertical-align: top;
}

.local-table th {
    width: 28%;
    color: #0033a0;
    background: #f4f8ff;
    font-weight: 900;
}

.local-faq {
    display: grid;
    gap: 14px;
}

.local-faq details {
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    padding: 20px 22px;
    background: #ffffff;
}

.local-faq summary {
    cursor: pointer;
    font-weight: 900;
    color: #0033a0;
}

.local-faq p {
    margin-top: 12px;
    color: #475569;
    line-height: 1.72;
}

.local-crosslinks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.local-crosslinks a {
    border: 1px solid #d4dfeb;
    border-radius: 8px;
    padding: 10px 13px;
    color: #0033a0;
    text-decoration: none;
    font-weight: 800;
    background: #ffffff;
}

.local-cta-band {
    background: #00276b;
    color: #ffffff;
    padding: 54px 0;
}

.local-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.local-cta-inner h2 {
    font-size: clamp(28px, 4vw, 42px);
    margin-bottom: 10px;
    letter-spacing: 0;
}

.local-cta-inner p {
    color: rgba(255, 255, 255, 0.82);
}

.region-entry-section {
    padding: 86px 0;
    background: #ffffff;
}

.region-entry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.region-entry-card {
    display: block;
    padding: 22px;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    color: #102033;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.region-entry-card strong {
    display: block;
    color: #0033a0;
    font-size: 21px;
    margin-bottom: 8px;
}

.region-entry-card span {
    display: block;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .local-grid,
    .region-entry-grid,
    .local-proof {
        grid-template-columns: 1fr;
    }

    .local-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .local-hero {
        min-height: auto;
    }

    .local-hero-content {
        padding: 88px 0 64px;
    }

    .local-hero h1 {
        font-size: 36px;
    }

    .local-hero p {
        font-size: 17px;
    }

    .local-section,
    .region-entry-section {
        padding: 64px 0;
    }

    .local-table th,
    .local-table td {
        display: block;
        width: 100%;
    }
}
