.site-nap {
    margin: 1.25rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.site-nap p {
    margin: 0.2rem 0;
}

.site-nap a {
    color: inherit;
    text-decoration: underline;
}

.footer-compact .site-nap,
.footer .site-nap {
    color: inherit;
}

.location-hero {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    color: #fff;
    padding: 4.5rem 0 3.5rem;
}

.location-hero h1 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.location-hero .btn-outline {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}

.location-hero .btn-outline:hover {
    background: #fff;
    color: #1e3a8a;
}

.location-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.location-section {
    padding: 3.5rem 0;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.location-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.4rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.location-card h2,
.location-card h3 {
    color: #1e3a8a;
    margin-bottom: 0.6rem;
}

.city-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.city-chip-row a {
    display: inline-block;
    background: #eff6ff;
    color: #1e3a8a;
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.city-chip-row a:hover,
.city-chip-row a[aria-current="page"] {
    background: #f97316;
    color: #fff;
}

.service-areas {
    background: #f8fafc;
    padding: 4rem 0;
}

.service-areas h2 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.service-areas .section-intro {
    text-align: center;
    color: #64748b;
    margin-bottom: 1.75rem;
}

.location-kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    font-weight: 700;
    opacity: 0.9;
    margin: 0 0 0.6rem;
}

.location-list {
    margin: 0 0 0.85rem;
    padding-left: 1.1rem;
    color: #334155;
}

.location-list li {
    margin: 0.25rem 0;
}

.location-section-alt {
    background: #f8fafc;
}

.location-narrow {
    max-width: 720px;
}

.partner-chip-heading {
    text-align: center;
    margin: 2rem 0 0.85rem;
    color: #1e3a8a;
    font-size: 1.1rem;
}
