/**
 * BESTNET — Enterprise Dark Theme (mockup-aligned)
 * Deep navy · electric red · glass · glow cards
 */

:root {
    --bn-primary: #e31e24;
    --bn-accent: #ff3b3b;
    --bn-primary-rgb: 227, 30, 36;
    --bn-accent-rgb: 255, 59, 59;
    --bn-dark: #0b0d17;
    --bn-dark-2: #12151f;
    --bn-dark-3: #1a1e2e;
    --bn-surface: #ffffff;
    --bn-surface-alt: #f4f5f7;
    --bn-surface-tint: #eef0f4;
    --bn-surface-warm: #0b0d17;
    --bn-text: #f0f2f8;
    --bn-text-muted: rgba(240, 242, 248, 0.62);
    --bn-text-subtle: rgba(240, 242, 248, 0.4);
    --bn-border: rgba(255, 255, 255, 0.08);
    --bn-glow-red: 0 0 40px rgba(227, 30, 36, 0.25);
    --bn-glow-red-strong: 0 0 60px rgba(227, 30, 36, 0.45);
}

/* ─── Base ─── */
body.bn-site {
    color: var(--bn-text);
    background: var(--bn-dark);
    background-image:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(var(--bn-primary-rgb), 0.18), transparent 55%),
        radial-gradient(ellipse 40% 30% at 100% 20%, rgba(var(--bn-primary-rgb), 0.08), transparent 50%);
}
body.bn-site::before { opacity: 0.12; }

a { color: var(--bn-accent); }
a:hover { color: #ff6b6b; }

/* ─── Header (always dark glass, sticky) ─── */
.bn-header {
    position: fixed !important;
    top: 0 !important;
    z-index: 1100 !important;
}

.bn-header:not(.is-scrolled) .bn-header__shell,
.bn-header.is-scrolled .bn-header__shell {
    background: rgba(11, 13, 23, 0.88);
    backdrop-filter: blur(18px) saturate(1.25);
    -webkit-backdrop-filter: blur(18px) saturate(1.25);
    border-bottom-color: rgba(255, 255, 255, 0.07);
}

.bn-header.is-scrolled .bn-header__shell {
    background: rgba(11, 13, 23, 0.96);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.5);
}

.bn-header .bn-nav__link,
.bn-header .bn-nav__trigger {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    letter-spacing: 0.01em;
}

.bn-header .bn-nav__link:hover,
.bn-header .bn-nav__trigger:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.bn-header .bn-locale { display: none; }

.bn-header.is-scrolled .bn-locale,
.bn-header.is-scrolled .bn-header__tool:not(.bn-header__tool--phone) {
    color: rgba(255, 255, 255, 0.65);
}

.bn-header.is-scrolled .bn-header__tool:not(.bn-header__tool--phone):hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.bn-header .bn-header__tool--phone {
    color: var(--bn-accent);
    background: rgba(var(--bn-primary-rgb), 0.14) !important;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.32) !important;
}

.bn-header .bn-header__tool--phone:hover {
    color: #fff !important;
    background: var(--bn-primary) !important;
    border-color: var(--bn-primary) !important;
    box-shadow: 0 0 16px rgba(var(--bn-primary-rgb), 0.5);
}

.bn-brand-logo--header .bn-brand-logo__img {
    height: 52px;
    max-width: 210px;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
    background: transparent;
}
.bn-header.is-scrolled .bn-brand-logo--header .bn-brand-logo__img {
    height: 46px;
    max-width: 190px;
}
.bn-nav__link.is-active,
.bn-nav__item.is-active-branch > .bn-nav__trigger {
    color: #fff !important;
    background: rgba(var(--bn-primary-rgb), 0.18) !important;
}
.bn-nav__link.is-active::after,
.bn-nav__item.is-active-branch > .bn-nav__trigger::after {
    background: var(--bn-primary);
    transform: scaleX(1);
}
.bn-header__cta {
    background: var(--bn-primary);
    border: none;
    box-shadow: 0 4px 20px rgba(var(--bn-primary-rgb), 0.45);
}
.bn-header__cta:hover {
    background: #c4191f;
    box-shadow: var(--bn-glow-red-strong);
}

/* ─── Hero ─── */
.bn-hero {
    min-height: 92vh;
    background: var(--bn-dark);
}
.bn-hero__gradient {
    background:
        linear-gradient(180deg, rgba(11, 13, 23, 0.3) 0%, rgba(11, 13, 23, 0.85) 70%, var(--bn-dark) 100%),
        radial-gradient(ellipse at 70% 30%, rgba(var(--bn-primary-rgb), 0.25), transparent 50%);
}
.bn-hero__fiber-net path,
.bn-hero__fiber-lines path {
    stroke: var(--bn-primary) !important;
}
.bn-hero__fiber-dot { fill: var(--bn-accent) !important; }
.bn-hero__title {
    font-size: clamp(2.5rem, 5.5vw, 4rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
}
.bn-hero__title .bn-text-red { color: var(--bn-primary); }
.bn-hero__btn--primary {
    background: linear-gradient(135deg, var(--bn-primary) 0%, #c41e28 100%);
    border: none;
    box-shadow: 0 10px 32px rgba(var(--bn-primary-rgb), 0.4);
    letter-spacing: 0.01em;
}

.bn-hero__btn--glass {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.bn-hero__btn--glass:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
}

.bn-hero__trust li {
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.bn-hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0 !important;
    height: calc(100dvh - var(--bn-trust-h));
    max-height: calc(100dvh - var(--bn-trust-h));
    padding-bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.bn-hero-swiper {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.bn-hero-swiper .swiper-wrapper,
.bn-hero-swiper .swiper-slide {
    min-height: 0;
}

.bn-hero__slide {
    min-height: 0 !important;
    padding-block: 0.35rem 0.15rem !important;
    gap: clamp(1rem, 2.5vw, 2.25rem) !important;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
    align-items: center;
    height: 100%;
}

/* ── Left column: premium typography ── */
.bn-hero__content--pro {
    position: relative;
    max-width: 36rem;
    padding-left: 1.15rem;
}

.bn-hero__content--pro::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15rem;
    bottom: 0.15rem;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--bn-primary) 0%, rgba(var(--bn-primary-rgb), 0.15) 85%, transparent 100%);
    box-shadow: 0 0 20px rgba(var(--bn-primary-rgb), 0.35);
}

.bn-hero__content {
    max-width: 34rem;
    min-width: 0;
}

.bn-hero__eyebrow {
    margin-bottom: 0.85rem !important;
    padding: 0.38rem 0.9rem !important;
    border-radius: 999px !important;
    background: rgba(var(--bn-primary-rgb), 0.1) !important;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.22) !important;
    color: rgba(255, 255, 255, 0.92) !important;
}

.bn-hero__title {
    font-size: clamp(2.1rem, 3.8vw, 3.35rem) !important;
    font-weight: 700 !important;
    margin-bottom: 0.35em !important;
    max-width: 14ch !important;
    line-height: 1.04 !important;
    letter-spacing: -0.038em !important;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.bn-hero__title .bn-text-red {
    color: var(--bn-primary) !important;
    text-shadow: 0 0 40px rgba(var(--bn-primary-rgb), 0.35);
}

.bn-hero__subtitle {
    font-size: clamp(0.95rem, 1.3vw, 1.1rem) !important;
    margin-bottom: 1.15rem !important;
    line-height: 1.62 !important;
    max-width: 48ch !important;
    color: rgba(255, 255, 255, 0.72) !important;
    padding-left: 0.9rem;
    border-left: 2px solid rgba(var(--bn-primary-rgb), 0.35);
}

.bn-hero__actions {
    margin-bottom: 1rem !important;
    gap: 0.65rem !important;
}

.bn-hero__btn {
    padding: 0.78rem 1.45rem !important;
    font-size: 0.9rem !important;
    border-radius: 0.65rem !important;
}

.bn-hero__trust {
    gap: 0.45rem !important;
}

.bn-hero__trust li {
    padding: 0.4rem 0.75rem !important;
    font-size: 0.78rem !important;
    font-weight: 500;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* ── Right column: widescreen media showcase ── */
.bn-hero__visual {
    min-height: 0 !important;
    max-height: none !important;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bn-hero__visual--media {
    min-height: 0 !important;
    padding-right: 0.25rem;
}

.bn-hero__illustration {
    margin-bottom: 0;
    width: min(100%, 520px);
    max-width: 100% !important;
    max-height: 100% !important;
    margin-inline: auto;
}

.bn-hero__illustration--media {
    width: 100%;
    max-width: min(100%, 620px) !important;
    margin-inline: auto 0;
    height: auto;
    min-height: 0;
}

.bn-hero__visual--media .bn-hero__illu-glow {
    inset: 8% 0 8% 10%;
    opacity: 0.55;
    border-radius: 2rem;
}

.bn-hero__media {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
}

.bn-hero__media-glow {
    position: absolute;
    inset: 12% -6% -8% 8%;
    background: radial-gradient(ellipse at 60% 45%, rgba(var(--bn-primary-rgb), 0.28), transparent 68%);
    filter: blur(36px);
    pointer-events: none;
    z-index: 0;
}

.bn-hero__media-stage {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 1.35rem 1.35rem 1.35rem 0.4rem;
    overflow: hidden;
    background: #0c0e14;
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.48),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transform: perspective(1400px) rotateY(-3deg) rotateX(1deg);
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.65s ease;
}

.swiper-slide-active .bn-hero__media-stage {
    transform: perspective(1400px) rotateY(-1.5deg) rotateX(0deg);
    box-shadow:
        0 36px 72px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 48px rgba(var(--bn-primary-rgb), 0.12);
}

.bn-hero__media-stage img,
.bn-hero__media-stage picture {
    display: block;
    width: 100%;
    height: 100%;
}

.bn-hero__media-stage img {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.03);
    transition: transform 10s cubic-bezier(0.22, 1, 0.36, 1);
}

.swiper-slide-active .bn-hero__media-stage img {
    transform: scale(1);
}

.bn-hero__media-shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0.12) 0%,
        transparent 38%,
        transparent 62%,
        rgba(255, 255, 255, 0.04) 100%
    );
    mix-blend-mode: soft-light;
}

/* Legacy square frame — retired */
.bn-hero__media-ring,
.bn-hero__media-frame,
.bn-hero__media-scan {
    display: none !important;
}

.bn-hero__float {
    padding: 0.5rem 0.7rem !important;
}

.bn-hero__float strong {
    font-size: 0.78rem !important;
}

.bn-hero__float--1 { top: 6%; right: 2%; }
.bn-hero__float--2 { top: 38%; left: 0; }
.bn-hero__float--3 { bottom: 12%; right: 4%; }

.bn-hero__pagination {
    bottom: 0.5rem !important;
}

.bn-hero__pagination .swiper-pagination-bullet {
    width: 1.75rem;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    opacity: 1;
    transition: width 0.35s ease, background 0.35s ease;
}

.bn-hero__pagination .swiper-pagination-bullet-active {
    width: 2.5rem;
    background: var(--bn-primary);
    box-shadow: 0 0 14px rgba(var(--bn-primary-rgb), 0.5);
}

.bn-hero__scroll {
    display: none;
}

/* Unified hero dock strip */
.bn-hero__dock {
    position: relative;
    z-index: 4;
    flex-shrink: 0;
    width: 100%;
    margin-top: 0;
    padding: 0 0 0.65rem;
}

.bn-hero__dock-strip {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.35),
        0 0 40px rgba(var(--bn-primary-rgb), 0.1);
}

.bn-hero__dock-status {
    flex: 0 0 clamp(15rem, 27%, 18.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(165deg, #ffffff 0%, #f8f9fc 100%);
    border-right: 1px solid rgba(15, 20, 35, 0.08);
}

.bn-hero__dock-status-head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bn-primary);
}

.bn-hero__dock-status-title {
    line-height: 1;
}

.bn-hero__stats-live {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bn-primary);
    box-shadow:
        0 0 0 3px rgba(var(--bn-primary-rgb), 0.15),
        0 0 10px rgba(var(--bn-primary-rgb), 0.5);
    flex-shrink: 0;
}

.bn-hero__dock-status-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
}

.bn-hero__dock-stat {
    text-align: center;
    padding: 0.15rem 0.2rem;
}

.bn-hero__dock-stat:not(:last-child) {
    border-right: 1px solid rgba(15, 20, 35, 0.08);
}

.bn-hero__dock-stat-val {
    display: block;
    font-family: var(--bn-display);
    font-size: clamp(1rem, 1.5vw, 1.35rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--bn-primary);
}

.bn-hero__dock-stat-val::after {
    content: attr(data-suffix);
    font-size: 0.75em;
    color: var(--bn-primary);
}

.bn-hero__dock-stat-label {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a8a9e;
    line-height: 1.25;
}

.bn-hero__dock-metrics {
    flex: 1;
    min-width: 0;
}

.bn-hero__dock-metrics .bn-stat-bar {
    height: 100%;
    border-radius: 0;
}

.bn-hero__dock-metrics .bn-stat-bar__glow {
    display: none;
}

.bn-hero__dock-metrics .bn-stat-bar__track {
    height: 100%;
    min-height: 100%;
    padding: 0.55rem 0.35rem;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: rgba(11, 13, 23, 0.88);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bn-hero__dock-metrics .bn-stat-bar__item {
    padding: 0.25rem 0.45rem;
    gap: 0.5rem;
    justify-content: flex-start;
}

.bn-hero__dock-metrics .bn-stat-bar__icon-wrap {
    width: 34px;
    height: 34px;
}

.bn-hero__dock-metrics .bn-stat-bar__icon {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
}

.bn-hero__dock-metrics .bn-stat-bar__value,
.bn-hero__dock-metrics .bn-stat-bar__value.bn-stat-card__value {
    font-size: clamp(0.95rem, 1.35vw, 1.15rem) !important;
    margin-bottom: 0.05rem;
}

.bn-hero__dock-metrics .bn-stat-bar__label,
.bn-hero__dock-metrics .bn-stat-bar__label.bn-stat-card__label {
    font-size: 0.6rem !important;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1100px) {
    .bn-hero__dock-metrics .bn-stat-bar__label,
    .bn-hero__dock-metrics .bn-stat-bar__label.bn-stat-card__label {
        white-space: normal;
    }
}

@media (max-width: 1024px) {
    .bn-hero {
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .bn-hero__slide {
        grid-template-columns: 1fr !important;
    }

    .bn-hero__content--pro {
        padding-left: 0.85rem;
        max-width: none;
        text-align: center;
    }

    .bn-hero__content--pro::before {
        display: none;
    }

    .bn-hero__subtitle {
        margin-inline: auto;
        border-left: none;
        padding-left: 0;
    }

    .bn-hero__actions {
        justify-content: center;
    }

    .bn-hero__trust {
        justify-content: center;
    }

    .bn-hero__illustration--media {
        margin-inline: auto;
        max-width: 100% !important;
    }

    .bn-hero__media-stage {
        aspect-ratio: 16 / 11;
        transform: none;
        border-radius: 1.1rem;
    }

    .swiper-slide-active .bn-hero__media-stage {
        transform: none;
    }

    .bn-hero__dock-strip {
        flex-direction: column;
    }

    .bn-hero__dock-status {
        flex: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(15, 20, 35, 0.08);
    }

    .bn-hero__visual {
        min-height: 0 !important;
    }

    .bn-hero__pagination {
        bottom: 0.5rem !important;
    }
}

@media (max-width: 768px) {
    .bn-hero__dock-metrics .bn-stat-bar__track {
        grid-template-columns: 1fr;
        padding: 0.35rem;
    }

    .bn-hero__dock-metrics .bn-stat-bar__item {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .bn-hero__dock-metrics .bn-stat-bar__item:last-child {
        border-bottom: none;
    }
}

@media (max-height: 860px) and (min-width: 1025px) {
    .bn-hero__title {
        font-size: clamp(1.85rem, 3.2vw, 2.5rem) !important;
    }

    .bn-hero__subtitle {
        margin-bottom: 0.75rem !important;
    }

    .bn-hero__trust li {
        font-size: 0.75rem !important;
    }

    .bn-hero__visual {
        min-height: clamp(200px, 38vh, 320px) !important;
    }

    .bn-hero__float--3 {
        display: none;
    }

    .bn-hero__dock {
        padding-bottom: 0.45rem;
    }
}

/* Floating stats bar — dark glass premium */
.bn-section--stats {
    margin-top: 0;
    padding: 0 0 var(--bn-space-6);
    position: relative;
    z-index: 5;
    background: transparent;
    border: none;
}

.bn-stat-bar {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.bn-stat-bar__glow {
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(var(--bn-primary-rgb), 0.45) 0%, rgba(var(--bn-primary-rgb), 0.08) 40%, rgba(var(--bn-primary-rgb), 0.35) 100%);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}

.bn-stat-bar__track {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 1.35rem 1.1rem;
    background: rgba(11, 13, 23, 0.72);
    backdrop-filter: blur(22px) saturate(1.35);
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 48px rgba(var(--bn-primary-rgb), 0.12);
}

.bn-stat-bar__item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.65rem 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left;
    transition: background 0.3s ease, transform 0.3s ease;
}

/* Prevent legacy .bn-stat-card card styles from bleeding into hero dock */
.bn-stat-bar .bn-stat-card__value,
.bn-stat-bar .bn-stat-card__number,
.bn-stat-bar .bn-stat-card__label {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.bn-stat-bar__item:last-child {
    border-right: none;
}

.bn-stat-bar__item:hover {
    background: rgba(255, 255, 255, 0.03) !important;
    transform: none;
}

.bn-stat-bar__icon-wrap {
    position: relative;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
}

.bn-stat-bar__icon-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.55);
    box-shadow:
        0 0 18px rgba(var(--bn-primary-rgb), 0.35),
        inset 0 0 12px rgba(var(--bn-primary-rgb), 0.15);
    animation: bn-stat-ring-pulse 3s ease-in-out infinite;
}

.bn-stat-bar__icon {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(var(--bn-primary-rgb), 0.12);
    color: #fff;
    font-size: 1.05rem;
}

.bn-stat-bar__content {
    min-width: 0;
}

.bn-stat-bar__value,
.bn-stat-bar__value.bn-stat-card__value {
    margin: 0 0 0.2rem;
    font-family: var(--bn-display);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #fff !important;
}

.bn-stat-bar__label,
.bn-stat-bar__label.bn-stat-card__label {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.52) !important;
    text-transform: none;
}

.bn-stat-card__desc {
    display: none;
}

@keyframes bn-stat-ring-pulse {
    0%, 100% {
        box-shadow:
            0 0 14px rgba(var(--bn-primary-rgb), 0.3),
            inset 0 0 10px rgba(var(--bn-primary-rgb), 0.12);
    }
    50% {
        box-shadow:
            0 0 24px rgba(var(--bn-primary-rgb), 0.55),
            inset 0 0 16px rgba(var(--bn-primary-rgb), 0.22);
    }
}

@media (max-width: 1200px) {
    .bn-stat-bar__track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 1.1rem 0.85rem;
    }
    .bn-stat-bar__item:nth-child(3n) { border-right: none; }
    .bn-stat-bar__item:nth-child(n+4) {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .bn-ft-enterprise__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .bn-section--stats { margin-top: -3rem; }
    .bn-stat-bar__track {
        grid-template-columns: 1fr;
        padding: 0.5rem;
    }
    .bn-stat-bar__item {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 0.85rem 1rem;
    }
    .bn-stat-bar__item:last-child { border-bottom: none; }
}

@media (prefers-reduced-motion: reduce) {
    .bn-stat-bar__icon-ring { animation: none; }
}

/* ─── Sections: dark / light alternation ─── */
.bn-section--dark,
.bn-section--services:not(.bn-section--services-glass) {
    background: var(--bn-dark);
    color: #fff;
    border: none;
}
.bn-section--dark::before,
.bn-section--services:not(.bn-section--services-glass)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(var(--bn-primary-rgb), 0.12), transparent 55%);
    pointer-events: none;
}
.bn-section--light,
.bn-section--tint:nth-child(even),
.bn-about__section--soft {
    background: #ffffff !important;
    color: #1a1a2e !important;
    border-block: none !important;
}
.bn-section--light .bn-section-head__title,
.bn-section--tint .bn-section-head__title { color: #1a1a2e; }
.bn-section--light .bn-section-head__subtitle,
.bn-section--tint .bn-section-head__subtitle { color: #5a5a6e; }
.bn-section--light .bn-eyebrow,
.bn-section--tint .bn-eyebrow { color: var(--bn-primary); }

.bn-section-head__title .bn-text-red { color: var(--bn-primary); }

/* ─── Services — white glass cards (homepage) ─── */
.bn-section--services-glass {
    background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 55%, #f4f5f8 100%) !important;
    color: #12141f !important;
    border: none !important;
    padding: var(--bn-space-10) 0;
    position: relative;
    overflow: hidden;
}

.bn-section--services-glass::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 40% at 50% 0%, rgba(var(--bn-primary-rgb), 0.06), transparent 60%),
        radial-gradient(ellipse 30% 25% at 100% 50%, rgba(var(--bn-primary-rgb), 0.04), transparent 50%),
        linear-gradient(rgba(var(--bn-primary-rgb), 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--bn-primary-rgb), 0.025) 1px, transparent 1px);
    background-size: auto, auto, 56px 56px, 56px 56px;
    pointer-events: none;
}

.bn-section__action--services {
    margin-top: var(--bn-space-7);
}

.bn-section__action--services .bn-btn--primary {
    padding: 0.85rem 1.75rem;
    font-size: 0.875rem;
    box-shadow: 0 10px 28px rgba(var(--bn-primary-rgb), 0.35);
}

.bn-section--services-glass .bn-container {
    position: relative;
    z-index: 1;
}

.bn-section--services-glass .bn-eyebrow {
    color: var(--bn-primary);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.bn-section--services-glass .bn-eyebrow__line {
    background: var(--bn-primary);
    width: 2rem;
    height: 2px;
}

.bn-section--services-glass .bn-section-head__title {
    color: #12141f;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.bn-section--services-glass .bn-section-head__title .bn-text-red {
    color: var(--bn-primary);
}

.bn-section--services-glass .bn-section-head__subtitle {
    color: #5c5c70;
    max-width: 52ch;
    margin-inline: auto;
    line-height: 1.65;
}

.bn-section--services-glass .bn-section-head::after {
    content: '';
    display: block;
    width: 3rem;
    height: 3px;
    margin: var(--bn-space-4) auto 0;
    border-radius: 2px;
    background: var(--bn-primary);
}

.bn-svc-premium-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.35rem;
    margin-top: var(--bn-space-7);
}

.bn-svc-premium-card {
    --svc-color: var(--bn-primary);
    --svc-color-rgb: var(--bn-primary-rgb);
    --svc-color-light: #fff5f5;
    --svc-visual-bg: linear-gradient(145deg, #f8f9fc 0%, #eef0f6 100%);
    position: relative;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 20, 35, 0.06);
    box-shadow:
        0 4px 6px rgba(15, 20, 35, 0.02),
        0 18px 48px rgba(15, 20, 35, 0.08);
    overflow: hidden;
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease;
}

.bn-svc-premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--svc-color), color-mix(in srgb, var(--svc-color) 70%, #fff));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 3;
}

.bn-svc-premium-card:hover {
    transform: translateY(-12px);
    border-color: rgba(var(--svc-color-rgb), 0.28);
    box-shadow:
        0 8px 16px rgba(15, 20, 35, 0.04),
        0 28px 64px rgba(15, 20, 35, 0.14),
        0 0 0 1px rgba(var(--svc-color-rgb), 0.12),
        0 0 40px rgba(var(--svc-color-rgb), 0.16);
}

.bn-svc-premium-card:hover::before {
    transform: scaleX(1);
}

.bn-svc-premium-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.bn-svc-premium-card__link:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(var(--svc-color-rgb), 0.35);
    border-radius: 24px;
}

.bn-svc-premium-card__visual {
    position: relative;
    height: 9.5rem;
    overflow: hidden;
    background: var(--svc-visual-bg);
}

.bn-svc-premium-card__visual-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 30%, rgba(var(--svc-color-rgb), 0.22), transparent 55%),
        radial-gradient(circle at 80% 70%, rgba(var(--svc-color-rgb), 0.1), transparent 50%);
    transition: opacity 0.4s ease;
}

.bn-svc-premium-card:hover .bn-svc-premium-card__visual-bg {
    opacity: 1.4;
}

.bn-svc-premium-card__img,
.bn-svc-premium-card__illu {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.bn-svc-premium-card__illu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}

.bn-svc-premium-card__illu .bn-svc-illu {
    width: 100%;
    height: 100%;
    max-height: 8.5rem;
}

.bn-svc-premium-card:hover .bn-svc-premium-card__img,
.bn-svc-premium-card:hover .bn-svc-premium-card__illu {
    transform: scale(1.06);
}

.bn-svc-premium-card__tag {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    padding: 0.25rem 0.55rem;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--svc-color);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(var(--svc-color-rgb), 0.2);
    border-radius: 999px;
    backdrop-filter: blur(6px);
}

.bn-svc-premium-card__icon {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    margin: -1.65rem auto 0.75rem;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #fff;
    border: 2px solid color-mix(in srgb, var(--svc-color) 22%, #ececf2);
    color: var(--svc-color);
    font-size: 1.3rem;
    box-shadow:
        0 4px 12px rgba(15, 20, 35, 0.08),
        0 10px 28px rgba(15, 20, 35, 0.12);
    transition:
        background 0.35s ease,
        color 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.bn-svc-premium-card:hover .bn-svc-premium-card__icon {
    background: var(--svc-color);
    border-color: var(--svc-color);
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 10px 28px rgba(var(--svc-color-rgb), 0.45);
}

.bn-svc-premium-card__body {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 8.5rem;
    padding: 0 1.15rem 1.35rem;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, var(--svc-color-light) 100%);
}

.bn-svc-premium-card__title {
    margin: 0 0 0.5rem;
    font-family: var(--bn-display);
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.35;
    color: #12141f;
    letter-spacing: -0.02em;
    transition: color 0.3s ease;
}

.bn-svc-premium-card:hover .bn-svc-premium-card__title {
    color: var(--svc-color);
}

.bn-svc-premium-card__text {
    margin: 0;
    flex: 1;
    font-size: 0.75rem;
    line-height: 1.55;
    color: #6b6b80;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bn-svc-premium-card__cta {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    width: 2.15rem;
    height: 2.15rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid color-mix(in srgb, var(--svc-color) 25%, #e0e2ea);
    color: #12141f;
    font-size: 0.8rem;
    box-shadow: 0 4px 12px rgba(15, 20, 35, 0.08);
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.bn-svc-premium-card:hover .bn-svc-premium-card__cta {
    background: var(--svc-color);
    border-color: var(--svc-color);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(var(--svc-color-rgb), 0.45);
}

/* Alternating card tones: white, brand, white, brand… */
.bn-svc-premium-card[data-tone="light"] {
    --svc-color: var(--bn-primary);
    --svc-color-rgb: var(--bn-primary-rgb);
    --svc-color-light: #ffffff;
    --svc-visual-bg: linear-gradient(145deg, #ffffff 0%, #f4f5f8 100%);
    background: #ffffff;
}

.bn-svc-premium-card[data-tone="light"] .bn-svc-premium-card__body {
    background: #ffffff;
}

.bn-svc-premium-card[data-tone="light"] .bn-svc-premium-card__visual-bg {
    background:
        radial-gradient(circle at 30% 30%, rgba(var(--bn-primary-rgb), 0.06), transparent 55%),
        radial-gradient(circle at 80% 70%, rgba(15, 20, 35, 0.04), transparent 50%);
}

.bn-svc-premium-card[data-tone="brand"] {
    --svc-color: var(--bn-primary);
    --svc-color-rgb: var(--bn-primary-rgb);
    --svc-color-light: #fff5f5;
    --svc-visual-bg: linear-gradient(145deg, var(--bn-primary) 0%, #b81e2d 52%, #7a1520 100%);
    background: #ffffff;
    border-color: rgba(var(--bn-primary-rgb), 0.14);
}

.bn-svc-premium-card[data-tone="brand"] .bn-svc-premium-card__visual-bg {
    background:
        radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.22), transparent 52%),
        radial-gradient(circle at 82% 78%, rgba(0, 0, 0, 0.18), transparent 48%);
}

.bn-svc-premium-card[data-tone="brand"] .bn-svc-premium-card__tag {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
}

.bn-svc-premium-card[data-tone="brand"] .bn-svc-premium-card__body {
    background: linear-gradient(180deg, #fff5f5 0%, #ffffff 100%);
}

.bn-svc-premium-card[data-tone="brand"] .bn-svc-premium-card__icon {
    background: var(--bn-primary);
    border-color: var(--bn-primary);
    color: #fff;
}

.bn-svc-premium-card[data-tone="brand"] .bn-svc-premium-card__illu {
    filter: brightness(1.35) saturate(0.75);
    opacity: 0.92;
}

.bn-svc-premium-card[data-tone="brand"]:hover .bn-svc-premium-card__icon {
    background: var(--bn-accent);
    border-color: var(--bn-accent);
}

.bn-svc-premium-card__cta i {
    transition: transform 0.35s ease;
}

.bn-svc-premium-card:hover .bn-svc-premium-card__cta i {
    transform: translateX(2px);
}

.bn-svc-premium-card__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1320px) {
    .bn-svc-premium-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .bn-svc-premium-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
    .bn-svc-premium-card__visual { height: 8.5rem; }
    .bn-svc-premium-card__body { padding: 0 1rem 1.15rem; }
    .bn-svc-premium-card__icon { width: 3rem; height: 3rem; font-size: 1.2rem; margin-top: -1.5rem; }
}

@media (max-width: 480px) {
    .bn-svc-premium-grid { grid-template-columns: 1fr; }
}

/* Light section cards */
.bn-section--light .bn-card,
.bn-section--tint .bn-card {
    background: #fff !important;
    border: 1px solid #e8e8ee !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06) !important;
    color: #1a1a2e;
}
.bn-section--light .bn-card__title a,
.bn-section--tint .bn-card__title a { color: #1a1a2e; }
.bn-section--light .bn-card__text,
.bn-section--tint .bn-card__text { color: #5a5a6e; }

/* ─── Partners strip ─── */
.bn-section--dark .bn-partner-chip {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--bn-radius-sm);
    padding: var(--bn-space-3) var(--bn-space-5);
}
.bn-section--dark .bn-partner-chip img {
    filter: grayscale(1) brightness(2);
    opacity: 0.7;
}
.bn-section--dark .bn-partner-chip:hover img { opacity: 1; }

/* ─── Expert support CTA (mockup) ─── */
.bn-expert-cta {
    position: relative;
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    overflow: hidden;
}

.bn-expert-cta__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(145deg, #8b1018 0%, var(--bn-primary) 38%, #c4191f 68%, #6e0c12 100%);
    pointer-events: none;
}

.bn-expert-cta__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 15% 80%, rgba(0, 0, 0, 0.25), transparent 55%),
        radial-gradient(ellipse at 85% 20%, rgba(255, 255, 255, 0.08), transparent 45%),
        url("data:image/svg+xml,%3Csvg width='600' height='300' viewBox='0 0 600 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 180 Q150 120 300 170 T600 150' stroke='white' stroke-opacity='0.06' fill='none' stroke-width='2'/%3E%3Cpath d='M0 220 Q200 160 400 210 T600 190' stroke='white' stroke-opacity='0.04' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
    opacity: 0.9;
}

.bn-expert-cta .bn-container {
    position: relative;
    z-index: 1;
}

.bn-expert-cta__shell {
    position: relative;
    padding-right: clamp(0rem, 8vw, 5rem);
}

.bn-expert-cta__panel {
    position: relative;
    padding: clamp(2rem, 4vw, 2.75rem) clamp(1.75rem, 3.5vw, 2.5rem);
    padding-right: clamp(12rem, 22vw, 16rem);
    border-radius: 28px;
    background: #fff;
    overflow: visible;
    min-height: 18rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.bn-expert-cta__map {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0.85;
}

.bn-expert-cta__map .bn-expert-map {
    width: min(72%, 22rem);
    height: auto;
}

.bn-expert-cta__main {
    position: relative;
    z-index: 1;
    max-width: 36rem;
}

.bn-expert-cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(var(--bn-primary-rgb), 0.08);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bn-primary);
}

.bn-expert-cta__badge i {
    font-size: 0.75rem;
}

.bn-expert-cta__title {
    margin: 0 0 0.75rem;
    font-family: var(--bn-display);
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #12141f;
}

.bn-expert-cta__title .bn-text-red {
    color: var(--bn-primary);
}

.bn-expert-cta__text {
    margin: 0 0 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #5c5c70;
    max-width: 34ch;
}

.bn-expert-cta__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bn-expert-cta__feature {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.bn-expert-cta__feature-icon {
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 10px;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.18);
    background: rgba(var(--bn-primary-rgb), 0.05);
    color: var(--bn-primary);
    font-size: 1rem;
}

.bn-expert-cta__feature-body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.bn-expert-cta__feature-body strong {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #12141f;
    line-height: 1.3;
}

.bn-expert-cta__feature-body span {
    font-size: 0.6875rem;
    line-height: 1.45;
    color: #7a7a90;
}

.bn-expert-cta__card {
    position: absolute;
    top: 50%;
    right: clamp(-1rem, -3vw, -2.5rem);
    transform: translateY(-50%);
    width: min(100%, 17.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 22px;
    background: linear-gradient(160deg, #e3242e 0%, var(--bn-primary) 45%, #a81822 100%);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.35),
        0 0 32px rgba(var(--bn-primary-rgb), 0.35);
    overflow: hidden;
    z-index: 2;
}

.bn-expert-cta__card-dots {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 4.5rem;
    height: 4.5rem;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
    background-size: 8px 8px;
    opacity: 0.35;
    pointer-events: none;
}

.bn-expert-cta__card-avatar {
    width: 3.25rem;
    height: 3.25rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 1.35rem;
}

.bn-expert-cta__card-title {
    margin: 0 0 0.55rem;
    font-family: var(--bn-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
}

.bn-expert-cta__card-text {
    margin: 0 0 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    max-width: 18ch;
}

.bn-expert-cta__card-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem 1.35rem;
    border-radius: 999px;
    background: #fff;
    color: var(--bn-primary);
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bn-expert-cta__card-btn:hover {
    color: #c4191f;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.bn-expert-cta__card-btn i {
    transition: transform 0.3s ease;
}

.bn-expert-cta__card-btn:hover i {
    transform: translateX(3px);
}

@media (max-width: 992px) {
    .bn-expert-cta__shell {
        padding-right: 0;
    }

    .bn-expert-cta__panel {
        padding-right: clamp(1.75rem, 3.5vw, 2.5rem);
        padding-bottom: 0;
        overflow: hidden;
    }

    .bn-expert-cta__card {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        margin-top: 1.5rem;
        border-radius: 18px;
    }

    .bn-expert-cta__features {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .bn-expert-cta__text {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .bn-expert-cta__panel { padding: 1.5rem 1.25rem; }
}

/* ─── Enterprise footer (premium mockup) ─── */
.bn-footer {
    position: relative;
    background: #06080f;
    border-top: none;
    overflow: hidden;
}

.bn-footer__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--bn-primary) 20%, var(--bn-primary) 80%, transparent);
    box-shadow: 0 0 20px rgba(var(--bn-primary-rgb), 0.5);
}

.bn-footer__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at 30% 0%, rgba(var(--bn-primary-rgb), 0.06), transparent 55%);
}

.bn-footer__dots {
    position: absolute;
    top: 0;
    right: 0;
    width: min(40%, 18rem);
    height: 55%;
    pointer-events: none;
    background:
        radial-gradient(circle, rgba(var(--bn-primary-rgb), 0.22) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    mask-image: radial-gradient(ellipse at 100% 0%, #000 10%, transparent 72%);
}

.bn-ft-enterprise {
    position: relative;
    z-index: 1;
    padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2rem);
}

.bn-ft-enterprise__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1.25fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

.bn-ft-enterprise__brand .bn-brand-logo__img {
    max-height: 2.5rem;
    width: auto;
}

.bn-ft-enterprise__about {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-top: var(--bn-space-3);
    max-width: 30ch;
}

.bn-ft-enterprise__heading {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 var(--bn-space-3);
}

.bn-ft-enterprise__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bn-ft-enterprise__links li {
    margin-bottom: 0.6rem;
}

.bn-ft-enterprise__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.25s ease;
}

.bn-ft-enterprise__links a:hover {
    color: #fff;
}

.bn-ft-enterprise__links--chevron a {
    justify-content: space-between;
    width: 100%;
    max-width: 11rem;
}

.bn-ft-enterprise__links--chevron a i {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.25);
    transition: color 0.25s ease, transform 0.25s ease;
}

.bn-ft-enterprise__links--chevron a:hover i {
    color: var(--bn-primary);
    transform: translateX(2px);
}

.bn-ft-enterprise__links--icon a i {
    color: var(--bn-primary);
    font-size: 0.85rem;
    width: 1rem;
    flex-shrink: 0;
}

.bn-ft-enterprise__contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.bn-ft-enterprise__contact i {
    color: var(--bn-primary);
    margin-top: 0.15rem;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.bn-ft-enterprise__contact a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.25s ease;
}

.bn-ft-enterprise__contact a:hover {
    color: #fff;
}

.bn-ft-enterprise__newsletter-block {
    margin-top: 1.35rem;
}

.bn-ft-enterprise__newsletter-text {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.42);
}

.bn-ft-enterprise__newsletter {
    display: flex;
    gap: 0.5rem;
}

.bn-ft-enterprise__newsletter input {
    flex: 1;
    min-width: 0;
    padding: 0.7rem 0.9rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 0.8125rem;
}

.bn-ft-enterprise__newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.bn-ft-enterprise__newsletter input:focus {
    outline: none;
    border-color: rgba(var(--bn-primary-rgb), 0.45);
}

.bn-ft-enterprise__newsletter button {
    width: 2.65rem;
    height: 2.65rem;
    flex-shrink: 0;
    border: none;
    border-radius: 10px;
    background: var(--bn-primary);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background 0.25s ease, transform 0.25s ease;
}

.bn-ft-enterprise__newsletter button:hover {
    background: #c4191f;
    transform: translateX(1px);
}

.bn-ft-social--enterprise {
    display: flex;
    gap: 0.55rem;
    margin-top: var(--bn-space-4);
}

.bn-ft-social--enterprise a {
    width: 2.15rem;
    height: 2.15rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.bn-ft-social--enterprise a:hover {
    background: var(--bn-primary);
    color: #fff;
    border-color: var(--bn-primary);
}

.bn-ft-enterprise__bottom {
    margin-top: clamp(2rem, 4vw, 2.75rem);
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.38);
}

.bn-ft-enterprise__copy {
    margin: 0;
}

.bn-ft-enterprise__brand-mark {
    color: var(--bn-primary);
    font-weight: 700;
}

.bn-ft-enterprise__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bn-ft-enterprise__trust li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}

.bn-ft-enterprise__trust i {
    color: var(--bn-primary);
    font-size: 0.8rem;
}

.bn-ft-enterprise__legal {
    margin: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
}

.bn-ft-enterprise__legal a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.25s ease;
}

.bn-ft-enterprise__legal a:hover {
    color: var(--bn-primary);
}

.bn-ft-enterprise__legal-sep {
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.65rem;
}

.bn-ft-enterprise__legal-note {
    margin-right: 0.5rem;
}

@media (max-width: 992px) {
    .bn-ft-enterprise__bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bn-ft-enterprise__legal {
        justify-content: center;
        text-align: center;
    }

    .bn-ft-enterprise__trust {
        order: -1;
    }
}

/* ─── Page hero (inner pages) ─── */
.bn-page-hero {
    background: linear-gradient(145deg, #080a12 0%, var(--bn-dark) 50%, #1a0a0e 100%);
}

/* ─── Buttons ─── */
.bn-btn--primary {
    background: var(--bn-primary);
    border-color: var(--bn-primary);
    box-shadow: 0 4px 20px rgba(var(--bn-primary-rgb), 0.4);
}
.bn-btn--dark {
    background: linear-gradient(145deg, #12151f 0%, #0b0d17 100%);
    border-color: #12151f;
    color: #fff;
    box-shadow:
        0 4px 16px rgba(15, 20, 35, 0.2),
        0 12px 32px rgba(15, 20, 35, 0.15);
}
.bn-btn--dark:hover {
    background: linear-gradient(145deg, #1a1e2e 0%, #12151f 100%);
    border-color: #1a1e2e;
    color: #fff;
    box-shadow:
        0 6px 20px rgba(15, 20, 35, 0.25),
        0 16px 40px rgba(15, 20, 35, 0.18);
}
.bn-btn--outline {
    border-color: rgba(var(--bn-primary-rgb), 0.4);
    color: var(--bn-primary);
}
.bn-section--dark .bn-btn--outline,
.bn-section--services .bn-btn--outline {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

/* ─── Floating action buttons ─── */
.bn-fab {
    position: fixed !important;
    z-index: 1050 !important;
    right: var(--bn-space-3);
    bottom: var(--bn-space-3);
    z-index: 900;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.bn-fab__btn {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.15rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bn-fab__btn:hover {
    transform: scale(1.08);
    box-shadow: var(--bn-glow-red);
}
.bn-fab__btn--whatsapp { background: var(--bn-primary); color: #fff; }
.bn-fab__btn--phone { background: var(--bn-dark-3); color: #fff; border: 1px solid rgba(255, 255, 255, 0.15); }
.bn-fab__btn--email { background: #fff; color: var(--bn-primary); }

/* ─── Contact page on dark theme ─── */
.bn-ctc-section:not(.bn-home-band) { background: var(--bn-dark-2) !important; }
.bn-ctc-form-card {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff;
}
.bn-ctc-form-card .bn-field span { color: rgba(255, 255, 255, 0.8); }
.bn-ctc-form-card input,
.bn-ctc-form-card select,
.bn-ctc-form-card textarea {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.bn-ctc-office {
    background: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(var(--bn-primary-rgb), 0.25) !important;
}
.bn-ctc-title, .bn-ctc-office__name { color: #fff; }
.bn-ctc-lead, .bn-ctc-office__address { color: rgba(255, 255, 255, 0.55); }


/* ─── Trust bar (mockup uses header phone only) ─── */
.bn-trust-bar { display: none; }

/* ─── Dark section headings ─── */
.bn-section--dark .bn-section-head__title,
.bn-section--services:not(.bn-section--services-glass) .bn-section-head__title { color: #fff; }
.bn-section--dark .bn-section-head__subtitle,
.bn-section--services:not(.bn-section--services-glass) .bn-section-head__subtitle { color: rgba(255, 255, 255, 0.58); }
.bn-section--dark .bn-eyebrow,
.bn-section--services:not(.bn-section--services-glass) .bn-eyebrow { color: var(--bn-primary); }

/* ─── Homepage story blocks (alternating) ─── */
.bn-home-block {
    position: relative;
    padding: var(--bn-space-10) 0;
    overflow: hidden;
}

.bn-home-block__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.bn-home-block__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: var(--bn-space-8);
    align-items: center;
}

.bn-home-block.is-reverse .bn-home-block__grid {
    direction: rtl;
}

.bn-home-block.is-reverse .bn-home-block__grid > * {
    direction: ltr;
}

.bn-home-block__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: var(--bn-space-3);
    color: var(--bn-primary);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bn-home-block__title {
    margin: 0 0 var(--bn-space-3);
    font-family: var(--bn-display);
    font-size: clamp(1.85rem, 3.5vw, 2.65rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.bn-home-block__title .bn-text-red {
    color: var(--bn-primary);
}

.bn-home-block__prose {
    font-size: 1.02rem;
    line-height: 1.75;
    margin-bottom: var(--bn-space-4);
    max-width: 52ch;
}

.bn-home-block__checks {
    list-style: none;
    margin: 0 0 var(--bn-space-5);
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.bn-home-block__checks li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.bn-home-block__checks i {
    color: var(--bn-primary);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.bn-home-block__cta {
    box-shadow: 0 8px 24px rgba(var(--bn-primary-rgb), 0.35);
}

.bn-home-block__card {
    position: relative;
    padding: var(--bn-space-6) var(--bn-space-5);
    border-radius: 24px;
    overflow: hidden;
}

.bn-home-block__card-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.7;
}

.bn-home-block__icon {
    position: relative;
    z-index: 1;
    width: 3.5rem;
    height: 3.5rem;
    display: grid;
    place-items: center;
    border-radius: 14px;
    font-size: 1.35rem;
    margin-bottom: var(--bn-space-4);
}

.bn-home-block__card-title {
    position: relative;
    z-index: 1;
    margin: 0 0 var(--bn-space-2);
    font-family: var(--bn-display);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.bn-home-block__card-text {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.65;
}

.bn-home-block__card-line {
    position: relative;
    z-index: 1;
    width: 3rem;
    height: 3px;
    margin-top: var(--bn-space-4);
    border-radius: 2px;
    background: var(--bn-primary);
}

/* Light variant */
.bn-home-block--light {
    background: #ffffff;
    color: #12141f;
}

.bn-home-block--light .bn-home-block__bg {
    background:
        radial-gradient(ellipse 50% 40% at 0% 50%, rgba(var(--bn-primary-rgb), 0.05), transparent 60%),
        radial-gradient(ellipse 40% 30% at 100% 0%, rgba(var(--bn-primary-rgb), 0.04), transparent 55%);
}

.bn-home-block--light .bn-home-block__prose,
.bn-home-block--light .bn-home-block__checks li {
    color: #5c5c70;
}

.bn-home-block--light .bn-home-block__title {
    color: #12141f;
}

.bn-home-block--light .bn-home-block__card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 56px rgba(15, 20, 35, 0.1);
}

.bn-home-block--light .bn-home-block__card-glow {
    background: radial-gradient(circle at 80% 20%, rgba(var(--bn-primary-rgb), 0.12), transparent 55%);
}

.bn-home-block--light .bn-home-block__icon {
    background: rgba(var(--bn-primary-rgb), 0.1);
    color: var(--bn-primary);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.15);
}

.bn-home-block--light .bn-home-block__card-title {
    color: #12141f;
}

.bn-home-block--light .bn-home-block__card-text {
    color: #6b6b80;
}

/* ─── Premium Why BESTNET block (mockup layout) ─── */
.bn-home-block--premium {
    padding: clamp(4.5rem, 8vw, 6.5rem) 0;
    background: #ffffff;
    overflow: visible;
}

.bn-home-block--premium .bn-home-block__bg {
    background:
        radial-gradient(ellipse 55% 50% at 95% 35%, rgba(var(--bn-primary-rgb), 0.06), transparent 60%),
        radial-gradient(ellipse 40% 35% at 5% 80%, rgba(var(--bn-primary-rgb), 0.03), transparent 55%);
}

.bn-home-block--premium .bn-home-block__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
}

.bn-home-block--premium .bn-home-block__title {
    font-size: clamp(2.1rem, 4.2vw, 3.15rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #12141f;
    margin-bottom: var(--bn-space-4);
}

.bn-home-block--premium .bn-home-block__prose {
    font-size: 1.02rem;
    line-height: 1.78;
    color: #5c5c70;
    margin-bottom: var(--bn-space-5);
    max-width: 52ch;
}

/* Eyebrow pill */
.bn-why-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: var(--bn-space-3);
    padding: 0.4rem 0.9rem 0.4rem 0.65rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bn-primary);
    background: #ffffff;
    border: 1px solid rgba(15, 20, 35, 0.1);
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(15, 20, 35, 0.04);
}

.bn-why-eyebrow__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--bn-primary);
    box-shadow: 0 0 8px rgba(var(--bn-primary-rgb), 0.5);
}

/* Feature row cards */
.bn-why-features {
    display: grid;
    gap: 0.75rem;
    margin-bottom: var(--bn-space-6);
}

.bn-why-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(15, 20, 35, 0.08);
    box-shadow: 0 4px 20px rgba(15, 20, 35, 0.05);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.bn-why-feature.is-accent {
    border-left: 3px solid var(--bn-primary);
}

.bn-why-feature:hover {
    transform: translateX(4px);
    border-color: rgba(var(--bn-primary-rgb), 0.18);
    box-shadow: 0 8px 28px rgba(15, 20, 35, 0.08);
}

.bn-why-feature__icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--bn-primary), #c41e28);
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 6px 16px rgba(var(--bn-primary-rgb), 0.35);
}

.bn-why-feature__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.bn-why-feature__title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #12141f;
    letter-spacing: -0.01em;
}

.bn-why-feature__text {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #7a7a90;
}

.bn-why-feature__chev {
    flex-shrink: 0;
    font-size: 0.85rem;
    color: #c8c8d4;
    transition: color 0.3s ease, transform 0.3s ease;
}

.bn-why-feature:hover .bn-why-feature__chev {
    color: var(--bn-primary);
    transform: translateX(3px);
}

/* CTA button with circle arrow */
.bn-why-cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 0.85rem 0.85rem 1.75rem;
    border-radius: 999px;
    background: linear-gradient(145deg, var(--bn-primary), #c41e28);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow:
        0 4px 16px rgba(var(--bn-primary-rgb), 0.35),
        0 12px 36px rgba(var(--bn-primary-rgb), 0.25);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.bn-why-cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow:
        0 6px 20px rgba(var(--bn-primary-rgb), 0.4),
        0 16px 44px rgba(var(--bn-primary-rgb), 0.3);
}

.bn-why-cta__icon {
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--bn-primary);
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(15, 20, 35, 0.12);
    transition: transform 0.35s ease;
}

.bn-why-cta:hover .bn-why-cta__icon {
    transform: translateX(2px);
}

/* Right visual composition */
.bn-why-visual {
    position: relative;
    min-height: 26rem;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
}

.bn-why-visual__upload {
    margin: 0;
    width: 100%;
    max-width: 28rem;
}

.bn-why-visual__upload-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.25rem;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.bn-why-visual__mesh {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
    opacity: 0.85;
}

.bn-why-visual__mesh svg {
    width: min(100%, 26rem);
    height: auto;
}

/* Main hero card */
.bn-why-card {
    position: relative;
    z-index: 2;
    width: min(100%, 21rem);
    padding: 1.75rem 1.65rem 1.5rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(24px) saturate(1.3);
    -webkit-backdrop-filter: blur(24px) saturate(1.3);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow:
        0 4px 24px rgba(15, 20, 35, 0.06),
        0 28px 64px rgba(15, 20, 35, 0.1);
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.bn-why-card:hover {
    transform: translateY(-6px);
}

.bn-why-card__badge {
    display: inline-block;
    margin-bottom: 1.25rem;
    padding: 0.3rem 0.7rem;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bn-primary);
    background: rgba(var(--bn-primary-rgb), 0.08);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.15);
    border-radius: 999px;
}

.bn-why-card__hero {
    position: relative;
    display: grid;
    place-items: center;
    margin: 0 auto 1.35rem;
    width: 7.5rem;
    height: 7.5rem;
}

.bn-why-card__hero-glow {
    position: absolute;
    inset: -15%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--bn-primary-rgb), 0.22), transparent 65%);
}

.bn-why-card__hero-glass {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(var(--bn-primary-rgb), 0.08));
    border: 1px solid rgba(var(--bn-primary-rgb), 0.15);
    box-shadow:
        0 12px 32px rgba(var(--bn-primary-rgb), 0.18),
        inset 0 2px 0 rgba(255, 255, 255, 0.9),
        inset 0 -4px 12px rgba(var(--bn-primary-rgb), 0.06);
    font-size: 2.75rem;
    color: var(--bn-primary);
}

.bn-why-card__title {
    margin: 0 0 0.45rem;
    font-family: var(--bn-display);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #12141f;
}

.bn-why-card__text {
    margin: 0 0 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #6b6b80;
}

.bn-why-card__notes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 20, 35, 0.07);
}

.bn-why-card__note {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.bn-why-card__note-icon {
    width: 1.65rem;
    height: 1.65rem;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(var(--bn-primary-rgb), 0.08);
    color: var(--bn-primary);
    font-size: 0.75rem;
}

.bn-why-card__note-label {
    font-size: 0.5625rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: #7a7a90;
    text-align: center;
}

/* Floating stat cards */
.bn-why-float {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.05rem;
    padding: 0.9rem 1rem 0.75rem;
    min-width: 7.25rem;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(15, 20, 35, 0.07);
    box-shadow: 0 8px 28px rgba(15, 20, 35, 0.1);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.bn-why-float:hover {
    transform: translateY(-4px);
}

.bn-why-float__icon {
    width: 1.85rem;
    height: 1.85rem;
    display: grid;
    place-items: center;
    margin-bottom: 0.35rem;
    border-radius: 10px;
    background: rgba(var(--bn-primary-rgb), 0.1);
    color: var(--bn-primary);
    font-size: 0.9rem;
}

.bn-why-float__value {
    font-family: var(--bn-display);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.15;
    color: #12141f;
    letter-spacing: -0.02em;
}

.bn-why-float__label {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8a8a9e;
}

.bn-why-float__line {
    display: block;
    width: 1.75rem;
    height: 3px;
    margin-top: 0.45rem;
    border-radius: 2px;
    background: var(--bn-primary);
}

.bn-why-float--noc {
    left: -2%;
    top: 38%;
}

.bn-why-float--uptime {
    top: 8%;
    right: -4%;
    background: linear-gradient(145deg, #12151f 0%, #0b0d17 100%);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 36px rgba(15, 20, 35, 0.25);
}

.bn-why-float--uptime .bn-why-float__icon {
    background: rgba(var(--bn-primary-rgb), 0.25);
    color: var(--bn-accent);
}

.bn-why-float--uptime .bn-why-float__value {
    color: #ffffff;
}

.bn-why-float--uptime .bn-why-float__label {
    color: rgba(255, 255, 255, 0.55);
}

.bn-why-float--license {
    bottom: 10%;
    right: -6%;
    min-width: 8.5rem;
    background: linear-gradient(145deg, var(--bn-primary), #b81e2d);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 36px rgba(var(--bn-primary-rgb), 0.35);
}

.bn-why-float--license .bn-why-float__icon {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.bn-why-float--license .bn-why-float__value {
    color: #fff;
    font-size: 0.8125rem;
}

.bn-why-float--license .bn-why-float__label {
    color: rgba(255, 255, 255, 0.72);
}

.bn-why-float--license .bn-why-float__line {
    background: rgba(255, 255, 255, 0.45);
}

@media (max-width: 992px) {
    .bn-home-block--premium .bn-home-block__grid {
        grid-template-columns: 1fr;
    }

    .bn-why-visual {
        min-height: 22rem;
        margin-top: var(--bn-space-3);
    }

    .bn-why-float--noc {
        left: 2%;
        top: 32%;
    }

    .bn-why-float--uptime {
        right: 2%;
        top: 6%;
    }

    .bn-why-float--license {
        right: 2%;
        bottom: 6%;
    }
}

@media (max-width: 640px) {
    .bn-why-feature {
        padding: 0.85rem;
        gap: 0.75rem;
    }

    .bn-why-feature__icon {
        width: 2.35rem;
        height: 2.35rem;
        font-size: 1rem;
    }

    .bn-why-cta {
        width: 100%;
        justify-content: space-between;
    }

    .bn-why-visual {
        min-height: 20rem;
        padding: 1rem 0;
    }

    .bn-why-card {
        width: min(100%, 17.5rem);
        padding: 1.5rem 1.25rem;
    }

    .bn-why-card__hero {
        width: 6rem;
        height: 6rem;
    }

    .bn-why-card__hero-glass {
        font-size: 2.25rem;
        border-radius: 18px;
    }

    .bn-why-card__notes {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .bn-why-card__note {
        flex-direction: row;
        justify-content: center;
    }

    .bn-why-float {
        padding: 0.7rem 0.85rem;
        min-width: 6.5rem;
    }

    .bn-why-float__value {
        font-size: 1rem;
    }
}

/* ─── Premium Network / Coverage block ─── */
.bn-home-block--network {
    padding: clamp(4.5rem, 8vw, 6.5rem) 0;
    background: #f0f2f8;
    color: #12141f;
    overflow: visible;
}

.bn-home-block--network .bn-home-block__bg {
    background:
        radial-gradient(ellipse 45% 40% at 85% 25%, rgba(var(--bn-primary-rgb), 0.05), transparent 58%),
        radial-gradient(ellipse 40% 35% at 10% 75%, rgba(15, 20, 35, 0.03), transparent 55%);
}

.bn-home-block--network .bn-home-block__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(2.5rem, 5vw, 4.5rem);
    align-items: center;
}

.bn-home-block--network.is-reverse .bn-home-block__grid {
    grid-template-columns: 1.05fr 0.95fr;
}

.bn-home-block--network .bn-home-block__title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #12141f;
    margin-bottom: var(--bn-space-4);
}

.bn-home-block--network .bn-home-block__prose {
    font-size: 1.02rem;
    line-height: 1.78;
    color: #5c5c70;
    margin-bottom: var(--bn-space-5);
    max-width: 54ch;
}

/* Network metric cards with icons */
.bn-net-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: var(--bn-space-6);
}

.bn-net-metric {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.38rem;
    min-height: 128px;
    padding: 1rem 0.95rem 0.9rem;
    border-radius: 18px;
    text-align: left;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 250, 255, 0.99) 100%);
    border: 1px solid rgba(20, 26, 42, 0.1);
    backdrop-filter: blur(3px);
    box-shadow:
        0 16px 30px rgba(12, 16, 30, 0.11),
        0 2px 8px rgba(var(--bn-primary-rgb), 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.bn-net-metric::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 84% 18%, rgba(var(--bn-primary-rgb), 0.13), transparent 42%);
    opacity: 0.5;
    z-index: -1;
}

.bn-net-metric:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--bn-primary-rgb), 0.24);
    box-shadow:
        0 20px 36px rgba(12, 16, 30, 0.17),
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.1);
}

.bn-net-metric__icon {
    width: 2.2rem;
    height: 2.2rem;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background:
        radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.08) 60%),
        linear-gradient(145deg, rgba(var(--bn-primary-rgb), 0.2), rgba(var(--bn-primary-rgb), 0.1));
    border: 1px solid rgba(var(--bn-primary-rgb), 0.18);
    color: color-mix(in srgb, var(--bn-primary) 78%, #43436d 22%);
    font-size: 0.95rem;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        0 8px 16px rgba(var(--bn-primary-rgb), 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bn-net-metric:hover .bn-net-metric__icon {
    transform: translateY(-1px) scale(1.03);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.65),
        0 10px 18px rgba(var(--bn-primary-rgb), 0.22);
}

.bn-net-metric__value {
    font-family: var(--bn-display);
    font-size: clamp(0.92rem, 1.2vw, 1.22rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--bn-primary);
    letter-spacing: -0.015em;
    max-width: 100%;
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: pretty;
}

.bn-net-metric__label {
    margin-top: 0.08rem;
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #676980;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Network CTA — dark with red glow */
.bn-net-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.75rem;
    border-radius: 999px;
    background: linear-gradient(145deg, #12151f 0%, #0b0d17 100%);
    border: 1px solid #12151f;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow:
        0 4px 16px rgba(15, 20, 35, 0.2),
        0 8px 28px rgba(var(--bn-primary-rgb), 0.22);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bn-net-cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow:
        0 6px 20px rgba(15, 20, 35, 0.25),
        0 12px 36px rgba(var(--bn-primary-rgb), 0.32);
}

/* Dark map visual */
.bn-net-visual {
    position: relative;
    min-height: 28rem;
    display: grid;
    place-items: center;
    padding: 0.5rem 0;
}

.bn-net-visual__frame {
    position: relative;
    z-index: 1;
    width: min(100%, 22rem);
    aspect-ratio: 0.78;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(165deg, #12080c 0%, #0a0810 38%, #060508 100%);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.22);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 60px rgba(var(--bn-primary-rgb), 0.15);
}

.bn-net-visual__frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 55% 42%, rgba(var(--bn-primary-rgb), 0.2), transparent 62%);
    pointer-events: none;
    z-index: 0;
}

.bn-net-visual__radar {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
    z-index: 0;
}

.bn-net-visual__ring {
    position: absolute;
    width: 88%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.14);
}

.bn-net-visual__ring--mid {
    width: 62%;
    border-color: rgba(var(--bn-primary-rgb), 0.1);
}

.bn-net-visual__ring--inner {
    width: 36%;
    border-color: rgba(var(--bn-primary-rgb), 0.08);
}

.bn-net-visual__map {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bn-net-visual__frame--image {
    width: min(100%, 24rem);
}

.bn-net-visual__frame--image .bn-net-visual__map {
    padding: 0;
}

.bn-net-visual__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.bn-net-visual__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    height: 100%;
    min-height: 18rem;
    padding: 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.8125rem;
    line-height: 1.45;
}

.bn-net-visual__placeholder i {
    font-size: 2.25rem;
    color: rgba(var(--bn-primary-rgb), 0.55);
}

/* Premium network map SVG */
.bn-net-map {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
}

.bn-net-map__line {
    animation: bn-net-line-pulse 3.5s ease-in-out infinite;
}

.bn-net-map__mesh line:nth-child(odd) {
    animation-delay: 0.4s;
}

.bn-net-map__mesh line:nth-child(3n) {
    animation-delay: 0.9s;
}

@keyframes bn-net-line-pulse {
    0%, 100% { stroke-opacity: 0.45; }
    50% { stroke-opacity: 0.9; }
}

.bn-net-map__node-pulse {
    animation: bn-net-node-ring 2.8s ease-out infinite;
}

.bn-net-map__node-pulse:nth-child(9n+1) {
    animation-delay: 0.5s;
}

.bn-net-map__node-pulse:nth-child(9n+4) {
    animation-delay: 1.1s;
}

@keyframes bn-net-node-ring {
    0% { opacity: 0.5; }
    70% { opacity: 0; }
    100% { opacity: 0; }
}

.bn-net-map__outline {
    animation: bn-net-outline-glow 4s ease-in-out infinite;
}

@keyframes bn-net-outline-glow {
    0%, 100% { opacity: 0.85; }
    50% { opacity: 1; }
}

/* Overlapping coverage card */
.bn-net-float {
    position: absolute;
    z-index: 3;
    right: -4%;
    bottom: 6%;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    max-width: 14.5rem;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.98);
    box-shadow:
        0 4px 12px rgba(15, 20, 35, 0.08),
        0 20px 48px rgba(15, 20, 35, 0.18);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.bn-net-float:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 20px rgba(15, 20, 35, 0.1),
        0 28px 56px rgba(15, 20, 35, 0.22);
}

.bn-net-float__icon {
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(var(--bn-primary-rgb), 0.1);
    color: var(--bn-primary);
    font-size: 1rem;
    box-shadow:
        0 0 0 6px rgba(var(--bn-primary-rgb), 0.08),
        0 4px 14px rgba(var(--bn-primary-rgb), 0.25);
}

.bn-net-float__title {
    display: block;
    font-family: var(--bn-display);
    font-size: 0.9375rem;
    font-weight: 700;
    color: #12141f;
    letter-spacing: -0.01em;
    margin-bottom: 0.25rem;
}

.bn-net-float__text {
    margin: 0 0 0.65rem;
    font-size: 0.75rem;
    line-height: 1.55;
    color: #6b6b80;
}

.bn-net-float__status {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #5c5c70;
}

.bn-net-float__status-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
    animation: bn-status-pulse 2s ease-in-out infinite;
}

@keyframes bn-status-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.55; }
}

@media (max-width: 992px) {
    .bn-home-block--network .bn-home-block__grid,
    .bn-home-block--network.is-reverse .bn-home-block__grid {
        grid-template-columns: 1fr;
    }

    .bn-net-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bn-net-visual {
        min-height: 22rem;
        order: -1;
        margin-bottom: var(--bn-space-3);
    }

    .bn-net-float {
        right: 2%;
        bottom: 6%;
        max-width: 13.5rem;
    }
}

@media (max-width: 640px) {
    .bn-net-metrics {
        gap: 0.55rem;
    }

    .bn-net-metric {
        min-height: 106px;
        padding: 0.82rem 0.62rem 0.74rem;
    }

    .bn-net-visual__frame {
        width: min(100%, 19rem);
    }

    .bn-net-float {
        right: 0;
        bottom: 4%;
        padding: 0.9rem;
        max-width: 12rem;
    }
}

/* ─── Ecosystem / Partners block ─── */
.bn-home-block--eco {
    padding: clamp(4.5rem, 8vw, 6.5rem) 0 clamp(3.5rem, 6vw, 5rem);
    background: #ffffff;
    color: #12141f;
    overflow: visible;
}

.bn-home-block--eco .bn-home-block__bg {
    background:
        radial-gradient(circle at 8% 92%, rgba(15, 20, 35, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 92% 12%, rgba(15, 20, 35, 0.03) 1px, transparent 1px);
    background-size: 52px 52px, 64px 64px;
    opacity: 0.85;
}

.bn-eco-eyebrow {
    display: block;
    margin-bottom: var(--bn-space-3);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bn-primary);
}

.bn-eco-eyebrow::before {
    content: '— ';
    opacity: 0.85;
}

.bn-eco-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
    margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
}

.bn-home-block--eco .bn-home-block__title {
    font-size: clamp(2.1rem, 4.2vw, 3.05rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #12141f;
    margin-bottom: var(--bn-space-4);
}

.bn-home-block--eco .bn-home-block__prose {
    font-size: 1rem;
    line-height: 1.75;
    color: #6b6b80;
    margin-bottom: var(--bn-space-5);
    max-width: 50ch;
}

.bn-home-block--eco .bn-eco-features {
    margin-bottom: var(--bn-space-6);
}

.bn-home-block--eco .bn-why-feature__icon {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    width: 2.85rem;
    height: 2.85rem;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    background: linear-gradient(145deg, var(--bn-primary), #c41e28);
    box-shadow:
        0 6px 18px rgba(var(--bn-primary-rgb), 0.38),
        0 0 0 4px rgba(var(--bn-primary-rgb), 0.08);
}

.bn-home-block--eco .bn-why-feature__icon .bi,
.bn-home-block--eco .bn-why-feature__icon .bn-bi-satellite {
    display: block;
    font-family: bootstrap-icons !important;
    font-size: 1.15rem;
    line-height: 1;
}

.bn-home-block--eco .bn-why-feature__icon .bn-bi-satellite {
    width: 1.15rem;
    height: 1.15rem;
}

.bn-home-block--eco .bn-why-feature {
    border-radius: 14px;
    padding: 1rem 1.1rem;
    box-shadow: 0 4px 18px rgba(15, 20, 35, 0.06);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 20, 35, 0.07);
}

.bn-home-block--eco .bn-why-feature.is-accent {
    border-left: 3px solid var(--bn-primary);
    background: #ffffff;
    box-shadow:
        0 8px 28px rgba(15, 20, 35, 0.08),
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.06);
}

.bn-home-block--eco .bn-why-feature__chev {
    color: rgba(var(--bn-primary-rgb), 0.55);
}

.bn-home-block--eco .bn-why-feature:hover .bn-why-feature__chev {
    color: var(--bn-primary);
}

.bn-home-block--eco .bn-why-cta {
    box-shadow: 0 10px 28px rgba(var(--bn-primary-rgb), 0.28);
}

/* Full-section upload mode */
.bn-home-block--eco-upload {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.bn-eco-section-figure {
    margin: 0;
    border-radius: 0;
}

.bn-eco-section-figure__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.bn-eco-visual__upload {
    margin: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow:
        0 20px 50px rgba(15, 20, 35, 0.22),
        0 0 80px rgba(var(--bn-primary-rgb), 0.1);
}

.bn-eco-visual__upload img {
    display: block;
    width: 100%;
    height: auto;
}

/* Dark partner showcase card */
.bn-eco-visual {
    position: relative;
}

.bn-eco-card {
    position: relative;
    border-radius: 28px;
    background:
        linear-gradient(155deg, #181a24 0%, #0e1018 42%, #1a0a0e 100%);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.28);
    box-shadow:
        0 24px 60px rgba(15, 20, 35, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 100px rgba(var(--bn-primary-rgb), 0.14);
    overflow: hidden;
    min-height: 26.5rem;
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s ease;
}

.bn-eco-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 88% 38%, rgba(var(--bn-primary-rgb), 0.14), transparent 65%),
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.04), transparent 42%);
    pointer-events: none;
    z-index: 0;
}

.bn-eco-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 32px 70px rgba(15, 20, 35, 0.32),
        0 0 0 1px rgba(255, 255, 255, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 120px rgba(var(--bn-primary-rgb), 0.18);
}

.bn-eco-card__glow {
    position: absolute;
    bottom: -20%;
    left: 0;
    right: 0;
    height: 50%;
    background: radial-gradient(ellipse at 50% 100%, rgba(var(--bn-primary-rgb), 0.28), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.bn-eco-card__globe-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 46%;
    min-width: 12rem;
    padding: 0;
    pointer-events: none;
    z-index: 3;
    opacity: 1;
    background: transparent;
    overflow: hidden;
}

.bn-eco-card__globe-layer::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #0e1018 0%, rgba(14, 16, 24, 0.72) 12%, transparent 34%),
        radial-gradient(ellipse at 78% 50%, rgba(var(--bn-primary-rgb), 0.16), transparent 68%);
    pointer-events: none;
    z-index: 2;
    opacity: 0.9;
}

.bn-eco-card__globe-layer:has(.bn-eco-card__globe-img--upload)::after {
    background:
        linear-gradient(90deg, #0e1018 0%, rgba(14, 16, 24, 0.55) 10%, transparent 30%),
        radial-gradient(ellipse at 80% 50%, rgba(var(--bn-primary-rgb), 0.14), transparent 65%);
    opacity: 0.85;
}

.bn-eco-card__globe-layer .bn-eco-globe,
.bn-eco-card__globe-layer .bn-eco-card__globe-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    object-fit: cover;
    object-position: 72% center;
}

.bn-eco-card__globe-layer .bn-eco-globe {
    filter:
        brightness(1.15)
        contrast(1.08)
        drop-shadow(0 0 48px rgba(var(--bn-primary-rgb), 0.5))
        drop-shadow(0 16px 40px rgba(0, 0, 0, 0.42));
}

.bn-eco-card__globe-img {
    mix-blend-mode: screen;
    filter:
        brightness(1.28)
        contrast(1.1)
        saturate(1.15)
        drop-shadow(0 0 56px rgba(var(--bn-primary-rgb), 0.58))
        drop-shadow(0 0 30px rgba(255, 80, 80, 0.42))
        drop-shadow(0 18px 44px rgba(0, 0, 0, 0.38));
}

.bn-eco-card__globe-img--upload {
    mix-blend-mode: lighten;
    opacity: 1;
    object-fit: cover;
    object-position: 72% center;
    filter:
        brightness(1.2)
        contrast(1.1)
        saturate(1.14)
        drop-shadow(0 0 52px rgba(var(--bn-primary-rgb), 0.55))
        drop-shadow(0 0 28px rgba(255, 72, 72, 0.4));
}

@supports (background: color-mix(in srgb, red 50%, transparent)) {
    .bn-eco-card__globe-img:not(.bn-eco-card__globe-img--upload) {
        /* JPG / opaque uploads: lift dark backgrounds on the dark card */
        mix-blend-mode: plus-lighter;
    }
}

@keyframes bn-eco-globe-float {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-6px) scale(1.02); }
}

.bn-eco-card__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 26.5rem;
    padding: 2.15rem 1.75rem 2.35rem 2.15rem;
    max-width: 52%;
}

.bn-eco-card__head {
    min-width: 0;
}

.bn-eco-card__icon {
    display: inline-grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--bn-primary), #c41e28);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    box-shadow:
        0 10px 26px rgba(var(--bn-primary-rgb), 0.5),
        0 0 0 4px rgba(var(--bn-primary-rgb), 0.15),
        0 0 28px rgba(var(--bn-primary-rgb), 0.35);
}

.bn-eco-card__icon .bi,
.bn-eco-card__icon .bn-bi-satellite {
    display: block;
    font-family: bootstrap-icons !important;
    font-size: 1.3rem;
    line-height: 1;
}

.bn-eco-card__icon .bn-bi-satellite {
    width: 1.3rem;
    height: 1.3rem;
}

.bn-eco-stat__icon .bn-bi-satellite {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
}

.bn-eco-card__title {
    margin: 0 0 0.5rem;
    font-family: var(--bn-display);
    font-size: clamp(1.25rem, 2vw, 1.45rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.bn-eco-card__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.68);
    max-width: 34ch;
}

.bn-eco-card__divider {
    display: block;
    width: 2.25rem;
    height: 3px;
    margin-top: 1rem;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--bn-primary), #ff4d55);
    box-shadow: 0 0 16px rgba(var(--bn-primary-rgb), 0.55);
}

.bn-eco-card__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.35rem 0 0.15rem;
    max-width: 100%;
    margin-top: auto;
}

.bn-eco-card__logos::-webkit-scrollbar {
    display: none;
}

.bn-eco-card__logo {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 4.85rem;
    height: 2.45rem;
    padding: 0.32rem 0.55rem;
    border-radius: 11px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.98);
    box-shadow:
        0 3px 12px rgba(15, 20, 35, 0.16),
        0 0 0 1px rgba(15, 20, 35, 0.04);
}

.bn-eco-card__logo img {
    max-width: 4.1rem;
    max-height: 1.2rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.bn-eco-card__logo-text {
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #12141f;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
}

/* Bottom stats row */
.bn-eco-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 2rem);
    padding-top: clamp(1.75rem, 3vw, 2.25rem);
    border-top: 1px solid rgba(15, 20, 35, 0.07);
}

.bn-eco-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
}

.bn-eco-stat__icon {
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(var(--bn-primary-rgb), 0.08);
    color: var(--bn-primary);
    font-size: 1rem;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.12);
}

.bn-eco-stat__body {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
}

.bn-eco-stat__value {
    font-family: var(--bn-display);
    font-size: clamp(1.4rem, 2.5vw, 1.7rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--bn-primary);
    letter-spacing: -0.02em;
}

.bn-eco-stat__label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #7a7a90;
    line-height: 1.35;
}

@media (max-width: 992px) {
    .bn-eco-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .bn-eco-card__body {
        max-width: none;
        min-height: auto;
        padding: 1.85rem 1.65rem 2.15rem;
    }

    .bn-eco-card__globe-layer {
        width: 44%;
        opacity: 1;
    }

    .bn-eco-card__globe-layer .bn-eco-globe,
    .bn-eco-card__globe-img {
        object-position: 70% center;
    }

    .bn-eco-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .bn-eco-stat {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .bn-eco-card {
        min-height: auto;
    }

    .bn-eco-card__globe-layer {
        position: relative;
        width: 100%;
        justify-content: center;
        padding: 1.5rem 1.25rem 0.5rem;
        opacity: 1;
    }

    .bn-eco-card__globe-layer .bn-eco-globe,
    .bn-eco-card__globe-img {
        width: min(100%, 17.5rem);
        max-height: none;
        animation: none;
    }

    .bn-eco-card__body {
        gap: 1.15rem;
        min-height: auto;
        padding: 1.5rem 1.35rem 2rem;
    }

    .bn-eco-card__logo {
        width: 4.1rem;
        height: 2.05rem;
    }

    .bn-eco-stat {
        gap: 0.65rem;
    }

    .bn-eco-stat__icon {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.9rem;
    }

    .bn-eco-stat__value {
        font-size: 1.25rem;
    }
}

/* Dark variant */
.bn-home-block--dark {
    background: linear-gradient(160deg, #080a12 0%, var(--bn-dark) 45%, #1a0a0e 100%);
    color: #fff;
}

.bn-home-block--dark .bn-home-block__bg {
    background:
        radial-gradient(ellipse 55% 45% at 85% 20%, rgba(var(--bn-primary-rgb), 0.2), transparent 55%),
        radial-gradient(ellipse 40% 35% at 10% 80%, rgba(var(--bn-primary-rgb), 0.08), transparent 50%);
}

.bn-home-block--dark .bn-home-block__prose,
.bn-home-block--dark .bn-home-block__checks li {
    color: rgba(255, 255, 255, 0.62);
}

.bn-home-block--dark .bn-home-block__title {
    color: #fff;
}

.bn-home-block--dark .bn-home-block__card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.28);
    box-shadow: var(--bn-glow-red), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.bn-home-block--dark .bn-home-block__card-glow {
    background: radial-gradient(circle at 30% 30%, rgba(var(--bn-primary-rgb), 0.25), transparent 60%);
}

.bn-home-block--dark .bn-home-block__icon {
    background: rgba(var(--bn-primary-rgb), 0.18);
    color: var(--bn-accent);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.35);
    box-shadow: 0 0 20px rgba(var(--bn-primary-rgb), 0.25);
}

.bn-home-block--dark .bn-home-block__card-title {
    color: #fff;
}

.bn-home-block--dark .bn-home-block__card-text {
    color: rgba(255, 255, 255, 0.58);
}

/* Mesh / gradient variant */
.bn-home-block--mesh {
    background: linear-gradient(180deg, #f0f2f8 0%, #ffffff 50%, #f7f8fc 100%);
    color: #12141f;
}

.bn-home-block--mesh .bn-home-block__bg {
    background-image:
        linear-gradient(rgba(var(--bn-primary-rgb), 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--bn-primary-rgb), 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}

.bn-home-block--mesh .bn-home-block__prose,
.bn-home-block--mesh .bn-home-block__checks li {
    color: #5c5c70;
}

.bn-home-block--mesh .bn-home-block__title {
    color: #12141f;
}

.bn-home-block--mesh .bn-home-block__card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fc 100%);
    border: 1px solid #e8eaf0;
    box-shadow: 0 18px 48px rgba(15, 20, 35, 0.08);
}

.bn-home-block--mesh .bn-home-block__card-glow {
    background: linear-gradient(135deg, rgba(var(--bn-primary-rgb), 0.08), transparent 60%);
}

.bn-home-block--mesh .bn-home-block__icon {
    background: var(--bn-primary);
    color: #fff;
    box-shadow: 0 8px 20px rgba(var(--bn-primary-rgb), 0.35);
}

.bn-home-block--mesh .bn-home-block__card-title {
    color: #12141f;
}

.bn-home-block--mesh .bn-home-block__card-text {
    color: #6b6b80;
}

/* ─── Projects premium (dark mockup) ─── */
.bn-section--projects-premium {
    position: relative;
    padding: clamp(4.5rem, 8vw, 6.5rem) 0;
    background: #080a12 !important;
    color: #fff;
    overflow: hidden;
}

.bn-section--projects-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 45% at 85% 12%, rgba(var(--bn-primary-rgb), 0.12), transparent 55%),
        radial-gradient(ellipse 40% 35% at 10% 90%, rgba(var(--bn-primary-rgb), 0.05), transparent 50%);
    pointer-events: none;
}

.bn-section--projects-premium__decor {
    position: absolute;
    top: 0;
    right: 0;
    width: min(45%, 22rem);
    pointer-events: none;
    opacity: 0.9;
}

.bn-section--projects-premium__decor svg {
    width: 100%;
    height: auto;
}

.bn-section--projects-premium .bn-container {
    position: relative;
    z-index: 1;
}

/* Section header */
.bn-prj-head {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}

.bn-prj-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: var(--bn-space-3);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bn-primary);
}

.bn-prj-eyebrow__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--bn-primary);
    box-shadow: 0 0 10px rgba(var(--bn-primary-rgb), 0.65);
}

.bn-prj-head__title {
    margin: 0 0 var(--bn-space-3);
    font-family: var(--bn-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #fff;
}

.bn-prj-head__title .bn-text-red {
    color: var(--bn-primary);
}

.bn-prj-head__subtitle {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

/* Card grid */
.bn-prj-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

/* Premium project card */
.bn-prj-card {
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    background: linear-gradient(180deg, #12151f 0%, #0e1018 100%);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.28);
    box-shadow:
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.06),
        0 8px 32px rgba(0, 0, 0, 0.35),
        0 0 24px rgba(var(--bn-primary-rgb), 0.08);
    overflow: hidden;
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.bn-prj-card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--bn-primary-rgb), 0.5);
    box-shadow:
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.15),
        0 16px 48px rgba(0, 0, 0, 0.45),
        0 0 40px rgba(var(--bn-primary-rgb), 0.2);
}

.bn-prj-card__media-wrap {
    position: relative;
}

.bn-prj-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0b0d17;
}

.bn-prj-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.bn-prj-card:hover .bn-prj-card__media img {
    transform: scale(1.05);
}

.bn-prj-card__media--placeholder {
    display: grid;
    place-items: center;
    font-size: 2.5rem;
    color: rgba(var(--bn-primary-rgb), 0.45);
}

.bn-prj-card__media--placeholder .bn-bi-satellite {
    width: 2.5rem;
    height: 2.5rem;
}

.bn-prj-card__status {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(8, 10, 18, 0.82);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.45);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.bn-prj-card__status i {
    font-size: 0.65rem;
    color: var(--bn-primary);
}

.bn-prj-card__status.is-progress i {
    color: var(--bn-accent);
}

.bn-prj-card__body {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.65rem 1.35rem 1.35rem;
}

.bn-prj-card__icon {
    position: absolute;
    top: -1.35rem;
    left: 1.15rem;
    z-index: 2;
    width: 2.65rem;
    height: 2.65rem;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #12151f;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.4);
    color: var(--bn-primary);
    font-size: 1.1rem;
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.35),
        0 0 16px rgba(var(--bn-primary-rgb), 0.15);
}

.bn-prj-card__icon .bn-bi-satellite {
    width: 1.15rem;
    height: 1.15rem;
}

.bn-prj-card__title {
    margin: 0.35rem 0 0.5rem;
    font-family: var(--bn-display);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.bn-prj-card__title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bn-prj-card__title a:hover {
    color: var(--bn-accent);
}

.bn-prj-card__line {
    display: block;
    width: 2rem;
    height: 3px;
    margin-bottom: 0.75rem;
    border-radius: 2px;
    background: var(--bn-primary);
    box-shadow: 0 0 10px rgba(var(--bn-primary-rgb), 0.5);
}

.bn-prj-card__text {
    margin: 0 0 auto;
    flex: 1;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.52);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bn-prj-card__location {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 1rem 0 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
}

.bn-prj-card__location i {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.8rem;
}

/* Footer CTA */
.bn-prj-action {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    text-align: center;
}

.bn-prj-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.85rem;
    border-radius: 999px;
    background: rgba(8, 10, 18, 0.9);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.45);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow:
        0 0 20px rgba(var(--bn-primary-rgb), 0.2),
        0 4px 16px rgba(0, 0, 0, 0.3);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.bn-prj-cta:hover {
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(var(--bn-primary-rgb), 0.65);
    box-shadow:
        0 0 32px rgba(var(--bn-primary-rgb), 0.35),
        0 8px 24px rgba(0, 0, 0, 0.35);
}

.bn-prj-cta i {
    color: var(--bn-primary);
    transition: transform 0.35s ease;
}

.bn-prj-cta:hover i {
    transform: translateX(3px);
}

@media (max-width: 992px) {
    .bn-prj-grid {
        grid-template-columns: 1fr;
        max-width: 24rem;
        margin-inline: auto;
    }
}

@media (max-width: 640px) {
    .bn-section--projects-premium__decor {
        width: 55%;
        opacity: 0.6;
    }

    .bn-prj-card__body {
        padding: 1.5rem 1.15rem 1.15rem;
    }
}

/* Single project details premium */
.bn-prj-detail .bn-container {
    position: relative;
    z-index: 1;
}

.bn-prj-detail__panel {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(18, 21, 31, 0.96) 0%, rgba(12, 14, 22, 0.98) 100%);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.25);
    box-shadow:
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.06),
        0 16px 42px rgba(0, 0, 0, 0.42),
        0 0 38px rgba(var(--bn-primary-rgb), 0.1);
    padding: clamp(1rem, 2vw, 1.4rem);
}

.bn-prj-detail__media {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.2);
    background: #0b0d17;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.bn-prj-detail__media img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.bn-prj-detail__meta {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.bn-prj-detail__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.75rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(8, 10, 18, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.bn-prj-detail__chip i {
    color: var(--bn-primary);
    font-size: 0.78rem;
}

.bn-prj-detail__chip--status.is-progress i {
    color: var(--bn-accent);
}

.bn-prj-detail__article {
    margin-top: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 13, 22, 0.62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 10px 24px rgba(0, 0, 0, 0.24);
    padding: clamp(1rem, 2vw, 1.35rem) clamp(0.95rem, 2vw, 1.25rem);
}

.bn-prj-detail .bn-prose,
.bn-prj-detail .bn-prose p,
.bn-prj-detail .bn-prose li {
    color: rgba(255, 255, 255, 0.8);
}

.bn-prj-detail .bn-prose h2,
.bn-prj-detail .bn-prose h3,
.bn-prj-detail .bn-prose h4,
.bn-prj-detail .bn-prose strong {
    color: #fff;
}

.bn-prj-detail__action {
    margin-top: 1.1rem;
}

.bn-prj-detail__action .bn-prj-cta i {
    color: #fff;
}

@media (max-width: 640px) {
    .bn-prj-detail__panel {
        border-radius: 18px;
        padding: 0.8rem;
    }
}

/* ─── Partners showcase (dark mockup) ─── */
.bn-section--prt-showcase {
    position: relative;
    padding: clamp(4.5rem, 8vw, 6.5rem) 0;
    background: linear-gradient(180deg, #080a12 0%, #0b0d17 45%, #080a12 100%) !important;
    color: #fff;
    overflow: hidden;
}

.bn-prt-showcase__map {
    position: absolute;
    top: 0;
    right: 0;
    width: min(50%, 24rem);
    pointer-events: none;
    opacity: 0.85;
}

.bn-prt-showcase__map svg {
    width: 100%;
    height: auto;
}

.bn-prt-showcase__mesh {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 80%, rgba(var(--bn-primary-rgb), 0.08) 1px, transparent 1px),
        radial-gradient(circle at 60% 60%, rgba(var(--bn-primary-rgb), 0.06) 1px, transparent 1px);
    background-size: 32px 32px, 48px 48px;
    mask-image: linear-gradient(to top, #000 20%, transparent 85%);
}

.bn-section--prt-showcase .bn-container {
    position: relative;
    z-index: 1;
}

/* Header */
.bn-prt-head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}

.bn-prt-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-bottom: var(--bn-space-3);
}

.bn-prt-eyebrow__line {
    width: 2.5rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--bn-primary-rgb), 0.6));
}

.bn-prt-eyebrow__line:last-child {
    background: linear-gradient(90deg, rgba(var(--bn-primary-rgb), 0.6), transparent);
}

.bn-prt-eyebrow__text {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bn-primary);
}

.bn-prt-head__title {
    margin: 0 0 var(--bn-space-3);
    font-family: var(--bn-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #fff;
}

.bn-prt-head__title .bn-text-red {
    color: var(--bn-primary);
}

.bn-prt-head__subtitle {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

/* Stats row */
.bn-prt-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.bn-prt-stat {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.15rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.bn-prt-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--bn-primary), transparent);
    opacity: 0.65;
}

.bn-prt-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--bn-primary-rgb), 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 12px 32px rgba(0, 0, 0, 0.25);
}

.bn-prt-stat__icon {
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(var(--bn-primary-rgb), 0.15);
    color: var(--bn-primary);
    font-size: 1rem;
    box-shadow: 0 0 16px rgba(var(--bn-primary-rgb), 0.2);
}

.bn-prt-stat__value {
    display: block;
    font-family: var(--bn-display);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.02em;
}

.bn-prt-stat__title {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--bn-primary);
    letter-spacing: 0.01em;
}

.bn-prt-stat__text {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.6875rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.45);
}

/* Logo carousel */
.bn-prt-carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.bn-prt-carousel__nav {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.45);
    background: rgba(var(--bn-primary-rgb), 0.12);
    color: var(--bn-primary);
    font-size: 1.1rem;
    cursor: pointer;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.bn-prt-carousel__nav:hover {
    background: rgba(var(--bn-primary-rgb), 0.22);
    border-color: rgba(var(--bn-primary-rgb), 0.65);
    transform: scale(1.05);
}

.bn-prt-carousel__frame {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 22px;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.35);
    background: rgba(255, 255, 255, 0.02);
    box-shadow:
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bn-prt-carousel__frame::-webkit-scrollbar {
    display: none;
}

.bn-prt-carousel__track {
    display: grid;
    grid-template-columns: repeat(5, minmax(8.5rem, 1fr));
    gap: 0.75rem;
    padding: 1.15rem 1.25rem;
    min-width: min(100%, 52rem);
}

.bn-prt-logo-card {
    display: grid;
    place-items: center;
    min-height: 4.5rem;
    padding: 0.75rem 1rem;
    border-radius: 14px;
    background: rgba(8, 10, 18, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.bn-prt-logo-card:hover {
    border-color: rgba(var(--bn-primary-rgb), 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 20px rgba(var(--bn-primary-rgb), 0.1);
    transform: translateY(-2px);
}

.bn-prt-logo-card img {
    max-width: 5.5rem;
    max-height: 2rem;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(1.1);
}

.bn-prt-logo-card__name {
    font-size: 0.625rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.75);
}

/* CTA */
.bn-prt-action {
    text-align: center;
}

.bn-prt-cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 0.9rem 0.9rem 1.85rem;
    border-radius: 999px;
    background: linear-gradient(145deg, var(--bn-primary) 0%, #b81e2d 55%, #8a1520 100%);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow:
        0 4px 20px rgba(var(--bn-primary-rgb), 0.4),
        0 12px 36px rgba(var(--bn-primary-rgb), 0.25);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bn-prt-cta::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    background:
        radial-gradient(circle at 70% 50%, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 8px 8px;
    opacity: 0.5;
    pointer-events: none;
}

.bn-prt-cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow:
        0 6px 24px rgba(var(--bn-primary-rgb), 0.5),
        0 16px 44px rgba(var(--bn-primary-rgb), 0.3);
}

.bn-prt-cta__icon {
    position: relative;
    z-index: 1;
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    font-size: 1rem;
    transition: transform 0.35s ease;
}

.bn-prt-cta:hover .bn-prt-cta__icon {
    transform: translateX(2px);
}

@media (max-width: 992px) {
    .bn-prt-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bn-prt-carousel__track {
        grid-template-columns: repeat(3, minmax(7.5rem, 1fr));
    }
}

@media (max-width: 640px) {
    .bn-prt-stats {
        gap: 0.75rem;
    }

    .bn-prt-stat {
        padding: 1rem;
    }

    .bn-prt-carousel {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .bn-prt-carousel__nav {
        display: none;
    }

    .bn-prt-carousel__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bn-prt-cta {
        width: 100%;
        justify-content: space-between;
    }
}

/* ─── Testimonials showcase (mockup) ─── */
.bn-section--tst-showcase {
    position: relative;
    padding: clamp(4.5rem, 8vw, 6.5rem) 0;
    background: #ffffff !important;
    color: #12141f;
    overflow: hidden;
}

.bn-tst-showcase__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 22%, rgba(15, 20, 35, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 88% 78%, rgba(15, 20, 35, 0.025) 1px, transparent 1px),
        radial-gradient(ellipse 60% 40% at 50% 100%, rgba(var(--bn-primary-rgb), 0.04), transparent 60%);
    background-size: 40px 40px, 56px 56px, auto;
}

.bn-section--tst-showcase .bn-container {
    position: relative;
    z-index: 1;
}

/* Header */
.bn-tst-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}

.bn-tst-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-bottom: var(--bn-space-3);
}

.bn-tst-eyebrow__line {
    width: 2.5rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--bn-primary-rgb), 0.55));
}

.bn-tst-eyebrow__line:last-child {
    background: linear-gradient(90deg, rgba(var(--bn-primary-rgb), 0.55), transparent);
}

.bn-tst-eyebrow__text {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bn-primary);
}

.bn-tst-head__title {
    margin: 0 0 var(--bn-space-3);
    font-family: var(--bn-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #12141f;
}

.bn-tst-head__title .bn-text-red {
    color: var(--bn-primary);
}

.bn-tst-head__subtitle {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.75;
    color: #5c5c70;
}

/* Carousel shell */
.bn-tst-carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.bn-tst-carousel__nav {
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(15, 20, 35, 0.08);
    background: #fff;
    color: var(--bn-primary);
    font-size: 1.1rem;
    box-shadow: 0 4px 16px rgba(15, 20, 35, 0.08);
    cursor: pointer;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.bn-tst-carousel__nav:hover {
    border-color: rgba(var(--bn-primary-rgb), 0.35);
    box-shadow: 0 8px 24px rgba(15, 20, 35, 0.1);
    transform: scale(1.05);
}

.bn-tst-swiper {
    width: 100%;
    padding-bottom: 2.75rem !important;
    overflow: hidden;
}

.bn-tst-swiper .swiper-slide {
    height: auto;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.bn-tst-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.72;
    transform: scale(0.96);
}

/* Pagination dots */
.bn-tst-pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0.5rem !important;
    bottom: 0 !important;
}

.bn-tst-bullet {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: 1.5px solid rgba(var(--bn-primary-rgb), 0.45);
    background: transparent;
    opacity: 1;
    margin: 0 !important;
    transition: all 0.35s ease;
    cursor: pointer;
}

.bn-tst-bullet.is-active {
    width: 1.35rem;
    border-radius: 999px;
    background: var(--bn-primary);
    border-color: var(--bn-primary);
}

/* Testimonial card */
.bn-tst-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 18.5rem;
    margin: 0;
    padding: 1.75rem 1.5rem 1.35rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(15, 20, 35, 0.07);
    box-shadow: 0 8px 32px rgba(15, 20, 35, 0.06);
    transition:
        border-color 0.45s ease,
        box-shadow 0.45s ease,
        transform 0.45s ease;
}

.swiper-slide-active .bn-tst-card {
    border-color: rgba(var(--bn-primary-rgb), 0.45);
    box-shadow:
        0 12px 40px rgba(15, 20, 35, 0.08),
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.08),
        0 0 28px rgba(var(--bn-primary-rgb), 0.12);
    transform: translateY(-4px);
}

.bn-tst-card__quote-icon {
    position: absolute;
    top: 1.15rem;
    left: 1.25rem;
    font-size: 2.25rem;
    line-height: 1;
    color: rgba(var(--bn-primary-rgb), 0.18);
    transition: color 0.45s ease, transform 0.45s ease;
}

.swiper-slide-active .bn-tst-card__quote-icon {
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--bn-primary);
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 6px 16px rgba(var(--bn-primary-rgb), 0.35);
}

.bn-tst-card__stars {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    margin: 0.25rem 0 1rem;
    color: var(--bn-primary);
    font-size: 0.7rem;
}

.bn-tst-card__text {
    flex: 1;
    margin: 0 0 1.25rem;
    padding-top: 0.25rem;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #4a4a62;
    text-align: center;
}

.bn-tst-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.bn-tst-card__avatar {
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 4px 12px rgba(15, 20, 35, 0.1);
}

.bn-tst-card__avatar--initials {
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #f4f6fa, #e8ebf2);
    color: var(--bn-primary);
    font-size: 0.8rem;
    font-weight: 700;
}

.bn-tst-card__who {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.bn-tst-card__name {
    font-family: var(--bn-display);
    font-size: 0.9rem;
    font-weight: 700;
    color: #12141f;
}

.bn-tst-card__role {
    font-size: 0.75rem;
    color: #7a7a90;
}

.bn-tst-card__company {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(15, 20, 35, 0.08);
}

.bn-tst-card__company-mark {
    width: 1.65rem;
    height: 1.65rem;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(var(--bn-primary-rgb), 0.08);
    color: var(--bn-primary);
    font-size: 0.75rem;
}

.bn-tst-card__company-name {
    font-size: 0.75rem;
    font-weight: 600;
    color: #5c5c70;
}

/* Stats bar */
.bn-tst-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    padding: 0;
}

.bn-tst-stat {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.8rem;
    min-height: 90px;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(15, 20, 35, 0.1);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 248, 255, 0.98) 100%);
    box-shadow:
        0 12px 28px rgba(12, 16, 30, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bn-tst-stat:hover {
    transform: translateY(-3px);
    border-color: rgba(var(--bn-primary-rgb), 0.24);
    box-shadow:
        0 16px 34px rgba(12, 16, 30, 0.14),
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.08);
}

.bn-tst-stat__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.05) 60%),
        linear-gradient(145deg, rgba(var(--bn-primary-rgb), 0.18) 0%, rgba(var(--bn-primary-rgb), 0.1) 100%);
    color: color-mix(in srgb, var(--bn-primary) 78%, #3f3f74 22%);
    font-size: 0.95rem;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 7px 15px rgba(var(--bn-primary-rgb), 0.16);
}

.bn-tst-stat__body {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.bn-tst-stat__value {
    font-family: var(--bn-display);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--bn-primary);
    letter-spacing: -0.02em;
}

.bn-tst-stat__label {
    font-size: 0.72rem;
    font-weight: 600;
    color: #65667d;
    line-height: 1.3;
}

@media (max-width: 992px) {
    .bn-tst-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.8rem;
    }
}

@media (max-width: 640px) {
    .bn-tst-carousel {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .bn-tst-carousel__nav {
        display: none;
    }

    .bn-tst-card {
        min-height: auto;
        padding: 1.5rem 1.25rem 1.15rem;
    }

    .bn-tst-stats {
        grid-template-columns: 1fr;
    }

    .bn-tst-stat {
        min-height: 84px;
    }
}

/* ─── Insights showcase (dark mockup) ─── */
.bn-section--ins-showcase {
    position: relative;
    padding: clamp(4.5rem, 8vw, 6.5rem) 0;
    background: linear-gradient(180deg, #050508 0%, #080a12 40%, #050508 100%) !important;
    color: #fff;
    overflow: hidden;
}

.bn-ins-showcase__mesh {
    position: absolute;
    top: 0;
    right: 0;
    width: min(55%, 28rem);
    height: 55%;
    pointer-events: none;
    background:
        radial-gradient(circle at 70% 30%, rgba(var(--bn-primary-rgb), 0.1) 1px, transparent 1px),
        radial-gradient(circle at 90% 60%, rgba(var(--bn-primary-rgb), 0.07) 1px, transparent 1px);
    background-size: 28px 28px, 40px 40px;
    mask-image: radial-gradient(ellipse at 80% 20%, #000 15%, transparent 70%);
}

.bn-ins-showcase__streak {
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(45%, 20rem);
    pointer-events: none;
    opacity: 0.9;
}

.bn-ins-showcase__streak svg {
    width: 100%;
    height: auto;
}

.bn-section--ins-showcase .bn-container {
    position: relative;
    z-index: 1;
}

/* Header */
.bn-ins-head {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}

.bn-ins-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: var(--bn-space-3);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bn-primary);
}

.bn-ins-eyebrow__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--bn-primary);
    box-shadow: 0 0 10px rgba(var(--bn-primary-rgb), 0.65);
}

.bn-ins-head__title {
    margin: 0 0 var(--bn-space-3);
    font-family: var(--bn-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #fff;
}

.bn-ins-head__title .bn-text-red {
    color: var(--bn-primary);
}

.bn-ins-head__subtitle {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

/* Card grid */
.bn-ins-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

/* Premium blog card */
.bn-ins-card {
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(18, 21, 31, 0.92) 0%, rgba(12, 14, 22, 0.95) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.22);
    box-shadow:
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.05),
        0 8px 32px rgba(0, 0, 0, 0.35),
        0 0 24px rgba(var(--bn-primary-rgb), 0.06);
    overflow: hidden;
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.bn-ins-card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--bn-primary-rgb), 0.45);
    box-shadow:
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.12),
        0 16px 48px rgba(0, 0, 0, 0.45),
        0 0 36px rgba(var(--bn-primary-rgb), 0.18);
}

.bn-ins-card__media-wrap {
    position: relative;
}

.bn-ins-card__media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0b0d17;
}

.bn-ins-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.bn-ins-card:hover .bn-ins-card__media img {
    transform: scale(1.06);
}

.bn-ins-card__media-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(145deg, rgba(var(--bn-primary-rgb), 0.12), rgba(8, 10, 18, 0.95)),
        radial-gradient(circle at 30% 40%, rgba(var(--bn-primary-rgb), 0.2), transparent 55%);
    color: rgba(var(--bn-primary-rgb), 0.55);
    font-size: 2.5rem;
}

.bn-ins-card__media-glow {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 5, 8, 0.1) 0%, rgba(5, 5, 8, 0.55) 100%),
        radial-gradient(ellipse at 80% 20%, rgba(var(--bn-primary-rgb), 0.25), transparent 50%);
    pointer-events: none;
}

.bn-ins-card__tag {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(8, 10, 18, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--bn-primary);
}

.bn-ins-card__tag i {
    font-size: 0.65rem;
}

.bn-ins-card__date {
    position: absolute;
    bottom: -1.1rem;
    left: 1.15rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    padding: 0.45rem 0.35rem 0.4rem;
    border-radius: 10px;
    background: #12151f;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.35);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.4),
        0 0 12px rgba(var(--bn-primary-rgb), 0.12);
    text-decoration: none;
    line-height: 1;
}

.bn-ins-card__date-month {
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--bn-primary);
    margin-bottom: 0.15rem;
}

.bn-ins-card__date-day {
    font-family: var(--bn-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.bn-ins-card__date-year {
    margin-top: 0.15rem;
    font-size: 0.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
}

.bn-ins-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.65rem 1.25rem 1.25rem;
}

.bn-ins-card__title {
    margin: 0.35rem 0 0.65rem;
    font-family: var(--bn-display);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.bn-ins-card__title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bn-ins-card__title a:hover {
    color: var(--bn-accent);
}

.bn-ins-card__text {
    margin: 0 0 1rem;
    flex: 1;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.52);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bn-ins-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.bn-ins-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--bn-primary);
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}

.bn-ins-card__link:hover {
    color: var(--bn-accent);
    gap: 0.55rem;
}

.bn-ins-card__link i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.bn-ins-card__link:hover i {
    transform: translateX(2px);
}

.bn-ins-card__read {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
}

.bn-ins-card__read i {
    font-size: 0.75rem;
}

/* CTA */
.bn-ins-action {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

/* Insights page (blog index) premium pagination/actions */
.bn-ins-page .bn-ins-grid {
    margin-bottom: clamp(2.2rem, 4vw, 3rem);
}

.bn-ins-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.bn-ins-page__pager {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.62rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    background: rgba(8, 10, 18, 0.82);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.28),
        0 0 18px rgba(var(--bn-primary-rgb), 0.12);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.bn-ins-page__pager:hover {
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(var(--bn-primary-rgb), 0.56);
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.32),
        0 0 26px rgba(var(--bn-primary-rgb), 0.2);
}

.bn-ins-page__pager i {
    color: var(--bn-primary);
    font-size: 0.82rem;
}

.bn-ins-pagination__info {
    margin: 0;
    padding: 0.62rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Insights detail page premium */
.bn-ins-detail .bn-container {
    position: relative;
    z-index: 1;
}

.bn-ins-detail__panel {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(18, 21, 31, 0.96) 0%, rgba(12, 14, 22, 0.98) 100%);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.24);
    box-shadow:
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.05),
        0 16px 44px rgba(0, 0, 0, 0.42),
        0 0 34px rgba(var(--bn-primary-rgb), 0.1);
    padding: clamp(1rem, 2vw, 1.4rem);
}

.bn-ins-detail__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.bn-ins-detail__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(8, 10, 18, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.bn-ins-detail__chip i {
    color: var(--bn-primary);
}

.bn-ins-detail__media {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.2);
    background: #0b0d17;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
}

.bn-ins-detail__media img {
    width: 100%;
    display: block;
}

.bn-ins-detail__article {
    margin-top: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 13, 22, 0.62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 10px 24px rgba(0, 0, 0, 0.24);
    padding: clamp(1rem, 2vw, 1.35rem) clamp(0.95rem, 2vw, 1.25rem);
}

.bn-ins-detail .bn-prose,
.bn-ins-detail .bn-prose p,
.bn-ins-detail .bn-prose li,
.bn-ins-detail .bn-prose blockquote {
    color: rgba(255, 255, 255, 0.8);
}

.bn-ins-detail .bn-prose h2,
.bn-ins-detail .bn-prose h3,
.bn-ins-detail .bn-prose h4,
.bn-ins-detail .bn-prose strong,
.bn-ins-detail .bn-prose a {
    color: #fff;
}

.bn-ins-detail__action {
    margin-top: 1.1rem;
}

.bn-ins-cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 0.9rem 0.9rem 1.85rem;
    border-radius: 999px;
    background: linear-gradient(145deg, var(--bn-primary) 0%, #b81e2d 55%, #8a1520 100%);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow:
        0 4px 20px rgba(var(--bn-primary-rgb), 0.4),
        0 12px 36px rgba(var(--bn-primary-rgb), 0.25);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bn-ins-cta::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    background:
        radial-gradient(circle at 70% 50%, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 8px 8px;
    opacity: 0.5;
    pointer-events: none;
}

.bn-ins-cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow:
        0 6px 24px rgba(var(--bn-primary-rgb), 0.5),
        0 16px 44px rgba(var(--bn-primary-rgb), 0.3);
}

.bn-ins-cta__icon {
    position: relative;
    z-index: 1;
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    font-size: 1rem;
    transition: transform 0.35s ease;
}

.bn-ins-cta:hover .bn-ins-cta__icon {
    transform: translateX(2px);
}

/* Stats bar */
.bn-ins-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 1.25rem 1.5rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 8px 32px rgba(0, 0, 0, 0.25);
}

.bn-ins-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.bn-ins-stat:last-child {
    border-right: none;
}

.bn-ins-stat__icon {
    flex-shrink: 0;
    width: 2.15rem;
    height: 2.15rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(var(--bn-primary-rgb), 0.35);
    background: rgba(var(--bn-primary-rgb), 0.08);
    color: var(--bn-primary);
    font-size: 0.9rem;
}

.bn-ins-stat__body {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.bn-ins-stat__value {
    font-family: var(--bn-display);
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.02em;
}

.bn-ins-stat__label {
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.3;
}

@media (max-width: 992px) {
    .bn-ins-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bn-ins-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .bn-ins-stat {
        border-right: none;
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .bn-ins-grid {
        grid-template-columns: 1fr;
    }

    .bn-ins-stats {
        grid-template-columns: 1fr;
        padding: 1.15rem;
    }

    .bn-ins-pagination {
        gap: 0.6rem;
    }

    .bn-ins-page__pager,
    .bn-ins-pagination__info {
        width: 100%;
        justify-content: center;
    }

    .bn-ins-detail__panel {
        border-radius: 18px;
        padding: 0.8rem;
    }
}

/* Fix light text on light sections globally */
.bn-section--light .bn-prose,
.bn-section--light .bn-split__title {
    color: #5c5c70;
}

.bn-section--light .bn-split__title {
    color: #12141f;
}

@media (max-width: 992px) {
    .bn-home-block__grid {
        grid-template-columns: 1fr;
        gap: var(--bn-space-6);
    }

    .bn-home-block.is-reverse .bn-home-block__grid {
        direction: ltr;
    }
}

@media (max-width: 640px) {
    .bn-ft-enterprise__grid { grid-template-columns: 1fr; }
    .bn-fab { right: var(--bn-space-2); bottom: var(--bn-space-2); }
}

/* ═══ Homepage section bands — brand tint → white → hero dark ═══ */
.bn-home-band {
    position: relative;
    overflow: hidden;
    border: none !important;
    isolation: isolate;
}

.bn-home-band::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.bn-home-band > .bn-container,
.bn-home-band .bn-container {
    position: relative;
    z-index: 1;
}

.bn-home-band .bn-home-block__bg,
.bn-home-band .bn-tst-showcase__decor,
.bn-home-band .bn-ins-showcase__mesh {
    z-index: 0;
}

/* Band 1 — soft BESTNET red / pink tint */
.bn-home-band.bn-home-band--brand {
    background: linear-gradient(168deg, #fff0f2 0%, #fde8eb 40%, #fce4e8 75%, #fff5f6 100%) !important;
    color: #12141f !important;
}

.bn-home-band.bn-home-band--brand::before {
    background:
        radial-gradient(ellipse 72% 52% at 50% -8%, rgba(var(--bn-primary-rgb), 0.2), transparent 58%),
        radial-gradient(ellipse 42% 38% at 100% 55%, rgba(var(--bn-primary-rgb), 0.12), transparent 52%),
        radial-gradient(ellipse 38% 32% at 0% 88%, rgba(var(--bn-accent-rgb), 0.09), transparent 48%);
}

/* Band 2 — clean white */
.bn-home-band.bn-home-band--white {
    background: #ffffff !important;
    color: #12141f !important;
}

.bn-home-band.bn-home-band--white::before {
    background:
        radial-gradient(ellipse 55% 42% at 100% 0%, rgba(var(--bn-primary-rgb), 0.06), transparent 55%),
        radial-gradient(ellipse 48% 38% at 0% 100%, rgba(var(--bn-primary-rgb), 0.04), transparent 52%);
}

/* Band 3 — hero dark with red glow */
.bn-home-band.bn-home-band--hero {
    background: linear-gradient(165deg, #0a0c14 0%, var(--bn-dark) 45%, #14080c 100%) !important;
    color: #f0f2f8 !important;
}

.bn-home-band.bn-home-band--hero::before {
    background:
        linear-gradient(180deg, rgba(11, 13, 23, 0.1) 0%, rgba(11, 13, 23, 0.65) 68%, var(--bn-dark) 100%),
        radial-gradient(ellipse at 72% 26%, rgba(var(--bn-primary-rgb), 0.28), transparent 54%),
        radial-gradient(ellipse at 12% 82%, rgba(var(--bn-primary-rgb), 0.12), transparent 50%);
}

/* Hide legacy section decor when band handles the look */
.bn-home-band.bn-section--services-glass::before,
.bn-home-band.bn-section--projects-premium::before {
    display: none;
}

/* Per-band fills on homepage blocks + listing sections */
.bn-home-band.bn-home-band--brand.bn-section--services-glass,
.bn-home-band.bn-home-band--brand.bn-home-block--premium,
.bn-home-band.bn-home-band--brand.bn-home-block--network,
.bn-home-band.bn-home-band--brand.bn-home-block--eco,
.bn-home-band.bn-home-band--brand.bn-section--projects-premium,
.bn-home-band.bn-home-band--brand.bn-section--tst-showcase,
.bn-home-band.bn-home-band--brand.bn-section--ins-showcase,
.bn-home-band.bn-home-band--brand.bn-page-section,
.bn-home-band.bn-home-band--brand.bn-svc-section,
.bn-home-band.bn-home-band--brand.bn-cov-section,
.bn-home-band.bn-home-band--brand.bn-prt-section,
.bn-home-band.bn-home-band--brand.bn-about__section,
.bn-home-band.bn-home-band--brand.bn-ctc-quick,
.bn-home-band.bn-home-band--brand.bn-ctc-section,
.bn-home-band.bn-home-band--brand.bn-ctc-map-section,
.bn-home-band.bn-home-band--brand.bn-section {
    background: linear-gradient(168deg, #fff0f2 0%, #fde8eb 40%, #fce4e8 75%, #fff5f6 100%) !important;
    color: #12141f !important;
}

.bn-home-band.bn-home-band--white.bn-section--services-glass,
.bn-home-band.bn-home-band--white.bn-home-block--premium,
.bn-home-band.bn-home-band--white.bn-home-block--network,
.bn-home-band.bn-home-band--white.bn-home-block--eco,
.bn-home-band.bn-home-band--white.bn-section--projects-premium,
.bn-home-band.bn-home-band--white.bn-section--tst-showcase,
.bn-home-band.bn-home-band--white.bn-section--ins-showcase,
.bn-home-band.bn-home-band--white.bn-page-section,
.bn-home-band.bn-home-band--white.bn-svc-section,
.bn-home-band.bn-home-band--white.bn-cov-section,
.bn-home-band.bn-home-band--white.bn-prt-section,
.bn-home-band.bn-home-band--white.bn-about__section,
.bn-home-band.bn-home-band--white.bn-ctc-quick,
.bn-home-band.bn-home-band--white.bn-ctc-section,
.bn-home-band.bn-home-band--white.bn-ctc-map-section,
.bn-home-band.bn-home-band--white.bn-section {
    background: #ffffff !important;
    color: #12141f !important;
}

.bn-home-band.bn-home-band--hero.bn-section--services-glass,
.bn-home-band.bn-home-band--hero.bn-home-block--premium,
.bn-home-band.bn-home-band--hero.bn-home-block--network,
.bn-home-band.bn-home-band--hero.bn-home-block--eco,
.bn-home-band.bn-home-band--hero.bn-section--projects-premium,
.bn-home-band.bn-home-band--hero.bn-section--tst-showcase,
.bn-home-band.bn-home-band--hero.bn-section--ins-showcase,
.bn-home-band.bn-home-band--hero.bn-page-section,
.bn-home-band.bn-home-band--hero.bn-svc-section,
.bn-home-band.bn-home-band--hero.bn-cov-section,
.bn-home-band.bn-home-band--hero.bn-prt-section,
.bn-home-band.bn-home-band--hero.bn-about__section,
.bn-home-band.bn-home-band--hero.bn-ctc-quick,
.bn-home-band.bn-home-band--hero.bn-ctc-section,
.bn-home-band.bn-home-band--hero.bn-ctc-map-section,
.bn-home-band.bn-home-band--hero.bn-section {
    background: linear-gradient(165deg, #0a0c14 0%, var(--bn-dark) 45%, #14080c 100%) !important;
    color: #f0f2f8 !important;
}

.bn-home-band .bn-home-block__bg {
    opacity: 0.35;
}

.bn-home-band--hero .bn-home-block__bg,
.bn-home-band--brand .bn-home-block__bg,
.bn-home-band--white .bn-home-block__bg {
    background: transparent !important;
    opacity: 1;
}

/* Services on brand band */
.bn-home-band--brand.bn-section--services-glass .bn-section-head__title,
.bn-home-band--brand.bn-section--services-glass .bn-section-head__subtitle {
    color: inherit;
}

/* Why BESTNET — white band */
.bn-home-band--white.bn-home-block--premium .bn-home-block__title,
.bn-home-band--white.bn-home-block--premium .bn-home-block__prose {
    color: inherit;
}

/* Network — hero band typography */
.bn-home-band--hero.bn-home-block--network .bn-home-block__title,
.bn-home-band--hero.bn-home-block--network .bn-home-block__title .bn-text-red {
    color: #fff;
}

.bn-home-band--hero.bn-home-block--network .bn-home-block__prose {
    color: rgba(255, 255, 255, 0.62);
}

.bn-home-band--hero.bn-home-block--network .bn-why-eyebrow {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--bn-primary);
}

.bn-home-band--hero.bn-home-block--network .bn-net-visual__frame {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow:
        0 0 0 1px rgba(var(--bn-primary-rgb), 0.15),
        0 20px 56px rgba(0, 0, 0, 0.45);
}

.bn-home-band--hero.bn-home-block--network .bn-net-visual__placeholder {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.45);
}

/* Ecosystem — brand band */
.bn-home-band--brand.bn-home-block--eco .bn-home-block__title,
.bn-home-band--brand.bn-home-block--eco .bn-home-block__prose {
    color: #12141f;
}

.bn-home-band--brand.bn-home-block--eco .bn-why-feature {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(255, 255, 255, 0.9);
}

/* Projects — brand band */
.bn-home-band--brand.bn-section--projects-premium .bn-prj-head__title {
    color: #12141f;
}

.bn-home-band--brand.bn-section--projects-premium .bn-prj-head__subtitle {
    color: #4a4a5e;
}

/* Projects — white band */
.bn-home-band--white.bn-section--projects-premium .bn-prj-head__title {
    color: #12141f;
}

.bn-home-band--white.bn-section--projects-premium .bn-prj-head__subtitle {
    color: #4a4a5e;
}

.bn-home-band--white.bn-section--projects-premium .bn-section--projects-premium__decor svg circle,
.bn-home-band--white.bn-section--projects-premium .bn-section--projects-premium__decor svg path {
    opacity: 0.85;
}

.bn-home-band--white.bn-section--projects-premium .bn-prj-cta {
    background: linear-gradient(135deg, var(--bn-primary) 0%, #c41e28 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 28px rgba(var(--bn-primary-rgb), 0.35);
}

/* Testimonials — hero band */
.bn-home-band--hero.bn-section--tst-showcase .bn-tst-head__title {
    color: #fff;
}

.bn-home-band--hero.bn-section--tst-showcase .bn-tst-head__subtitle {
    color: rgba(255, 255, 255, 0.58);
}

.bn-home-band--hero.bn-section--tst-showcase .bn-tst-showcase__decor {
    background:
        radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        radial-gradient(ellipse 60% 40% at 50% 100%, rgba(var(--bn-primary-rgb), 0.12), transparent 60%);
    background-size: 40px 40px, 56px 56px, auto;
}

.bn-home-band--hero.bn-section--tst-showcase .bn-tst-stat__value {
    color: #fff;
}

.bn-home-band--hero.bn-section--tst-showcase .bn-tst-stat__label {
    color: rgba(255, 255, 255, 0.68);
}

.bn-home-band--hero.bn-section--tst-showcase .bn-tst-stat {
    border-color: rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(145deg, rgba(15, 18, 32, 0.8) 0%, rgba(27, 32, 56, 0.72) 100%);
    box-shadow:
        0 16px 30px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.bn-home-band--hero.bn-section--tst-showcase .bn-tst-stat:hover {
    border-color: rgba(255, 255, 255, 0.26);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.bn-home-band--hero.bn-section--tst-showcase .bn-tst-stat__icon {
    border-color: rgba(255, 255, 255, 0.16);
    background:
        radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.03) 60%),
        linear-gradient(145deg, rgba(var(--bn-primary-rgb), 0.36) 0%, rgba(var(--bn-primary-rgb), 0.18) 100%);
    color: #ffdbe0;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 16px rgba(0, 0, 0, 0.28);
}

.bn-home-band--hero.bn-section--tst-showcase .bn-tst-carousel__nav {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

/* Insights — brand band */
.bn-home-band--brand.bn-section--ins-showcase .bn-ins-head__title {
    color: #12141f;
}

.bn-home-band--brand.bn-section--ins-showcase .bn-ins-head__subtitle {
    color: #5c5c70;
}

.bn-home-band--brand.bn-section--ins-showcase .bn-ins-eyebrow {
    color: var(--bn-primary);
}

.bn-home-band--brand.bn-section--ins-showcase .bn-ins-showcase__mesh {
    background:
        radial-gradient(circle at 70% 30%, rgba(var(--bn-primary-rgb), 0.12) 1px, transparent 1px),
        radial-gradient(circle at 90% 60%, rgba(var(--bn-primary-rgb), 0.08) 1px, transparent 1px);
    background-size: 28px 28px, 40px 40px;
    mask-image: radial-gradient(ellipse at 80% 20%, #000 15%, transparent 70%);
}

.bn-home-band--brand.bn-section--ins-showcase .bn-ins-stat {
    border-color: rgba(15, 20, 35, 0.08);
}

.bn-home-band--brand.bn-section--ins-showcase .bn-ins-stat__value {
    color: #12141f;
}

.bn-home-band--brand.bn-section--ins-showcase .bn-ins-stat__label {
    color: #6b6b80;
}

.bn-home-band--brand.bn-section--ins-showcase .bn-ins-cta {
    background: linear-gradient(135deg, var(--bn-primary) 0%, #c41e28 100%);
    border-color: transparent;
    color: #fff;
}

/* ═══ Inner pages — section bands + premium page hero ═══ */
.bn-page-section {
    position: relative;
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    overflow: hidden;
}

.bn-page-hero__mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(var(--bn-primary-rgb), 0.12) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgba(var(--bn-primary-rgb), 0.08) 1px, transparent 1px);
    background-size: 48px 48px, 64px 64px;
    opacity: 0.7;
}

.bn-page-hero__glow {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 55%;
    height: 80%;
    background: radial-gradient(ellipse, rgba(var(--bn-primary-rgb), 0.28), transparent 68%);
    pointer-events: none;
}

.bn-page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    padding: 0.35rem 0.85rem;
    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.12);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.28);
    border-radius: 999px;
}

.bn-page-hero__title {
    font-family: var(--bn-display);
    font-size: clamp(2.25rem, 4.5vw, 3.25rem) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em;
}

.bn-page-hero__title .bn-text-red {
    color: var(--bn-primary);
}

/* Light band typography for inner pages */
.bn-home-band--brand .bn-about-title,
.bn-home-band--white .bn-about-title,
.bn-home-band--brand .bn-svc-title,
.bn-home-band--white .bn-svc-title,
.bn-home-band--brand .bn-cov-title,
.bn-home-band--white .bn-cov-title,
.bn-home-band--brand .bn-prt-title,
.bn-home-band--white .bn-prt-title,
.bn-home-band--brand .bn-section-head__title,
.bn-home-band--white .bn-section-head__title,
.bn-home-band--brand .bn-card__title,
.bn-home-band--white .bn-card__title {
    color: #12141f;
}

.bn-home-band--brand .bn-about-lead,
.bn-home-band--white .bn-about-lead,
.bn-home-band--brand .bn-svc-lead,
.bn-home-band--white .bn-svc-lead,
.bn-home-band--brand .bn-cov-lead,
.bn-home-band--white .bn-cov-lead,
.bn-home-band--brand .bn-card__text,
.bn-home-band--white .bn-card__text,
.bn-home-band--brand .bn-section-head__subtitle,
.bn-home-band--white .bn-section-head__subtitle {
    color: #5c5c70;
}

.bn-home-band--brand .bn-about-value,
.bn-home-band--white .bn-about-value {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(15, 20, 35, 0.08);
}

.bn-home-band--brand .bn-about-mv-card,
.bn-home-band--white .bn-about-mv-card {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(15, 20, 35, 0.08);
    box-shadow: 0 12px 40px rgba(15, 20, 35, 0.06);
}

.bn-home-band--brand .bn-about-mv-card__title,
.bn-home-band--white .bn-about-mv-card__title,
.bn-home-band--brand .bn-about-value__name,
.bn-home-band--white .bn-about-value__name {
    color: #12141f;
}

.bn-home-band--brand .bn-about-mv-card__text,
.bn-home-band--white .bn-about-mv-card__text,
.bn-home-band--brand .bn-about-value__text,
.bn-home-band--white .bn-about-value__text {
    color: #5c5c70;
}

/* Hero band inner pages */
.bn-home-band--hero .bn-about-title,
.bn-home-band--hero .bn-cov-title,
.bn-home-band--hero .bn-prt-title,
.bn-home-band--hero .bn-section-head__title {
    color: #fff;
}

.bn-home-band--hero .bn-about-lead,
.bn-home-band--hero .bn-cov-lead,
.bn-home-band--hero .bn-card__text,
.bn-home-band--hero .bn-section-head__subtitle {
    color: rgba(255, 255, 255, 0.62);
}

.bn-home-band--hero .bn-about-value,
.bn-home-band--hero .bn-about-mv-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.bn-home-band--hero .bn-about-mv-card__title,
.bn-home-band--hero .bn-about-value__name {
    color: #fff;
}

.bn-home-band--hero .bn-about-mv-card__text,
.bn-home-band--hero .bn-about-value__text {
    color: rgba(255, 255, 255, 0.58);
}

.bn-home-band--hero .bn-about-timeline__title {
    color: #fff;
}

.bn-home-band--hero .bn-about-timeline__text {
    color: rgba(255, 255, 255, 0.55);
}

.bn-home-band--hero .bn-ctc-section {
    background: transparent !important;
}

.bn-home-band--hero .bn-faq-item {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.bn-home-band--brand .bn-faq-item,
.bn-home-band--white .bn-faq-item {
    background: #fff;
    border-color: rgba(15, 20, 35, 0.08);
    color: #12141f;
}

.bn-home-band--brand .bn-faq-item__answer,
.bn-home-band--white .bn-faq-item__answer {
    color: #5c5c70;
}

.bn-home-band--hero .bn-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.bn-home-band--hero .bn-card__title a {
    color: #fff;
}

.bn-home-band--white .bn-card,
.bn-home-band--brand .bn-card {
    background: #fff;
    border-color: rgba(15, 20, 35, 0.08);
    box-shadow: 0 8px 32px rgba(15, 20, 35, 0.06);
}

/* Service detail page premium */
.bn-section--svc-detail {
    position: relative;
    overflow: hidden;
    padding-block: clamp(2.5rem, 5vw, 4rem);
}

.bn-svc-detail[data-svc-accent="primary"],
.bn-svc-detail[data-svc-accent=""] {
    --svc-accent: var(--bn-primary);
    --svc-accent-rgb: var(--bn-primary-rgb);
}
.bn-svc-detail[data-svc-accent="violet"]   { --svc-accent: #7c3aed; --svc-accent-rgb: 124, 58, 237; }
.bn-svc-detail[data-svc-accent="cyan"]     { --svc-accent: var(--bn-accent); --svc-accent-rgb: var(--bn-accent-rgb); }
.bn-svc-detail[data-svc-accent="emerald"]  { --svc-accent: #059669; --svc-accent-rgb: 5, 150, 105; }
.bn-svc-detail[data-svc-accent="sky"]      { --svc-accent: #0284c7; --svc-accent-rgb: 2, 132, 199; }
.bn-svc-detail[data-svc-accent="indigo"]   { --svc-accent: #4f46e5; --svc-accent-rgb: 79, 70, 229; }

.bn-svc-detail__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 55% at 15% 20%, rgba(var(--bn-primary-rgb), 0.14), transparent 58%),
        radial-gradient(ellipse 50% 40% at 85% 75%, rgba(var(--bn-accent-rgb), 0.1), transparent 55%);
}

.bn-svc-detail__streak {
    position: absolute;
    top: 8%;
    right: -2%;
    width: min(28rem, 42vw);
    opacity: 0.55;
    pointer-events: none;
}

.bn-svc-detail .bn-container {
    position: relative;
    z-index: 1;
}

.bn-svc-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

.bn-svc-detail__aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: calc(var(--bn-header-h) + 1.25rem);
}

.bn-svc-detail__visual {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(var(--svc-accent-rgb), 0.28);
    background: linear-gradient(165deg, rgba(18, 21, 31, 0.98) 0%, rgba(10, 12, 20, 0.98) 100%);
    box-shadow:
        0 0 0 1px rgba(var(--svc-accent-rgb), 0.08),
        0 18px 42px rgba(0, 0, 0, 0.42),
        0 0 36px rgba(var(--svc-accent-rgb), 0.12);
    min-height: 16rem;
}

.bn-svc-detail__visual-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 70% at 50% 35%, rgba(var(--svc-accent-rgb), 0.22), transparent 68%);
    pointer-events: none;
}

.bn-svc-detail__img,
.bn-svc-detail__illu {
    display: block;
    width: 100%;
    min-height: 16rem;
    object-fit: cover;
}

.bn-svc-detail__illu {
    display: grid;
    place-items: center;
    padding: 1.25rem;
}

.bn-svc-detail__illu .bn-svc-illu {
    width: 100%;
    max-width: 22rem;
    height: auto;
}

.bn-svc-detail__icon {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: grid;
    place-items: center;
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(145deg, var(--svc-accent), color-mix(in srgb, var(--svc-accent) 72%, #000));
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 22px rgba(var(--svc-accent-rgb), 0.45);
    font-size: 1.35rem;
}

.bn-svc-detail__icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.bn-svc-detail__stats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.bn-svc-detail__stat {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    background: rgba(12, 14, 22, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.bn-svc-detail__stat-icon {
    display: grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 10px;
    color: var(--svc-accent);
    background: rgba(var(--svc-accent-rgb), 0.14);
    border: 1px solid rgba(var(--svc-accent-rgb), 0.28);
    flex-shrink: 0;
}

.bn-svc-detail__stat-body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.bn-svc-detail__stat-body strong {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.bn-svc-detail__stat-body span {
    font-size: 0.92rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.bn-svc-detail__panel {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(18, 21, 31, 0.96) 0%, rgba(12, 14, 22, 0.98) 100%);
    border: 1px solid rgba(var(--svc-accent-rgb), 0.24);
    box-shadow:
        0 0 0 1px rgba(var(--svc-accent-rgb), 0.05),
        0 16px 44px rgba(0, 0, 0, 0.42),
        0 0 34px rgba(var(--svc-accent-rgb), 0.1);
    padding: clamp(1.1rem, 2.2vw, 1.5rem);
}

.bn-svc-detail__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.bn-svc-detail__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(8, 10, 18, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.bn-svc-detail__chip i {
    color: var(--bn-primary);
    font-size: 0.78rem;
}

.bn-svc-detail__chip--accent {
    color: #fff;
    background: rgba(var(--svc-accent-rgb), 0.18);
    border-color: rgba(var(--svc-accent-rgb), 0.38);
}

.bn-svc-detail__chip--accent i {
    color: var(--svc-accent);
}

.bn-svc-detail__lead {
    margin: 0 0 1rem;
    font-size: clamp(1.02rem, 1.8vw, 1.15rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
}

.bn-svc-detail__article {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 13, 22, 0.62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 10px 24px rgba(0, 0, 0, 0.24);
    padding: clamp(1rem, 2vw, 1.35rem) clamp(0.95rem, 2vw, 1.25rem);
}

.bn-svc-detail .bn-prose,
.bn-svc-detail .bn-prose p,
.bn-svc-detail .bn-prose li {
    color: rgba(255, 255, 255, 0.8);
}

.bn-svc-detail .bn-prose h2,
.bn-svc-detail .bn-prose h3,
.bn-svc-detail .bn-prose h4,
.bn-svc-detail .bn-prose strong,
.bn-svc-detail .bn-prose a {
    color: #fff;
}

.bn-svc-detail__capabilities {
    margin-top: 1.15rem;
}

.bn-svc-detail__capabilities-title {
    margin: 0 0 0.85rem;
    font-family: var(--bn-display);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.bn-svc-detail__capabilities-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.bn-svc-detail__cap {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.85rem 0.9rem;
    border-radius: 14px;
    background: rgba(8, 10, 18, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.09);
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.bn-svc-detail__cap:hover {
    border-color: rgba(var(--svc-accent-rgb), 0.32);
    transform: translateY(-2px);
}

.bn-svc-detail__cap-icon {
    display: grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 10px;
    flex-shrink: 0;
    color: var(--svc-accent);
    background: rgba(var(--svc-accent-rgb), 0.12);
    border: 1px solid rgba(var(--svc-accent-rgb), 0.24);
    font-size: 1rem;
}

.bn-svc-detail__cap-icon svg {
    width: 1rem;
    height: 1rem;
}

.bn-svc-detail__cap-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.bn-svc-detail__cap-body strong {
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.35;
}

.bn-svc-detail__cap-body span {
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.62);
}

.bn-svc-detail__actions {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.bn-svc-detail__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.72rem 1.25rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    white-space: nowrap;
}

.bn-svc-detail__cta i {
    font-size: 0.9em;
    transition: transform 0.25s ease;
}

.bn-svc-detail__cta--primary {
    color: #fff;
    background: linear-gradient(145deg, var(--bn-primary) 0%, #b81e2d 100%);
    border: 1px solid rgba(var(--bn-primary-rgb), 0.35);
    box-shadow: 0 8px 24px rgba(var(--bn-primary-rgb), 0.38);
}

.bn-svc-detail__cta--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(var(--bn-primary-rgb), 0.48);
}

.bn-svc-detail__cta--primary:hover i {
    transform: translateX(3px);
}

.bn-svc-detail__cta--ghost {
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.bn-svc-detail__cta--ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(var(--bn-primary-rgb), 0.35);
}

.bn-svc-detail__cta--ghost:hover i {
    transform: translateX(-3px);
}

/* Related services on detail page */
.bn-section--svc-related {
    padding-block: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(180deg, rgba(11, 13, 23, 0.4) 0%, var(--bn-dark) 100%);
}

.bn-svc-related__head {
    margin-bottom: 1.5rem;
    text-align: center;
}

.bn-svc-related__eyebrow {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bn-primary);
}

.bn-svc-related__title {
    margin: 0;
    font-family: var(--bn-display);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.03em;
}

.bn-svc-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.35rem);
}

/* Related service cards — dark premium (detail page) */
.bn-svc-related .bn-svc-card,
.bn-svc-related .bn-svc-card--premium {
    --svc-text: #ffffff;
    --svc-text-muted: rgba(255, 255, 255, 0.84);
    --bn-text: #ffffff;
    --bn-text-muted: rgba(255, 255, 255, 0.84);
    color: #fff;
    background: linear-gradient(180deg, rgba(22, 25, 38, 0.98) 0%, rgba(12, 14, 22, 0.98) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 1.15rem;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.03),
        0 14px 38px rgba(0, 0, 0, 0.38);
    overflow: hidden;
}

.bn-svc-related .bn-svc-card__link {
    color: #fff;
}

.bn-svc-related .bn-svc-card--premium:hover,
.bn-svc-related .bn-svc-card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--svc-accent-rgb), 0.42);
    box-shadow:
        0 0 0 1px rgba(var(--svc-accent-rgb), 0.12),
        0 20px 48px rgba(0, 0, 0, 0.45),
        0 0 32px rgba(var(--svc-accent-rgb), 0.14);
}

.bn-svc-related .bn-svc-card__accent {
    height: 3px;
    background: linear-gradient(90deg, var(--svc-accent), color-mix(in srgb, var(--svc-accent) 55%, transparent));
}

.bn-svc-related .bn-svc-card--premium:hover .bn-svc-card__accent {
    transform: scaleX(1);
}

.bn-svc-related .bn-svc-card__visual {
    aspect-ratio: 16 / 10;
    background: linear-gradient(
        165deg,
        rgba(var(--svc-accent-rgb), 0.14) 0%,
        rgba(8, 10, 18, 0.95) 100%
    );
}

.bn-svc-related .bn-svc-card__body {
    padding: 1.25rem 1.35rem 1.4rem;
    background: transparent !important;
}

.bn-svc-related .bn-svc-card__tag {
    color: var(--svc-accent);
    background: rgba(var(--svc-accent-rgb), 0.16);
    border-color: rgba(var(--svc-accent-rgb), 0.32);
}

.bn-svc-related .bn-svc-card__title {
    color: #ffffff !important;
    font-size: 1.15rem;
}

.bn-svc-related .bn-svc-card:hover .bn-svc-card__title {
    color: var(--svc-accent) !important;
}

.bn-svc-related .bn-svc-card__text {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 0.875rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bn-svc-related .bn-svc-card__icon {
    background: rgba(12, 14, 22, 0.92);
    border: 1px solid rgba(var(--svc-accent-rgb), 0.38);
    color: var(--svc-accent);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.bn-svc-related .bn-svc-card:hover .bn-svc-card__icon {
    background: var(--svc-accent);
    color: #fff;
    border-color: var(--svc-accent);
    box-shadow: 0 10px 24px rgba(var(--svc-accent-rgb), 0.45);
}

.bn-svc-related .bn-svc-card__cta {
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 600;
    font-size: 0.84rem;
}

.bn-svc-related .bn-svc-card:hover .bn-svc-card__cta {
    color: #fff !important;
}

@media (max-width: 1100px) {
    .bn-svc-detail__grid {
        grid-template-columns: 1fr;
    }

    .bn-svc-detail__aside {
        position: static;
    }

    .bn-svc-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .bn-svc-detail__capabilities-grid {
        grid-template-columns: 1fr;
    }

    .bn-svc-related__grid {
        grid-template-columns: 1fr;
    }

    .bn-svc-detail__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .bn-svc-detail__cta {
        width: 100%;
    }
}
