.news-page-banner {
    position: relative;
    overflow: hidden;
    background: #052b52;
}

    .news-page-banner > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-page-banner:after {
        content: "";
        position: absolute;
        inset: auto -12% -34% -12%;
        z-index: 1;
        height: 52%;
        background: linear-gradient(90deg, rgba(246, 191, 66, 0.2), rgba(0, 168, 249, 0.16));
        transform: skewY(-4deg);
    }

    .news-page-banner .p-cate-banner__content a {
        color: #fff;
    }

.news-page-section {
    position: relative;
    overflow: hidden;
    padding: 72px 0 84px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 50%, #eef7ff 100%);
    isolation: isolate;
}

    .news-page-section *,
    .news-page-section *:before,
    .news-page-section *:after {
        box-sizing: border-box;
    }

    .news-page-section:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: linear-gradient(90deg, rgba(0, 168, 249, 0.08) 1px, transparent 1px), linear-gradient(180deg, rgba(0, 168, 249, 0.08) 1px, transparent 1px);
        background-size: 46px 46px;
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 78%, transparent 100%);
        mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 78%, transparent 100%);
        opacity: 0.4;
        pointer-events: none;
    }

    .news-page-section:after {
        content: "";
        position: absolute;
        right: -18%;
        top: -26%;
        z-index: 0;
        width: 600px;
        height: 600px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(246, 191, 66, 0.2) 0%, rgba(246, 191, 66, 0) 66%);
        pointer-events: none;
    }

    .news-page-section .grid.wide {
        position: relative;
        z-index: 1;
    }

.news-page-head {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 10px 30px;
    text-align: center;
}

.news-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #f6bf42;
    font-family: 'monSB';
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
}

    .news-page-eyebrow:before,
    .news-page-eyebrow:after {
        content: "";
        width: 32px;
        height: 2px;
        border-radius: 8px;
        background: #f6bf42;
    }

.news-page-section .p-title {
    margin: 0;
    color: #07305d;
    font-family: 'MonEB';
    font-size: 36px;
    font-weight: normal;
    line-height: 1.18;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.news-page-section .p-descript {
    max-width: 780px;
    margin: 14px auto 0;
    color: #52667b;
    font-family: 'monM';
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.news-page-container {
    margin-top: 8px;
    padding: 0 10px;
}

.news-page-content {
    min-width: 0;
}

.news-page-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.news-page-card {
    min-width: 0;
}

.news-page-card__link {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(0, 168, 249, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 46px rgba(13, 60, 109, 0.09);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.news-page-card__image {
    position: relative;
    height: auto;
    aspect-ratio: 16 / 10.5;
    overflow: hidden;
    border-radius: 0;
    background: #eaf4fb;
}

.news .p-news-img .options-item {
    display: none;
}

.news-page-card__image:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(3, 30, 61, 0.04), rgba(3, 30, 61, 0.34));
    opacity: 0;
    transition: opacity 0.35s ease;
}

.news-page-card__image img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.news-page-date {
    position: absolute;
    left: 14px;
    bottom: 14px;
    right: auto;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 8px 11px;
    border-radius: 6px;
    background: rgba(3, 48, 92, 0.9);
    clip-path: none;
    opacity: 1;
}

    .news-page-date:before {
        content: "";
        width: 7px;
        height: 7px;
        margin-right: 7px;
        border-radius: 50%;
        background: #f6bf42;
    }

    .news-page-date span {
        display: block;
        padding: 0;
        color: #fff;
        font-family: 'monSB';
        font-size: 12px;
        line-height: 1;
    }

.news-page-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 20px;
}

.news-page-card__tag {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 6px;
    color: #045ca9;
    background: #eef8ff;
    font-family: 'monSB';
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

.news-page-card__content h3 {
    margin: 0;
    padding: 0;
    color: #07305d;
    font-family: 'MonEB';
    font-size: 17px;
    font-weight: normal;
    line-height: 1.42;
    overflow-wrap: anywhere;
    transition: color 0.32s ease;
}

    .news-page-card__content h3:before {
        display: none;
    }

    .news-page-card__content h3 span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.news-page-card__content .descript {
    display: -webkit-box;
    overflow: hidden;
    height: auto;
    margin: 10px 0 0;
    color: #586a7d;
    font-family: 'monM';
    font-size: 14px;
    line-height: 1.58;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-page-readmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    min-height: 36px;
    margin-top: auto;
    padding: 0 14px;
    border: 1px solid rgba(4, 92, 169, 0.22);
    border-radius: 6px;
    color: #045ca9;
    background: #fff;
    font-family: 'monSB';
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    transition: color 0.32s ease, background 0.32s ease, border-color 0.32s ease, transform 0.32s ease;
    margin-top: 15px;
}

.news-page-card__link:hover {
    border-color: rgba(246, 191, 66, 0.44);
    box-shadow: 0 28px 60px rgba(13, 60, 109, 0.16);
    transform: translateY(-7px);
}

    .news-page-card__link:hover .news-page-card__image:before {
        opacity: 1;
    }

    .news-page-card__link:hover .news-page-card__image img {
        filter: saturate(1.08) contrast(1.04);
        transform: scale(1.08);
    }

    .news-page-card__link:hover h3 {
        color: #045ca9;
    }

    .news-page-card__link:hover .news-page-readmore {
        color: #10243d;
        border-color: #f6bf42;
        background: #f6bf42;
        transform: translateY(-2px);
    }

.news-page-empty {
    display: block;
    margin: 0 auto 24px;
    padding: 18px;
    border-radius: 8px;
    color: #52667b;
    text-align: center;
}

.news-page-paging {
    margin-top: 34px;
}

    .news-page-paging .pager {
        justify-content: center;
        gap: 8px;
        margin: 0;
    }

        .news-page-paging .pager a,
        .news-page-paging .pager span {
            width: 38px;
            height: 38px;
            border: 1px solid rgba(4, 92, 169, 0.18);
            border-radius: 6px;
            color: #045ca9;
            background: #fff;
            font-family: 'monSB';
            transition: color 0.32s ease, background 0.32s ease, border-color 0.32s ease, transform 0.32s ease;
        }

            .news-page-paging .pager span,
            .news-page-paging .pager a:hover {
                color: #10243d;
                border-color: #f6bf42;
                background: #f6bf42;
                transform: translateY(-2px);
            }

.news:not(.news-page-section) {
    position: relative;
    padding: 20px 0;
}

    .news:not(.news-page-section) .container {
        margin-top: 15px;
    }

    .news:not(.news-page-section) .top {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
        text-align: center;
    }

    .news:not(.news-page-section) .p-title {
        color: var(--default-color-1);
    }

    .news:not(.news-page-section) .p-descript {
        color: #000;
        font-family: 'MonR';
        font-size: 18px;
    }

    .news:not(.news-page-section) .news-list,
    .news:not(.news-page-section) .p-news-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        margin-top: 20px;
    }

@media(max-width: 1023px) {
    .news-page-banner,
    .news-page-banner > img {
        height: 100% !important;
    }

    .news-page-section {
        padding: 54px 0 64px;
    }

        .news-page-section .p-title {
            font-size: 30px;
        }

    .news-page-list,
    .news:not(.news-page-section) .news-list,
    .news:not(.news-page-section) .p-news-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(max-width: 739px) {
    .news-page-banner,
    .news-page-banner > img {
    }

        .news-page-banner .p-cate-banner__content {
            font-size: 13px;
        }

    .news-page-section {
        padding: 38px 0 0;
    }

    .news-page-head {
        padding: 0 12px 22px;
    }

    .news-page-eyebrow {
        font-size: 12px;
    }

        .news-page-eyebrow:before,
        .news-page-eyebrow:after {
            width: 24px;
        }

    .news-page-section .p-title {
        font-size: 23px;
    }

    .news-page-section .p-descript {
        font-size: 13px;
        line-height: 1.62;
        text-align: justify;
    }

    .news-page-container {
        padding: 0 12px;
    }

    .news-page-list,
    .news:not(.news-page-section) .news-list,
    .news:not(.news-page-section) .p-news-list {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .news-page-card__content {
        padding: 10px 10px;
    }

        .news-page-card__content h3 {
            font-size: 16px;
        }

        .news-page-card__content .descript {
            font-size: 13px;
            line-height: 1.55;
            -webkit-line-clamp: 3;
        }

    .news-page-readmore {
        min-height: 34px;
        margin-top: 14px;
        font-size: 11px;
    }

    .news-page-paging .pager {
        flex-wrap: wrap;
    }

        .news-page-paging .pager a,
        .news-page-paging .pager span {
            width: 34px;
            height: 34px;
            font-size: 13px;
        }
}

@media(max-width: 400px) {
    .news-page-section .p-title {
        font-size: 21px;
    }

    .news-page-card__image {
        aspect-ratio: 16 / 11.5;
    }
}

@media(prefers-reduced-motion: reduce) {
    .news-page-card__link,
    .news-page-card__image:before,
    .news-page-card__image img,
    .news-page-card__content h3,
    .news-page-readmore,
    .news-page-paging .pager a,
    .news-page-paging .pager span {
        transition: none;
    }
}