/* ScandalousGFs palette tuned to the pink/cyan/yellow exposed logo. */
:root {
  --background: 240 12% 2%;
  --foreground: 0 0% 100%;
  --card: 240 14% 5%;
  --card-foreground: 0 0% 100%;
  --popover: 240 14% 5%;
  --popover-foreground: 0 0% 100%;
  --primary: 191 96% 52%;
  --primary-foreground: 240 12% 2%;
  --secondary: 337 38% 13%;
  --secondary-foreground: 0 0% 100%;
  --muted: 236 11% 14%;
  --muted-foreground: 0 0% 72%;
  --accent: 337 96% 56%;
  --accent-foreground: 0 0% 100%;
  --ring: 48 100% 55%;
  --sidebar-primary: 337 96% 56%;
  --sidebar-ring: 191 96% 52%;
  --brand-silver: 48 100% 56%;
  --border: 0 0% 100% / 0.14;
  --glass-border: 0 0% 100% / 0.17;
}

body {
  background:
    radial-gradient(circle at 16% 4%, rgba(239, 19, 111, 0.16), transparent 27rem),
    radial-gradient(circle at 86% 7%, rgba(18, 201, 244, 0.14), transparent 28rem),
    radial-gradient(circle at 78% 34%, rgba(255, 179, 0, 0.07), transparent 22rem),
    #050505;
}

.bg-orange-gradient {
  background-image: linear-gradient(135deg, #f0066f 0%, #ff2f7f 34%, #13c9f4 72%, #ffb400 100%) !important;
}

.glow-orange {
  box-shadow:
    0 0 18px hsla(337, 96%, 56%, 0.48),
    0 0 42px hsla(337, 96%, 56%, 0.28),
    0 0 70px hsla(191, 96%, 52%, 0.16) !important;
}

.glow-blue {
  box-shadow:
    0 0 18px hsla(191, 96%, 52%, 0.34),
    0 0 44px hsla(337, 96%, 56%, 0.26) !important;
}

.text-gradient-orange,
.text-gradient-orange-metallic {
  background: linear-gradient(180deg, #ffffff 0%, #ff2f7f 36%, #13c9f4 70%, #ffb400 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.neon-border-blue {
  box-shadow:
    0 0 0 1px hsla(191, 96%, 52%, 0.46),
    0 0 18px hsla(337, 96%, 56%, 0.30),
    inset 0 0 14px hsla(191, 96%, 52%, 0.10) !important;
}

[class*="shadow-[0_10px_40px_hsla(342, 92%, 50%,0.4)]"] {
  box-shadow: 0 10px 42px hsla(337, 96%, 56%, 0.44), 0 0 24px hsla(191, 96%, 52%, 0.14) !important;
}

[class*="shadow-[0_0_40px_hsla(342, 92%, 50%,0.45)]"] {
  box-shadow: 0 0 42px hsla(337, 96%, 56%, 0.48), 0 0 24px hsla(191, 96%, 52%, 0.16) !important;
}

[class*="drop-shadow-[0_0_18px_hsla(342, 92%, 50%,0.45)]"] {
  filter: drop-shadow(0 0 18px hsla(337, 96%, 56%, 0.46)) drop-shadow(0 0 10px hsla(191, 96%, 52%, 0.18)) !important;
}

.over250-cta-clean {
  background: linear-gradient(100deg, #f0066f 0%, #ff2f7f 44%, #9a3fff 70%, #13c9f4 100%) !important;
  border-color: rgba(255, 255, 255, 0.46) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16) inset,
    0 12px 42px rgba(240, 6, 111, 0.34),
    0 0 24px rgba(19, 201, 244, 0.22) !important;
}

.over250-cta-price,
.over250-cta-icon {
  background: rgba(36, 10, 47, 0.72) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.over250-cta-clean:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24) inset,
    0 16px 52px rgba(240, 6, 111, 0.42),
    0 0 32px rgba(19, 201, 244, 0.28) !important;
}

/* Logo glow tuned for the pink/cyan/yellow Scandalous GFs mark. */
.animate-logo-glow {
  animation: logo-glow 4.2s ease-in-out infinite;
}

@keyframes logo-glow {
  0%,
  100% {
    filter:
      drop-shadow(0 5px 16px rgba(0, 0, 0, 0.72))
      drop-shadow(0 0 6px hsla(337, 96%, 56%, 0.45))
      drop-shadow(0 0 18px hsla(337, 96%, 56%, 0.28))
      drop-shadow(0 0 9px hsla(192, 100%, 54%, 0.20))
      drop-shadow(0 0 4px hsla(48, 100%, 55%, 0.16));
  }

  50% {
    filter:
      drop-shadow(0 6px 18px rgba(0, 0, 0, 0.78))
      drop-shadow(0 0 9px hsla(337, 96%, 58%, 0.62))
      drop-shadow(0 0 26px hsla(337, 96%, 56%, 0.36))
      drop-shadow(0 0 15px hsla(192, 100%, 54%, 0.32))
      drop-shadow(0 0 8px hsla(48, 100%, 55%, 0.22));
  }
}

.promo-section-over250 .grid > a:nth-child(21) > video,
.promo-section-over250 .grid > a:nth-child(21) > img {
  -webkit-filter: blur(12px) brightness(0.34) saturate(0.72) !important;
  filter: blur(12px) brightness(0.34) saturate(0.72) !important;
  transform: scale(1.08) !important;
}

.promo-section-over250 .grid > a:nth-child(21) {
  isolation: isolate;
  border-color: hsla(337, 96%, 56%, 0.55) !important;
  background: #050509;
  box-shadow:
    inset 0 0 0 999px rgba(4, 5, 10, 0.36),
    0 0 0 1px hsla(337, 96%, 56%, 0.24) inset,
    0 0 38px hsla(337, 96%, 56%, 0.34),
    0 18px 34px rgba(0, 0, 0, 0.56);
}

.promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(2) {
  display: none !important;
}

.promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(3) {
  display: flex !important;
  position: absolute;
  top: 25%;
  right: 10%;
  left: auto;
  z-index: 34;
  width: auto;
  height: auto;
  padding: 0.2rem 0.42rem;
  border: 2px solid rgba(255, 54, 69, 0.86);
  border-radius: 0.16rem;
  background: rgba(18, 8, 12, 0.76);
  transform: rotate(12deg);
  box-shadow: 0 0 14px rgba(255, 54, 69, 0.34);
  backdrop-filter: blur(4px);
}

.promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(3) > * {
  display: none !important;
}

.promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(3)::before {
  content: "TOP SECRET";
  color: #ff3645;
  font-size: clamp(0.56rem, 1vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 0 8px rgba(255, 54, 69, 0.42);
}

.promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(4) {
  display: flex !important;
  top: calc(25% + 0.6rem);
  right: 7%;
  z-index: 35;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(8, 9, 14, 0.88);
  box-shadow:
    0 0 14px rgba(255, 255, 255, 0.2),
    0 0 18px rgba(255, 54, 69, 0.24);
}

.promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(4) svg {
  width: 1rem;
  height: 1rem;
  color: #ffffff;
}

.promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(5) {
  display: flex !important;
  position: absolute;
  left: 50%;
  top: 59%;
  right: auto;
  bottom: auto;
  z-index: 31;
  width: min(76%, 320px);
  padding: 0;
  transform: translate(-50%, -50%);
  justify-content: center;
  background: transparent;
}

.promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(5) > * {
  display: none !important;
}

.promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(5)::before {
  content: "CONFIDENTIAL ACCESS";
  color: #56edff;
  font-size: clamp(0.58rem, 1.05vw, 0.8rem);
  font-weight: 900;
  letter-spacing: 0.24em;
  line-height: 1;
  text-shadow:
    0 0 10px rgba(86, 237, 255, 0.78),
    0 2px 8px rgba(0, 0, 0, 0.9);
}

.promo-section-over250 .grid > a:nth-child(21)::before,
.promo-section-over250 .grid > a:nth-child(21)::after {
  position: absolute;
  left: 50%;
  z-index: 30;
  pointer-events: none;
  text-transform: uppercase;
  text-align: center;
}

.promo-section-over250 .grid > a:nth-child(21)::before {
  content: "MEMBERS ONLY!\A XXX SCANDAL";
  top: 41%;
  transform: translate(-50%, -50%);
  width: min(78%, 410px);
  color: #ffffff;
  font-size: clamp(0.74rem, 1.35vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.22;
  white-space: pre-line;
  padding: clamp(1rem, 2.1vw, 1.4rem) 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.48rem;
  background:
    linear-gradient(90deg, rgba(255, 47, 127, 0.16), transparent 20%, transparent 80%, rgba(86, 237, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 4px),
    linear-gradient(180deg, rgba(14, 14, 20, 0.96), rgba(7, 7, 12, 0.9));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 0 1px hsla(337, 96%, 56%, 0.26),
    0 0 22px hsla(337, 96%, 56%, 0.55),
    0 0 24px hsla(191, 96%, 52%, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(9px);
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.3),
    0 2px 10px rgba(0, 0, 0, 0.95);
}

.promo-section-over250 .grid > a:nth-child(21)::after {
  content: "UNLOCK FOR $1";
  top: 70%;
  transform: translate(-50%, -50%);
  min-width: min(74%, 360px);
  color: #ffffff;
  font-size: clamp(0.86rem, 1.8vw, 1.28rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 0.56rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0.38rem;
  background:
    linear-gradient(100deg, #f0066f 0%, #ff2f7f 40%, #35c7ff 100%);
  box-shadow:
    0 0 0 2px rgba(86, 237, 255, 0.28) inset,
    0 0 20px hsla(337, 96%, 56%, 0.58),
    0 0 26px hsla(191, 96%, 52%, 0.6),
    0 10px 28px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(8px);
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.42),
    0 0 10px rgba(255, 255, 255, 0.34);
}

@media (max-width: 767px) {
  .promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(3) {
    top: 25%;
    right: 7%;
    padding: 0.14rem 0.3rem;
  }

  .promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(3)::before {
    font-size: 0.48rem;
  }

  .promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(4) {
    top: calc(25% + 0.42rem);
    right: 3%;
    width: 1.55rem;
    height: 1.55rem;
  }

  .promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(5) {
    top: 58.5%;
    width: 86%;
  }

  .promo-section-over250 .grid > a:nth-child(21) > div:nth-of-type(5)::before {
    font-size: 0.48rem;
    letter-spacing: 0.16em;
  }

  .promo-section-over250 .grid > a:nth-child(21)::before {
    top: 41%;
    width: 84%;
    font-size: 0.56rem;
    letter-spacing: 0.06em;
    line-height: 1.24;
    padding: 0.74rem 0.58rem;
  }

  .promo-section-over250 .grid > a:nth-child(21)::after {
    top: 70%;
    min-width: 82%;
    font-size: 0.64rem;
    letter-spacing: 0.05em;
    padding: 0.48rem 0.56rem;
  }
}
