.spider-play {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  min-height: 320px;
  background:
    repeating-linear-gradient(to right, rgba(255,255,255,0.06) 0 1px, transparent 1px 200px),
    repeating-linear-gradient(to bottom, rgba(255,255,255,0.06) 0 1px, transparent 1px 200px),
    radial-gradient(circle at 20% 20%, rgba(253,98,98,0.35), transparent 45%),
    radial-gradient(circle at 80% 10%, rgba(136,156,231,0.35), transparent 50%),
    linear-gradient(135deg, #0e1224 0%, #1a1b3b 55%, #1a0f2b 100%);
  color: #fff;
  cursor: crosshair;
}

.spider-play::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,8,18,0.15), rgba(5,8,18,0.55));
  pointer-events: none;
}

.spider-play-inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 92vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.spider-play-copy {
  max-width: 640px;
}

.spider-play .section-label {
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 12px;
}

.spider-play h2 {
  font-size: clamp(30px, 3.2vw, 48px);
  margin: 10px 0 16px;
}

.spider-play p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
}

.spider-play-hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.35);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  box-shadow: 0 18px 35px rgba(5,8,18,0.2);
}

.spider-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 900px) {
  .spider-play-inner {
    flex-direction: column;
    text-align: center;
  }
}
