
.gaming-video-shell {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gaming-video-bg,
.gaming-video-fallback {
  width: 100%;
  height: 100%;
}

.gaming-video-bg {
  object-fit: cover;
  opacity: 0.99;
  filter: saturate(0.78) brightness(0.58);
}

.gaming-video-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(130, 255, 176, 0.09), transparent 95%),
    radial-gradient(circle at 82% 24%, rgba(133, 165, 255, 0.1), transparent 99%),
    linear-gradient(180deg, rgba(5, 8, 9, 0.82), rgba(7, 10, 9, 0.92), transparent 50%);
}

.gaming-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 7, 7, 0.24), rgba(6, 7, 7, 0.58)),
    linear-gradient(90deg, rgba(124, 255, 165, 0.06), transparent 40%, transparent 60%, rgba(124, 255, 165, 0.04));
}

.feature-inner-gaming {
  min-height: 340px;
  padding: 72px 0 76px;
}

.gaming-eyebrow {
  color: rgba(151, 255, 182, 0.76);
}

.gaming-main {
  max-width: 54rem;
}

.gaming-title {
  max-width: 11ch;
  color: #d9ffd7;
  text-shadow: 0 0 18px rgba(124, 255, 165, 0.08);
}

.gaming-copy {
  max-width: 49rem;
  color: rgba(209, 255, 214, 0.86);
}

.gaming-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 1.6rem;
}

.gaming-button {
  color: #071109;
  background: linear-gradient(180deg, #9cffb5 0%, #6ddf89 100%);
  border: 1px solid rgba(182, 255, 196, 0.38);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.gaming-button:hover,
.gaming-button:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #b1ffc4 0%, #7fed99 100%);
}

.gaming-button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(182, 255, 196, 0.22);
  color: #d9ffd7;
}

.gaming-button-secondary:hover,
.gaming-button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}
