.news-page {
    background: #f7f9f6;
    color: #1f2933;
    font-family: inherit;
    overflow-x: hidden;
}

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

.news-page a,
.news-page a:hover,
.news-page a:focus {
    text-decoration: none;
}

.news-page img {
    max-width: 100%;
}

.news-hero {
    position: relative;
    min-height: clamp(280px, 28vw, 390px);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(13, 24, 31, 0.48);
}

.news-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: clamp(44px, 6vw, 72px) 15px clamp(42px, 5vw, 62px);
    margin-top: clamp(70px, 8vw, 120px);
}

.news-hero h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.news-hero p {
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(14px, 1.7vw, 18px);
    font-weight: 700;
}

.news-search {
    width: min(560px, calc(100vw - 30px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 999px;
    padding: 6px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.news-search input {
    flex: 1;
    min-width: 0;
    height: 44px;
    border: 0;
    outline: 0;
    padding: 0 18px;
    border-radius: 999px;
    color: #25313b;
    font-size: 14px;
}

.news-search button {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #147af3;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    transition: background .2s ease, transform .2s ease;
}

.news-search button:hover {
    background: #0b6f2f;
    transform: translateY(-1px);
}

.news-tabs {
    background: #fff;
    padding: 26px 0;
    border-bottom: 1px solid #edf1ec;
}

.news-tabs__scroll {
    display: flex;
    justify-content: center;
    gap: 14px;
    overflow-x: auto;
    padding: 3px 2px 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.news-tab {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid #e6ede7;
    border-radius: 999px;
    background: #fff;
    color: #25313b;
    font-weight: 700;
    white-space: nowrap;
    max-width: min(280px, 82vw);
    box-shadow: 0 8px 18px rgba(25, 44, 32, 0.06);
    transition: all .2s ease;
}

.news-tab i {
    color: #147af3;
}

.news-tab:hover,
.news-tab.is-active {
    background: #147af3;
    border-color: #147af3;
    color: #fff;
}

.news-tab:hover i,
.news-tab.is-active i {
    color: #fff;
}

.news-content {
    padding: clamp(28px, 4vw, 44px) 0 28px;
}

.news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
    gap: clamp(20px, 3vw, 28px);
    align-items: start;
}

.news-main,
.news-sidebar {
    min-width: 0;
}

.news-featured,
.news-sidebox,
.news-promo,
.news-benefits__grid,
.news-cta {
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(19, 35, 27, 0.09);
}

.news-featured {
    display: grid;
    grid-template-columns: 1.16fr .84fr;
    overflow: hidden;
    background: #fff;
    margin-bottom: 34px;
}

.news-featured__image,
.news-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #e8eee7;
}

.news-featured__image {
    min-height: 300px;
    aspect-ratio: 1.45 / 1;
}

.news-featured__image img,
.news-card__image img,
.news-side-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: calc(100% - 32px);
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #147af3;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-featured__body {
    padding: clamp(24px, 3.2vw, 42px) clamp(22px, 3vw, 34px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-featured time,
.news-card time,
.news-side-post time {
    display: block;
    color: #6f7a83;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.news-featured h2 {
    margin: 0 0 14px;
    color: #17212b;
    font-size: clamp(22px, 2.4vw, 27px);
    line-height: 1.32;
    font-weight: 800;
    letter-spacing: 0;
}

.news-featured p,
.news-card p,
.news-subscribe p {
    color: #5f6b75;
    line-height: 1.65;
}

.news-featured p {
    margin: 0 0 22px;
    font-size: 15px;
}

.news-button {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #147af3;
    color: #fff;
    font-weight: 800;
    transition: background .2s ease, transform .2s ease;
}

.news-button:hover {
    background: #0b6f2f;
    color: #fff;
    transform: translateY(-1px);
}

.news-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news-section-heading h2 {
    margin: 0;
    color: #17212b;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
}

.news-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(19, 35, 27, 0.07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(19, 35, 27, 0.13);
}

.news-card__image {
    aspect-ratio: 1.58 / 1;
}

.news-card__body {
    padding: 16px 16px 18px;
}

.news-card h3 {
    margin: 0 0 10px;
    color: #17212b;
    font-size: 17px;
    line-height: 1.38;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.news-card p {
    margin: 0;
    font-size: 14px;
}

.news-sidebar {
    display: grid;
    gap: 24px;
}

.news-sidebox {
    background: #fff;
    padding: clamp(18px, 2vw, 24px);
}

.news-sidebox h3 {
    margin: 0 0 18px;
    color: #17212b;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.news-side-list {
    display: grid;
    gap: 16px;
}

.news-side-post {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    color: #17212b;
    min-width: 0;
}

.news-side-post img {
    aspect-ratio: 1 / .82;
    border-radius: 8px;
    background: #e8eee7;
}

.news-side-post strong {
    display: block;
    color: #17212b;
    font-size: 13px;
    line-height: 1.38;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.news-promo {
    min-height: 205px;
    padding: clamp(22px, 2.4vw, 28px) clamp(20px, 2vw, 24px);
    overflow: hidden;
    background-color: #147af3;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

.news-promo:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(12 86 127 / 94%), rgb(12 78 127 / 62%))
}

.news-promo span,
.news-promo strong,
.news-promo a {
    position: relative;
    z-index: 1;
}

.news-promo span {
    display: block;
    margin-bottom: 14px;
    color: #ffd33f;
    font-weight: 800;
    text-transform: uppercase;
}

.news-promo strong {
    display: block;
    margin-bottom: 22px;
    font-size: clamp(22px, 2.6vw, 28px);
    line-height: 1.18;
    font-weight: 900;
}

.news-promo a,
.news-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: #ffc928;
    color: #174422;
    font-weight: 900;
}

.news-subscribe p {
    margin: 0 0 16px;
    font-size: 14px;
}

.news-subscribe input {
    width: 100%;
    height: 44px;
    border: 1px solid #e2e8df;
    border-radius: 8px;
    padding: 0 14px;
    outline: 0;
    margin-bottom: 12px;
}

.news-subscribe button {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: #147af3;
    color: #fff;
    font-weight: 800;
}

.news-subscribe small {
    display: block;
    margin-top: 12px;
    color: #8a949d;
    text-align: center;
}

.news-social > div {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.news-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.news-social__fb { background: #2878e9; }
.news-social__yt { background: #f02828; }
.news-social__tk { background: #101820; }
.news-social__ig { background: #e83e8c; }

.news-more {
    margin-top: 30px;
    text-align: center;
}

.news-more__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    min-width: 245px;
    padding: 0 20px;
    border: 1px solid #147af3;
    border-radius: 999px;
    color: #147af3;
    font-weight: 800;
    background: #fff;
}

.news-page .news-pagination {
    float: none !important;
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.news-page .news-pagination a,
.news-page .news-pagination strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #dbe8de;
    background: #fff;
    color: #147af3;
}

.news-page .news-pagination strong {
    background: #147af3;
    border-color: #147af3;
    color: #fff;
}

.news-empty {
    padding: 28px;
    border-radius: 12px;
    background: #fff;
    color: #5f6b75;
    text-align: center;
}

.news-benefits {
    padding: 28px 0 22px;
}

.news-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    background: #fff;
    padding: clamp(14px, 2vw, 18px) clamp(14px, 2vw, 22px);
}

.news-benefit {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    padding: 10px;
    min-width: 0;
}

.news-benefit i {
    grid-row: span 2;
    width: 34px;
    height: 34px;
    border: 1px solid #147af3;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #147af3;
    font-size: 18px;
}

.news-benefit strong {
    color: #17212b;
    font-size: 14px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.news-benefit span {
    color: #6f7a83;
    font-size: 13px;
    line-height: 1.4;
}

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

.news-cta {
    min-height: 190px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: clamp(28px, 4vw, 36px) clamp(22px, 7vw, 86px);
    color: #fff;
}

.news-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13, 24, 31, .76), rgba(13, 24, 31, .28));
}

.news-cta__content {
    position: relative;
    z-index: 1;
    max-width: 560px;
}

.news-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(22px, 2.8vw, 28px);
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.news-cta p {
    margin: 0 0 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .news-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .news-grid {
        gap: 18px;
    }
}

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

    .news-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-promo,
    .news-subscribe,
    .news-social {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .news-hero h1 {
        font-size: 36px;
    }

    .news-tabs__scroll {
        justify-content: flex-start;
    }

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

    .news-featured__image {
        min-height: 300px;
    }

    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-social {
        grid-column: 1 / -1;
    }

    .news-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .news-hero {
        min-height: 300px;
    }

    .news-hero__inner {
        padding: 46px 15px;
        margin-top: 72px;
    }

    .news-hero h1 {
        font-size: 30px;
    }

    .news-hero p {
        font-size: 15px;
        line-height: 1.5;
    }

    .news-search {
        padding: 5px;
    }

    .news-search input {
        height: 42px;
    }

    .news-search button {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    .news-tabs {
        padding: 18px 0;
    }

    .news-tabs__scroll {
        gap: 10px;
    }

    .news-tab {
        height: 40px;
        padding: 0 14px;
        font-size: 13px;
    }

    .news-content {
        padding-top: 30px;
    }

    .news-featured__body,
    .news-sidebox {
        padding: 22px;
    }

    .news-featured h2,
    .news-section-heading h2 {
        font-size: 23px;
    }

    .news-grid,
    .news-sidebar,
    .news-benefits__grid {
        grid-template-columns: 1fr;
    }

    .news-card__image {
        aspect-ratio: 1.65 / 1;
    }

    .news-benefits__grid {
        gap: 8px;
    }

    .news-cta {
        padding: 30px 22px;
    }

    .news-cta h2 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .news-hero {
        min-height: 280px;
    }

    .news-hero__inner {
        margin-top: 56px;
    }

    .news-hero h1 {
        font-size: 26px;
        line-height: 1.22;
    }

    .news-hero p {
        margin-bottom: 20px;
    }

    .news-featured {
        border-radius: 12px;
    }

    .news-featured__image {
        min-height: 210px;
        aspect-ratio: 1.42 / 1;
    }

    .news-featured__body {
        padding: 20px;
    }

    .news-featured p,
    .news-card p {
        line-height: 1.58;
    }

    .news-badge {
        left: 12px;
        top: 12px;
        max-width: calc(100% - 24px);
        font-size: 10px;
    }

    .news-section-heading {
        display: block;
    }

    .news-promo,
    .news-sidebox,
    .news-benefits__grid,
    .news-cta {
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .news-search input {
        padding-left: 12px;
        font-size: 13px;
    }

    .news-featured__image {
        min-height: 220px;
    }

    .news-side-post {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .news-more__label {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .news-hero__inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .news-hero h1 {
        font-size: 23px;
    }

    .news-search input {
        padding: 0 10px;
    }

    .news-tab {
        max-width: 78vw;
    }

    .news-side-post {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    .news-benefit {
        grid-template-columns: 36px minmax(0, 1fr);
        column-gap: 10px;
    }
}
