.page-news {
  background: #0A0E17;
  color: #F5F7FA;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
}

.page-news .container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── 面包屑 ── */
.page-news .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 28px 0 0;
  font-size: 13px;
  color: #A7B0C0;
}

.page-news .breadcrumb a {
  color: #7CB342;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}

.page-news .breadcrumb a:hover {
  color: #F5F7FA;
}

/* ── Hero ── */
.page-news .journal-hero {
  position: relative;
  padding: 52px 0 64px;
  overflow: hidden;
}

.page-news .journal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(124, 179, 66, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 179, 66, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
  pointer-events: none;
}

.page-news .journal-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 30px;
  height: 2px;
  background: linear-gradient(90deg, #7CB342 0%, #FFD54F 55%, rgba(255, 213, 79, 0) 100%);
  transform: rotate(-0.6deg);
  pointer-events: none;
}

.page-news .journal-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-news .journal-hero__kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7CB342;
}

.page-news .journal-hero__kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7CB342, #FFD54F);
}

.page-news .journal-hero__title {
  margin: 12px 0 18px;
  font-size: clamp(30px, 7vw, 62px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #F5F7FA;
}

.page-news .journal-hero__desc {
  max-width: 640px;
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #A7B0C0;
}

.page-news .journal-hero__side {
  display: flex;
  align-items: stretch;
}

.page-news .journal-hero__stat {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.page-news .journal-hero__stat::before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 179, 66, 0.42), transparent 70%);
  pointer-events: none;
}

.page-news .journal-hero__stat-num {
  display: block;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  color: #FFD54F;
  background: linear-gradient(135deg, #7CB342, #FFD54F);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-news .journal-hero__stat-num span {
  font-size: 0.5em;
  margin-left: 2px;
}

.page-news .journal-hero__stat-label {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
  color: #F5F7FA;
}

.page-news .journal-hero__stat-note {
  margin-top: 6px;
  font-size: 13px;
  color: #A7B0C0;
}

/* ── 章节头部 ── */
.page-news .journal-section {
  padding: 56px 0 36px;
}

.page-news .journal-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-news .journal-section-head__title {
  margin: 4px 0 0;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #F5F7FA;
}

.page-news .journal-section-head__index {
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 900;
  line-height: 0.8;
  color: rgba(245, 247, 250, 0.16);
}

@supports (-webkit-text-stroke: 1px #000) or (text-stroke: 1px #000) {
  .page-news .journal-section-head__index {
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(124, 179, 66, 0.45);
    text-stroke: 1.5px rgba(124, 179, 66, 0.45);
  }
}

/* ── 标签 / 分类筛选 ── */
.page-news .journal-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #F5F7FA;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.page-news .journal-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.page-news .journal-tag--yellow {
  color: #FFD54F;
  border-color: rgba(255, 213, 79, 0.32);
  background: rgba(255, 213, 79, 0.08);
}

.page-news .journal-tag--orange {
  color: #FF8A50;
  border-color: rgba(255, 138, 80, 0.32);
  background: rgba(255, 138, 80, 0.08);
}

.page-news .journal-tag--blue {
  color: #00B0FF;
  border-color: rgba(0, 176, 255, 0.32);
  background: rgba(0, 176, 255, 0.08);
}

.page-news .journal-tag--purple {
  color: #7C4DFF;
  border-color: rgba(124, 77, 255, 0.32);
  background: rgba(124, 77, 255, 0.08);
}

.page-news .journal-tag.is-selected {
  color: #0A0E17;
  background: linear-gradient(135deg, #7CB342 0%, #FFD54F 100%);
  border-color: transparent;
}

.page-news .journal-tag:hover {
  transform: translateY(-2px);
}

.page-news .journal-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
  margin-bottom: 30px;
  padding: 14px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.page-news .journal-filters__hint {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A7B0C0;
}

.page-news .journal-filters__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

/* ── 文章卡片 ── */
.page-news .journal-posts {
  display: grid;
  gap: 26px;
}

.page-news .journal-post {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.07), rgba(124, 179, 66, 0.035));
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.page-news .journal-post__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #141B26;
}

.page-news .journal-post__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(124, 179, 66, 0.22), transparent 55%, rgba(255, 138, 80, 0.08));
  pointer-events: none;
}

.page-news .journal-post__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-news .journal-post:hover .journal-post__img {
  transform: scale(1.05);
}

.page-news .journal-post__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 22px 28px;
}

.page-news .journal-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 14px;
}

.page-news .journal-post__time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #A7B0C0;
}

.page-news .journal-post__time::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7CB342;
}

.page-news .journal-post__title {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: -0.01em;
}

.page-news .journal-post__title a {
  color: #F5F7FA;
  text-decoration: none;
  transition: color 0.22s ease;
}

.page-news .journal-post__title a:hover {
  color: #7CB342;
}

.page-news .journal-post__excerpt {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #A7B0C0;
}

.page-news .journal-post__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #7CB342;
  text-decoration: none;
  transition: color 0.22s ease, transform 0.22s ease;
}

.page-news .journal-post__link:hover {
  color: #FFD54F;
  transform: translateX(4px);
}

/* ── 数据指标带 ── */
.page-news .journal-metrics {
  margin: 8px 0 8px;
  padding: 38px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(rgba(124, 179, 66, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 179, 66, 0.05) 1px, transparent 1px),
    #141B26;
  background-size: 38px 38px;
}

.page-news .journal-metrics__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 14px;
}

.page-news .journal-metric {
  padding: 18px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

.page-news .journal-metric__num {
  display: block;
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 900;
  line-height: 1;
  color: #FFD54F;
}

.page-news .journal-metric__num span {
  font-size: 0.5em;
  margin-left: 2px;
}

.page-news .journal-metric:nth-child(2) .journal-metric__num {
  color: #7CB342;
}

.page-news .journal-metric:nth-child(3) .journal-metric__num {
  color: #00B0FF;
}

.page-news .journal-metric:nth-child(4) .journal-metric__num {
  color: #FF8A50;
}

.page-news .journal-metric__label {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #A7B0C0;
}

/* ── 分类索引 ── */
.page-news .journal-index-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-news .journal-index-card {
  --card-accent: #7CB342;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 22px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  text-decoration: none;
  color: #F5F7FA;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-news .journal-index-card:hover {
  transform: translateY(-5px);
  border-color: var(--card-accent);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.page-news .journal-index-card__num {
  position: relative;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  color: #F5F7FA;
}

.page-news .journal-index-card__num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: var(--card-accent);
}

.page-news .journal-index-card h3 {
  margin: 12px 0 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}

.page-news .journal-index-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #A7B0C0;
}

.page-news .journal-index-card__tags {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--card-accent);
}

.page-news .journal-index-card--yellow {
  --card-accent: #FFD54F;
}

.page-news .journal-index-card--orange {
  --card-accent: #FF8A50;
}

.page-news .journal-index-card--blue {
  --card-accent: #00B0FF;
}

.page-news .journal-index-card--purple {
  --card-accent: #7C4DFF;
}

/* ── 热门专题 ── */
.page-news .journal-features {
  display: grid;
  gap: 24px;
}

.page-news .journal-feature {
  position: relative;
  padding: 36px 28px 30px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #141B26;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-news .journal-feature--coupon {
  background: linear-gradient(140deg, rgba(124, 179, 66, 0.22), #141B26 62%);
}

.page-news .journal-feature--docs {
  background: linear-gradient(140deg, rgba(124, 77, 255, 0.22), #141B26 62%);
}

.page-news .journal-feature::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 213, 79, 0.18), transparent 60%);
  pointer-events: none;
}

.page-news .journal-feature__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.page-news .journal-feature__badge {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F5F7FA;
  background: rgba(255, 255, 255, 0.1);
}

.page-news .journal-feature__icon {
  flex: 0 0 auto;
}

.page-news .journal-feature h3 {
  margin: 20px 0 12px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #F5F7FA;
}

.page-news .journal-feature__steps {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.page-news .journal-feature__steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #A7B0C0;
}

.page-news .journal-feature__steps li span {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
  color: #0A0E17;
  background: linear-gradient(135deg, #7CB342, #FFD54F);
}

.page-news .journal-feature__desc {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.85;
  color: #A7B0C0;
}

.page-news .journal-feature__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #0A0E17;
  background: linear-gradient(135deg, #7CB342 0%, #FFD54F 100%);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.page-news .journal-feature--docs .journal-feature__btn {
  color: #F5F7FA;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-news .journal-feature__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
}

/* ── 延伸入口 ── */
.page-news .journal-surf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.page-news .journal-surf a {
  padding: 12px 10px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #A7B0C0;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.page-news .journal-surf a:hover {
  color: #7CB342;
  background: rgba(124, 179, 66, 0.1);
}

/* ── 滚动显现 ── */
.page-news [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-news [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .page-news [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .page-news .journal-post,
  .page-news .journal-index-card,
  .page-news .journal-feature__btn,
  .page-news .journal-post__img,
  .page-news .journal-post:hover .journal-post__img {
    transition: none;
    transform: none;
  }
}

/* ── 响应式：平板 ── */
@media (min-width: 600px) {
  .page-news .journal-metrics__inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

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

  .page-news .journal-surf {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ── 响应式：桌面 ── */
@media (min-width: 900px) {
  .page-news .container {
    padding: 0 32px;
  }

  .page-news .breadcrumb {
    padding-top: 32px;
  }

  .page-news .journal-hero {
    padding: 64px 0 76px;
  }

  .page-news .journal-hero__grid {
    grid-template-columns: 1fr 260px;
    align-items: end;
  }

  .page-news .journal-hero__title {
    font-size: clamp(38px, 5vw, 64px);
  }

  .page-news .journal-hero__desc {
    font-size: 17px;
  }

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

  .page-news .journal-filters {
    border-radius: 999px;
    padding: 12px 20px;
  }

  .page-news .journal-posts {
    gap: 32px;
  }

  .page-news .journal-post {
    grid-template-columns: 300px 1fr;
  }

  .page-news .journal-post--offset {
    margin-left: auto;
    width: calc(100% - 44px);
  }

  .page-news .journal-post__media {
    aspect-ratio: auto;
    min-height: 220px;
  }

  .page-news .journal-post__content {
    padding: 32px 34px 34px;
  }

  .page-news .journal-post__title {
    font-size: 28px;
  }

  .page-news .journal-metrics {
    padding: 44px 0;
  }

  .page-news .journal-metrics .container {
    padding: 0 32px;
  }

  .page-news .journal-features {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
  }

  .page-news .journal-feature {
    padding: 42px 36px 36px;
  }
}

/* ── 响应式：宽屏 ── */
@media (min-width: 1200px) {
  .page-news .journal-index-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-news .journal-surf {
    grid-template-columns: repeat(4, 1fr);
    padding: 20px 24px;
  }
}
