.meta-play-guide {
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(43, 198, 255, .20), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(0, 102, 255, .30), transparent 34%),
    linear-gradient(135deg, #020b18 0%, #041b3f 45%, #062d72 100%);
  color: #ffffff;
}

.meta-play-guide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.meta-play-guide::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -160px;
  top: 90px;
  background: rgba(0, 130, 255, .24);
  filter: blur(95px);
  border-radius: 50%;
  pointer-events: none;
}

.play-guide-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: auto;
}

.play-guide-heading {
  max-width: 880px;
  margin: 0 auto 58px;
  text-align: center;
}

.play-guide-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(111,211,255,.35);
  color: #8fe1ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
}

.play-guide-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -1.2px;
  margin-bottom: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #c7ecff 60%, #5ed4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.play-guide-heading p {
  color: #d9ecff;
  font-size: 16px;
  line-height: 1.85;
}

.play-guide-wrapper {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: stretch;
}

.play-guide-steps {
  display: grid;
  gap: 18px;
}

.play-step {
  position: relative;
  display: flex;
  gap: 22px;
  padding: 26px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
  border: 1px solid rgba(138,214,255,.18);
  box-shadow:
    inset 0 0 24px rgba(255,255,255,.035),
    0 18px 55px rgba(0, 25, 80, .32);
  backdrop-filter: blur(14px);
  transition: .35s ease;
}

.play-step::before {
  content: "";
  position: absolute;
  left: 45px;
  top: 82px;
  width: 2px;
  height: calc(100% - 72px);
  background: linear-gradient(180deg, rgba(111,211,255,.55), transparent);
}

.play-step:last-child::before {
  display: none;
}

.play-step:hover {
  transform: translateY(-6px);
  border-color: rgba(111,211,255,.42);
  box-shadow:
    0 25px 70px rgba(0, 95, 200, .32),
    inset 0 0 24px rgba(255,255,255,.045);
}

.step-number {
  position: relative;
  z-index: 1;
  min-width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  box-shadow:
    0 12px 30px rgba(0,120,255,.35),
    inset 0 0 18px rgba(255,255,255,.18);
}

.step-content h3 {
  color: #ffffff;
  font-size: 21px;
  margin-bottom: 10px;
}

.step-content p {
  color: #cbe7ff;
  font-size: 15px;
  line-height: 1.75;
}

.play-guide-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(0,102,255,.34), rgba(49,201,255,.13)),
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  border: 1px solid rgba(111,211,255,.38);
  box-shadow:
    0 30px 80px rgba(0, 25, 90, .45),
    inset 0 0 28px rgba(255,255,255,.045);
  backdrop-filter: blur(16px);
}

.panel-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -90px;
  background: rgba(76, 207, 255, .22);
  border-radius: 50%;
  filter: blur(30px);
  pointer-events: none;
}

.panel-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(111,211,255,.28);
  color: #8fe1ff;
  font-size: 13px;
  font-weight: 800;
}

.play-guide-panel h3 {
  position: relative;
  z-index: 1;
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 24px;
  color: #ffffff;
}

.play-guide-panel ul {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 15px;
}

.play-guide-panel li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #d9ecff;
  font-size: 15px;
  line-height: 1.65;
}

.play-guide-panel li span {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(0,120,255,.35);
}

.panel-cta {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.panel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: .35s ease;
}

.panel-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  box-shadow: 0 14px 38px rgba(0, 119, 255, .38);
}

.panel-btn.secondary {
  color: #eef8ff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.24);
}

.panel-btn:hover {
  transform: translateY(-4px);
  filter: brightness(1.12);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .meta-play-guide {
    padding: 76px 18px;
  }

  .play-guide-wrapper {
    grid-template-columns: 1fr;
  }

  .play-guide-heading {
    margin-bottom: 42px;
  }
}

@media (max-width: 620px) {
  .meta-play-guide {
    padding: 60px 16px;
  }

  .play-guide-heading h2 {
    font-size: 31px;
    letter-spacing: -0.8px;
  }

  .play-guide-heading p {
    font-size: 15px;
  }

  .play-step {
    padding: 22px 18px;
    gap: 16px;
    border-radius: 22px;
  }

  .play-step::before {
    left: 38px;
    top: 76px;
  }

  .step-number {
    min-width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .step-content h3 {
    font-size: 18px;
  }

  .step-content p {
    font-size: 14px;
  }

  .play-guide-panel {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .play-guide-panel h3 {
    font-size: 26px;
  }

  .panel-btn {
    width: 100%;
  }
}