.news-page {
    --news-primary: var(--mtp-navy, #06376f);
    --news-primary-deep: var(--mtp-navy-deep, #03295b);
    --news-accent: var(--mtp-orange, #fa4d12);
    --news-blue: var(--mtp-blue, #0868b9);
    --news-bg: var(--mtp-bg, #f6f9fc);
    --news-ink: var(--mtp-ink, #142943);
    --news-muted: var(--mtp-muted, #64748b);
    --news-line: var(--mtp-line, #e1e9f1);
    --news-radius: var(--mtp-radius, 9px);
    --news-shadow: var(--mtp-shadow, 0 4px 16px rgba(9, 45, 83, .08));
    background: var(--news-bg);
    color: var(--news-ink);
}

.news-page .news-shell { padding: 0 0 34px; background: var(--news-bg); }
.news-page .news-container { width: min(1240px, calc(100% - 40px)); max-width: none; padding: 0; }
.news-page .news-breadcrumb { display: flex; align-items: center; gap: 9px; min-height: 54px; overflow: hidden; color: var(--news-muted); font-size: 12px; white-space: nowrap; }
.news-page .news-breadcrumb a:hover { color: var(--news-blue); }
.news-page .news-breadcrumb strong { min-width: 0; overflow: hidden; color: var(--news-ink); font-weight: 700; text-overflow: ellipsis; }

.news-list-head,
.news-detail-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--news-radius);
    background: linear-gradient(120deg, var(--news-primary-deep), var(--news-blue));
    box-shadow: var(--news-shadow);
    color: #fff;
}

.news-list-head { display: flex; align-items: center; min-height: 218px; padding: 38px 44px; }
.news-list-head::after,
.news-detail-hero.is-empty::before { position: absolute; right: 7%; bottom: -48px; color: rgba(255, 255, 255, .1); content: "▦"; font-size: 180px; line-height: 1; transform: rotate(-8deg); }
.news-list-head > div { position: relative; z-index: 1; max-width: 680px; }
.news-eyebrow { display: inline-block; margin-bottom: 12px; padding: 6px 11px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 4px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.news-list-head h1 { margin: 0 0 12px; color: #fff; font-size: clamp(31px, 4vw, 47px); line-height: 1.12; }
.news-list-head p { max-width: 610px; margin: 0; color: rgba(255, 255, 255, .82); font-size: 14px; line-height: 1.6; }

.news-filter { display: flex; align-items: center; gap: 9px; margin: 20px 0 24px; overflow-x: auto; scrollbar-width: none; }
.news-filter::-webkit-scrollbar { display: none; }
.news-filter a { flex: 0 0 auto; padding: 9px 17px; border: 1px solid var(--news-line); border-radius: 5px; background: #fff; color: var(--news-ink); font-size: 12px; font-weight: 700; transition: .18s ease; }
.news-filter a:hover { border-color: var(--news-blue); color: var(--news-blue); }
.news-filter a.is-active { border-color: var(--news-primary); background: var(--news-primary); color: #fff; }

.news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 286px; gap: 28px; align-items: start; }
.news-list-main, .news-article { min-width: 0; }
.news-featured, .news-card, .news-sidebar__box, .news-article { border: 1px solid var(--news-line); border-radius: var(--news-radius); background: #fff; box-shadow: var(--news-shadow); }
.news-featured { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 326px; margin-bottom: 22px; overflow: hidden; }
.news-featured__media, .news-card__media { position: relative; display: block; overflow: hidden; background: linear-gradient(135deg, #dcecf8, #9fbcd5); }
.news-featured__media img, .news-card__media img, .news-latest-item__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-featured:hover .news-featured__media img, .news-card:hover .news-card__media img { transform: scale(1.035); }
.news-featured__media::after, .news-card__media::after { position: absolute; inset: 0; background: linear-gradient(transparent 54%, rgba(3, 41, 91, .72)); content: ""; pointer-events: none; }
.news-featured__media.is-empty::before, .news-card__media.is-empty::before { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(6, 55, 111, .28); content: "▦"; font-size: 56px; }
.news-featured__media > span, .news-card__media > span { position: absolute; z-index: 1; bottom: 13px; left: 14px; padding: 5px 8px; border-radius: 4px; background: var(--news-blue); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .3px; text-transform: uppercase; }
.news-featured__body { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.news-featured__body h2 { margin: 13px 0 12px; color: var(--news-ink); font-size: 26px; line-height: 1.3; }
.news-featured__body h2 a:hover, .news-card__body h2 a:hover, .news-card__body h3 a:hover { color: var(--news-blue); }
.news-featured__body p { margin: 0 0 18px; color: var(--news-muted); font-size: 13px; line-height: 1.7; }
.news-card__meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--news-muted); font-size: 10px; }
.news-card__meta span, .news-card__meta time { display: inline-flex; align-items: center; gap: 6px; }
.news-card__meta i { color: var(--news-accent); }
.news-read-more { display: inline-flex; min-height: 40px; align-items: center; gap: 8px; color: var(--news-accent); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.news-read-more:hover { color: var(--news-primary); }
.news-read-more i { transition: transform .18s ease; }
.news-read-more:hover i { transform: translateX(4px); }

.news-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.news-card { min-width: 0; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(9, 45, 83, .13); }
.news-card__media { height: 190px; }
.news-card__body { padding: 17px 18px 18px; }
.news-card__body h2, .news-card__body h3 { display: -webkit-box; min-height: 45px; margin: 9px 0; overflow: hidden; color: var(--news-ink); font-size: 16px; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-card__body p { display: -webkit-box; min-height: 59px; margin: 0 0 10px; overflow: hidden; color: var(--news-muted); font-size: 12px; line-height: 1.58; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.news-sidebar { display: grid; gap: 16px; }
.news-sidebar__box { position: relative; padding: 18px; }
.news-sidebar__box h2 { margin: 0 0 14px; color: var(--news-ink); font-size: 16px; }
.news-sidebar__search form { display: grid; grid-template-columns: 1fr 42px; height: 42px; overflow: hidden; border: 1px solid var(--news-line); border-radius: 5px; }
.news-sidebar__search input { min-width: 0; padding: 0 12px; border: 0; outline: 0; color: var(--news-ink); font-size: 11px; }
.news-sidebar__search button { border: 0; background: var(--news-primary); color: #fff; }
.news-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.news-category-list { margin: 0; padding: 0; list-style: none; }
.news-category-list li + li { border-top: 1px solid var(--news-line); }
.news-category-list a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 0; color: var(--news-muted); font-size: 11px; }
.news-category-list a:hover { color: var(--news-blue); }
.news-category-list span { display: inline-flex; align-items: center; gap: 9px; }
.news-category-list i { width: 14px; color: var(--news-blue); text-align: center; }
.news-category-list em { color: #93a4b7; font-style: normal; }
.news-latest-list { display: grid; gap: 12px; }
.news-latest-item { display: grid; grid-template-columns: 66px 1fr; gap: 11px; align-items: start; }
.news-latest-item__media { position: relative; height: 54px; overflow: hidden; border-radius: 5px; background: #e7f0f8; }
.news-latest-item__media.is-empty::after { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(6, 55, 111, .28); content: "▦"; font-size: 23px; }
.news-latest-item h3 { display: -webkit-box; margin: 0 0 5px; overflow: hidden; color: var(--news-ink); font-size: 11px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-latest-item time { color: var(--news-muted); font-size: 9px; }
.news-sidebar__empty { padding: 5px 0; color: var(--news-muted); font-size: 11px; }

.news-empty { display: grid; min-height: 330px; place-items: center; align-content: center; padding: 42px; border: 1px dashed #b8cde0; border-radius: var(--news-radius); background: #fff; text-align: center; }
.news-empty > i { margin-bottom: 18px; color: var(--news-blue); font-size: 48px; }
.news-empty h1, .news-empty h2 { margin: 0 0 10px; color: var(--news-ink); }
.news-empty p { max-width: 520px; margin: 0 0 17px; color: var(--news-muted); }
.news-empty a { padding: 10px 18px; border-radius: 5px; background: var(--news-accent); color: #fff; font-size: 11px; font-weight: 800; }
.news-empty--detail { min-height: 460px; margin-bottom: 28px; }
.news-pagination { display: flex; justify-content: center; gap: 8px; margin: 30px 0 8px; }
.news-pagination a, .news-pagination span { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid var(--news-line); border-radius: 5px; background: #fff; color: var(--news-ink); font-size: 12px; font-weight: 800; }
.news-pagination a:hover, .news-pagination .is-current { border-color: var(--news-primary); background: var(--news-primary); color: #fff; }

.news-detail-hero { min-height: 350px; }
.news-detail-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.news-detail-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 41, 91, .94), rgba(6, 55, 111, .72) 48%, rgba(6, 55, 111, .2)); }
.news-detail-hero__content { position: relative; z-index: 2; display: flex; min-height: 350px; max-width: 690px; flex-direction: column; justify-content: center; padding: 38px 42px; color: #fff; }
.news-detail-hero__tag { align-self: flex-start; margin-bottom: 14px; padding: 6px 10px; border-radius: 4px; background: var(--news-accent); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .55px; text-transform: uppercase; }
.news-detail-hero h1 { margin: 0 0 19px; color: #fff; font-size: clamp(30px, 4.1vw, 47px); line-height: 1.14; }
.news-detail-hero__meta { display: flex; flex-wrap: wrap; gap: 17px; color: rgba(255, 255, 255, .84); font-size: 10px; }
.news-detail-hero__meta span, .news-detail-hero__meta time { display: inline-flex; align-items: center; gap: 7px; }
.news-detail-hero__meta i { color: #ffb08d; }
.news-detail-hero__content > p { max-width: 610px; margin: 18px 0 0; color: rgba(255, 255, 255, .86); font-size: 13px; line-height: 1.65; }
.news-layout--detail { margin-top: 24px; }
.news-article { padding: 30px 34px; color: var(--news-ink); font-size: 15px; line-height: 1.75; }
.news-article__lead { margin: 0 0 25px; padding: 0 0 19px; border-bottom: 1px solid var(--news-line); color: var(--news-ink); font-size: 15px; font-weight: 600; }
.news-article__content { min-height: 180px; overflow-wrap: anywhere; }
.news-article__content h2, .news-article__content h3, .news-article__content h4 { margin: 27px 0 12px; color: var(--news-primary); line-height: 1.3; }
.news-article__content h2 { font-size: 24px; }
.news-article__content h3 { font-size: 20px; }
.news-article__content p { margin: 0 0 16px; }
.news-article__content img { max-width: 100%; height: auto !important; margin: 16px auto; border-radius: 7px; }
.news-article__content figure { max-width: 100%; margin: 20px 0; }
.news-article__content iframe { max-width: 100%; }
.news-article__content blockquote { position: relative; margin: 22px 0; padding: 19px 24px 19px 48px; border: 1px solid #cbdceb; border-left: 4px solid var(--news-accent); border-radius: 7px; background: #f5f9fd; color: var(--news-muted); font-style: italic; }
.news-article__content blockquote::before { position: absolute; left: 18px; top: 7px; color: var(--news-blue); content: "“"; font: 44px/1 Georgia, serif; }
.news-article__content table { display: block; width: 100% !important; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.news-article__content th, .news-article__content td { padding: 9px 12px; border: 1px solid var(--news-line); }
.news-article__content ul, .news-article__content ol { margin: 0 0 18px; padding-left: 24px; }
.news-article__content ul { list-style: disc; }
.news-article__content ol { list-style: decimal; }
.news-article__content a { color: var(--news-blue); text-decoration: underline; }
.news-article__footer { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--news-line); color: var(--news-muted); text-align: center; font-style: italic; }
.news-related { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--news-line); }
.news-related__head { margin-bottom: 17px; }
.news-related__head span { color: var(--news-accent); font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.news-related__head h2 { margin: 4px 0 0; color: var(--news-ink); font-size: 24px; }
.news-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.news-card--related .news-card__media { height: 145px; }
.news-card--related .news-card__body { padding: 14px; }
.news-card--related .news-card__body h3 { min-height: 43px; margin: 0 0 8px; font-size: 14px; }
.news-card--related time { color: var(--news-muted); font-size: 9px; }

@media (max-width: 991px) {
    .news-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 20px; }
    .news-featured { grid-template-columns: 1fr; }
    .news-featured__media { min-height: 280px; }
    .news-featured__body { padding: 25px; }
    .news-card-grid { grid-template-columns: 1fr; }
    .news-detail-hero__content { max-width: 610px; }
}

@media (max-width: 760px) {
    .news-page .news-container { width: calc(100% - 24px); }
    .news-page .news-breadcrumb { min-height: 46px; font-size: 11px; }
    .news-list-head { min-height: 190px; padding: 28px 24px; }
    .news-list-head::after { right: -20px; font-size: 130px; }
    .news-list-head p { font-size: 13px; }
    .news-filter { margin: 17px 0; }
    .news-layout { grid-template-columns: 1fr; }
    .news-sidebar { margin-top: 8px; }
    .news-featured { min-height: 0; }
    .news-featured__media { min-height: 230px; }
    .news-detail-hero { min-height: 370px; }
    .news-detail-hero__content { min-height: 370px; padding: 30px 24px; }
    .news-detail-hero__overlay { background: linear-gradient(90deg, rgba(3, 41, 91, .94), rgba(6, 55, 111, .74)); }
    .news-article { padding: 24px 22px; }
    .news-related__grid { grid-template-columns: 1fr; }
    .news-card--related { display: grid; grid-template-columns: 150px 1fr; }
    .news-card--related .news-card__media { height: 100%; min-height: 130px; }
}

@media (max-width: 480px) {
    .news-list-head { border-radius: 7px; }
    .news-list-head h1 { font-size: 28px; }
    .news-filter a { padding: 8px 14px; font-size: 11px; }
    .news-featured__media { min-height: 200px; }
    .news-featured__body { padding: 21px 18px; }
    .news-featured__body h2 { font-size: 21px; }
    .news-card__media { height: 180px; }
    .news-detail-hero h1 { font-size: 29px; }
    .news-detail-hero__meta { gap: 10px 14px; }
    .news-article { padding: 21px 18px; font-size: 14px; }
    .news-card--related { grid-template-columns: 112px 1fr; }
    .news-empty { min-height: 280px; padding: 28px 18px; }
}
