.news-page {
  min-height: 100vh;
  padding-top: 68px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(201, 168, 76, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 24%, #f7f9fc 100%);
}

.news-hero,
.news-highlight,
.news-latest,
.news-cta-strip,
.news-article-hero,
.news-article {
  padding: 48px 5%;
}

.news-hero {
  padding-top: 36px;
  border-bottom: 1px solid #e4eaf2;
}

.news-hero__inner,
.news-highlight__grid,
.news-latest__grid,
.news-article__grid {
  display: grid;
  gap: 28px;
}

.news-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  color: #6f8099;
  font-size: 0.86rem;
}

.news-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.news-breadcrumb a:hover {
  color: var(--gold);
}

.news-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 420px);
  gap: 24px;
  align-items: end;
}

.news-hero__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.08;
  margin-bottom: 18px;
}

.news-article-hero h1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 16px;
  color: #0d1e35;
  letter-spacing: -0.01em;
}

.news-hero__title span {
  color: var(--gold);
}

.news-hero__text {
  max-width: 760px;
  color: #586a84;
  font-size: 1.02rem;
  line-height: 1.8;
}

.news-article-hero__lead {
  color: #445567;
  font-size: 1.05rem;
  line-height: 1.75;
  font-weight: 400;
  border-left: 3px solid var(--gold);
  padding-left: 16px;
  margin-top: 14px;
}

.news-search {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dbe3ef;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(10, 22, 40, 0.06);
}

.news-search__label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6f8099;
}

.news-search__control {
  position: relative;
}

.news-search__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

.news-search input {
  width: 100%;
  border: 1px solid #d7e0ec;
  border-radius: 999px;
  padding: 14px 16px 14px 44px;
  font: inherit;
  color: var(--navy);
  background: #fff;
}

.news-search input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
}

.news-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 26px 0 2px;
}

.news-tabs::-webkit-scrollbar {
  display: none;
}

.news-tab {
  border: 1px solid #dce4ef;
  background: rgba(255, 255, 255, 0.85);
  color: #4f617d;
  padding: 10px 18px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
}

.news-tab.is-active {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.news-highlight__grid,
.news-latest__grid {
  grid-template-columns: minmax(0, 2fr) minmax(300px, 380px);
  align-items: start;
}

.news-feature-card,
.news-ranking,
.news-card,
.news-sidebar__panel,
.news-article__content,
.news-related__card,
.news-toc {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e3eaf3;
  border-radius: 24px;
  box-shadow: 0 16px 45px rgba(10, 22, 40, 0.05);
}

.news-feature-card {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.news-feature-card__media,
.news-article-cover {
  background:
    linear-gradient(135deg, rgba(10, 22, 40, 0.9), rgba(30, 48, 82, 0.72)),
    radial-gradient(circle at top right, rgba(232, 201, 122, 0.35), transparent 30%),
    linear-gradient(135deg, #10223d, #27436d);
  position: relative;
  overflow: hidden;
}

.news-feature-card__media {
  min-height: 440px;
}

.news-article-cover {
  min-height: 260px;
}

.news-feature-card__media::after,
.news-article-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.2;
}

.news-feature-card__badges,
.news-article-hero__badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.news-feature-card__badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.news-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #dbe7f5;
  color: #1e3a5f;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.news-pill--hot {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
}

.news-pill--project {
  background: #d9efe5;
  color: #1a4731;
}

.news-pill--guide {
  background: #fff0d0;
  color: #7a4800;
}

.news-pill--faq {
  background: #f2def0;
  color: #8a255e;
}

.news-pill--form {
  background: #e2e6fb;
  color: #3248a8;
}

.news-feature-card__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 120px 28px 28px;
  background: linear-gradient(180deg, transparent, rgba(10, 22, 40, 0.92));
  color: var(--white);
}

.news-feature-card__meta,
.news-card__meta,
.news-card__author,
.news-ranking__item p,
.news-article-meta__details,
.news-article-meta__author p {
  color: #a9b7cb;
  font-size: 0.82rem;
}

.news-feature-card__overlay h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.2;
  margin: 10px 0 14px;
}

.news-feature-card__overlay p {
  max-width: 720px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.news-ranking {
  padding: 24px;
}

.news-ranking__title,
.news-related h3,
.news-toc h3 {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #6b7d97;
  margin-bottom: 18px;
}

.news-ranking__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid #edf1f6;
  color: inherit;
  text-decoration: none;
}

.news-ranking__item:first-of-type,
.news-ranking__item--empty {
  border-top: none;
  padding-top: 0;
}

.news-ranking__number {
  font-size: 2rem;
  line-height: 1;
  color: var(--gold);
}

.news-ranking__content {
  min-width: 0;
}

.news-ranking__item h3 {
  margin-top: 8px;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

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

.news-feed__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 24px;
}

.news-sort {
  color: #6f8099;
  font-size: 0.86rem;
  font-weight: 600;
}

.news-card-grid,
.news-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.news-card,
.news-related__card {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.news-card__thumb,
.news-related__thumb {
  position: relative;
  min-height: 220px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}

.news-card__thumb--policy,
.news-card__thumb--policy-alt {
  background: linear-gradient(135deg, #13335e, #32619a);
}

.news-card__thumb--project {
  background: linear-gradient(135deg, #0f3421, #2d7857);
}

.news-card__thumb--guide {
  background: linear-gradient(135deg, #5e3403, #c17b12);
}

.news-card__thumb--faq {
  background: linear-gradient(135deg, #5c1d4a, #b44d8d);
}

.news-card__thumb--form {
  background: linear-gradient(135deg, #293a7b, #617ae1);
}

.news-card__body,
.news-related__body {
  padding: 22px;
}

.news-card__body h3,
.news-related__body p {
  color: var(--navy);
  line-height: 1.45;
}

.news-card__body h3 {
  font-size: 1.1rem;
  margin: 10px 0 12px;
}

.news-card__body p {
  color: #5d6f88;
  line-height: 1.72;
  font-size: 0.92rem;
}

.news-card__author {
  margin-top: 16px;
  color: #6f8099;
}

.news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.news-sidebar__panel {
  padding: 24px;
}

.news-sidebar__panel h3 {
  color: var(--navy);
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.news-sidebar__panel p {
  color: #61728b;
  line-height: 1.7;
}

.news-sidebar__panel--accent {
  background: linear-gradient(135deg, #0f1f36, #243c61);
  color: var(--white);
}

.news-sidebar__panel--accent h3,
.news-sidebar__panel--accent p {
  color: var(--white);
}

.news-sidebar__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-sidebar__list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
}

.news-sidebar__list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
}

.news-sidebar__list p {
  font-size: 0.88rem;
}

.news-sidebar__cta {
  display: inline-flex;
  margin-top: 16px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.news-keywords {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.news-keywords span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f1f5fa;
  color: #546780;
  font-size: 0.8rem;
  font-weight: 600;
}

.news-cta-strip__inner,
.news-article-cta {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #0d1d33, #203757);
  color: var(--white);
  border-radius: 26px;
  padding: 34px;
}

.news-cta-strip__actions,
.news-article-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.news-cta-strip .btn-outline,
.news-article-cta .btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
}

.news-cta-strip .btn-outline:hover,
.news-article-cta .btn-outline:hover {
  border-color: var(--gold-light);
  background: rgba(255, 255, 255, 0.08);
}

.news-cta-strip .section-title,
.news-article-cta h3 {
  margin-bottom: 10px;
}

.news-cta-strip .section-sub,
.news-article-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.news-article-hero {
  padding-top: 36px;
  border-bottom: 1px solid #e4eaf2;
}

.news-article-hero__inner {
  padding-right: calc(280px + 28px);
}

.news-article-hero__badges {
  margin-bottom: 20px;
}

.news-article-meta {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 26px;
}

.news-article-meta__author {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
}

.news-article-meta__author span {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dce8f6;
  color: #16355d;
  font-weight: 800;
}

.news-article__grid {
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: start;
}

.news-article__content {
  padding: 28px;
}

.news-summary {
  margin: 26px 0 32px;
  padding: 22px 24px;
  border-left: 4px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: #fff8ea;
}

.news-summary__title {
  font-weight: 800;
  margin-bottom: 12px;
}

.news-summary ul,
.news-prose ul {
  padding-left: 18px;
}

.news-summary li,
.news-prose li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: #55677f;
}

.news-prose h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 32px 0 12px;
  color: #0d1e35;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8eef6;
}

.news-prose p {
  color: #3d5068;
  line-height: 1.85;
  font-size: 1.01rem;
  margin-bottom: 18px;
}

.news-prose blockquote {
  margin: 24px 0;
  padding: 22px 24px;
  border-left: 4px solid #315e96;
  border-radius: 0 16px 16px 0;
  background: #eef4fb;
  color: #214472;
  font-style: italic;
}

.news-toc {
  position: sticky;
  top: 100px;
  padding: 24px;
  margin-bottom: 18px;
}

.news-toc a,
.news-article__back {
  display: block;
  color: #59708d;
  text-decoration: none;
  padding: 8px 0;
  line-height: 1.5;
}

.news-toc a:hover,
.news-article__back:hover {
  color: var(--gold);
}

.news-related {
  margin-top: 36px;
}

.news-related__thumb {
  min-height: 160px;
}

@media (max-width: 1100px) {
  .news-highlight__grid,
  .news-latest__grid,
  .news-article__grid,
  .news-hero__content {
    grid-template-columns: 1fr;
  }

  .news-article-hero__inner {
    padding-right: 0;
  }

  .news-toc {
    position: static;
  }
}

@media (max-width: 760px) {
  .news-card-grid,
  .news-related__grid {
    grid-template-columns: 1fr;
  }

  .news-cta-strip__inner,
  .news-article-cta,
  .news-feed__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-feature-card__media,
  .news-article-cover {
    min-height: 340px;
  }

  .news-article__content,
  .news-sidebar__panel,
  .news-ranking,
  .news-toc {
    padding: 20px;
  }
}
