.news-page {
    background:
        radial-gradient(900px 500px at -10% 0, rgba(124, 92, 255, .26), transparent 60%),
        radial-gradient(900px 600px at 110% 100%, rgba(46, 230, 166, .22), transparent 60%),
        var(--bg);
    overflow: hidden;
}

.news-hero {
    position: relative;
    padding: 82px 0 42px;
    overflow: hidden;
}

.news-hero-bg {
    position: absolute;
    inset: -30% -10%;
    background:
        radial-gradient(1100px 550px at 0 0, rgba(124, 92, 255, .36), transparent 60%),
        radial-gradient(900px 500px at 100% 100%, rgba(46, 230, 166, .32), transparent 70%),
        repeating-linear-gradient(115deg, rgba(124, 92, 255, .055) 0 2px, transparent 2px 12px);
    opacity: .85;
    pointer-events: none;
    mix-blend-mode: screen;
    animation: news-gridshift 18s linear infinite;
}

@keyframes news-gridshift {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }

    100% {
        background-position: 0 0, 0 0, 600px -400px;
    }
}

.news-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 36px;
    align-items: center;
}

.news-hero-copy h1 {
    margin: .2rem 0 .7rem;
    font-size: clamp(2.05rem, 3.6vw, 3.15rem);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.news-hero-copy .lead {
    max-width: 62ch;
    color: #b8c8e4;
    font-size: 1.02rem;
    margin: 0 0 16px;
}

.news-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.news-hero-pills span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #cfe1ff;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .09);
    font-size: .88rem;
    font-weight: 700;
}

.news-hero-pills i {
    color: var(--brand-2);
    font-size: 16px;
}

.news-hero-visual {
    justify-self: center;
    text-align: center;
}

.news-orbit-card {
    position: relative;
    width: min(292px, 80vw);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .45), transparent 65%),
        conic-gradient(from 220deg, rgba(124, 92, 255, .55), rgba(46, 230, 166, .45), rgba(124, 92, 255, .7));
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .7);
    overflow: hidden;
}

.news-orbit-card::before {
    content: "";
    position: absolute;
    inset: 15%;
    border-radius: inherit;
    border: 1px dashed rgba(220, 232, 255, .5);
    opacity: .78;
}

.news-orbit-ring {
    position: absolute;
    inset: 6%;
    border-radius: inherit;
    border: 2px solid rgba(255, 255, 255, .18);
    border-top-color: rgba(255, 255, 255, .9);
    border-right-color: rgba(46, 230, 166, .85);
    border-left-color: rgba(124, 92, 255, .85);
    filter: drop-shadow(0 0 18px rgba(46, 230, 166, .6));
    animation: news-orbit 11s linear infinite;
}

@keyframes news-orbit {
    to {
        transform: rotate(360deg);
    }
}

.news-orbit-core {
    position: relative;
    width: 84%;
    height: 84%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: inherit;
    background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, .18), rgba(12, 18, 26, .96));
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: inset 0 0 40px rgba(0, 0, 0, .7);
}

.news-orbit-core i {
    font-size: 72px;
    background: linear-gradient(180deg, #fff, #e9f1ff 45%, #9fe9cd 76%, #2ee6a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, .55));
}

.news-orbit-core span {
    color: #cde0ff;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.news-mini-note {
    margin: 14px auto 0;
    max-width: 38ch;
    color: #9fb1cd;
    font-size: .92rem;
}

.news-search-section {
    padding: 0 0 28px;
}

.news-search-form {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    align-items: center;
    padding: 14px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .022));
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: var(--shadow);
}

.news-search-input-wrap {
    position: relative;
}

.news-search-input-wrap i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--brand-2);
    font-size: 19px;
    pointer-events: none;
}

.news-search-input-wrap input {
    width: 100%;
    min-height: 52px;
    padding: 13px 14px 13px 44px;
    border-radius: 16px;
    color: var(--text);
    background: rgba(12, 17, 23, .86);
    border: 1px solid rgba(255, 255, 255, .1);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.news-search-input-wrap input::placeholder {
    color: rgba(154, 171, 194, .72);
}

.news-search-input-wrap input:focus {
    border-color: rgba(124, 92, 255, .72);
    background: rgba(15, 20, 27, .96);
    box-shadow:
        0 0 0 4px rgba(124, 92, 255, .14),
        0 8px 24px rgba(124, 92, 255, .13);
}

.news-search-button,
.news-clear-search {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 16px;
    border: 1px solid rgba(124, 92, 255, .36);
    color: #fff;
    background: linear-gradient(180deg, #9a86ff, #6b50ff);
    box-shadow: 0 8px 22px rgba(124, 92, 255, .28);
    font-weight: 900;
    cursor: pointer;
    transition: transform .18s ease, filter .2s ease, box-shadow .2s ease;
}

.news-search-button:hover,
.news-clear-search:hover {
    transform: translateY(-2px);
    filter: saturate(1.12);
}

.news-clear-search {
    color: #cfe1ff;
    background: rgba(255, 255, 255, .045);
    border-color: rgba(255, 255, 255, .1);
    box-shadow: none;
}

.search-status {
    margin: 10px 4px 0;
    color: #9fb1cd;
    font-size: .9rem;
}

.search-status strong {
    color: #fff;
}

.news-list-section {
    padding: 34px 0 48px;
}

.news-list-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.news-list-head h2 {
    margin: 6px 0 5px;
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    line-height: 1.1;
    letter-spacing: -.035em;
}

.news-list-head p {
    margin: 0;
    max-width: 62ch;
    color: var(--muted);
}

.news-total-badge {
    min-width: 158px;
    padding: 14px 16px;
    text-align: center;
    border-radius: 20px;
    background: rgba(46, 230, 166, .08);
    border: 1px solid rgba(46, 230, 166, .22);
}

.news-total-badge span {
    display: block;
    color: #a9f0d3;
    font-weight: 800;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.news-total-badge strong {
    display: block;
    margin-top: 3px;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -.04em;
}

.news-card {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 18px;
    padding: 18px;
    border-radius: 24px;
    background:
        radial-gradient(720px 420px at 50% -12%, rgba(124, 92, 255, .12), transparent 68%),
        linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .022));
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: var(--shadow);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.news-card + .news-card {
    margin-top: 14px;
}

.news-card:hover {
    transform: translateY(-4px);
    border-color: rgba(46, 230, 166, .24);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .42);
}

.news-date-badge {
    width: 86px;
    height: 102px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 1px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .24), transparent 58%),
        linear-gradient(180deg, rgba(46, 230, 166, .18), rgba(124, 92, 255, .14));
    border: 1px solid rgba(255, 255, 255, .12);
}

.news-date-badge span {
    color: #9ff0cf;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.news-date-badge strong {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -.04em;
}

.news-date-badge small {
    color: #9fb1cd;
    font-weight: 800;
}

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

.news-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 8px;
}

.news-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #9fb1cd;
    font-size: .84rem;
    font-weight: 700;
}

.news-card-meta i {
    color: var(--brand-2);
}

.news-card h3 {
    margin: 0 0 8px;
    font-size: clamp(1.14rem, 2.2vw, 1.55rem);
    line-height: 1.2;
}

.news-card h3 a {
    color: #fff;
    transition: color .2s ease;
}

.news-card h3 a:hover {
    color: var(--brand-2);
}

.news-card p {
    margin: 0;
    color: #b8c8e4;
}

.news-card-actions {
    margin-top: 14px;
}

.read-more-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    color: #081018;
    background: #9ff0cf;
    border: 1px solid rgba(46, 230, 166, .32);
    font-weight: 900;
    transition: transform .18s ease, filter .2s ease;
}

.read-more-button:hover {
    transform: translateY(-2px);
    filter: saturate(1.12);
}

.empty-news {
    max-width: 620px;
    margin: 18px auto 0;
    padding: 28px;
    text-align: center;
    border-radius: 24px;
    background:
        radial-gradient(600px 300px at 50% 0, rgba(124, 92, 255, .14), transparent 68%),
        linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .022));
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: var(--shadow);
}

.empty-news i {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 12px;
    border-radius: 18px;
    color: #081018;
    background: radial-gradient(circle at 30% 20%, #fff, #cde6ff 55%, #9a86ff 100%);
    font-size: 28px;
}

.empty-news h3 {
    margin: 0 0 6px;
    color: #fff;
}

.empty-news p {
    margin: 0 0 14px;
    color: var(--muted);
}

.custom-pagination-wrap {
    display: grid;
    gap: 14px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px dashed rgba(255, 255, 255, .12);
}

.pagination-summary {
    text-align: center;
    color: #9fb1cd;
    font-size: .9rem;
}

.pagination-summary strong {
    color: #fff;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pagination-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pagination-btn,
.pagination-page,
.pagination-dots {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-weight: 900;
    line-height: 1;
}

.pagination-btn {
    gap: 7px;
    padding: 0 15px;
    color: #cfe1ff;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .09);
    transition: transform .18s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.pagination-btn i {
    font-size: 18px;
}

.pagination-btn:hover {
    transform: translateY(-2px);
    color: #fff;
    border-color: rgba(46, 230, 166, .28);
    background: rgba(46, 230, 166, .08);
}

.pagination-btn.disabled {
    opacity: .45;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-page {
    min-width: 42px;
    padding: 0 12px;
    color: #cfe1ff;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .09);
    transition: transform .18s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.pagination-page:hover {
    transform: translateY(-2px);
    color: #fff;
    border-color: rgba(124, 92, 255, .42);
    background: rgba(124, 92, 255, .13);
}

.pagination-page.active {
    color: #081018;
    background: #9ff0cf;
    border-color: rgba(46, 230, 166, .34);
    box-shadow: 0 8px 20px rgba(46, 230, 166, .18);
    pointer-events: none;
}

.pagination-dots {
    min-width: 30px;
    color: #9fb1cd;
}

.news-cta-section {
    padding: 0 0 58px;
}

.news-cta-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 24px;
    border-radius: 28px;
    background:
        radial-gradient(900px 500px at 0 0, rgba(124, 92, 255, .2), transparent 60%),
        radial-gradient(900px 500px at 100% 100%, rgba(46, 230, 166, .18), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .022));
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: var(--shadow);
}

.news-cta-card h2 {
    margin: 6px 0 7px;
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    letter-spacing: -.035em;
    line-height: 1.1;
}

.news-cta-card p {
    margin: 0;
    max-width: 64ch;
    color: #b8c8e4;
}

.news-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

@media (max-width: 1080px) {
    .news-hero-grid {
        grid-template-columns: 1fr;
    }

    .news-hero-visual {
        justify-self: center;
    }
}

@media (max-width: 820px) {
    .news-hero {
        padding-top: 74px;
    }

    .news-search-form {
        grid-template-columns: 1fr;
    }

    .news-list-head,
    .news-cta-card {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .news-total-badge {
        width: 100%;
        text-align: left;
    }

    .news-cta-card {
        display: grid;
    }

    .news-cta-actions {
        justify-content: flex-start;
    }

    .custom-pagination {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .pagination-btn {
        width: min(260px, 100%);
    }
}

@media (max-width: 560px) {
    .news-hero-copy h1 {
        font-size: clamp(1.85rem, 8vw, 2.35rem);
    }

    .news-hero-pills span {
        width: 100%;
    }

    .news-orbit-card {
        width: min(230px, 82vw);
    }

    .news-orbit-core i {
        font-size: 58px;
    }

    .news-card {
        grid-template-columns: 1fr;
        padding: 16px;
        border-radius: 22px;
    }

    .news-date-badge {
        width: 100%;
        height: auto;
        min-height: 74px;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .news-search-form,
    .news-cta-card {
        padding: 16px;
        border-radius: 22px;
    }

    .pagination-pages {
        gap: 6px;
    }

    .pagination-page {
        min-width: 38px;
        min-height: 38px;
        border-radius: 12px;
        padding: 0 10px;
    }

    .pagination-btn {
        min-height: 40px;
        border-radius: 13px;
    }
}