.news-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 70% 6%, rgba(33, 68, 200, 0.42), transparent 42%),
    linear-gradient(180deg, #101f7f 0%, #16276d 55%, #172868 100%);
  color: #fff;
}

.news-header {
  background: #132170;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 3px 12px rgba(5, 10, 36, 0.22);
}

.news-header-inner {
  width: 1326px;
  max-width: calc(100% - 36px);
  margin: 0 auto;
  padding: 14px 0;
}

.news-main {
  width: 100%;
  padding: 82px 0 108px;
}

.news-kicker {
  margin: 0 0 14px;
  color: #ffcc00;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.news-hero {
  width: 1326px;
  max-width: calc(100% - 36px);
  margin: 0 auto 58px;
  text-align: center;
}

.news-hero h1 {
  margin: 0 0 40px;
  color: #f6f8ff;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 64px;
  line-height: 112%;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.news-feature {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.news-canvas {
  display: block;
  width: 100%;
  height: auto;
  background: #0b1a65;
}

.news-live-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  gap: 8px;
}

.badge-live,
.badge-session {
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.badge-live {
  background: #e01d3d;
  padding: 0 14px 0 24px;
  text-transform: uppercase;
  position: relative;
}

.badge-live::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
}

.badge-session {
  background: rgba(138, 174, 255, 0.55);
  padding: 0 14px;
}

.feature-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.feature-play span {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(3px);
  display: grid;
  place-items: center;
  position: relative;
}

.feature-play span::before {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  margin-left: 4px;
}

.news-grid-section {
  width: 1326px;
  max-width: calc(100% - 36px);
  margin: 0 auto;
  text-align: center;
}

.news-grid-section h2 {
  margin: 0 0 16px;
  color: #f6f8ff;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 58px;
  line-height: 112%;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.news-grid-sub {
  margin: 0 auto 44px;
  width: 800px;
  max-width: 100%;
  color: #dce6ff;
  font-size: 16px;
  line-height: 154%;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-card {
  background: #09256f;
  border: 1px solid rgba(121, 157, 255, 0.45);
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
}

.news-card-body {
  padding: 14px 14px 18px;
}

.news-date {
  margin: 0 0 10px;
  color: #e7eeff;
  font-size: 12px;
  line-height: 120%;
}

.news-card h3 {
  margin: 0 0 10px;
  color: #f7f9ff;
  font-size: 34px;
  line-height: 118%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.news-card p {
  margin: 0 0 14px;
  color: #dbe6ff;
  font-size: 16px;
  line-height: 150%;
}

.news-card a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
}

.details-layout {
  width: 1326px;
  max-width: calc(100% - 36px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(300px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.details-kicker {
  margin-bottom: 12px;
}

.details-article h1 {
  margin: 0 0 24px;
  color: #f6f8ff;
  font-size: 58px;
  line-height: 114%;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.details-date {
  margin: 14px 0 14px;
  color: #dce6ff;
  font-size: 14px;
}

.details-copy p {
  margin: 0 0 13px;
  color: #d8e4ff;
  font-size: 15px;
  line-height: 150%;
}

.more-news-card {
  border-radius: 16px;
  border: 1px solid rgba(121, 157, 255, 0.45);
  background: rgba(17, 43, 138, 0.86);
  padding: 16px;
}

.more-news-card h2 {
  margin: 0 0 12px;
  font-size: 20px;
}

.more-news-item {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  padding: 12px 0;
  border-top: 1px solid rgba(144, 176, 255, 0.32);
}

.more-news-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.more-news-item h3 {
  margin: 0 0 6px;
  color: #f4f8ff;
  font-size: 13px;
  line-height: 132%;
  font-weight: 600;
}

.more-news-item p {
  margin: 0 0 6px;
  color: #d6e2ff;
  font-size: 12px;
  line-height: 135%;
}

.more-news-item span {
  color: #b6c8ff;
  font-size: 11px;
}

.news-page .site-footer {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .news-main {
    padding-top: 64px;
  }

  .news-hero h1 {
    font-size: 52px;
  }

  .news-grid-section h2 {
    font-size: 46px;
  }

  .news-card h3 {
    font-size: 24px;
  }

  .news-card p {
    font-size: 14px;
  }

  .news-card a {
    font-size: 18px;
  }

  .details-layout {
    grid-template-columns: 1fr;
  }

  .details-article h1 {
    font-size: 44px;
  }
}

@media (max-width: 992px) {
  .news-header-inner,
  .news-hero,
  .news-grid-section,
  .details-layout {
    max-width: calc(100% - 24px);
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .news-main {
    padding-top: 42px;
    padding-bottom: 70px;
  }

  .news-kicker {
    font-size: 13px;
  }

  .news-hero h1,
  .news-grid-section h2 {
    font-size: 34px;
  }

  .news-grid-sub {
    font-size: 14px;
  }

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

  .badge-live,
  .badge-session {
    height: 26px;
    font-size: 12px;
  }

  .feature-play span {
    width: 58px;
    height: 58px;
  }

  .feature-play span::before {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 14px;
  }

  .details-article h1 {
    font-size: 33px;
  }
}
