.kb-premium-banner {
    position: relative;
    overflow: hidden;
    background-color: #0a1a2e;
    min-height: 420px;
    border-bottom: 3px solid #dc2429;
}

.kb-premium-banner--newsroom {
    min-height: 460px;
}

.kb-premium-banner--compact {
    min-height: 340px;
}

.kb-premium-banner__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--kb-banner-position, center center);
    z-index: 0;
}

.kb-premium-banner__overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 118px 0 64px;
    background: linear-gradient(
        105deg,
        rgba(6, 16, 36, 0.94) 0%,
        rgba(10, 28, 62, 0.88) 38%,
        rgba(13, 31, 107, 0.72) 62%,
        rgba(18, 46, 79, 0.45) 100%
    );
}

.kb-premium-banner--newsroom .kb-premium-banner__overlay {
    padding: 108px 0 56px;
}

.kb-premium-banner--compact .kb-premium-banner__overlay {
    padding: 100px 0 48px;
    background: linear-gradient(
        105deg,
        rgba(6, 16, 36, 0.93) 0%,
        rgba(10, 28, 62, 0.85) 50%,
        rgba(18, 46, 79, 0.55) 100%
    );
}

.kb-premium-banner__accent {
    position: absolute;
    right: -120px;
    top: -80px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(220, 36, 41, 0.2) 0%, transparent 68%);
    pointer-events: none;
    z-index: 1;
}

.kb-premium-banner__eyebrow {
    display: inline-block;
    margin: 0 0 14px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(220, 36, 41, 0.92);
    border-radius: 2px;
}

.kb-premium-banner__title {
    color: #fff;
    font-size: clamp(32px, 4.2vw, 48px);
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 16px;
    max-width: 820px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.kb-premium-banner__title strong {
    color: #ffd4d6;
    font-weight: 700;
}

.kb-premium-banner__subtitle {
    color: #e8f1fc;
    font-size: 17px;
    line-height: 1.65;
    max-width: 720px;
    margin: 0 0 22px;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

.kb-premium-banner__stats {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.kb-premium-banner__stats li {
    min-width: 150px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    backdrop-filter: blur(8px);
}

.kb-premium-banner__stats strong {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 2px;
}

.kb-premium-banner__stats span {
    display: block;
    color: #c8daf2;
    font-size: 12px;
    line-height: 1.35;
}

.kb-premium-banner--newsroom .kb-premium-banner__title {
    font-size: clamp(28px, 3.5vw, 40px);
    letter-spacing: 0.04em;
    margin-bottom: 18px;
}

.kb-premium-banner__featured-headline {
    color: #fff;
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.35;
    font-weight: 600;
    margin: 0 0 10px;
    max-width: 760px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.kb-premium-banner__featured-date {
    color: #c5d8ef;
    font-size: 15px;
    margin: 0 0 18px;
}

.kb-premium-banner__cta {
    display: inline-block;
    background: #dc2429;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 22px;
    border-radius: 2px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.kb-premium-banner__cta:hover {
    background: #b81c21;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .kb-premium-banner {
        min-height: 380px;
    }

    .kb-premium-banner__overlay {
        padding: 100px 0 48px;
    }

    .kb-premium-banner__stats li {
        min-width: calc(50% - 8px);
        flex: 1 1 calc(50% - 8px);
    }
}

@media (max-width: 575px) {
    .kb-premium-banner__stats li {
        min-width: 100%;
        flex: 1 1 100%;
    }
}
