.page-news {
  --news-dark-soft: #0F4B38;
  --news-muted-dark: rgba(245, 245, 240, 0.78);
  --news-muted-ink: rgba(26, 26, 26, 0.72);
  --news-muted-line: rgba(11, 61, 46, 0.12);
  --news-shadow-card: 0 18px 44px rgba(11, 61, 46, 0.12);
  --news-tag-orange: #F0954E;
  --timeline-x: 14px;
  --timeline-gap: 32px;
  background: var(--cream);
  color: var(--ink);
  overflow-x: hidden;
}

.page-news img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-news .breadcrumb {
  background: var(--green);
  padding: 18px 0 2px;
}

.page-news .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .breadcrumb-link {
  color: var(--gold);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: opacity 0.2s var(--ease);
}

.page-news .breadcrumb-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.page-news .breadcrumb-current {
  color: rgba(245, 245, 240, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.page-news .news-hero {
  position: relative;
  background:
    linear-gradient(120deg, rgba(212, 175, 55, 0.16) 0%, rgba(212, 175, 55, 0) 46%),
    radial-gradient(circle at 88% 20%, rgba(230, 126, 34, 0.18) 0%, transparent 36%),
    var(--green);
  color: var(--white);
  padding: clamp(36px, 6vw, 76px) 0 clamp(44px, 7vw, 92px);
  overflow: hidden;
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  right: -40%;
  top: -12%;
  width: 90%;
  height: 130%;
  background: linear-gradient(105deg, transparent 0%, transparent 42%, rgba(212, 175, 55, 0.1) 42%, rgba(212, 175, 55, 0.1) 43.2%, transparent 43.2%);
  transform: rotate(-9deg);
  pointer-events: none;
}

.page-news .news-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
}

.page-news .news-hero-kicker {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-transform: uppercase;
  margin: 0 0 14px;
}

.page-news .news-hero-title {
  font-size: clamp(38px, 7vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0 0 18px;
}

.page-news .news-hero-lead {
  max-width: 640px;
  color: var(--news-muted-dark);
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.9;
  margin: 0 0 28px;
}

.page-news .news-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-news .news-stat-item {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: var(--radius);
  padding: 10px 16px;
  font-size: 13px;
  color: rgba(245, 245, 240, 0.72);
  line-height: 1.4;
}

.page-news .news-stat-item strong {
  font-size: 22px;
  font-weight: 400;
  color: var(--gold);
}

.page-news .news-hero-nav-inner {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: var(--radius);
  padding: 22px 20px;
}

.page-news .news-hero-nav-head {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.page-news .news-hero-navlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.page-news .news-hero-navlink {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(245, 245, 240, 0.82);
  text-decoration: none;
  padding: 12px 10px;
  border-radius: calc(var(--radius) - 2px);
  font-size: 15px;
  border: 1px solid transparent;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}

.page-news .news-hero-navlink::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--orange);
}

.page-news .news-hero-navlink:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(212, 175, 55, 0.35);
  color: var(--white);
}

.page-news .news-chapter {
  padding: clamp(56px, 8vw, 96px) 0;
}

.page-news .news-chapter--dark {
  background: var(--green);
  color: var(--white);
}

.page-news .news-chapter--light {
  background: var(--cream);
  color: var(--ink);
}

.page-news .news-chapter-head {
  display: grid;
  gap: 18px;
  margin-bottom: clamp(32px, 5vw, 52px);
}

.page-news .news-chapter-index {
  grid-row: 1;
  font-size: clamp(60px, 10vw, 112px);
  line-height: 0.78;
  letter-spacing: -0.03em;
}

.page-news .news-chapter--light .news-chapter-index {
  color: rgba(11, 61, 46, 0.14);
}

.page-news .news-chapter--dark .news-chapter-index {
  color: rgba(212, 175, 55, 0.24);
}

.page-news .news-chapter-kicker {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.page-news .news-chapter--light .news-chapter-kicker {
  color: var(--orange);
}

.page-news .news-chapter--dark .news-chapter-kicker {
  color: var(--gold);
}

.page-news .news-chapter-head h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  margin: 0 0 10px;
}

.page-news .news-chapter--light h2 {
  color: var(--green);
}

.page-news .news-chapter-copy {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.page-news .news-chapter--light .news-chapter-copy {
  color: var(--news-muted-ink);
}

.page-news .news-chapter--dark .news-chapter-copy {
  color: rgba(245, 245, 240, 0.78);
}

.page-news .news-timeline {
  position: relative;
  padding: 12px 0 24px;
}

.page-news .news-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--timeline-x) - 1px);
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.55) 6%, rgba(212, 175, 55, 0.55) 94%, transparent);
  pointer-events: none;
}

.page-news .news-report {
  position: relative;
  margin-left: calc(var(--timeline-x) + var(--timeline-gap));
  margin-top: 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: var(--radius);
  padding: 18px;
  transition: border-color 0.3s var(--ease), background-color 0.3s var(--ease);
}

.page-news .news-report:hover {
  border-color: rgba(212, 175, 55, 0.55);
  background-color: rgba(255, 255, 255, 0.08);
}

.page-news .news-report::before {
  content: "";
  position: absolute;
  top: 40px;
  left: calc(-1 * var(--timeline-gap) - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--green-light);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.25);
}

.page-news .news-report-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.page-news .news-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.page-news .news-tag--orange {
  background: rgba(230, 126, 34, 0.16);
  color: var(--news-tag-orange);
  border: 1px solid rgba(230, 126, 34, 0.4);
}

.page-news .news-tag--gold {
  background: rgba(212, 175, 55, 0.14);
  color: var(--gold);
  border: 1px solid rgba(212, 175, 55, 0.5);
}

.page-news .news-round {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(245, 245, 240, 0.72);
  text-transform: uppercase;
}

.page-news .news-report h3 {
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.35;
  color: var(--white);
  margin: 0 0 10px;
}

.page-news .news-report p {
  color: rgba(245, 245, 240, 0.8);
  line-height: 1.8;
  font-size: 15px;
  margin: 0 0 12px;
}

.page-news .news-report-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.page-news .news-report-stats li {
  font-size: 13px;
  padding: 6px 12px;
  background: rgba(11, 61, 46, 0.5);
  border: 1px solid rgba(58, 125, 92, 0.4);
  border-radius: 999px;
  color: #D9E8DF;
  line-height: 1.4;
}

.page-news .news-report-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: calc(var(--radius) - 2px);
}

.page-news .news-report-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news .news-scorebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: rgba(212, 175, 55, 0.08);
  color: var(--white);
}

.page-news .news-scorebox strong {
  font-size: 28px;
  color: var(--gold);
}

.page-news .news-scorebox span {
  font-size: 13px;
  color: rgba(245, 245, 240, 0.7);
  line-height: 1.4;
}

.page-news .news-feature-row {
  display: grid;
  gap: 0;
  background: var(--white);
  border: 1px solid rgba(11, 61, 46, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--news-shadow-card);
  overflow: hidden;
}

.page-news .news-feature-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.page-news .news-feature-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news .news-feature-copy {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-news .news-feature-kicker {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.page-news .news-feature-copy h3 {
  font-size: 26px;
  line-height: 1.35;
  color: var(--green);
  margin-bottom: 10px;
}

.page-news .news-feature-copy > p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--news-muted-ink);
  margin-bottom: 14px;
}

.page-news .news-feature-copy ul {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.page-news .news-feature-copy li {
  font-size: 14px;
  color: var(--ink);
  background: rgba(11, 61, 46, 0.06);
  border-radius: calc(var(--radius) - 2px);
  padding: 10px 12px;
  line-height: 1.5;
}

.page-news .news-analysis-grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.page-news .news-analysis-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(11, 61, 46, 0.1);
  box-shadow: var(--news-shadow-card);
  padding: 28px;
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.page-news .news-analysis-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 22px 52px rgba(11, 61, 46, 0.16);
}

.page-news .news-analysis-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.page-news .news-analysis-index {
  display: block;
  font-size: 18px;
  color: var(--gold-dark);
  margin-bottom: 20px;
}

.page-news .news-analysis-card h3 {
  font-size: 20px;
  line-height: 1.4;
  color: var(--green);
  margin-bottom: 12px;
}

.page-news .news-analysis-card p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--news-muted-ink);
  margin-bottom: 18px;
}

.page-news .news-analysis-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  background: rgba(230, 126, 34, 0.1);
  border-radius: 999px;
  padding: 4px 12px;
}

.page-news .news-data-layout {
  display: grid;
  gap: 28px;
}

.page-news .news-data-visual img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--news-shadow-card);
}

.page-news .news-media-caption {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245, 245, 240, 0.7);
}

.page-news .news-data-list {
  display: grid;
  gap: 18px;
}

.page-news .news-data-card {
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--news-shadow-card);
  border-left: 4px solid var(--gold);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.page-news .news-data-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(11, 61, 46, 0.18);
}

.page-news .news-data-card h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 8px;
  color: var(--green);
}

.page-news .news-data-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--news-muted-ink);
  margin: 0 0 14px;
}

.page-news .news-bars {
  display: grid;
  gap: 10px;
}

.page-news .news-bar-row {
  display: grid;
  grid-template-columns: 88px 1fr 56px;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: var(--ink);
}

.page-news .news-bar-track {
  height: 8px;
  background: rgba(11, 61, 46, 0.1);
  border-radius: 999px;
  overflow: hidden;
}

.page-news .news-bar-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--gold));
  border-radius: 999px;
}

.page-news .news-bar-row strong {
  font-variant-numeric: tabular-nums;
  color: var(--green);
  text-align: right;
}

.page-news .news-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--green);
  background: rgba(212, 175, 55, 0.16);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 999px;
  padding: 6px 14px;
}

.page-news .news-guide-grid {
  display: grid;
  gap: 22px;
  margin-top: 40px;
}

.page-news .news-guide-card {
  background: var(--white);
  border: 1px solid rgba(11, 61, 46, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--news-shadow-card);
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.page-news .news-guide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 22px 50px rgba(11, 61, 46, 0.16);
}

.page-news .news-guide-card--horizontal {
  grid-column: 1 / -1;
  overflow: hidden;
  padding: 0;
  display: grid;
}

.page-news .news-guide-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.page-news .news-guide-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news .news-guide-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-news .news-guide-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 12px;
  align-items: center;
  margin-bottom: 14px;
}

.page-news .news-guide-header .news-round {
  color: rgba(26, 26, 26, 0.6);
  font-size: 13px;
  font-weight: 600;
}

.page-news .news-guide-card h3 {
  font-size: 21px;
  line-height: 1.4;
  color: var(--green);
  margin-bottom: 10px;
}

.page-news .news-guide-card p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--news-muted-ink);
  margin-bottom: 18px;
}

.page-news .news-guide-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.page-news .news-cta {
  background:
    linear-gradient(100deg, rgba(230, 126, 34, 0.16) 0%, rgba(230, 126, 34, 0) 40%),
    var(--green);
  color: var(--white);
  padding: clamp(40px, 6vw, 60px) 0;
}

.page-news .news-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

.page-news .news-cta h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 8px;
  color: var(--white);
}

.page-news .news-cta p {
  color: rgba(245, 245, 240, 0.75);
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.page-news .news-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-news .news-hero-title,
.page-news .news-chapter-head h2,
.page-news .news-report h3,
.page-news .news-analysis-card h3,
.page-news .news-feature-copy h3,
.page-news .news-data-card h3,
.page-news .news-guide-card h3,
.page-news .news-cta h2,
.page-news .news-scorebox strong,
.page-news .news-stat-item strong,
.page-news .news-chapter-index,
.page-news .news-analysis-index {
  font-family: "Archivo Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .page-news .news-hero-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.6fr);
    align-items: center;
  }

  .page-news .news-chapter-head {
    grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
    align-items: end;
  }

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

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

  .page-news .news-data-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    align-items: center;
  }

  .page-news .news-feature-copy ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-news .news-report--compact {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 16px;
    align-items: stretch;
  }

  .page-news .news-scorebox {
    height: 100%;
  }

  .page-news .news-cta-inner {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .page-news {
    --timeline-x: 190px;
    --timeline-gap: 48px;
  }

  .page-news .news-report--featured {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
    padding: 20px;
  }

  .page-news .news-report--featured .news-report-media {
    aspect-ratio: auto;
    height: 100%;
    min-height: 320px;
  }

  .page-news .news-report--compact {
    width: calc(100% - 90px);
  }

  .page-news .news-report--card {
    width: calc(100% - 180px);
    padding: 24px;
  }

  .page-news .news-feature-row {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  }

  .page-news .news-feature-media {
    aspect-ratio: auto;
    min-height: 360px;
  }

  .page-news .news-guide-card--horizontal {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .page-news .news-guide-media {
    aspect-ratio: auto;
    min-height: 360px;
  }
}
