.games-meta108 {
  position: relative;
  overflow: hidden;
  padding: 110px 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(56, 189, 248, 0.24), transparent 32%),
    radial-gradient(circle at 86% 72%, rgba(37, 99, 235, 0.3), transparent 35%),
    linear-gradient(135deg, #020817 0%, #06142e 50%, #082f6f 100%);
}

.games-meta108::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(125, 211, 252, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.35;
}

.games-meta108::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 20%;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.16);
  filter: blur(88px);
}

.games-meta108__container {
  position: relative;
  z-index: 2;
  max-width: 1250px;
  margin: auto;
}

.games-meta108__header {
  max-width: 850px;
  margin: 0 auto 56px;
  text-align: center;
  color: #ffffff;
}

.games-meta108__badge {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 999px;
  color: #bae6fd;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.3);
  box-shadow: 0 0 28px rgba(56, 189, 248, 0.2);
}

.games-meta108 h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.2px;
}

.games-meta108__header p {
  color: #dbeafe;
  font-size: 17px;
  line-height: 1.85;
}

.games-meta108__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.games-meta108__card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 30px 26px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(2, 8, 23, 0.45);
  border: 1px solid rgba(125, 211, 252, 0.18);
  backdrop-filter: blur(18px);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: 0.35s ease;
}

.games-meta108__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.2), transparent 38%);
  opacity: 0;
  transition: 0.35s ease;
}

.games-meta108__card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -42px;
  bottom: -42px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.12);
  filter: blur(8px);
}

.games-meta108__card:hover {
  transform: translateY(-8px);
  border-color: rgba(56, 189, 248, 0.48);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45),
    0 0 45px rgba(56, 189, 248, 0.12);
}

.games-meta108__card:hover::before {
  opacity: 1;
}

.games-meta108__card--featured {
  border-color: rgba(56, 189, 248, 0.46);
  box-shadow:
    0 30px 85px rgba(0, 0, 0, 0.42),
    0 0 55px rgba(56, 189, 248, 0.18);
}

.games-meta108__icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #38bdf8, #2563eb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.42);
}

.games-meta108__label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #bae6fd;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(125, 211, 252, 0.2);
}

.games-meta108__card h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 950;
}

.games-meta108__card p {
  position: relative;
  z-index: 2;
  color: #bfdbfe;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.games-meta108__link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  color: #7dd3fc;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.3s ease;
}

.games-meta108__link::after {
  content: "→";
  margin-left: 8px;
  transition: 0.3s ease;
}

.games-meta108__link:hover {
  color: #ffffff;
}

.games-meta108__link:hover::after {
  transform: translateX(5px);
}

@media (max-width: 1100px) {
  .games-meta108__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .games-meta108__card {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .games-meta108 {
    padding: 62px 16px;
  }

  .games-meta108__header {
    margin-bottom: 38px;
  }

  .games-meta108__badge {
    font-size: 11px;
    padding: 9px 15px;
  }

  .games-meta108 h2 {
    font-size: 32px;
    letter-spacing: -0.7px;
  }

  .games-meta108__header p {
    font-size: 15px;
    line-height: 1.75;
  }

  .games-meta108__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .games-meta108__card {
    min-height: auto;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .games-meta108__icon {
    width: 56px;
    height: 56px;
    font-size: 25px;
    border-radius: 18px;
  }

  .games-meta108__card h3 {
    font-size: 21px;
  }
}