body.press-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 30, 0, 0.22), rgba(255, 30, 0, 0) 28%),
    radial-gradient(circle at 82% 4%, rgba(0, 232, 255, 0.18), rgba(0, 232, 255, 0) 30%),
    radial-gradient(circle at 48% 0%, rgba(152, 87, 255, 0.22), rgba(152, 87, 255, 0) 34%),
    #050505;
  color: #fff;
  font-family: "Satoshi", Arial, Helvetica, sans-serif;
}

.press-header,
.press-hero,
.press-index,
.press-list,
.press-footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.press-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 22px;
}

.press-brand {
  display: inline-flex;
}

.press-brand img {
  width: 154px;
  height: auto;
}

.press-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.press-nav a,
.press-index a,
.press-footer a {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.press-nav a:hover,
.press-index a:hover,
.press-footer a:hover {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.08);
}

.press-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(112deg, rgba(255, 30, 0, 0.22), rgba(255, 139, 0, 0.12) 24%, rgba(0, 232, 255, 0.15) 68%, rgba(47, 224, 69, 0.18)),
    rgba(255, 255, 255, 0.045);
  padding: clamp(46px, 8vw, 96px);
}

.press-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: conic-gradient(from 205deg, #ff1f00, #ffd400, #19ec45, #00e8ff, #8f48ff, #ff1f00);
  filter: blur(18px);
  opacity: 0.2;
}

.press-kicker {
  margin: 0 0 14px;
  color: #ffd400;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.press-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.98;
}

.press-hero p:not(.press-kicker) {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.65;
}

.press-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px 0 10px;
}

.press-list {
  display: grid;
  gap: 24px;
  padding: 24px 0 70px;
}

.press-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    #090909;
  padding: clamp(24px, 4vw, 44px);
}

.press-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff1f00, #ff8b00, #ffd400, #19ec45, #00e8ff, #8f48ff);
}

.press-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  color: #ffd400;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.press-card h2 {
  max-width: 940px;
  margin: 18px 0 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.06;
}

.press-card h3 {
  margin: 28px 0 12px;
  color: #19ec45;
  font-size: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.press-lead {
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  font-weight: 700;
}

.press-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.78;
}

.press-card a {
  color: #00e8ff;
}

.press-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 42px);
  margin-top: 8px;
}

.press-meta {
  border-left: 3px solid #ffd400;
  margin-top: 24px;
  background: rgba(255, 212, 0, 0.08);
  color: #fff !important;
  padding: 14px 16px;
  font-weight: 800;
}

.press-card-narrow {
  max-width: 900px;
}

.press-footer {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 52px 0 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.press-footer img {
  width: 132px;
}

.press-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

@media (max-width: 760px) {
  .press-header,
  .press-hero,
  .press-index,
  .press-list,
  .press-footer {
    width: min(355px, calc(100% - 24px));
  }

  .press-header {
    display: grid;
    justify-items: center;
    padding-top: 26px;
  }

  .press-nav {
    justify-content: center;
  }

  .press-hero {
    border-radius: 22px;
    padding: 34px 24px;
  }

  .press-index {
    justify-content: center;
  }

  .press-index a {
    font-size: 11px;
    padding: 9px 12px;
  }

  .press-card {
    border-radius: 20px;
    padding: 24px 20px;
  }

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

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