.page-news {
  --news-glow: 0 0 0 1px rgba(0, 200, 83, 0.28), 0 16px 44px rgba(26, 35, 51, 0.06);
  --news-glow-hover: 0 0 0 1px rgba(0, 200, 83, 0.72), 0 24px 54px rgba(0, 200, 83, 0.16);
  --news-diagonal: linear-gradient(135deg, #00C853 0%, #00E676 40%, #B9F6CA 100%);
  --news-section-space: 56px;
  background: var(--cool-gray);
  color: var(--ink-blue);
}

.page-news .news-hero {
  position: relative;
  overflow: hidden;
  margin-top: calc(-1 * var(--header-height));
  padding: calc(var(--header-height) + 36px) 0 52px;
  background:
    radial-gradient(circle at 84% 18%, rgba(0, 200, 83, 0.28), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(101, 31, 255, 0.16), transparent 24%),
    linear-gradient(135deg, #0D1726 0%, #1A2333 48%, #15301F 100%);
  color: #fff;
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--kiwi-green) 0%, var(--volt-yellow) 62%, var(--deep-purple) 100%);
}

.page-news .news-hero__deco {
  position: absolute;
  top: 18px;
  right: -48px;
  width: 280px;
  height: 280px;
  pointer-events: none;
  opacity: 0.8;
}

.page-news .news-hero .breadcrumbs {
  margin-bottom: 42px;
}

.page-news .news-hero .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.72);
}

.page-news .news-hero .breadcrumbs__item {
  color: rgba(255, 255, 255, 0.92);
}

.page-news .news-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.page-news .news-hero__kicker {
  margin: 0 0 14px;
  font-family: var(--font-num);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--volt-yellow);
}

.page-news .news-hero__title {
  margin: 0 0 20px;
  font-size: clamp(28px, 4.6vw, 46px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  font-weight: 800;
  color: #fff;
}

.page-news .news-hero__lede {
  margin: 0;
  max-width: 680px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.84);
}

.page-news .news-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.page-news .news-hero__tags a {
  text-decoration: none;
}

.page-news .news-announce {
  padding: var(--news-section-space) 0 60px;
  background: linear-gradient(180deg, #F5F7FA 0%, #EAF5EE 100%);
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.page-news .news-announce__header {
  margin-bottom: 28px;
}

.page-news .news-announce__header .section-panel__eyebrow,
.page-news .news-echo__header .section-panel__eyebrow {
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--kiwi-green-dark);
  margin: 0 0 6px;
}

.page-news .news-announce__title,
.page-news .news-features__title,
.page-news .news-echo__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
}

.page-news .news-announce__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-news .news-announce__figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-2);
}

.page-news .news-announce__figure img,
.page-news .news-card__media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-news .news-announce__items {
  display: grid;
}

.page-news .announce-item {
  padding: 20px 0 18px;
  border-bottom: 1px solid var(--line-gray);
}

.page-news .announce-item:first-child {
  padding-top: 0;
}

.page-news .announce-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-news .announce-item__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  background: var(--mint-green);
  border-radius: 999px;
  color: var(--kiwi-green-dark);
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page-news .announce-item__title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.page-news .announce-item__desc {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(26, 35, 51, 0.78);
}

.page-news .announce-item__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .news-features {
  padding: 64px 0 72px;
  background: var(--soft-white);
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.page-news .news-features__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-news .news-features__aside .section-panel__eyebrow {
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--deep-purple);
  margin: 0 0 6px;
}

.page-news .news-features__intro {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(26, 35, 51, 0.74);
}

.page-news .news-toc {
  border-left: 2px solid var(--mint-green);
  padding-left: 18px;
}

.page-news .news-toc__label {
  margin: 0 0 4px;
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--deep-purple);
}

.page-news .news-toc__link {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dotted var(--line-gray);
  color: var(--ink-blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s var(--ease), padding-left 0.25s var(--ease);
}

.page-news .news-toc__link:last-child {
  border-bottom: 0;
}

.page-news .news-toc__link:hover {
  color: var(--kiwi-green-dark);
  padding-left: 8px;
}

.page-news .news-features__stream {
  display: grid;
  gap: 30px;
}

.page-news .news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--news-glow);
  scroll-margin-top: calc(var(--header-height) + 16px);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

@media (hover: hover) {
  .page-news .news-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: var(--news-glow-hover);
  }
}

.page-news .news-card--timeline::before,
.page-news .news-card--metrics::before,
.page-news .news-card--favorite::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: var(--news-diagonal);
}

.page-news .news-card__media {
  margin: 0;
}

.page-news .news-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 22px 26px;
}

.page-news .news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.page-news .news-card__section {
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--deep-purple);
}

.page-news .news-card__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 800;
}

.page-news .news-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(26, 35, 51, 0.76);
}

.page-news .news-card__footer {
  margin-top: auto;
  padding-top: 8px;
}

.page-news .news-card__link {
  margin-left: 12px;
  color: var(--kiwi-green-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s var(--ease);
}

.page-news .news-card__link:hover {
  border-color: var(--kiwi-green);
}

.page-news .news-timeline {
  list-style: none;
  margin: 2px 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-news .news-timeline li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(26, 35, 51, 0.8);
}

.page-news .news-timeline__ver {
  min-width: 46px;
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--kiwi-green-dark);
}

.page-news .news-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 4px;
}

.page-news .news-steps__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  border: 1px solid var(--line-gray);
  border-radius: var(--radius-sm);
  background: var(--cool-gray);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-blue);
}

.page-news .news-steps__item b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--kiwi-green);
  color: #fff;
  font-family: var(--font-num);
  font-size: 12px;
}

.page-news .news-favline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0;
  padding: 12px 14px;
  background: var(--mint-green);
  border-left: 4px solid var(--kiwi-green);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-blue);
}

.page-news .news-favline__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--volt-yellow);
  box-shadow: 0 0 0 3px var(--kiwi-green-light);
}

.page-news .news-echo {
  position: relative;
  overflow: hidden;
  padding: 64px 0 72px;
  background:
    radial-gradient(circle at 88% 84%, rgba(0, 200, 83, 0.18), transparent 24%),
    linear-gradient(135deg, #EAF6EE 0%, #F5F7FA 46%, #EFEBFA 100%);
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.page-news .news-echo__header {
  max-width: 660px;
  margin-bottom: 28px;
}

.page-news .news-echo__intro {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(26, 35, 51, 0.74);
}

.page-news .news-echo__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-news .echo-item {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 24px;
  background: #fff;
  border-radius: var(--radius-md);
  border-top: 4px solid var(--kiwi-green);
  box-shadow: var(--shadow-1);
}

.page-news .echo-item--yellow {
  border-top-color: var(--volt-yellow);
}

.page-news .echo-item--purple {
  border-top-color: var(--deep-purple);
}

.page-news .echo-item__num {
  position: absolute;
  top: 16px;
  right: 18px;
  font-family: var(--font-num);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: var(--translucent-green);
}

.page-news .echo-item__tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(101, 31, 255, 0.08);
  color: var(--deep-purple);
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.page-news .echo-item__question {
  margin: 14px 0 8px;
  max-width: 88%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
}

.page-news .echo-item__answer {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(26, 35, 51, 0.76);
}

.page-news .news-echo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.page-news .news-echo__deco {
  position: absolute;
  top: 42px;
  right: -36px;
  width: 240px;
  height: 240px;
  pointer-events: none;
  opacity: 0.55;
}

@media (hover: hover) {
  .page-news .news-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: var(--news-glow-hover);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .news-card {
    transition: none;
  }

  .page-news .news-card:hover {
    transform: none;
  }
}

@media (min-width: 900px) {
  .page-news {
    --news-section-space: 76px;
  }

  .page-news .news-hero {
    padding: calc(var(--header-height) + 48px) 0 76px;
  }

  .page-news .news-hero__title {
    font-size: 46px;
  }

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

  .page-news .news-announce {
    padding-top: var(--news-section-space);
    padding-bottom: 76px;
  }

  .page-news .news-announce__grid {
    grid-template-columns: 6fr 7fr;
    align-items: start;
    gap: 44px;
  }

  .page-news .news-announce__figure {
    position: sticky;
    top: calc(var(--header-height) + 28px);
  }

  .page-news .news-features {
    padding: var(--news-section-space) 0 84px;
  }

  .page-news .news-features__layout {
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
    gap: 56px;
  }

  .page-news .news-features__aside {
    position: sticky;
    top: calc(var(--header-height) + 28px);
  }

  .page-news .news-features__stream {
    gap: 34px;
  }

  .page-news .news-card__body {
    padding: 28px 28px 30px;
  }

  .page-news .news-card__title {
    font-size: 22px;
  }

  .page-news .news-echo {
    padding: var(--news-section-space) 0 84px;
  }

  .page-news .news-echo__grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
}
