.page-news .news-hero {
  position: relative;
  padding: 32px 0 56px;
  overflow: hidden;
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 78% 20%, rgba(155, 109, 255, 0.18), transparent 60%),
    radial-gradient(ellipse at 12% 80%, rgba(45, 212, 191, 0.10), transparent 50%);
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -40px;
  width: 300px;
  height: 300px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(91, 141, 239, 0.35) 1px, transparent 2px);
  background-size: 24px 24px;
  opacity: 0.4;
}

.page-news .news-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-news .news-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--accent-teal);
  text-transform: uppercase;
}

.page-news .news-hero__kicker::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--accent-teal);
}

.page-news .news-hero__title {
  margin: 14px 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.page-news .news-hero__title-main {
  background: linear-gradient(120deg, #E2E8F0 0%, #9B6DFF 55%, #5B8DEF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-news .news-hero__title-sub {
  display: block;
  margin-top: 8px;
  font-size: 0.42em;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: var(--text-muted);
}

.page-news .news-hero__lead {
  max-width: 56ch;
  margin: 0 0 28px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.8;
}

.page-news .news-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .news-hero__fact {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line-glow);
  background: rgba(17, 32, 59, 0.6);
  backdrop-filter: blur(6px);
}

.page-news .news-hero__fact strong {
  font-family: var(--font-heading);
  font-size: 22px;
  color: var(--text-light);
}

.page-news .news-hero__fact span {
  font-size: 13px;
  color: var(--text-faint);
}

.page-news .news-hero__visual {
  position: relative;
}

.page-news .news-hero__img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line-glow);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.page-news .news-mag {
  padding: 20px 0 64px;
}

.page-news .news-mag__layout {
  display: grid;
  gap: 32px;
  align-items: start;
}

.page-news .news-side__sticky {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-news .news-side__block {
  padding: 24px;
  border: 1px solid var(--line-glow);
  border-radius: var(--radius-card);
  background: rgba(17, 32, 59, 0.7);
}

.page-news .news-side__title {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-purple);
}

.page-news .news-cats {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-news .news-cats__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: rgba(11, 16, 38, 0.4);
  text-decoration: none;
  color: var(--text-light);
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
}

.page-news .news-cats__item:hover {
  border-color: var(--line-purple);
  background: rgba(155, 109, 255, 0.1);
  transform: translateX(4px);
}

.page-news .news-cats__label {
  font-weight: 600;
}

.page-news .news-cats__count {
  padding: 2px 12px;
  border-radius: var(--radius-pill);
  background: rgba(91, 141, 239, 0.12);
  color: var(--accent-silver);
  font-family: var(--font-heading);
  font-size: 13px;
}

.page-news .news-side__block--quote {
  border-color: rgba(45, 212, 191, 0.22);
  background: linear-gradient(160deg, rgba(45, 212, 191, 0.08), rgba(17, 32, 59, 0.4));
}

.page-news .news-side__quote {
  margin: 0 0 8px;
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.75;
}

.page-news .news-side__quote-src {
  color: var(--text-faint);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.page-news .news-main {
  min-width: 0;
}

.page-news .news-latest__head {
  margin-bottom: 36px;
  padding-left: 18px;
  border-left: 3px solid var(--accent-purple);
}

.page-news .news-latest__title {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--text-light);
}

.page-news .news-latest__lead {
  max-width: 62ch;
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.page-news .news-catblock {
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid var(--line-glow);
  scroll-margin-top: 110px;
}

.page-news .news-catblock__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 22px;
}

.page-news .news-catblock__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--text-light);
}

.page-news .news-catblock__desc {
  color: var(--text-faint);
  font-size: 13px;
}

.page-news .news-catblock__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-news .news-catblock__side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-news .news-article {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--line-glow);
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, rgba(17, 32, 59, 0.85), rgba(11, 16, 38, 0.8));
  transition: transform 0.3s var(--ease-out), border-color 0.3s;
}

.page-news .news-article:hover {
  border-color: rgba(91, 141, 239, 0.4);
  transform: translateY(-4px);
}

.page-news .news-article--lead {
  border-color: var(--line-purple);
  background: linear-gradient(160deg, rgba(23, 42, 77, 0.9), rgba(17, 32, 59, 0.9));
}

.page-news .news-article--lead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-purple), var(--accent-silver), transparent);
}

.page-news .news-article__media {
  margin: -22px -22px 18px;
  overflow: hidden;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
}

.page-news .news-article__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-news .news-article__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}

.page-news .news-article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-news .news-article__time {
  color: var(--text-faint);
  font-size: 13px;
}

.page-news .news-article__title {
  margin: 0;
  color: var(--text-light);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
}

.page-news .news-article--lead .news-article__title {
  font-size: 1.3rem;
  line-height: 1.4;
}

.page-news .news-article__text {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.page-news .news-series {
  position: relative;
  padding: 64px 0;
}

.page-news .news-series::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(155, 109, 255, 0.12), transparent 65%);
  pointer-events: none;
}

.page-news .news-series__head {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-bottom: 36px;
}

.page-news .news-series__title {
  margin: 6px 0 8px;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--text-light);
}

.page-news .news-series__lead {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.page-news .news-series__grid {
  display: grid;
  gap: 24px;
}

.page-news .news-series__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line-glow);
  border-radius: var(--radius-card);
  background: rgba(17, 32, 59, 0.6);
  text-decoration: none;
  transition: transform 0.3s var(--ease-out), border-color 0.3s, box-shadow 0.3s;
}

.page-news .news-series__card:hover {
  border-color: rgba(91, 141, 239, 0.45);
  box-shadow: var(--shadow-card);
  transform: translateY(-6px);
}

.page-news .news-series__media {
  overflow: hidden;
}

.page-news .news-series__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.4s var(--ease-out);
}

.page-news .news-series__card:hover .news-series__img {
  transform: scale(1.03);
}

.page-news .news-series__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 24px;
}

.page-news .news-series__kicker {
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-teal);
}

.page-news .news-series__name {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--text-light);
}

.page-news .news-series__desc {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
}

.page-news .news-series__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--accent-silver);
  font-size: 14px;
  font-weight: 600;
}

.page-news .news-series__action::after {
  content: "→";
  transition: transform 0.2s var(--ease-out);
}

.page-news .news-series__card:hover .news-series__action::after {
  transform: translateX(4px);
}

.page-news .news-subscribe {
  padding: 16px 0 72px;
}

.page-news .news-subscribe__inner {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-glow);
  border-radius: var(--radius-card);
}

.page-news .news-subscribe__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-news .news-subscribe__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 5vw, 56px);
  background: linear-gradient(135deg, rgba(11, 16, 38, 0.86) 0%, rgba(155, 109, 255, 0.2) 100%);
}

.page-news .news-subscribe__kicker {
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-gold);
}

.page-news .news-subscribe__title {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--text-light);
}

.page-news .news-subscribe__text {
  max-width: 64ch;
  margin: 0 0 24px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.75;
}

.page-news .news-subscribe__field {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  max-width: 560px;
}

.page-news .news-subscribe__input {
  flex: 1 1 260px;
  padding: 14px 18px;
  border: 1px solid rgba(91, 141, 239, 0.35);
  border-radius: var(--radius-pill);
  background: rgba(11, 16, 38, 0.8);
  color: var(--text-light);
  font: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.page-news .news-subscribe__input::placeholder {
  color: var(--text-faint);
}

.page-news .news-subscribe__input:focus {
  border-color: var(--accent-silver);
  box-shadow: 0 0 0 3px rgba(91, 141, 239, 0.18);
}

.page-news .news-subscribe__btn {
  flex: 0 0 auto;
}

.page-news .news-subscribe__hint {
  margin-top: 14px;
  color: var(--text-faint);
  font-size: 13px;
}

.page-news .news-catblock {
  scroll-margin-top: 110px;
}

@media (min-width: 768px) {
  .page-news .news-hero__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
  }

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

  .page-news .news-hero__facts {
    gap: 20px;
  }

  .page-news .news-series__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

@media (min-width: 992px) {
  .page-news .news-catblock__grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .page-news .news-article--lead {
    flex: 0 0 calc(58% - 10px);
  }

  .page-news .news-catblock__side {
    flex: 1;
    justify-content: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news *,
  .page-news *::before,
  .page-news *::after {
    transition-duration: 0.01ms !important;
    animation: none !important;
  }
}
