.news-hero-section,
.news-detail-hero {
  padding: 172px 0 92px;
  background:
    radial-gradient(circle at 20% 30%, rgba(66,59,140,0.12), transparent 32%),
    linear-gradient(180deg, #f7f5ff 0%, #ffffff 100%);
}

.news-hero-title {
  max-width: 920px;
  margin: 0 auto;
}

.news-hero-title h4 {
  color: var(--fpx-brand);
}

.news-hero-title h1,
.news-detail-hero h1 {
  color: var(--fpx-brand-dark);
  font-size: 52px;
  line-height: 1.18;
  letter-spacing: 0;
}

.news-hero-title p,
.news-detail-meta {
  color: var(--fpx-muted);
}

.news-list-section,
.news-detail-section {
  padding: 96px 0 112px;
  background: #fff;
}

.news-list-card {
  min-height: 330px;
}

.news-list-card h4 a {
  color: var(--fpx-brand-dark);
}

.news-list-card h4 a:hover {
  color: var(--fpx-brand);
}

.news-card-meta,
.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--fpx-muted);
  font-size: 15px;
  margin: auto 0 22px;
}

.news-card-meta i,
.news-detail-meta i {
  color: var(--fpx-brand);
  margin-right: 6px;
}

.news-empty-card {
  padding: 54px 32px;
  border-radius: 24px;
  text-align: center;
  background: rgba(66,59,140,0.06);
  border: 1px solid rgba(66,59,140,0.10);
}

.news-empty-card h3 {
  color: var(--fpx-brand-dark);
  margin-bottom: 12px;
}

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

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

.news-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--fpx-muted);
  font-size: 16px;
}

.news-content-breadcrumb {
  display: flex;
  width: 100%;
  margin: 0 0 34px;
}

.news-breadcrumb a {
  color: var(--fpx-brand);
  font-weight: 700;
}

.news-detail-hero h1 {
  max-width: 980px;
  margin: 0 auto 26px;
}

.news-detail-meta {
  justify-content: center;
  margin: 0;
}

.news-detail-card {
  padding: 58px 72px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(66,59,140,0.09);
  box-shadow: var(--fpx-shadow);
}

.news-detail-content {
  color: #343847;
  font-size: 18px;
  line-height: 2;
  max-width: 100%;
}

.news-detail-content p {
  margin-bottom: 22px;
}

.news-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  margin: 18px 0;
}

.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4 {
  color: var(--fpx-brand-dark);
  margin: 34px 0 16px;
  line-height: 1.4;
}

.news-prev-next {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding: 28px 30px;
  border-radius: 24px;
  background: rgba(66,59,140,0.06);
}

.news-prev-next strong {
  color: var(--fpx-brand-dark);
}

.news-prev-next a {
  color: var(--fpx-brand);
  font-weight: 700;
}

.news-prev-next span {
  color: var(--fpx-muted);
}

.news-back-actions {
  text-align: center;
  margin-top: 34px;
}

@media (max-width: 991px) {
  .news-hero-section,
  .news-detail-hero {
    padding: 142px 0 78px;
  }

  .news-hero-title h1,
  .news-detail-hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .news-hero-section,
  .news-detail-hero {
    padding: 124px 0 64px;
  }

  .news-hero-title h1,
  .news-detail-hero h1 {
    font-size: 34px;
  }

  .news-list-section,
  .news-detail-section {
    padding: 72px 0 82px;
  }

  .news-detail-card {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .news-detail-content {
    font-size: 16px;
    line-height: 1.9;
  }
}
