/* VibeGames-style game server plan cards */
.hs-gpc-section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.hs-gpc-header {
  max-width: 42rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.hs-gpc-eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #94a3b8;
}

.hs-gpc-title {
  margin-top: 0.65rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.hs-gpc-lead {
  margin-top: 0.85rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #94a3b8;
}

.hs-gpc-gst {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #64748b;
}

.hs-gpc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  gap: 1.35rem;
  align-items: stretch;
}

.hs-gpc-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.98) 0%, rgba(8, 14, 28, 0.98) 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.hs-gpc-card:hover {
  transform: translateY(-3px);
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.12);
}

.hs-gpc-card--popular {
  border-color: rgba(59, 130, 246, 0.55);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.25), 0 20px 44px rgba(37, 99, 235, 0.14);
}

.hs-gpc-card__badge {
  padding: 0.45rem 1rem 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #93c5fd;
}

.hs-gpc-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.15rem 1.25rem 1.35rem;
}

.hs-gpc-card__name {
  font-size: 1.35rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f1f5f9;
  line-height: 1.15;
}

.hs-product-billing-period--game {
  margin: 0.65rem 0 0.85rem;
  border-color: rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.55);
}

.hs-product-billing-period--game .hs-product-billing-period__label {
  color: #64748b;
}

.hs-product-billing-period--game .hs-product-billing-period__value {
  color: #cbd5e1;
}

.hs-gpc-card__price {
  margin-top: 1rem;
  font-size: 0.9375rem;
  color: #cbd5e1;
}

.hs-renewal-trust-badge--game {
  display: inline-flex;
  margin-top: 0.5rem;
}

.hs-gpc-card__from {
  margin-right: 0.25rem;
}

.hs-gpc-card__reg {
  margin-right: 0.35rem;
  color: #f87171;
  text-decoration: line-through;
  font-weight: 600;
}

.hs-gpc-card__now {
  font-size: 1.125rem;
  font-weight: 800;
  color: #4ade80;
}

.hs-gpc-card__period {
  font-size: 0.875rem;
  font-weight: 500;
  color: #94a3b8;
}

.hs-gpc-features {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.hs-gpc-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.55rem 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #e2e8f0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.hs-gpc-feature:last-child {
  border-bottom: 0;
}

.hs-gpc-feature__icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.1rem;
}

.hs-gpc-feature__icon--cpu { color: #f87171; }
.hs-gpc-feature__icon--ram { color: #4ade80; }
.hs-gpc-feature__icon--ssd { color: #fbbf24; }
.hs-gpc-feature__icon--slots { color: #60a5fa; }
.hs-gpc-feature__icon--ddos { color: #22d3ee; }

.hs-gpc-order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 0;
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.hs-gpc-order:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

.hs-gpc-block-title {
  margin-top: 2.75rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #f8fafc;
}

.hs-gpc-block-title:first-of-type {
  margin-top: 0;
}

.hs-gpc-grid + .hs-gpc-block-title {
  margin-top: 3rem;
}

@media (min-width: 900px) {
  .hs-gpc-grid--product {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .hs-gpc-grid--product {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.65rem;
  }
}

/* Game landing — detail sections below pricing */
.hs-game-detail-band {
  border-top: 1px solid rgba(56, 189, 248, 0.1);
  background: linear-gradient(180deg, rgba(6, 15, 30, 0.55) 0%, rgba(2, 9, 19, 0.92) 100%);
  padding: clamp(2.75rem, 5vw, 4rem) 0;
}

.hs-game-detail-band__inner {
  display: grid;
  gap: clamp(2.5rem, 5vw, 3.5rem);
}

.hs-game-detail-block__head {
  max-width: 40rem;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.hs-game-detail-block__head--compact {
  margin-bottom: 1.25rem;
}

.hs-game-detail-block__eyebrow {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #64748b;
}

.hs-game-detail-block__title {
  margin: 0.5rem 0 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.hs-game-detail-block__lead {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #94a3b8;
}

.hs-game-detail-block__fallback {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #cbd5e1;
}

.hs-game-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-game-feature-card {
  display: flex;
  gap: 0.85rem;
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.72) 0%, rgba(8, 14, 28, 0.88) 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.hs-game-feature-card__icon {
  flex-shrink: 0;
  width: 0.55rem;
  margin-top: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #38bdf8 0%, #2563eb 100%);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.35);
}

.hs-game-feature-card__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #f1f5f9;
}

.hs-game-feature-card__text {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #94a3b8;
}

.hs-game-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: hs-game-step;
}

.hs-game-step {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(56, 189, 248, 0.14);
  background: rgba(8, 18, 36, 0.85);
}

.hs-game-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #e0f2fe;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.35);
}

.hs-game-step__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #f8fafc;
}

.hs-game-step__text {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #94a3b8;
}

.hs-game-related-band {
  padding: clamp(2rem, 4vw, 2.75rem) 0;
  border-top: 1px solid rgba(56, 189, 248, 0.08);
}

.hs-game-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr));
  gap: 0.85rem;
}

.hs-game-related-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(10, 22, 40, 0.72);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hs-game-related-card:hover {
  border-color: rgba(56, 189, 248, 0.4);
  background: rgba(12, 28, 52, 0.88);
  transform: translateY(-2px);
  text-decoration: none;
}

.hs-game-related-card__label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #f1f5f9;
}

.hs-game-related-card__cta {
  font-size: 0.75rem;
  font-weight: 600;
  color: #7dd3fc;
}

.hs-game-faq-band {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.hs-game-faq-band .hs-faq {
  max-width: 48rem;
}

@media (min-width: 1024px) {
  .hs-game-detail-band__inner {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }

  .hs-game-detail-block--steps {
    position: sticky;
    top: calc(var(--hs-main-pad-top, 116px) + 1rem);
  }
}
