/* Game server subpages */
.game-page {
  padding-top: 6.5rem;
}

.game-page__head {
  padding: 2rem 0 1rem;
  text-align: center;
}

.game-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.game-breadcrumb a {
  color: var(--cyan);
}

.game-page__h1 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.75rem;
}

.game-page__intro {
  max-width: 42rem;
  margin: 0 auto;
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.6;
}

.game-page__plans {
  padding-top: 1rem;
}

.game-soon {
  max-width: 32rem;
  margin: 2rem auto 4rem;
  padding: 2.5rem 2rem;
  text-align: center;
  border-radius: 1rem;
}

.game-soon__icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 1.25rem;
}

.game-soon h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 0.75rem;
}

.game-soon p {
  color: #94a3b8;
  margin-bottom: 1.5rem;
  line-height: 1.55;
}

/* Nav game icons */
.nav-game-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 4px;
}

.nav-dropdown__item--logo,
.nav-mobile-link--logo {
  gap: 0.5rem;
}

.nav-mobile-link--logo .nav-game-icon {
  width: 20px;
  height: 20px;
}

/* Cloud VPS carousel cards */
.section--cloud-vps {
  --mu-rgb: 0, 204, 255;
  --mu-accent: #00ccff;
  --mu-light: #67e8f9;
  --mu-btn-a: #00ccff;
  --mu-btn-b: #7c3aed;
}

.vps-pricing .vps-plan-card {
  flex: 0 0 min(100%, 300px);
  width: min(100%, 300px);
}

@media (min-width: 768px) {
  .vps-pricing .vps-plan-card {
    flex: 0 0 280px;
    width: 280px;
  }
}

.vps-plan-card__tag {
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #00ccff);
}

.vps-plan-card__period {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: #94a3b8;
  margin-top: 0.25rem;
}

.vps-plan-card__specs li::before {
  content: '◆';
  color: var(--mu-light, #67e8f9);
}

.vps-pricing .mu-carousel__btn {
  border: 1px solid rgba(0, 204, 255, 0.4);
  background: rgba(8, 8, 16, 0.92);
}

.vps-pricing .mu-carousel__btn:hover {
  border-color: rgba(0, 204, 255, 0.75);
  background: rgba(0, 204, 255, 0.18);
}

.vps-plan-card.is-featured {
  border-color: rgba(124, 58, 237, 0.55);
  box-shadow: 0 20px 50px rgba(124, 58, 237, 0.2);
}
