.mbs-news-hero-area {
    position: relative;
    padding: 138px 0 74px;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(246, 182, 60, 0.22), transparent 18%),
        radial-gradient(circle at 84% 22%, rgba(43, 108, 184, 0.22), transparent 20%),
        radial-gradient(circle at 78% 78%, rgba(204, 31, 31, 0.18), transparent 20%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.05) 0%, transparent 32%),
        linear-gradient(135deg, #081227 0%, #11285d 48%, #0d1d43 100%);
}

.mbs-news-hero-orb,
.mbs-news-hero-grid {
    position: absolute;
    pointer-events: none;
}

.mbs-news-hero-orb {
    border-radius: 50%;
    filter: blur(6px);
    opacity: 0.9;
}

.mbs-news-hero-orb-one {
    left: -90px;
    top: 90px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(246, 182, 60, 0.24), transparent 68%);
}

.mbs-news-hero-orb-two {
    right: -70px;
    bottom: 54px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(43, 108, 184, 0.24), transparent 70%);
}

.mbs-news-hero-grid {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 100%);
    opacity: 0.28;
}

.mbs-news-hero-shell {
    position: relative;
    padding: 34px 38px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(3, 10, 28, 0.28);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.mbs-news-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.12), transparent 20%),
        linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.04) 44%, transparent 68%);
    pointer-events: none;
}

.mbs-news-hero-copy,
.mbs-news-hero-panel {
    position: relative;
    z-index: 1;
}

.mbs-news-hero-kicker,
.mbs-news-section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mbs-news-hero-kicker {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #f6d089;
}

.mbs-news-hero-copy h1 {
    margin: 0 0 18px;
    max-width: 10ch;
    color: #fff;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 0.98;
}

.mbs-news-hero-copy p {
    margin: 0 0 20px;
    max-width: 58ch;
    color: rgba(229, 236, 246, 0.88);
    font-size: 17px;
    line-height: 1.78;
}

.mbs-news-hero-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mbs-news-hero-breadcrumb a,
.mbs-news-hero-breadcrumb strong,
.mbs-news-hero-breadcrumb span {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}

.mbs-news-hero-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(229, 236, 246, 0.9);
}

.mbs-news-hero-panel {
    padding: 22px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 84% 18%, rgba(246, 182, 60, 0.16), transparent 20%),
        linear-gradient(180deg, rgba(10, 24, 58, 0.52), rgba(10, 24, 58, 0.24));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mbs-news-hero-panel-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #ffd58c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mbs-news-hero-panel h3 {
    margin: 0 0 12px;
    color: #f7d58f;
    font-size: 24px;
    line-height: 1.3;
}

.mbs-news-hero-panel p {
    margin: 0 0 16px;
    color: rgba(222, 234, 248, 0.88);
    font-size: 15px;
    line-height: 1.72;
}

.mbs-news-hero-panel-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mbs-news-hero-panel-points span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(246, 182, 60, 0.16), rgba(43, 108, 184, 0.12));
    color: #f4f8ff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mbs-news-feed-area {
    position: relative;
    padding: 84px 0 94px;
    background:
        radial-gradient(circle at 12% 18%, rgba(246, 182, 60, 0.1), transparent 18%),
        radial-gradient(circle at 88% 22%, rgba(43, 108, 184, 0.08), transparent 18%),
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.mbs-news-feed-shell {
    position: relative;
}

.mbs-news-empty-card {
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(17, 40, 93, 0.08);
    box-shadow: 0 18px 40px rgba(12, 28, 67, 0.06);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.mbs-news-featured-card {
    overflow: hidden;
    border-radius: 34px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid rgba(17, 40, 93, 0.08);
    box-shadow: 0 24px 54px rgba(12, 28, 67, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mbs-news-featured-media {
    position: relative;
    min-height: 420px;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(160deg, #11285d 0%, #163876 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mbs-news-featured-media::after,
.mbs-news-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 40, 93, 0.04), rgba(17, 40, 93, 0.18));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.mbs-news-featured-media img,
.mbs-news-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.mbs-news-featured-content {
    padding: 34px;
}

.mbs-news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.mbs-news-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(17, 40, 93, 0.05);
    color: #11285d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mbs-news-featured-content h2,
.mbs-news-grid-head h2 {
    margin: 0 0 14px;
    color: #11285d;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
}

.mbs-news-featured-content p,
.mbs-news-grid-head p,
.mbs-news-card-content p {
    margin: 0;
    color: #556579;
    font-size: 15px;
    line-height: 1.8;
}

.mbs-news-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 20px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2b6cb8 0%, #11285d 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(17, 40, 93, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.mbs-news-link:hover,
.mbs-news-link:focus {
    background: linear-gradient(135deg, #3a7cd2 0%, #163876 100%);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(17, 40, 93, 0.24);
}

.mbs-news-link:focus {
    outline: none;
}

.mbs-news-grid-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: 24px;
    align-items: end;
    margin: 42px 0 26px;
}

.mbs-news-section-kicker {
    margin-bottom: 16px;
    background: rgba(17, 40, 93, 0.06);
    color: #11285d;
}

.mbs-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.mbs-news-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid rgba(17, 40, 93, 0.08);
    box-shadow: 0 20px 44px rgba(12, 28, 67, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mbs-news-card-media {
    position: relative;
    height: 220px;
    min-height: 220px;
    overflow: hidden;
    padding: 0;
    background: linear-gradient(150deg, rgba(17, 40, 93, 0.06), rgba(43, 108, 184, 0.08));
    display: flex;
    align-items: center;
    justify-content: center;
}

.mbs-news-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.mbs-news-card-content h3 {
    margin: 0 0 12px;
    color: #11285d;
    font-size: 22px;
    line-height: 1.28;
}

.mbs-news-card-content .mbs-news-link {
    margin-top: auto;
}

.mbs-news-featured-card:hover,
.mbs-news-card:hover {
    transform: translateY(-6px);
    border-color: rgba(43, 108, 184, 0.16);
    box-shadow: 0 28px 56px rgba(12, 28, 67, 0.12);
}

.mbs-news-featured-card:hover .mbs-news-featured-media img,
.mbs-news-card:hover .mbs-news-card-media img {
    transform: scale(1.06);
}

.mbs-news-featured-card:hover .mbs-news-featured-media::after,
.mbs-news-card:hover .mbs-news-card-media::after {
    opacity: 1;
}

.mbs-news-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
}

.mbs-news-pagination a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(17, 40, 93, 0.08);
    color: #11285d;
    box-shadow: 0 12px 24px rgba(12, 28, 67, 0.05);
}

.mbs-news-pagination a.is-active,
.mbs-news-pagination a:hover {
    background: #11285d;
    color: #fff;
}

@media (max-width: 1199px) {
    .mbs-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mbs-news-grid-head {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .mbs-news-hero-area {
        padding: 126px 0 60px;
    }

    .mbs-news-hero-shell,
    .mbs-news-featured-content {
        padding: 28px;
    }

    .mbs-news-feed-area {
        padding: 56px 0 74px;
    }
}

@media (max-width: 767px) {
    .mbs-news-hero-area {
        padding: 112px 0 38px;
    }

    .mbs-news-hero-shell {
        padding: 20px;
        border-radius: 24px;
    }

    .mbs-news-hero-copy h1 {
        margin-bottom: 12px;
        max-width: 100%;
        font-size: 30px;
        line-height: 1.04;
    }

    .mbs-news-hero-copy p {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.6;
    }

    .mbs-news-hero-breadcrumb {
        padding: 10px 12px;
        gap: 8px;
    }

    .mbs-news-feed-area {
        padding: 40px 0 58px;
    }

    .mbs-news-empty-card {
        border-radius: 22px;
    }

    .mbs-news-featured-card {
        border-radius: 24px;
    }

    .mbs-news-featured-media,
    .mbs-news-card-media {
        min-height: 180px;
        height: 180px;
    }

    .mbs-news-featured-content,
    .mbs-news-card-content {
        padding: 18px;
    }

    .mbs-news-featured-content h2,
    .mbs-news-grid-head h2 {
        font-size: 26px;
    }

    .mbs-news-featured-content p,
    .mbs-news-grid-head p,
    .mbs-news-card-content p {
        font-size: 13px;
        line-height: 1.65;
    }

    .mbs-news-grid-head {
        gap: 14px;
        margin: 26px 0 18px;
    }

    .mbs-news-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mbs-news-card {
        border-radius: 20px;
    }

    .mbs-news-card-content h3 {
        font-size: 18px;
    }

    .mbs-news-link {
        min-height: 44px;
        margin-top: 16px;
        font-size: 11px;
    }
}