/* Hero Section */
.MXjiyZ {
  background: linear-gradient(135deg, #2e3144 0%, #2a2d3e 100%);
  padding: 80px 0px 90px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

/* Additional decorative objects */
.MXjiyZ .eKjxRLQIJh {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.MXjiyZ .eKjxRLQIJh .vyPefvYp {
  position: absolute;
  inset: -10% -10% -10% -10%;
  background: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0
      0/ 22px 22px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0/ 22px
      22px;
  mask-image: radial-gradient(75% 75% at 50% 50%, #000 55%, transparent 70%);
  transform: perspective(600px) rotateX(60deg) translateY(30%);
  opacity: 0.22;
  animation: gridMove 12s linear infinite;
}

.MXjiyZ .IyCPcEEgHN {
  position: absolute;
  width: 16px;
  height: 14px;
  background: linear-gradient(
    135deg,
    rgba(255, 106, 58, 0.55),
    rgba(255, 167, 38, 0.55)
  );
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  filter: drop-shadow(0 0 10px rgba(255, 160, 60, 0.25));
  opacity: 0.9;
  mix-blend-mode: screen;
  animation: triMove var(--dur, 8s) ease-in-out infinite,
    triGlow 3.6s ease-in-out infinite;
}
.MXjiyZ .IyCPcEEgHN.udjLLvB {
  top: 18%;
  left: 16%;
  --dur: 7.2s;
  --mx: 12px;
  --my: 14px;
  animation-delay: 0.1s;
}
.MXjiyZ .IyCPcEEgHN.fdAJTA {
  top: 24%;
  right: 20%;
  width: 12px;
  height: 10px;
  --dur: 6.6s;
  --mx: 10px;
  --my: 12px;
  animation-delay: 0.3s;
}
.MXjiyZ .IyCPcEEgHN.bwAPned {
  bottom: 22%;
  left: 28%;
  width: 14px;
  height: 12px;
  --dur: 8.4s;
  --mx: 14px;
  --my: 16px;
  animation-delay: 0.15s;
}
.MXjiyZ .IyCPcEEgHN.IsqHbiIbN {
  bottom: 18%;
  right: 26%;
  width: 18px;
  height: 16px;
  --dur: 7.8s;
  --mx: 16px;
  --my: 18px;
  animation-delay: 0.25s;
}
.MXjiyZ .IyCPcEEgHN.MmBPVJhn {
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 8px;
  --dur: 6.2s;
  --mx: 8px;
  --my: 10px;
  animation-delay: 0.2s;
}
.MXjiyZ .IyCPcEEgHN.WervTYFBoV {
  top: 12%;
  right: 42%;
  width: 14px;
  height: 12px;
  --dur: 9.2s;
  --mx: 12px;
  --my: 18px;
  animation-delay: 0.35s;
}

/* Decorative layers */
.MXjiyZ::before {
  content: "";
  position: absolute;
  inset: -20px;
  background: radial-gradient(
      600px 320px at 18% 16%,
      rgba(255, 255, 255, 0.06),
      transparent 60%
    ),
    radial-gradient(
      520px 360px at 86% 82%,
      rgba(255, 255, 255, 0.05),
      transparent 58%
    );
  filter: saturate(120%);
  animation: drift 14s ease-in-out infinite alternate;
  pointer-events: none;
}

.MXjiyZ::after {
  content: "";
  position: absolute;
  inset: -40px;
  background: conic-gradient(
    from 0deg at 50% 50%,
    rgba(255, 255, 255, 0.05),
    transparent 20%,
    rgba(255, 255, 255, 0.04) 35%,
    transparent 70%
  );
  mix-blend-mode: overlay;
  transform: rotate(6deg);
  animation: rotateSlow 40s linear infinite;
  pointer-events: none;
}

.nBWeisVqm {
  width: 150px;
  height: 150px;
  border-radius: 12px;
  margin: 0 auto 30px;
  display: block;
  border: 3px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35),
    0 0 0 6px rgba(255, 255, 255, 0.06) inset;
  animation: floatY 5s ease-in-out infinite;
}

.kxeUUK {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 2px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  animation: fadeUp 0.6s ease both;
}

.LNADIfgPTl {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28),
    0 2px 0 rgba(255, 255, 255, 0.08) inset;
  transition: background-color 0.25s ease, transform 0.12s ease,
    box-shadow 0.25s ease;
  animation: pulse 2.6s ease-in-out infinite;
}

.LNADIfgPTl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150%;
  width: 120%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.45s ease;
}

.LNADIfgPTl:hover {
  background-color: #c0392b;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}
.LNADIfgPTl:hover::after {
  left: 130%;
}
.LNADIfgPTl:active {
  transform: translateY(1px);
}

/* Content Section */
.qAENJmNa {
  background: #ffffff;
  padding: 60px 20px 80px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.qAENJmNa::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  height: 80px;
  background: radial-gradient(
    80% 80% at 50% 0%,
    rgba(42, 45, 62, 0.25) 0%,
    rgba(42, 45, 62, 0.12) 40%,
    rgba(42, 45, 62, 0) 70%
  );
  pointer-events: none;
}

.HXJmqZj {
  color: #546b7b;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 56px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.NkLnF {
  text-align: center;
}

.NkLnF h2 {
  color: #2c5f7c;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 26px;
  letter-spacing: 0.8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.NkLnF h2::after {
  content: "";
  height: 4px;
  width: 60px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ff6a3a, #ffa726);
  display: inline-block;
}

.dEWKL {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}

.NNMxcsmPXR {
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 12px 12px 16px;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  animation: fadeUp 0.35s ease both;
  text-decoration: none;
  color: inherit;
  display: block;
}
.dEWKL .NNMxcsmPXR:nth-child(1) {
  animation-delay: 0.02s;
}
.dEWKL .NNMxcsmPXR:nth-child(2) {
  animation-delay: 0.08s;
}
.dEWKL .NNMxcsmPXR:nth-child(3) {
  animation-delay: 0.14s;
}
.dEWKL .NNMxcsmPXR:nth-child(4) {
  animation-delay: 0.2s;
}

.NNMxcsmPXR:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.NNMxcsmPXR::after {
  content: "Play";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -10%) scale(0.9);
  padding: 8px 14px;
  background: linear-gradient(135deg, #ff6a3a, #ffa726);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.NNMxcsmPXR:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.NNMxcsmPXR img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.NNMxcsmPXR h3 {
  color: #2c5f7c;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .kxeUUK {
    font-size: 32px;
  }

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

@media (max-width: 480px) {
  /* .games-grid {
              grid-template-columns: 1fr;
          } */
}

/* Animations */
@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28),
      0 2px 0 rgba(255, 255, 255, 0.08) inset;
  }
  50% {
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.36),
      0 2px 0 rgba(255, 255, 255, 0.12) inset;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift {
  from {
    transform: translateY(-6px) scale(1.02);
  }
  to {
    transform: translateY(6px) scale(1.04);
  }
}

@keyframes rotateSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes triMove {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(
        calc(var(--mx, 12px) * 0.7),
        calc(var(--my, 14px) * -0.6)
      )
      rotate(6deg) scale(1.04);
  }
  50% {
    transform: translate(0, calc(var(--my, 14px) * -1)) rotate(0deg) scale(1);
  }
  75% {
    transform: translate(
        calc(var(--mx, 12px) * -0.7),
        calc(var(--my, 14px) * -0.6)
      )
      rotate(-6deg) scale(0.98);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

@keyframes triGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 8px rgba(255, 160, 60, 0.24));
    opacity: 0.85;
  }
  50% {
    filter: drop-shadow(0 0 16px rgba(255, 160, 60, 0.36));
    opacity: 1;
  }
}

@keyframes gridMove {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 0 22px, 22px 0;
  }
}

 /* .HXJmqZj{
    display: none;
  } */

@media screen and (max-width: 768px) {
 
  .qAENJmNa{
    padding-top: 25px;
  }
}