.nc-seo-local {
    background: linear-gradient(135deg, #0b4fc9, #092c68);
    color: #fff;
}
.nc-seo-local > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.nc-seo-local span {
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .75rem;
    font-weight: 800;
    color: #a9c8ff;
    margin-bottom: .5rem;
}
.nc-seo-local h2 {
    font-size: clamp(1.65rem, 3vw, 2.4rem);
    font-weight: 800;
    max-width: 900px;
}
.nc-seo-local p { color: #dbe8ff; margin-bottom: 0; }
.nc-seo-flow { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.5rem; }
.nc-seo-flow strong {
    background: #eaf1ff;
    color: #0d3f9e;
    border-radius: 999px;
    padding: .55rem .85rem;
    font-size: .86rem;
}
@media (max-width: 767px) {
    .nc-seo-local > .container { align-items: stretch; flex-direction: column; text-align: center; }
    .nc-seo-local .btn { width: 100%; }
    .nc-seo-hero .d-flex { justify-content: center; }
}
