/* ClubMixed Live section — all rules scoped under .showcase to prevent conflicts with Bootstrap and site theme */

.showcase {
  --cyan: #22e6ff;
  --pink: #ff176f;
  --blue: #3157ff;
  --muted: #a7acbe;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f8f9ff;
  background: radial-gradient(circle at 70% 10%, #3157ff30, transparent 28%),
              radial-gradient(circle at 10% 58%, #ff176f20, transparent 24%),
              linear-gradient(145deg, #05060b, #090a1c 55%, #05060b);
}

.showcase .grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .15;
  background-image: linear-gradient(#ffffff12 1px, transparent 1px), linear-gradient(90deg, #ffffff12 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(#000, transparent 80%);
}

.showcase .shell {
  width: min(1200px, calc(100% - 40px));
  margin: auto;
  padding: 75px 0 60px;
}

.showcase .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 55px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: none;
}

.showcase .eyebrow i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 6px #ff176f20, 0 0 20px var(--pink);
  animation: cms-pulse 1.8s infinite;
}

.showcase .hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 75px;
  align-items: center;
  min-height: 500px;
}

.showcase .copy > p, .showcase .video-copy > p, .showcase .cta p {
  margin: 0 0 18px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
}

.showcase .copy h1 {
  margin: 0;
  font-size: clamp(52px, 6vw, 85px);
  line-height: .95;
  letter-spacing: -.065em;
  color: #f8f9ff;
}

.showcase .copy h1 span {
  color: transparent;
  background: linear-gradient(90deg, var(--cyan), #8997ff, #ff60a1);
  -webkit-background-clip: text;
  background-clip: text;
}

.showcase .copy h2 {
  max-width: 590px;
  margin: 30px 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.showcase .copy h2 b { color: white; }

.showcase .buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.showcase .store {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 19px;
  border-radius: 13px;
  background: white;
  color: #080910;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 16px 40px #3157ff35;
}

.showcase .store small { display: block; font-size: 8px; letter-spacing: .13em; }
.showcase .store strong { color: var(--blue); font-size: 24px; }

.showcase .watch {
  padding: 12px 0;
  color: white;
  border-bottom: 1px solid #ffffff55;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.showcase .note { display: block; margin-top: 20px; color: #7f8599; }

/* Flow: phone app → signal dots → VR party card */
.showcase .flow {
  display: grid;
  grid-template-columns: 190px 54px minmax(280px, 1fr);
  gap: 0;
  align-items: center;
  position: relative;
  padding: 24px 0;
}

.showcase .flow:before {
  content: "";
  position: absolute;
  inset: 4% -4%;
  z-index: -1;
  background: radial-gradient(circle at 25% 50%, #3157ff35, transparent 29%),
              radial-gradient(circle at 80% 45%, #ff176f25, transparent 38%);
  filter: blur(25px);
}

.showcase .app-device {
  position: relative;
  z-index: 2;
  width: 190px;
  transform: rotate(-3deg);
  transition: transform .35s ease;
}

.showcase .app-device:hover { transform: rotate(0) translateY(-5px); }

.showcase .device-glow {
  position: absolute;
  inset: 8% -12% 4%;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(180deg, #3157ff66, #c217ff33);
  filter: blur(30px);
}

.showcase .device-shell {
  position: relative;
  padding: 9px;
  border: 1px solid #ffffff55;
  border-radius: 34px;
  background: linear-gradient(145deg, #777b8e, #161722 18%, #05060b 75%);
  box-shadow: 0 35px 80px #000b, 0 0 0 4px #0b0c13;
}

.showcase .device-shell:after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px #ffffff16;
  pointer-events: none;
}

.showcase .device-shell img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25px;
  background: #090912;
}

.showcase .device-speaker {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 50%;
  width: 48px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 9px;
  background: #05050a;
  box-shadow: 0 1px #ffffff12;
}

.showcase .product-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 17px;
  color: #b7bbca;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

.showcase .product-tag i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 9px var(--pink);
}

.showcase .signal { display: flex; justify-content: center; gap: 8px; }

.showcase .signal i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  animation: cms-signal 1.3s infinite;
}

.showcase .signal i:nth-child(2) { animation-delay: .2s; }
.showcase .signal i:nth-child(3) { animation-delay: .4s; }

.showcase .quest-party {
  position: relative;
  overflow: hidden;
  height: 370px;
  border: 1px solid #ffffff2e;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 28%, #5631e566, transparent 36%),
              linear-gradient(145deg, #10132b, #070811 62%);
  box-shadow: 0 40px 90px #000b, 0 0 70px #8f2cff24;
  transform: perspective(900px) rotateY(-4deg);
  transition: transform .35s ease, border-color .35s ease;
}

.showcase .quest-party:hover {
  transform: perspective(900px) rotateY(0) translateY(-4px);
  border-color: #22e6ff66;
}

.showcase .party-lights { position: absolute; inset: 0; z-index: 1; opacity: .55; }

.showcase .party-lights i {
  position: absolute;
  top: -25%;
  width: 18px;
  height: 100%;
  filter: blur(4px);
  transform-origin: top;
}

.showcase .party-lights i:nth-child(1) { left: 15%; background: linear-gradient(#22e6ff, transparent); transform: rotate(-18deg); }
.showcase .party-lights i:nth-child(2) { left: 49%; background: linear-gradient(#ad3cff, transparent); transform: rotate(7deg); }
.showcase .party-lights i:nth-child(3) { right: 12%; background: linear-gradient(#ff176f, transparent); transform: rotate(21deg); }

.showcase .party-character {
  position: absolute;
  z-index: 2;
  width: 53%;
  height: 72%;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
  box-shadow: 0 22px 45px #0009;
  filter: saturate(1.1) contrast(1.04);
}

.showcase .party-character.panda { left: -9%; top: 9%; transform: rotate(-7deg); clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%); }
.showcase .party-character.dancer { right: -8%; top: 5%; transform: rotate(7deg); clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); }

.showcase .headset-orbit {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 41%;
  width: 43%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 51%, #bceaff 52%, #3157ff33 62%, transparent 63%);
  filter: drop-shadow(0 16px 22px #000a);
}

.showcase .headset-orbit img {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 92%;
  height: 92%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  mix-blend-mode: multiply;
}

.showcase .orbit {
  position: absolute;
  inset: -8%;
  border: 1px solid #22e6ffaa;
  border-radius: 50%;
  box-shadow: 0 0 20px #22e6ff44;
}

.showcase .orbit-two { inset: -17%; border-color: #ff176f77; animation: cms-orbit-pulse 2.4s ease-in-out infinite; }

.showcase .quest-party-copy {
  position: absolute;
  z-index: 7;
  inset: auto 18px 16px;
  text-align: center;
  text-shadow: 0 2px 8px #000;
}

.showcase .quest-party-copy:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -35px -35px -22px;
  background: linear-gradient(transparent, #070811 48%);
}

.showcase .quest-party-copy small { color: var(--cyan); font-size: 7px; font-weight: 900; letter-spacing: .2em; }
.showcase .quest-party-copy h3 { margin: 5px 0 2px; font-size: 25px; letter-spacing: -.04em; color: #f8f9ff; }
.showcase .quest-party-copy p { margin: 0; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .28em; }

.showcase .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 95px;
  border-block: 1px solid #ffffff1f;
}

.showcase .steps article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 30px 28px;
}

.showcase .steps article + article { border-left: 1px solid #ffffff1f; }
.showcase .steps article > b { color: var(--cyan); font-size: 10px; }
.showcase .steps h3 { margin: 0 0 9px; font-size: 16px; color: #f8f9ff; }
.showcase .steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.showcase .video {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 75px;
  align-items: center;
  padding: 115px 0 95px;
}

.showcase .video-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 54px); line-height: 1.04; letter-spacing: -.045em; color: #f8f9ff; }
.showcase .video-copy h3 { margin: 24px 0; color: var(--muted); font-size: 16px; font-weight: 400; line-height: 1.75; }
.showcase .video-copy a { color: var(--cyan); font-size: 13px; font-weight: 800; text-decoration: none; }

.showcase .player {
  overflow: hidden;
  border: 1px solid #ffffff2b;
  border-radius: 18px;
  background: #090b14;
  box-shadow: 0 40px 100px #000;
}

.showcase .player header { display: flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 15px; }
.showcase .player header i { width: 7px; height: 7px; border-radius: 50%; background: #343746; }
.showcase .player header i:first-child { background: var(--pink); }
.showcase .player header b { margin-left: auto; color: #74798c; font-size: 8px; letter-spacing: .14em; }
.showcase .player iframe { display: block; width: 100%; aspect-ratio: 16/9; border: 0; }

.showcase .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 42px 48px;
  border: 1px solid #ffffff24;
  border-radius: 20px;
  background: linear-gradient(115deg, #3157ff44, #8f2cff2c, #ff176f38), #090b16;
}

.showcase .cta h2 { margin: 0; font-size: clamp(24px, 3vw, 36px); color: #f8f9ff; }
.showcase .cta a {
  padding: 16px 20px;
  border-radius: 9px;
  background: var(--pink);
  color: white;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 15px 35px #ff176f44;
  white-space: nowrap;
}

@keyframes cms-pulse { 50% { opacity: .45; } }
@keyframes cms-signal { 0%, 100% { opacity: .15; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.3); } }
@keyframes cms-orbit-pulse { 50% { transform: scale(1.05); opacity: .5; } }

@media (max-width: 900px) {
  .showcase .hero, .showcase .video { grid-template-columns: 1fr; }
  .showcase .hero { gap: 45px; }
  .showcase .flow { width: min(620px, 100%); margin: auto; }
  .showcase .video { gap: 40px; padding-top: 85px; }
}

@media (max-width: 650px) {
  .showcase .shell { width: calc(100% - 28px); padding-top: 50px; }
  .showcase .copy h1 { font-size: 48px; }
  .showcase .copy h2 { font-size: 16px; }
  .showcase .flow { grid-template-columns: 116px 24px minmax(190px, 1fr); width: 112%; margin-left: -6%; transform: none; }
  .showcase .app-device { width: 116px; }
  .showcase .device-shell { padding: 5px; border-radius: 23px; }
  .showcase .device-shell img, .showcase .device-shell:after { border-radius: 17px; }
  .showcase .device-shell:after { inset: 5px; }
  .showcase .device-speaker { top: 10px; width: 31px; height: 5px; }
  .showcase .product-tag { margin-top: 11px; font-size: 5px; }
  .showcase .signal { gap: 3px; }
  .showcase .signal i { width: 4px; height: 4px; }
  .showcase .quest-party { height: 235px; border-radius: 14px; }
  .showcase .quest-party-copy { inset: auto 8px 9px; }
  .showcase .quest-party-copy small { font-size: 4px; }
  .showcase .quest-party-copy h3 { font-size: 15px; margin: 3px 0 1px; }
  .showcase .quest-party-copy p { font-size: 6px; }
  .showcase .party-character { border-radius: 10px; }
  .showcase .headset-orbit { width: 46%; }
  .showcase .steps { grid-template-columns: 1fr; margin-top: 50px; }
  .showcase .steps article + article { border-left: 0; border-top: 1px solid #ffffff1f; }
  .showcase .video { padding: 70px 0; }
  .showcase .cta { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .showcase .cta a { width: 100%; text-align: center; }
}
