.page-news {
  --news-green: #0A3D2E;
  --news-green-deep: #062A20;
  --news-green-soft: #0E4A38;
  --news-gold: #D4AF37;
  --news-gold-dark: #996515;
  --news-red: #E63946;
  --news-teal: #2A9D8F;
  --news-rice: #F5F0E6;
  --news-cloud: #F8F9FA;
  --news-mint: #A8D5BA;
  --news-carbon: #1A1A1A;
  --news-shadow: 0 10px 32px rgba(10, 61, 46, 0.12);
  --news-radius: 14px;
  --news-radius-lg: 24px;
  --news-mono: "SFMono-Regular", ui-monospace, "Menlo", "Consolas", "Liberation Mono", monospace;
  background: var(--news-cloud);
}

.page-news .news-breadcrumb {
  padding: 20px 0 0;
}
.page-news .news-breadcrumb .sis-breadcrumbs {
  margin: 0;
  font-size: 13px;
  color: var(--news-gold-dark);
}
.page-news .news-breadcrumb .sis-breadcrumbs a {
  color: var(--news-gold-dark);
  text-decoration: none;
}
.page-news .news-breadcrumb .sis-breadcrumbs a:hover,
.page-news .news-breadcrumb .sis-breadcrumbs a:focus {
  color: var(--news-green);
  text-decoration: underline;
}

.page-news .news-hero {
  position: relative;
  margin-top: 18px;
  padding: 44px 0 52px;
  background: linear-gradient(135deg, var(--news-green-deep), var(--news-green) 62%, var(--news-green-soft));
  overflow: hidden;
}
.page-news .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(100deg, transparent 30%, #000 92%);
  pointer-events: none;
}
.page-news .news-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 320px;
  height: 320px;
  border: 42px solid rgba(212, 175, 55, 0.14);
  border-radius: 48%;
  transform: rotate(24deg);
  pointer-events: none;
}
.page-news .news-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
}
.page-news .news-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--news-gold);
  text-transform: uppercase;
}
.page-news .news-hero__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--news-red);
  box-shadow: 0 0 0 4px rgba(230, 57, 70, 0.25);
}
.page-news .news-hero__title {
  margin: 0 0 18px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
}
.page-news .news-hero__title-main {
  display: block;
  font-size: clamp(40px, 10vw, 58px);
  transform: skewX(-4deg);
}
.page-news .news-hero__title-sub {
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 700;
  color: var(--news-gold);
  transform: skewX(-4deg);
}
.page-news .news-hero__lead {
  max-width: 540px;
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(248, 249, 250, 0.92);
}
.page-news .news-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-news .news-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.page-news .news-hero__stat {
  padding: 16px 14px;
  background: rgba(248, 249, 250, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: var(--news-radius);
  backdrop-filter: blur(4px);
}
.page-news .news-hero__num {
  display: block;
  font-family: var(--news-mono);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--news-gold);
}
.page-news .news-hero__label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(248, 249, 250, 0.78);
}

.page-news .news-latest {
  padding: 56px 0 64px;
  background: var(--news-cloud);
}
.page-news .news-latest__head {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}
.page-news .news-latest__desc {
  max-width: 560px;
  margin: 0;
  color: #5A6A62;
  font-size: 15px;
  line-height: 1.7;
}
.page-news .news-layout {
  display: grid;
  gap: 26px;
}
.page-news .news-aside__inner {
  position: sticky;
  top: 90px;
  padding: 26px 22px;
  background: var(--news-green);
  border-radius: var(--news-radius-lg);
  color: rgba(248, 249, 250, 0.85);
}
.page-news .news-aside__title {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--news-gold);
  text-transform: uppercase;
}
.page-news .news-aside__list {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-news .news-aside__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(248, 249, 250, 0.1);
}
.page-news .news-aside__item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(248, 249, 250, 0.9);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.page-news .news-aside__item a:hover,
.page-news .news-aside__item a:focus {
  color: var(--news-gold);
  transform: translateX(3px);
}
.page-news .news-aside__item span:last-child {
  font-family: var(--news-mono);
  font-size: 13px;
  color: rgba(212, 175, 55, 0.9);
}
.page-news .news-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.page-news .news-dot--data { background: var(--news-teal); }
.page-news .news-dot--mobile { background: var(--news-gold); }
.page-news .news-dot--feature { background: var(--news-red); }
.page-news .news-dot--record { background: var(--news-mint); }
.page-news .news-dot--focus { background: #4A90D9; }
.page-news .news-dot--user { background: #B08968; }
.page-news .news-aside__note {
  margin-top: 22px;
  padding: 14px 16px;
  background: rgba(212, 175, 55, 0.14);
  border-radius: var(--news-radius);
}
.page-news .news-aside__note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(248, 249, 250, 0.85);
}

.page-news .news-main {
  display: grid;
  gap: 18px;
}
.page-news .news-item {
  position: relative;
  display: block;
  gap: 4px;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid var(--news-mint);
  border-left: 4px solid var(--news-teal);
  border-radius: 16px;
  box-shadow: 0 2px 0 rgba(10, 61, 46, 0.05);
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.page-news .news-item:hover,
.page-news .news-item:focus-within {
  box-shadow: var(--news-shadow);
  transform: translateY(-2px);
  border-left-color: var(--news-gold);
}
.page-news .news-item__media {
  display: block;
  max-height: 210px;
  margin: -20px -18px 14px;
  overflow: hidden;
}
.page-news .news-item__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-news .news-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 10px;
  font-size: 13px;
}
.page-news .news-item__tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--news-green);
  background: var(--news-mint);
}
.page-news .news-item__tag--data { background: #DDF1E7; color: #14603F; }
.page-news .news-item__tag--mobile { background: #F7E7B4; color: #7A5A0B; }
.page-news .news-item__tag--feature { background: #FBDAD3; color: #B32632; }
.page-news .news-item__tag--record { background: #E3F2EC; color: #14725F; }
.page-news .news-item__tag--focus { background: #DDE7F6; color: #2F5C9E; }
.page-news .news-item__tag--user { background: #F0E3D6; color: #8A5A34; }
.page-news .news-item__date {
  color: #6B7B73;
  font-size: 13px;
}
.page-news .news-item__read {
  color: #8A9A91;
  font-size: 13px;
}
.page-news .news-item__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--news-carbon);
}
.page-news .news-item__title a {
  color: inherit;
  text-decoration: none;
}
.page-news .news-item__title a:hover,
.page-news .news-item__title a:focus {
  color: var(--news-green);
}
.page-news .news-item__summary {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.8;
  color: #44554D;
}
.page-news .news-item__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--news-green);
  text-decoration: none;
}
.page-news .news-item__more span {
  transition: transform 0.2s ease;
}
.page-news .news-item__more:hover,
.page-news .news-item__more:focus {
  color: var(--news-gold-dark);
}
.page-news .news-item__more:hover span,
.page-news .news-item__more:focus span {
  transform: translateX(4px);
}

.page-news .news-featured {
  padding: 56px 0 60px;
  background: var(--news-rice);
}
.page-news .news-featured__head {
  margin-bottom: 30px;
}
.page-news .news-featured__desc {
  max-width: 620px;
  margin: 10px 0 0;
  color: #5A6A62;
  line-height: 1.7;
}
.page-news .news-featured__grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}
.page-news .news-featured__visual {
  border-radius: var(--news-radius-lg);
  overflow: hidden;
  box-shadow: var(--news-shadow);
}
.page-news .news-featured__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-news .news-featured__body {
  padding: 24px 20px;
  background: #fff;
  border: 1px solid #EADFC0;
  border-radius: var(--news-radius-lg);
  box-shadow: 0 8px 24px rgba(10, 61, 46, 0.08);
}
.page-news .news-featured__topic {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--news-gold-dark);
  text-transform: uppercase;
}
.page-news .news-featured__text {
  margin: 0;
  color: #44554D;
  line-height: 1.8;
}
.page-news .report-tabs {
  margin-top: 16px;
}
.page-news .report-tabs .sis-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--news-mint);
}
.page-news .report-tabs .sis-tabs__btn {
  appearance: none;
  padding: 8px 16px;
  border: 1px solid var(--news-mint);
  border-radius: 999px;
  background: #fff;
  color: var(--news-green);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-news .report-tabs .sis-tabs__btn:hover,
.page-news .report-tabs .sis-tabs__btn:focus {
  border-color: var(--news-gold);
}
.page-news .report-tabs .sis-tabs__btn.is-active {
  background: var(--news-green);
  border-color: var(--news-green);
  color: var(--news-gold);
}
.page-news .report-tabs .sis-tabs__panel {
  margin-top: 4px;
  padding: 18px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--news-radius);
  background: rgba(168, 213, 186, 0.16);
  color: #44554D;
  font-size: 15px;
  line-height: 1.8;
}
.page-news .report-tabs .sis-tabs__panel p {
  margin: 0 0 10px;
}
.page-news .report-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-news .report-facts li {
  padding: 12px;
  background: #fff;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #44554D;
}
.page-news .report-facts strong {
  display: block;
  font-family: var(--news-mono);
  font-size: 22px;
  color: var(--news-gold-dark);
}

.page-news .news-versions {
  padding: 56px 0 64px;
  background: var(--news-cloud);
}
.page-news .news-versions__head {
  margin-bottom: 30px;
}
.page-news .news-versions__desc {
  max-width: 620px;
  margin: 10px 0 0;
  color: #5A6A62;
  line-height: 1.7;
}
.page-news .news-versions__grid {
  display: grid;
  gap: 24px;
  align-items: center;
}
.page-news .news-versions__visual {
  border-radius: var(--news-radius-lg);
  overflow: hidden;
  box-shadow: var(--news-shadow);
}
.page-news .news-versions__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-news .version-list {
  position: relative;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-news .version-list::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 7px;
  width: 2px;
  background: linear-gradient(var(--news-gold), var(--news-green));
}
.page-news .version-list__item {
  position: relative;
  padding-left: 32px;
}
.page-news .version-list__item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--news-gold);
  border: 3px solid var(--news-cloud);
  box-shadow: 0 0 0 2px var(--news-green);
}
.page-news .version-list__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.page-news .version-list__tag {
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--news-green);
  color: var(--news-gold);
  font-size: 12px;
  font-weight: 700;
}
.page-news .version-list__top strong {
  font-family: var(--news-mono);
  font-size: 17px;
  font-weight: 900;
  color: var(--news-carbon);
}
.page-news .version-list__time {
  font-size: 13px;
  color: #7A8B82;
}
.page-news .version-list__item p {
  margin: 0;
  color: #44554D;
  font-size: 14px;
  line-height: 1.8;
}

.page-news .news-subscribe {
  padding: 56px 0 60px;
  background: linear-gradient(135deg, var(--news-green-deep), var(--news-green) 60%, var(--news-green-soft));
  color: rgba(248, 249, 250, 0.9);
}
.page-news .news-subscribe__inner {
  display: grid;
  gap: 28px;
  align-items: center;
}
.page-news .news-subscribe__visual {
  border-radius: var(--news-radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}
.page-news .news-subscribe__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-news .news-subscribe__content {
  display: grid;
  gap: 12px;
}
.page-news .news-subscribe__eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--news-gold);
  text-transform: uppercase;
}
.page-news .news-subscribe__content h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.35;
  color: #fff;
}
.page-news .news-subscribe__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
.page-news .news-subscribe__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.page-news .news-subscribe__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
  font-size: 14px;
  color: rgba(248, 249, 250, 0.78);
}
.page-news .news-subscribe__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(248, 249, 250, 0.6);
}

@media (min-width: 768px) {
  .page-news .news-hero {
    padding: 64px 0;
  }
  .page-news .news-hero__inner {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
  }
  .page-news .news-hero__stats {
    gap: 14px;
  }
  .page-news .news-layout {
    grid-template-columns: 280px 1fr;
    align-items: start;
  }
  .page-news .news-aside__inner {
    border-radius: var(--news-radius-lg);
  }
  .page-news .news-item--media {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 0;
    padding: 0;
  }
  .page-news .news-item--media .news-item__media {
    height: 100%;
    min-height: 170px;
    margin: 0;
  }
  .page-news .news-item--media .news-item__media img {
    height: 100%;
  }
  .page-news .news-item--media .news-item__content {
    padding: 20px 24px;
  }
  .page-news .news-featured__grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-news .news-versions__grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 40px;
  }
  .page-news .news-subscribe__inner {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 44px;
  }
  .page-news .news-subscribe__content h2 {
    font-size: 30px;
  }
}

@media (min-width: 1100px) {
  .page-news .news-hero__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .page-news .news-layout {
    grid-template-columns: 300px 1fr;
    gap: 36px;
  }
  .page-news .news-main {
    gap: 20px;
  }
}
