/* ═══ Coverage page — premium dark layout ═══ */
.bn-coverage--premium {
    --cov-bg: #05060a;
    --cov-surface: rgba(12, 14, 22, 0.94);
    --cov-border: rgba(255, 255, 255, 0.09);
    --cov-text: #ffffff;
    --cov-text-muted: rgba(255, 255, 255, 0.6);
    background: var(--cov-bg);
    color: var(--cov-text);
}

/* Hero */
.bn-cov-hero {
    position: relative;
    padding: clamp(1.5rem, 3vw, 2.25rem) 0 clamp(2.75rem, 5.5vw, 4rem);
    overflow: hidden;
}

.bn-cov-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.bn-cov-hero__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.bn-cov-hero__mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 82% 30%, rgba(var(--bn-primary-rgb), 0.16), transparent 62%),
        radial-gradient(ellipse 45% 40% at 12% 85%, rgba(var(--bn-primary-rgb), 0.07), transparent 55%),
        linear-gradient(180deg, rgba(var(--bn-primary-rgb), 0.04) 0%, transparent 40%);
}

.bn-cov-hero__glow {
    position: absolute;
    right: 6%;
    top: 8%;
    width: min(460px, 48vw);
    height: min(460px, 48vw);
    background: radial-gradient(circle, rgba(var(--bn-primary-rgb), 0.14), transparent 70%);
    animation: bn-cov-hero-pulse 6s ease-in-out infinite;
}

@keyframes bn-cov-hero-pulse {
    0%, 100% { opacity: 0.75; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.04); }
}

.bn-cov-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.bn-cov-hero__crumb {
    margin-bottom: 1.25rem;
}

.bn-coverage--premium .bn-breadcrumb,
.bn-coverage--premium .bn-breadcrumb a {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.8125rem;
}

.bn-coverage--premium .bn-breadcrumb a:hover {
    color: var(--bn-primary);
}

.bn-cov-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.38rem 0.9rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bn-primary);
    background: rgba(var(--bn-primary-rgb), 0.1);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.32);
    border-radius: 999px;
    box-shadow: 0 0 24px rgba(var(--bn-primary-rgb), 0.12);
}

.bn-cov-hero__eyebrow-dot {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--bn-primary);
    box-shadow: 0 0 12px rgba(var(--bn-primary-rgb), 0.8);
    animation: bn-cov-dot-blink 2.4s ease-in-out infinite;
}

@keyframes bn-cov-dot-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}

.bn-cov-hero__title {
    font-family: var(--bn-display);
    font-size: clamp(2.35rem, 4.8vw, 3.45rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin: 0 0 1rem;
    color: #fff;
    text-shadow: 0 0 40px rgba(var(--bn-primary-rgb), 0.15);
}

.bn-cov-hero__title .bn-text-red {
    color: var(--bn-primary);
}

.bn-cov-hero__lead {
    margin: 0;
    max-width: 50ch;
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--cov-text-muted);
}

.bn-cov-hero__visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: clamp(240px, 30vw, 340px);
    opacity: 0.92;
}

.bn-cov-hero__visual .bn-svc-globe__svg {
    width: min(100%, 380px);
    filter:
        drop-shadow(0 0 48px rgba(var(--bn-primary-rgb), 0.32))
        drop-shadow(0 16px 40px rgba(0, 0, 0, 0.4));
}

.bn-cov-hero__visual-img {
    width: min(100%, 380px);
    height: auto;
    object-fit: contain;
    filter:
        drop-shadow(0 0 48px rgba(var(--bn-primary-rgb), 0.32))
        drop-shadow(0 16px 40px rgba(0, 0, 0, 0.4));
}

/* Main layout */
.bn-cov-main {
    padding: 0 0 clamp(3rem, 6vw, 4.5rem);
}

.bn-coverage--premium .bn-cov-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    gap: clamp(1.25rem, 2.5vw, 1.85rem);
    align-items: start;
}

.bn-coverage--premium .bn-cov-map-panel {
    position: sticky;
    top: calc(var(--bn-header-h, 72px) + 1rem);
}

.bn-coverage--premium .bn-cov-map__frame {
    position: relative;
    border-radius: 22px;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.28) !important;
    background: linear-gradient(165deg, #0e1018 0%, #07080e 55%, #12080c 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.1),
        0 0 64px rgba(var(--bn-primary-rgb), 0.14),
        0 28px 64px rgba(0, 0, 0, 0.5) !important;
    overflow: hidden;
    min-height: clamp(440px, 54vw, 540px);
}

.bn-coverage--premium .bn-cov-map__frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(var(--bn-primary-rgb), 0.1), transparent 65%),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 23px,
            rgba(255, 255, 255, 0.015) 23px,
            rgba(255, 255, 255, 0.015) 24px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 23px,
            rgba(255, 255, 255, 0.015) 23px,
            rgba(255, 255, 255, 0.015) 24px
        );
    pointer-events: none;
    z-index: 0;
    opacity: 0.7;
}

.bn-coverage--premium .bn-cov-map__glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 58% 48% at 38% 62%, rgba(var(--bn-primary-rgb), 0.2), transparent 62%),
        radial-gradient(ellipse 42% 38% at 78% 22%, rgba(var(--bn-primary-rgb), 0.12), transparent 58%);
    pointer-events: none;
    z-index: 0;
}

.bn-coverage--premium .bn-cov-map__canvas {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    transform-origin: center center;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.bn-coverage--premium .bn-cov-map__svg {
    width: 100%;
    max-height: 100%;
    height: auto;
}

.bn-coverage--premium .bn-cov-map__svg--premium {
    filter: drop-shadow(0 0 42px rgba(var(--bn-primary-rgb), 0.28));
}

.bn-coverage--premium .bn-cov-map__badge {
    position: absolute;
    top: 1.1rem;
    left: 1.1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.48rem 0.9rem;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--bn-primary);
    background: rgba(8, 10, 16, 0.88);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.35);
    border-radius: 999px;
    box-shadow: 0 0 20px rgba(var(--bn-primary-rgb), 0.15);
}

.bn-coverage--premium .bn-cov-map__status-key {
    position: absolute;
    left: 1.1rem;
    bottom: 1.1rem;
    z-index: 3;
    display: flex;
    gap: 1.15rem;
    margin: 0;
    padding: 0.6rem 0.9rem;
    background: rgba(8, 10, 16, 0.86);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
}

.bn-coverage--premium .bn-cov-map__status-key-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.6875rem;
    font-weight: 600;
}

.bn-coverage--premium .bn-cov-map__status-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.bn-coverage--premium .bn-cov-map__status-key-item--available .bn-cov-map__status-dot {
    background: var(--bn-primary);
    box-shadow: 0 0 12px rgba(var(--bn-primary-rgb), 0.75);
}

.bn-coverage--premium .bn-cov-map__status-key-item--expanding .bn-cov-map__status-dot {
    background: #f59e0b;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.65);
}

.bn-cov-map__zoom {
    position: absolute;
    right: 1.1rem;
    bottom: 1.1rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.38rem;
    background: rgba(8, 10, 16, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.bn-cov-map__zoom-btn {
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: none;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.bn-cov-map__zoom-btn:hover {
    background: rgba(var(--bn-primary-rgb), 0.22);
    color: #fff;
    box-shadow: 0 0 16px rgba(var(--bn-primary-rgb), 0.25);
}

/* Premium map markers */
.bn-coverage--premium .bn-cov-marker {
    cursor: pointer;
}

.bn-coverage--premium .bn-cov-marker__pulse {
    animation: bn-cov-marker-pulse 2.8s ease-out infinite;
    transform-origin: center;
    transform-box: fill-box;
}

.bn-coverage--premium .bn-cov-marker[data-cov-status="expanding"] .bn-cov-marker__pulse {
    animation-duration: 3.4s;
}

@keyframes bn-cov-marker-pulse {
    0% { transform: scale(0.75); opacity: 0.65; }
    70% { transform: scale(1.35); opacity: 0; }
    100% { transform: scale(1.35); opacity: 0; }
}

.bn-coverage--premium .bn-cov-marker__label {
    font-family: var(--bn-display);
    font-size: 9.5px;
    font-weight: 700;
    fill: rgba(255, 255, 255, 0.95);
    opacity: 1;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.9), 0 0 8px rgba(var(--bn-primary-rgb), 0.35);
}

.bn-coverage--premium .bn-cov-marker:hover .bn-cov-marker__dot,
.bn-coverage--premium .bn-cov-marker.is-active .bn-cov-marker__dot {
    r: 8;
}

.bn-coverage--premium .bn-cov-marker:hover .bn-cov-marker__ring,
.bn-coverage--premium .bn-cov-marker.is-active .bn-cov-marker__ring {
    r: 17;
    opacity: 1;
}

.bn-coverage--premium .bn-cov-marker.is-active .bn-cov-marker__label {
    fill: #fff;
    font-size: 11px;
}

.bn-coverage--premium .bn-cov-map.is-active .bn-cov-map__land {
    fill: rgba(var(--bn-primary-rgb), 0.32);
}

/* List panel */
.bn-cov-list-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 1.25rem 1.25rem 1rem;
    border-radius: 22px;
    background:
        linear-gradient(165deg, rgba(16, 18, 28, 0.96) 0%, rgba(10, 11, 18, 0.94) 100%);
    border: 1px solid var(--cov-border);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 24px 56px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(16px);
    overflow: hidden;
}

.bn-cov-list-panel__shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--bn-primary-rgb), 0.55), transparent);
    box-shadow: 0 0 20px rgba(var(--bn-primary-rgb), 0.4);
    pointer-events: none;
}

.bn-cov-list-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.95rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.bn-cov-list-head__titles {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.bn-cov-list-head__title {
    margin: 0;
    font-family: var(--bn-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.bn-cov-list-head__count {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.42);
    text-transform: uppercase;
}

.bn-cov-filters {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.bn-cov-filter {
    padding: 0.38rem 0.8rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    cursor: pointer;
    transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.bn-cov-filter:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
}

.bn-cov-filter.is-active {
    color: #fff;
    background: rgba(var(--bn-primary-rgb), 0.18);
    border-color: rgba(var(--bn-primary-rgb), 0.55);
    box-shadow: 0 0 20px rgba(var(--bn-primary-rgb), 0.2);
}

.bn-coverage--premium .bn-cov-cards {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    overflow-y: auto;
    max-height: min(58vh, 520px);
    padding-right: 0.25rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--bn-primary-rgb), 0.4) transparent;
}

.bn-cov-list-panel__foot {
    flex-shrink: 0;
    padding-top: 0.85rem;
    margin-top: 0.15rem;
}

.bn-cov-list-panel__foot-line {
    display: block;
    position: relative;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(var(--bn-primary-rgb), 0.55), transparent);
    box-shadow: 0 0 16px rgba(var(--bn-primary-rgb), 0.45);
}

.bn-cov-list-panel__foot-line::before,
.bn-cov-list-panel__foot-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: translateY(-50%);
}

.bn-cov-list-panel__foot-line::before {
    left: 0;
    border-right: 6px solid rgba(var(--bn-primary-rgb), 0.7);
}

.bn-cov-list-panel__foot-line::after {
    right: 0;
    border-left: 6px solid rgba(var(--bn-primary-rgb), 0.7);
}

.bn-coverage--premium .bn-cov-cards::-webkit-scrollbar {
    width: 5px;
}

.bn-coverage--premium .bn-cov-cards::-webkit-scrollbar-thumb {
    background: rgba(var(--bn-primary-rgb), 0.35);
    border-radius: 999px;
}

/* Coverage area cards — compact location rows */
.bn-coverage--premium .bn-cov-card {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: none !important;
    overflow: hidden;
    cursor: pointer;
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.bn-coverage--premium .bn-cov-card__accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--bn-primary);
    opacity: 0.55;
    transition: opacity 0.35s ease, box-shadow 0.35s ease;
}

.bn-coverage--premium .bn-cov-card--expanding .bn-cov-card__accent {
    background: #f59e0b;
}

.bn-coverage--premium .bn-cov-card__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem 0.85rem;
    padding: 0.72rem 0.85rem 0.72rem 0.95rem;
    min-height: 3.1rem;
}

.bn-coverage--premium .bn-cov-card:hover,
.bn-coverage--premium .bn-cov-card.is-active {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: rgba(var(--bn-primary-rgb), 0.35) !important;
    box-shadow:
        0 8px 24px rgba(var(--bn-primary-rgb), 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.bn-coverage--premium .bn-cov-card.is-hidden {
    display: none;
}

.bn-coverage--premium .bn-cov-card--expanding:hover,
.bn-coverage--premium .bn-cov-card--expanding.is-active {
    border-color: rgba(245, 158, 11, 0.35) !important;
    box-shadow: 0 10px 32px rgba(245, 158, 11, 0.12) !important;
}

.bn-coverage--premium .bn-cov-card:hover .bn-cov-card__accent,
.bn-coverage--premium .bn-cov-card.is-active .bn-cov-card__accent {
    opacity: 1;
    box-shadow: 0 0 14px currentColor;
}

.bn-coverage--premium .bn-cov-card--nationwide {
    background: linear-gradient(135deg, rgba(var(--bn-primary-rgb), 0.1), rgba(255, 255, 255, 0.03)) !important;
    border-color: rgba(var(--bn-primary-rgb), 0.22) !important;
}

.bn-coverage--premium .bn-cov-card__status {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    flex-shrink: 0;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.22rem 0.48rem;
    border-radius: 999px;
    white-space: nowrap;
}

.bn-coverage--premium .bn-cov-card__status-dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 8px currentColor;
}

.bn-coverage--premium .bn-cov-card__status--available {
    color: #34d399;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.28);
}

.bn-coverage--premium .bn-cov-card__status--expanding {
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.bn-coverage--premium .bn-cov-card__title {
    margin: 0;
    color: #fff !important;
    font-family: var(--bn-display);
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bn-coverage--premium .bn-cov-card__pin {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border-radius: 50%;
    background: rgba(var(--bn-primary-rgb), 0.14);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.38);
    color: #fff;
    font-size: 0.82rem;
    cursor: pointer;
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.bn-coverage--premium .bn-cov-card__pin--nationwide {
    background: rgba(var(--bn-primary-rgb), 0.1);
    border-color: rgba(var(--bn-primary-rgb), 0.28);
    color: var(--bn-primary);
    cursor: default;
}

.bn-coverage--premium .bn-cov-card__pin--expanding {
    background: rgba(245, 158, 11, 0.12);
    border-color: rgba(245, 158, 11, 0.38);
    color: #fbbf24;
}

.bn-coverage--premium .bn-cov-card__pin:hover,
.bn-coverage--premium .bn-cov-card.is-active .bn-cov-card__pin {
    background: linear-gradient(145deg, var(--bn-primary), #c41e28);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 18px rgba(var(--bn-primary-rgb), 0.4);
    transform: translateX(2px);
}

.bn-coverage--premium .bn-cov-card--expanding .bn-cov-card__pin:hover,
.bn-coverage--premium .bn-cov-card--expanding.is-active .bn-cov-card__pin {
    background: linear-gradient(145deg, #f59e0b, #d97706);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
}

/* Bottom features */
.bn-cov-features {
    padding: 0 0 clamp(3.5rem, 7vw, 5rem);
}

.bn-cov-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(0.85rem, 2vw, 1.25rem);
    padding: clamp(1.5rem, 2.5vw, 1.85rem);
    border-radius: 22px;
    background: linear-gradient(165deg, rgba(14, 16, 24, 0.9) 0%, rgba(8, 9, 14, 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 20px 52px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.bn-cov-features__grid::after {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--bn-primary), transparent);
    box-shadow: 0 0 22px rgba(var(--bn-primary-rgb), 0.65);
}

.bn-cov-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.65rem;
    border-radius: 12px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.bn-cov-feature:hover {
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(-2px);
}

.bn-cov-feature__icon {
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(var(--bn-primary-rgb), 0.18), rgba(var(--bn-primary-rgb), 0.08));
    border: 1px solid rgba(var(--bn-primary-rgb), 0.32);
    color: var(--bn-primary);
    font-size: 1.12rem;
    box-shadow: 0 0 22px rgba(var(--bn-primary-rgb), 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bn-cov-feature:hover .bn-cov-feature__icon {
    transform: scale(1.06);
    box-shadow: 0 0 28px rgba(var(--bn-primary-rgb), 0.28);
}

.bn-cov-feature__icon i {
    display: block;
    line-height: 1;
}

.bn-cov-feature__title {
    margin: 0 0 0.3rem;
    font-family: var(--bn-display);
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.bn-cov-feature__text {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.55;
    color: var(--cov-text-muted);
}

/* Empty state on dark page */
.bn-coverage--premium .bn-empty-state {
    color: var(--cov-text-muted);
}

/* Responsive */
@media (max-width: 1100px) {
    .bn-cov-hero__inner {
        grid-template-columns: 1fr;
    }

    .bn-cov-hero__visual {
        order: -1;
        min-height: 200px;
    }

    .bn-coverage--premium .bn-cov-layout {
        grid-template-columns: 1fr;
    }

    .bn-coverage--premium .bn-cov-map-panel {
        position: static;
    }

    .bn-cov-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bn-coverage--premium .bn-cov-map__frame {
        min-height: clamp(360px, 70vw, 440px);
    }

    .bn-cov-list-panel {
        min-height: auto;
    }

    .bn-coverage--premium .bn-cov-cards {
        max-height: none;
    }
}

@media (max-width: 640px) {
    .bn-cov-list-head {
        flex-direction: column;
        align-items: stretch;
    }

    .bn-cov-filters {
        width: 100%;
    }

    .bn-cov-filter {
        flex: 1;
        text-align: center;
    }

    .bn-coverage--premium .bn-cov-card__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        grid-template-rows: auto;
        gap: 0.5rem 0.65rem;
    }

    .bn-coverage--premium .bn-cov-card__title {
        grid-column: 2;
        grid-row: 1;
        text-align: left;
        font-size: 0.875rem;
    }

    .bn-coverage--premium .bn-cov-card__status {
        grid-column: 1;
        grid-row: 1;
    }

    .bn-coverage--premium .bn-cov-card__pin {
        grid-column: 3;
        grid-row: 1;
    }

    .bn-cov-features__grid {
        grid-template-columns: 1fr;
    }

    .bn-coverage--premium .bn-cov-marker__label {
        font-size: 8px;
    }

    .bn-coverage--premium .bn-cov-map__status-key {
        flex-direction: column;
        gap: 0.45rem;
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bn-coverage--premium .bn-cov-map__canvas,
    .bn-cov-hero__glow,
    .bn-cov-hero__eyebrow-dot,
    .bn-coverage--premium .bn-cov-marker__pulse {
        animation: none;
        transition: none;
    }

    .bn-coverage--premium .bn-cov-card,
    .bn-cov-feature {
        transition: none;
    }
}
