.page-news {
  position: relative;
  color: var(--bsp-text-main);
}

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

.page-news .news-hero::after {
  content: '';
  position: absolute;
  right: -80px;
  top: 120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(57, 255, 20, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

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

.page-news .news-hero__kicker {
  display: inline-block;
  font-family: var(--bsp-font-body);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bsp-info);
  border-left: 3px solid var(--bsp-green);
  padding-left: 12px;
  margin-bottom: 20px;
}

.page-news .news-hero h1 {
  font-family: var(--bsp-font-head);
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--bsp-text-main);
  margin: 0 0 16px;
  max-width: 640px;
}

.page-news .news-hero__lead {
  font-size: 16px;
  line-height: 1.7;
  color: var(--bsp-text-muted);
  margin: 0 0 24px;
  max-width: 560px;
}

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

.page-news .news-hero__visual {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  border: 1px solid var(--bsp-line);
  background:
    linear-gradient(135deg, rgba(14, 42, 94, 0.5) 0%, rgba(18, 42, 80, 0.2) 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 40px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 40px);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
  overflow: hidden;
  position: relative;
}

.page-news .news-hero__visual::after {
  content: 'LIVE FEED';
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-family: var(--bsp-font-body);
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--bsp-green);
  border: 1px solid rgba(57, 255, 20, 0.4);
  padding: 4px 10px;
}

.page-news .news-orbital {
  width: 100%;
  max-width: 520px;
  display: block;
  margin: 0 auto;
}

.page-news .news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--bsp-line);
  position: relative;
  z-index: 1;
}

.page-news .news-filter__link {
  padding: 8px 16px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--bsp-text-main);
  background: transparent;
  border: 1px solid rgba(57, 255, 20, 0.5);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.page-news .news-filter__link:hover,
.page-news .news-filter__link:focus {
  background: var(--bsp-green);
  border-color: var(--bsp-green);
  color: var(--bsp-bg-deep);
}

.page-news .section-heading {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.page-news .section-heading__index {
  font-family: var(--bsp-font-head);
  font-size: 26px;
  color: var(--bsp-orange);
  line-height: 1;
  padding-left: 12px;
  border-left: 3px solid var(--bsp-green);
  flex-shrink: 0;
}

.page-news .section-heading__copy h2 {
  font-family: var(--bsp-font-head);
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--bsp-text-main);
  margin: 0 0 6px;
}

.page-news .section-heading__copy p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--bsp-text-muted);
  margin: 0;
  max-width: 640px;
}

.page-news .news-version {
  position: relative;
  background: linear-gradient(180deg, transparent 0%, rgba(14, 42, 94, 0.25) 12%, transparent 88%);
}

.page-news .news-timeline {
  position: relative;
  margin-top: 8px;
}

.page-news .news-timeline::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--bsp-green) 0%, var(--bsp-info) 24%, var(--bsp-line) 70%, rgba(30, 58, 95, 0.2) 100%);
  z-index: 0;
}

.page-news .timeline-entry {
  position: relative;
  margin-bottom: 28px;
  padding-left: 32px;
}

.page-news .timeline-entry:last-child {
  margin-bottom: 0;
}

.page-news .timeline-entry::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--bsp-green);
  border: 3px solid var(--bsp-bg-deep);
  box-shadow: 0 0 0 2px var(--bsp-green), 0 0 18px rgba(57, 255, 20, 0.3);
  z-index: 1;
  transition: background-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.page-news .timeline-entry:hover::before {
  background: var(--bsp-orange);
  box-shadow: 0 0 0 3px var(--bsp-orange), 0 0 22px rgba(255, 69, 0, 0.45);
  transform: scale(1.1);
}

.page-news .timeline-entry__card {
  padding: 24px;
  transition: transform 0.3s var(--bsp-ease), border-color 0.3s;
}

.page-news .timeline-entry:hover .timeline-entry__card {
  transform: translateX(6px);
  border-color: rgba(57, 255, 20, 0.55);
}

.page-news .timeline-entry__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
  margin-bottom: 12px;
}

.page-news .timeline-entry__heading {
  min-width: 0;
}

.page-news .timeline-entry__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.page-news .timeline-entry__tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bsp-info);
  background: rgba(0, 191, 255, 0.08);
  border: 1px solid rgba(0, 191, 255, 0.3);
  padding: 4px 10px;
}

.page-news .timeline-entry__version {
  font-family: var(--bsp-font-head);
  font-size: 14px;
  color: var(--bsp-green);
  white-space: nowrap;
}

.page-news .timeline-entry__heading h3 {
  font-family: var(--bsp-font-head);
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--bsp-text-main);
  margin: 0;
}

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

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

.page-news .timeline-entry__list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bsp-text-main);
}

.page-news .timeline-entry__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--bsp-orange);
  transform: rotate(45deg);
}

.page-news .timeline-entry__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--bsp-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(57, 255, 20, 0.5);
  padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
}

.page-news .timeline-entry__link:hover {
  border-color: var(--bsp-green);
  color: var(--bsp-green);
}

.page-news .timeline-entry__badge {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  object-fit: cover;
  border: 1px solid var(--bsp-line);
  background: var(--bsp-bg-navy);
  padding: 4px;
}

.page-news .season-card {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}

.page-news .season-card__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-bottom: 1px solid var(--bsp-line);
}

.page-news .season-card__body {
  padding: 24px;
}

.page-news .season-card__label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bsp-orange);
  border: 1px solid rgba(255, 69, 0, 0.4);
  padding: 3px 10px;
  margin-bottom: 10px;
}

.page-news .season-card__body h3 {
  font-family: var(--bsp-font-head);
  font-size: 22px;
  text-transform: uppercase;
  color: var(--bsp-text-main);
  margin: 0 0 10px;
}

.page-news .season-card__body p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--bsp-text-muted);
  margin: 0 0 16px;
}

.page-news .season-card__meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.page-news .season-card__meta li {
  position: relative;
  font-size: 13px;
  color: var(--bsp-text-main);
  padding-left: 16px;
}

.page-news .season-card__meta li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: var(--bsp-green);
  transform: rotate(45deg);
}

.page-news .community-grid {
  display: grid;
  gap: 24px;
  align-items: start;
}

.page-news .community-wordcloud {
  padding: 0;
  overflow: hidden;
}

.page-news .community-wordcloud__img {
  width: 100%;
  height: auto;
  display: block;
}

.page-news .community-wordcloud__caption {
  padding: 12px 16px;
  font-size: 13px;
  color: var(--bsp-text-muted);
  margin: 0;
  border-top: 1px solid var(--bsp-line);
}

.page-news .community-list {
  display: grid;
  gap: 16px;
}

.page-news .community-post {
  padding: 20px;
}

.page-news .community-post__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.page-news .community-post__tag {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bsp-orange);
  border: 1px solid rgba(255, 69, 0, 0.4);
  padding: 2px 10px;
}

.page-news .community-post__hot {
  font-size: 12px;
  color: var(--bsp-text-muted);
  white-space: nowrap;
}

.page-news .community-post h3 {
  font-family: var(--bsp-font-head);
  font-size: 17px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--bsp-text-main);
  margin: 0 0 8px;
}

.page-news .community-post p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--bsp-text-muted);
  margin: 0;
}

.page-news .subscribe-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}

.page-news .subscribe-guide {
  padding: 24px;
  border: 1px solid var(--bsp-line);
  background: linear-gradient(180deg, rgba(14, 42, 94, 0.4) 0%, rgba(18, 42, 80, 0.2) 100%);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

.page-news .subscribe-guide h3 {
  font-family: var(--bsp-font-head);
  font-size: 22px;
  text-transform: uppercase;
  color: var(--bsp-text-main);
  margin: 0 0 16px;
}

.page-news .subscribe-guide__steps {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  counter-reset: step;
  display: grid;
  gap: 14px;
}

.page-news .subscribe-guide__steps li {
  position: relative;
  counter-increment: step;
  padding-left: 44px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bsp-text-main);
}

.page-news .subscribe-guide__steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid var(--bsp-green);
  color: var(--bsp-green);
  font-family: var(--bsp-font-head);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-news .subscribe-guide__note {
  font-size: 13px;
  line-height: 1.6;
  color: var(--bsp-text-muted);
  margin: 0 0 16px;
}

.page-news .subscribe-demo {
  padding: 0;
  overflow: hidden;
}

.page-news .subscribe-demo__img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid var(--bsp-line);
}

.page-news .subscribe-demo__switches {
  padding: 20px 24px 24px;
}

.page-news .subscribe-demo__title {
  font-family: var(--bsp-font-head);
  font-size: 17px;
  text-transform: uppercase;
  color: var(--bsp-text-main);
  margin: 0 0 12px;
}

.page-news .remind-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--bsp-line);
}

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

.page-news .remind-row__name {
  font-family: var(--bsp-font-head);
  font-size: 15px;
  color: var(--bsp-text-main);
}

.page-news .remind-row__desc {
  display: block;
  margin-top: 2px;
  font-family: var(--bsp-font-body);
  font-size: 13px;
  color: var(--bsp-text-muted);
}

.page-news .remind-row__switch {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 24px;
  background: var(--bsp-green);
  border: 1px solid var(--bsp-green);
  border-radius: 20px;
}

.page-news .remind-row__switch::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bsp-bg-deep);
}

.page-news .remind-row--off .remind-row__switch {
  background: var(--bsp-line);
  border-color: var(--bsp-line);
}

.page-news .remind-row--off .remind-row__switch::after {
  left: 3px;
  right: auto;
  background: var(--bsp-text-muted);
}

.page-news .explore-grid {
  display: grid;
  gap: 20px;
}

.page-news .explore-card {
  display: block;
  padding: 24px;
  text-decoration: none;
  transition: border-color 0.3s, transform 0.3s;
}

.page-news .explore-card:hover,
.page-news .explore-card:focus {
  border-color: rgba(57, 255, 20, 0.5);
  transform: translateY(-4px);
}

.page-news .explore-card__index {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bsp-orange);
  margin-bottom: 12px;
}

.page-news .explore-card h3 {
  font-family: var(--bsp-font-head);
  font-size: 18px;
  text-transform: uppercase;
  color: var(--bsp-text-main);
  margin: 0 0 8px;
}

.page-news .explore-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--bsp-text-muted);
  margin: 0;
}

@media (min-width: 760px) {
  .page-news .timeline-entry__badge {
    width: 96px;
    height: 96px;
  }

  .page-news .timeline-entry__heading h3 {
    font-size: 22px;
  }

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

  .page-news .subscribe-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-news .community-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .page-news .season-card__img {
    height: 100%;
    min-height: 280px;
  }
}

@media (min-width: 960px) {
  .page-news .news-hero {
    padding: 56px 0 48px;
  }

  .page-news .news-hero__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
  }

  .page-news .news-hero__visual {
    display: flex;
  }

  .page-news .season-card {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .page-news .season-card__img {
    border-bottom: 0;
    border-right: 1px solid var(--bsp-line);
  }

  .page-news .community-wordcloud__img {
    height: 380px;
    object-fit: cover;
  }

  .page-news .subscribe-demo__img {
    height: 180px;
    object-fit: cover;
  }
}
