.news-page {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 14%, #ffffff 100%);
}

.news-section {
  padding: 72px 0;
}

.news-hero-section,
.news-hero-band {
  padding-top: 36px;
}

.news-hero-panel,
.news-hero-band__inner,
.news-taxonomy-hero,
.news-article-header,
.news-cta-band__inner {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.news-hero-panel,
.news-hero-band__inner,
.news-taxonomy-hero,
.news-article-header {
  padding: 42px;
}

.news-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}

.news-hero-panel__title,
.news-hero-band__title,
.news-taxonomy-hero__title,
.news-article-header__title {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1.08;
  color: #0f172a;
}

.news-hero-panel__text,
.news-hero-band__text,
.news-taxonomy-hero__text,
.news-article-header__excerpt,
.news-copy {
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #475569;
}

.news-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.news-highlight-item {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.news-highlight-item strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
}

.news-highlight-item span {
  display: block;
  color: #64748b;
  line-height: 1.6;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
}

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

.news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.news-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
}

.news-card__media {
  display: block;
  overflow: hidden;
  min-height: 230px;
  background: #e2e8f0;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.news-card:hover .news-card__media img {
  transform: scale(1.04);
}

.news-card__body {
  padding: 26px 26px 28px;
}

.news-card__meta,
.news-article-header__meta,
.news-hero-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-bottom: 14px;
  color: #64748b;
  font-size: 0.92rem;
}

.news-card__category,
.news-article-header__category {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-weight: 700;
}

.news-card__title {
  margin-bottom: 14px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.news-card__title a,
.news-mini-card__title,
.news-article-header__title a {
  color: #0f172a;
  text-decoration: none;
}

.news-card__title a:hover,
.news-mini-card__title:hover {
  color: #1d4ed8;
}

.news-card__excerpt {
  margin-bottom: 18px;
  color: #475569;
  line-height: 1.75;
}

.news-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

.news-card__link::after {
  content: "\2192";
}

.news-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 20px;
}

.news-sidebar__section {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.05);
}

.news-sidebar__section h3 {
  margin-bottom: 16px;
  font-size: 1.15rem;
  color: #0f172a;
}

.news-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-sidebar__list li + li {
  margin-top: 10px;
}

.news-sidebar__list a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #f8fafc;
  color: #334155;
  text-decoration: none;
}

.news-sidebar__list a.is-active,
.news-sidebar__list a:hover {
  background: #e9f2ff;
  color: #1d4ed8;
}

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

.news-tag-cloud__item,
.news-article-tags a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  text-decoration: none;
  transition: all 0.2s ease;
}

.news-tag-cloud__item.is-active,
.news-tag-cloud__item:hover,
.news-article-tags a:hover {
  background: #e9f2ff;
  color: #1d4ed8;
}

.news-sidebar__posts {
  display: grid;
  gap: 14px;
}

.news-mini-card {
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e8f0;
}

.news-mini-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-mini-card__title {
  display: block;
  font-weight: 700;
  line-height: 1.45;
}

.news-mini-card__meta {
  margin-top: 8px;
  color: #64748b;
  font-size: 0.88rem;
}

.news-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 34px;
}

.news-pagination a,
.news-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: #334155;
  text-decoration: none;
  font-weight: 700;
}

.news-pagination .is-current {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}

.news-empty,
.news-error {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  color: #475569;
}

.news-taxonomy-hero__chips,
.news-hero-panel__chips,
.news-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.news-article-cover {
  margin-top: 28px;
  overflow: hidden;
  border-radius: 22px;
}

.news-article-cover img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

.news-article-body {
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.news-richtext {
  color: #334155;
  font-size: 1.04rem;
  line-height: 1.85;
}

.news-richtext > *:first-child {
  margin-top: 0;
}

.news-richtext h2,
.news-richtext h3,
.news-richtext h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #0f172a;
  line-height: 1.25;
}

.news-richtext p,
.news-richtext ul,
.news-richtext ol,
.news-richtext blockquote {
  margin-bottom: 1.1rem;
}

.news-richtext ul,
.news-richtext ol {
  padding-left: 1.35rem;
}

.news-richtext a {
  color: #1d4ed8;
}

.news-richtext blockquote {
  padding: 18px 22px;
  border-left: 4px solid #1d4ed8;
  background: #f8fbff;
  border-radius: 0 16px 16px 0;
}

.news-richtext img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.news-cta-band__inner {
  padding: 42px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  color: #fff;
}

.news-cta-band__inner h2,
.news-cta-band__inner p,
.news-cta-band__inner .news-eyebrow {
  color: #fff;
}

.news-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.news-taxonomy-intro {
  margin-bottom: 26px;
}

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

  .news-sidebar {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .news-section {
    padding: 60px 0;
  }

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

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

@media (max-width: 767.98px) {
  .news-hero-panel,
  .news-hero-band__inner,
  .news-taxonomy-hero,
  .news-article-header,
  .news-article-body,
  .news-cta-band__inner {
    padding: 28px 22px;
    border-radius: 22px;
  }

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