/* =========================================================
   BREAKING GAMES — FULL 80s SYNTHWAVE
   Palette pulled from the live-site hero:
     bg     #04101A   deep teal-navy
     cyan   #19F3FF   primary neon
     pink   #E63DC9   magenta chevrons
     yellow #F5E04A   geometry accents
   ========================================================= */

:root{
  --bg-deep:   #04101A;
  --bg-deep-2: #061A26;
  --bg-deep-3: #082230;

  --neon-cyan:    #19F3FF;
  --neon-pink:    #E63DC9;
  --neon-magenta: #FF38A6;
  --neon-yellow:  #F5E04A;

  --line-soft: rgba(25,243,255,.14);
  --line-mid:  rgba(25,243,255,.28);
}

html, body { background: var(--bg-deep); color: var(--paper); }

body::before {
  content: "";
  position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(25,243,255,.18), transparent 70%),
    radial-gradient(ellipse 45% 35% at 90% 0%, rgba(230,61,201,.10), transparent 70%),
    radial-gradient(ellipse 45% 35% at 10% 5%, rgba(230,61,201,.08), transparent 70%),
    linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-deep-2) 60%, var(--bg-deep-3) 100%);
  pointer-events: none;
}
body::after {
  content: "";
  position: fixed; inset: 0; z-index: -1;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,.018) 0 2px, transparent 2px 4px);
  pointer-events: none;
  mix-blend-mode: overlay;
}

/* ========= Header ========= */
.site-header {
  background: linear-gradient(180deg, rgba(4,16,26,.92), rgba(4,16,26,.7)) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(25,243,255,.22) !important;
  box-shadow: 0 1px 0 rgba(25,243,255,.45), 0 8px 28px rgba(0,0,0,.65) !important;
}
.nav-links a { color: rgba(255,255,255,.78); letter-spacing: .14em; }
.nav-links a:hover,
.nav-links a.active {
  color: var(--neon-cyan);
  text-shadow: 0 0 8px rgba(25,243,255,.6), 0 0 16px rgba(25,243,255,.35);
}
.icon-btn{
  border: 1px solid rgba(25,243,255,.35);
  background: rgba(25,243,255,.05);
  color: var(--neon-cyan);
}
.icon-btn:hover{
  border-color: var(--neon-pink);
  color: var(--neon-pink);
  box-shadow: 0 0 0 1px rgba(230,61,201,.4), 0 0 18px rgba(230,61,201,.45);
}
.icon-btn .badge{ background: var(--neon-pink); color: #fff; box-shadow: 0 0 10px rgba(230,61,201,.8); }

/* ========= Promo bar ========= */
.promo-bar {
  background: #02080F !important;
  border-bottom: 1px solid rgba(25,243,255,.2) !important;
}
.promo-bar .marquee span { color: rgba(25,243,255,.9) !important; text-shadow: 0 0 6px rgba(25,243,255,.5) !important; }

/* ========= HERO ========= */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(25,243,255,.25), transparent 60%),
    radial-gradient(ellipse 40% 30% at 20% 20%, rgba(230,61,201,.10), transparent 60%),
    linear-gradient(180deg, #04101A 0%, #052232 60%, #073048 100%);
  border-bottom: 1px solid rgba(25,243,255,.3);
  min-height: 760px;
}
/* perspective grid floor */
.hero::before {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 50%;
  background-image:
    linear-gradient(rgba(25,243,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25,243,255,.35) 1px, transparent 1px);
  background-size: 90px 60px;
  transform: perspective(800px) rotateX(62deg);
  transform-origin: center top;
  mask-image: linear-gradient(180deg, transparent 0%, black 30%, black 80%, transparent 100%);
  pointer-events: none;
}
/* horizon glow line */
.hero::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 50%; height: 2px;
  background: var(--neon-cyan);
  box-shadow:
    0 0 8px var(--neon-cyan),
    0 0 24px rgba(25,243,255,.75),
    0 0 48px rgba(25,243,255,.45);
  pointer-events: none;
}
.hero .wrap.hero-grid { position: relative; z-index: 2; }

/* Eyebrow */
.hero .eyebrow {
  color: var(--neon-cyan);
  letter-spacing: .38em;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(25,243,255,.7);
}
.hero .eyebrow::before { background: var(--neon-cyan); box-shadow: 0 0 6px rgba(25,243,255,.8); }

/* Headline — neon tube cyan */
.hero-headline {
  color: var(--neon-cyan);
  font-size: clamp(48px, 6.5vw, 104px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.01em;
  text-shadow:
    0 0 6px rgba(25,243,255,.95),
    0 0 18px rgba(25,243,255,.7),
    0 0 36px rgba(25,243,255,.5),
    0 0 72px rgba(25,243,255,.3);
}
.hero-headline .line { display: block; padding-block: 0; white-space: nowrap; }
.hero-headline em {
  color: var(--neon-pink);
  font-style: italic;
  text-shadow:
    0 0 6px rgba(230,61,201,.95),
    0 0 18px rgba(230,61,201,.7),
    0 0 36px rgba(230,61,201,.5);
}
.hero-headline .out {
  color: var(--neon-yellow);
  text-shadow:
    0 0 6px rgba(245,224,74,.95),
    0 0 18px rgba(245,224,74,.65),
    0 0 36px rgba(245,224,74,.4);
}

.hero-lede { color: rgba(230,245,255,.85); }
.hero-lede strong { color: var(--neon-pink); font-weight: 700; }
.hero-meta { color: rgba(230,245,255,.65); }
.hero-meta span { border-color: rgba(25,243,255,.25); }

/* ========= HERO GEOMETRY — chevrons / circles / plus / square / triangle ========= */
.neon-shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  filter:
    drop-shadow(0 0 4px currentColor)
    drop-shadow(0 0 12px currentColor)
    drop-shadow(0 0 24px currentColor);
  opacity: .35;
  z-index: 0;
}
.neon-shape svg { display: block; width: 100%; height: 100%; }

/* big magenta chevrons left + right (mirrored) — pushed to corners, dimmed */
.neon-shape.s-chev-l { left: -6%;  top: 6%;  width: 160px; height: 280px; color: var(--neon-pink); opacity: .22; }
.neon-shape.s-chev-r { right: -6%; top: 6%;  width: 160px; height: 280px; color: var(--neon-pink); transform: scaleX(-1); opacity: .22; }

/* yellow circles */
.neon-shape.s-circ-tr { right: 4%;  top: 6%;   width: 110px; height: 110px; color: var(--neon-yellow); opacity: .3; }
.neon-shape.s-circ-ml { left: 18%;  top: 38%;  width: 80px;  height: 80px;  color: var(--neon-yellow); opacity: .3; }

/* yellow outlined square (bottom-left) */
.neon-shape.s-sq-bl   { left: 6%;   bottom: 8%; width: 130px; height: 130px; color: var(--neon-yellow); }

/* yellow outlined triangle (bottom-right) */
.neon-shape.s-tri-br  { right: 5%;  bottom: 6%; width: 150px; height: 130px; color: var(--neon-yellow); }

/* yellow + cyan plus signs scattered */
.neon-shape.s-plus-1  { left: 22%;  top: 14%;  width: 56px; height: 56px;  color: var(--neon-yellow); }
.neon-shape.s-plus-2  { right: 24%; bottom: 30%; width: 44px; height: 44px; color: var(--neon-yellow); display: none; }
.neon-shape.s-plus-3  { right: 36%; top: 6%;   width: 36px; height: 36px;  color: var(--neon-cyan); }
.neon-shape.s-plus-4  { left: 8%;   top: 8%;   width: 30px; height: 30px;  color: var(--neon-cyan); }

@media (max-width: 1100px){
  .neon-shape.s-chev-l, .neon-shape.s-chev-r { width: 120px; height: 240px; }
  .neon-shape.s-circ-tr, .neon-shape.s-sq-bl, .neon-shape.s-tri-br { width: 80px; height: 80px; }
  .neon-shape.s-circ-ml { display: none; }
}
@media (max-width: 700px){
  .neon-shape.s-chev-l, .neon-shape.s-chev-r { display: none; }
}

/* ========= Hero centerpiece (collection image) ========= */
.hero-collection {
  position: relative;
  width: 100%;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
.hero-collection img {
  width: 100%;
  max-width: 880px;
  height: auto;
  display: block;
  filter:
    drop-shadow(0 0 24px rgba(25,243,255,.45))
    drop-shadow(0 30px 50px rgba(0,0,0,.6));
}
/* podium glow under the image */
.hero-collection::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 4%;
  width: 70%; height: 60px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(25,243,255,.7), transparent 70%);
  filter: blur(14px);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

/* hide the old spot-cards + collection image */
.hero-stack, .hero-collection { display: none !important; }

/* ========= Hero feature slider ========= */
.hero-feature { position: relative; z-index: 2; width: 100%; max-width: 540px; justify-self: center; }
.hero-feature-track {
  display: flex; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none;
  border: 1px solid rgba(25,243,255,.35); border-radius: 20px;
  background: linear-gradient(180deg, rgba(25,243,255,.06), rgba(4,16,26,.6));
  box-shadow: 0 0 0 1px rgba(25,243,255,.15), 0 0 36px rgba(25,243,255,.25), 0 30px 60px rgba(0,0,0,.55), inset 0 0 40px rgba(25,243,255,.08);
}
.hero-feature-track::-webkit-scrollbar { display: none; }
.hero-feature-slide { flex: 0 0 100%; scroll-snap-align: start; padding: 32px 28px 28px; position: relative; min-width: 0; }
.hero-feature-slide img { width: 100%; height: 320px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(25,243,255,.35)) drop-shadow(0 24px 36px rgba(0,0,0,.55)); }
.hero-feature-tag { position: absolute; top: 18px; left: 18px; font-family: var(--f-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; background: var(--neon-pink); color: #08121b; padding: 6px 12px; border-radius: 999px; font-weight: 700; box-shadow: 0 0 12px rgba(230,61,201,.75); z-index: 2; }
.hero-feature-tag.cool { background: var(--neon-cyan); box-shadow: 0 0 12px rgba(25,243,255,.8); }
.hero-feature-tag.gold { background: var(--neon-yellow); box-shadow: 0 0 12px rgba(245,224,74,.8); }
.hero-feature-meta { margin-top: 16px; padding-top: 18px; border-top: 1px dashed rgba(25,243,255,.3); }
.hero-feature-name { font-family: var(--f-display); font-weight: 700; font-size: 28px; line-height: 1.05; letter-spacing: -.01em; color: var(--neon-cyan); text-shadow: 0 0 8px rgba(25,243,255,.6), 0 0 18px rgba(25,243,255,.35); margin-bottom: 8px; }
.hero-feature-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(245,251,255,.65); }
.hero-feature-price { color: var(--neon-yellow); font-weight: 700; font-size: 14px; text-shadow: 0 0 8px rgba(245,224,74,.6); }
.hero-feature-controls { margin-top: 22px; display: flex; align-items: center; justify-content: center; gap: 16px; }
@media (max-width: 700px){ .hero-feature-slide img { height: 240px; } .hero-feature-name { font-size: 22px; } }

/* ========= HERO BANNER (Macy's-style rotating slider) ========= */
.hero-banner {
  position: relative;
  width: 100%;
  min-height: 620px;
  height: clamp(620px, 72vh, 820px);
  overflow: hidden;
  background: #04101A;
  border-bottom: 1px solid rgba(25,243,255,.25);
}
.hero-banner-track {
  display: flex;
  width: 100%; height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.hero-banner-track::-webkit-scrollbar { display: none; }
.hb-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  position: relative;
  min-height: 100%;
  display: flex; align-items: center;
  padding-block: 56px 80px;
  isolation: isolate;
  overflow: hidden;
}
.hb-slide::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(ellipse 50% 40% at 18% 30%, rgba(230,61,201,.16), transparent 60%),
    radial-gradient(ellipse 60% 50% at 82% 70%, rgba(25,243,255,.14), transparent 60%),
    linear-gradient(180deg, #04101A 0%, #052232 60%, #073048 100%);
}
.hb-slide.hb-theme-yellow::before {
  background:
    radial-gradient(ellipse 60% 50% at 70% 30%, rgba(245,224,74,.18), transparent 60%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(230,61,201,.14), transparent 60%),
    linear-gradient(180deg, #04101A 0%, #07182A 100%);
}
.hb-slide.hb-theme-cyan::before {
  background:
    radial-gradient(ellipse 60% 50% at 80% 30%, rgba(25,243,255,.20), transparent 60%),
    radial-gradient(ellipse 40% 40% at 10% 80%, rgba(230,61,201,.12), transparent 60%),
    linear-gradient(180deg, #04101A 0%, #052232 100%);
}
.hb-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}
.hb-slide--reverse .hb-grid { grid-template-columns: 1fr 1.05fr; }
.hb-slide--reverse .hb-copy { order: 2; }
.hb-slide--reverse .hb-art { order: 1; }

.hb-copy { position: relative; z-index: 2; }
.hb-eyebrow {
  display: inline-block;
  font-family: var(--f-mono); font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--neon-cyan); text-shadow: 0 0 8px rgba(25,243,255,.55);
  padding: 6px 12px; border: 1px solid rgba(25,243,255,.4); border-radius: 999px;
  background: rgba(4,16,26,.55);
  margin-bottom: 22px;
}
.hb-theme-pink .hb-eyebrow { color: var(--neon-pink); border-color: rgba(230,61,201,.45); text-shadow: 0 0 8px rgba(230,61,201,.55); }
.hb-theme-yellow .hb-eyebrow { color: var(--neon-yellow); border-color: rgba(245,224,74,.5); text-shadow: 0 0 8px rgba(245,224,74,.55); }

.hb-headline {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(48px, 6.4vw, 92px);
  line-height: .98;
  letter-spacing: -.025em;
  color: var(--paper);
  text-wrap: balance;
  margin-bottom: 22px;
}
.hb-headline em { font-style: normal; color: var(--neon-pink); text-shadow: 0 0 14px rgba(230,61,201,.55); }
.hb-theme-yellow .hb-headline em { color: var(--neon-yellow); text-shadow: 0 0 14px rgba(245,224,74,.55); }
.hb-theme-cyan .hb-headline em { color: var(--neon-cyan); text-shadow: 0 0 14px rgba(25,243,255,.55); }
/* Orange/teal — harmonizes with Letter Tycoon box (orange + green spine + cream) */
.hb-theme-orange::before {
  background:
    radial-gradient(ellipse 60% 50% at 28% 35%, rgba(255,107,61,.22), transparent 60%),
    radial-gradient(ellipse 50% 60% at 80% 70%, rgba(46,183,168,.22), transparent 65%),
    linear-gradient(180deg, #06141C 0%, #082434 60%, #0A2E3A 100%) !important;
}
.hb-theme-orange .hb-eyebrow { color: #ffb070; border-color: rgba(255,107,61,.5); text-shadow: 0 0 8px rgba(255,107,61,.5); }
.hb-theme-orange .hb-headline em { color: #ff7a45; text-shadow: 0 0 14px rgba(255,107,61,.55), 0 0 28px rgba(255,107,61,.3); }
.hb-theme-orange .hb-headline { color: #f4ead2; }
.hb-theme-orange .hb-art img {
  filter:
    drop-shadow(0 0 22px rgba(255,107,61,.5))
    drop-shadow(0 0 50px rgba(46,183,168,.28))
    drop-shadow(0 32px 50px rgba(0,0,0,.6));
}
.hb-theme-orange .btn--primary {
  background: linear-gradient(180deg, #ff8b5a, #ff5a2a) !important;
  color: #1a0a05 !important;
  box-shadow: 0 0 0 1px rgba(255,107,61,.6), 0 0 22px rgba(255,107,61,.55), inset 0 -3px 0 rgba(0,0,0,.18) !important;
  text-shadow: none !important;
}
.hb-theme-orange .btn--primary:hover { box-shadow: 0 0 0 1px rgba(255,107,61,.7), 0 0 30px rgba(255,107,61,.75), inset 0 -3px 0 rgba(0,0,0,.2) !important; }
.hb-theme-orange .btn--ghost {
  color: #2eb7a8 !important;
  border-color: rgba(46,183,168,.55) !important;
  box-shadow: 0 0 0 1px rgba(46,183,168,.25), 0 0 14px rgba(46,183,168,.25) !important;
}
.hb-theme-orange .btn--ghost:hover { color: #4fd8c9 !important; border-color: rgba(79,216,201,.85) !important; box-shadow: 0 0 0 1px rgba(46,183,168,.5), 0 0 22px rgba(46,183,168,.55) !important; }
.hb-theme-orange .hb-price b { color: #ff8b5a; text-shadow: 0 0 10px rgba(255,107,61,.55); }
.hb-theme-orange .hb-price .save { color: #4fd8c9; }
.hb-theme-orange .neon-shape { color: #ff7a45; opacity: .35; }
.hb-headline--xl { font-size: clamp(52px, 6.4vw, 92px); line-height: 1.02; }

.hb-lede {
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.5;
  color: rgba(245,251,255,.82);
  max-width: 48ch;
  margin-bottom: 28px;
  text-wrap: pretty;
}
.hb-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hb-price {
  margin-top: 24px;
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--f-mono); font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(245,251,255,.7);
}
.hb-price b { font-family: var(--f-display); font-size: 28px; color: var(--neon-yellow); text-shadow: 0 0 10px rgba(245,224,74,.6); letter-spacing: -.01em; }
.hb-price s { color: rgba(245,251,255,.4); }
.hb-price .save { color: var(--neon-pink); }
.hb-price .hb-tag { padding: 4px 10px; border: 1px solid var(--neon-pink); border-radius: 999px; color: var(--neon-pink); font-size: 11px; }

.hb-bullets { list-style: none; padding: 0; margin: 28px 0 0; display: flex; gap: 18px; flex-wrap: wrap; }
.hb-bullets li { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(245,251,255,.75); }
.hb-bullets li b { color: #08121b; background: var(--neon-cyan); padding: 4px 8px; border-radius: 6px; font-weight: 700; box-shadow: 0 0 10px rgba(25,243,255,.5); }

/* Art column (product photo) */
.hb-art { position: relative; z-index: 2; display: grid; place-items: center; }
.hb-art img {
  width: 100%; max-width: 540px;
  height: clamp(360px, 50vh, 540px);
  object-fit: contain;
  filter:
    drop-shadow(0 0 22px rgba(230,61,201,.45))
    drop-shadow(0 0 50px rgba(25,243,255,.32))
    drop-shadow(0 32px 50px rgba(0,0,0,.6));
}
.hb-theme-yellow .hb-art img { filter: drop-shadow(0 0 22px rgba(245,224,74,.5)) drop-shadow(0 0 50px rgba(230,61,201,.28)) drop-shadow(0 32px 50px rgba(0,0,0,.6)); }
.hb-theme-cyan .hb-art img { filter: drop-shadow(0 0 22px rgba(25,243,255,.55)) drop-shadow(0 0 50px rgba(230,61,201,.25)) drop-shadow(0 32px 50px rgba(0,0,0,.6)); }

/* ========= PDP deep-dive ========= */
.pdp-pitch {
  font-family: var(--f-display, "Oswald", sans-serif);
  font-weight: 700; letter-spacing: -.01em;
  font-size: clamp(22px, 2.2vw, 30px);
  color: var(--neon-yellow, #f5e04a);
  text-shadow: 0 0 12px rgba(245,224,74,.45);
  margin: 0 0 14px;
}
.pdp-desc p { margin: 0 0 12px; line-height: 1.6; }
.pdp-desc em { font-style: italic; color: rgba(245,251,255,.9); }
.pdp-desc strong { color: var(--neon-pink, #e63dc9); font-weight: 700; text-shadow: 0 0 10px rgba(230,61,201,.45); }

.pdp-share {
  display: flex; align-items: center; gap: 14px;
  margin-top: 26px; padding-top: 22px;
  border-top: 1px solid rgba(25,243,255,.18);
}
.pdp-share .ps-label {
  font-family: ui-monospace, monospace; font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(245,251,255,.55);
}
.pdp-share a {
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  color: rgba(245,251,255,.7);
  border: 1px solid rgba(25,243,255,.3);
  background: rgba(7,24,42,.6);
  transition: all .2s ease;
}
.pdp-share a:hover {
  color: var(--neon-cyan, #19f3ff);
  border-color: var(--neon-cyan, #19f3ff);
  box-shadow: 0 0 14px rgba(25,243,255,.45);
  transform: translateY(-2px);
}

.pdp-deepdive {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  margin-top: 56px;
}
.dd-card {
  position: relative;
  padding: 36px 32px;
  background: rgba(7,24,42,.55);
  border: 1px solid rgba(25,243,255,.22);
  border-radius: 18px;
  overflow: hidden;
}
.dd-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 90% 0%, rgba(25,243,255,.12), transparent 65%);
}
.dd-contents::before { background: radial-gradient(ellipse 60% 50% at 90% 0%, rgba(230,61,201,.14), transparent 65%); }
.dd-details::before  { background: radial-gradient(ellipse 60% 50% at 90% 0%, rgba(245,224,74,.12), transparent 65%); }

/* About this game — full-width copy block sitting between the hero and Contents/Details */
.pdp-about {
  margin-top: 64px; padding: 48px 0;
  border-top: 1px solid rgba(25,243,255,.18);
  border-bottom: 1px solid rgba(25,243,255,.18);
  position: relative;
}
.pdp-about::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 50% 70% at 80% 50%, rgba(255,107,61,.10), transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 50%, rgba(46,183,168,.08), transparent 70%);
}
.pa-grid {
  display: grid; grid-template-columns: 220px 1fr; gap: 40px;
  position: relative; z-index: 1;
}
.pa-eyebrow-col { display: flex; flex-direction: column; gap: 8px; padding-top: 14px; }
.pa-copy { max-width: 760px; }
.pa-pitch {
  font-family: var(--f-display, "Oswald", sans-serif);
  font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(32px, 4.4vw, 56px); line-height: 1.02;
  color: #f4ead2;
  margin: 0 0 22px;
}
.pa-copy p { margin: 0 0 16px; line-height: 1.6; font-size: clamp(15px, 1.2vw, 17px); color: rgba(245,251,255,.88); max-width: 64ch; }
.pa-closer { font-style: italic; color: rgba(245,251,255,.95); }
.pa-closer strong {
  font-style: normal; color: #ff7a45;
  text-shadow: 0 0 12px rgba(255,107,61,.5);
  font-weight: 800; letter-spacing: .04em;
}
.pa-copy .pdp-share { border-top: none; padding-top: 8px; margin-top: 22px; }

@media (max-width: 800px) {
  .pa-grid { grid-template-columns: 1fr; gap: 18px; }
}

.dd-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 10px; position: relative; z-index: 1; }
.dd-num {
  font-family: ui-monospace, monospace;
  font-size: 13px; color: var(--neon-cyan, #19f3ff);
  letter-spacing: .18em;
  text-shadow: 0 0 8px rgba(25,243,255,.4);
}
.dd-eyebrow {
  font-family: ui-monospace, monospace;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(245,251,255,.55);
}
.dd-title {
  font-family: var(--f-display, "Oswald", sans-serif);
  font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(36px, 4vw, 56px);
  color: #fff;
  margin: 0 0 24px;
  position: relative; z-index: 1;
}

.dd-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr;
  position: relative; z-index: 1;
}
.dd-list li {
  display: grid; grid-template-columns: 56px 1fr;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(25,243,255,.15);
}
.dd-list li:last-child { border-bottom: 0; }
.dd-list li b {
  font-family: var(--f-display, "Oswald", sans-serif);
  font-weight: 700; font-size: 26px; letter-spacing: -.01em;
  color: var(--neon-pink, #e63dc9);
  text-shadow: 0 0 10px rgba(230,61,201,.5);
}
.dd-list li span { color: rgba(245,251,255,.85); font-size: 15px; }

.dd-specs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px;
  margin: 0; position: relative; z-index: 1;
}
.dd-specs > div {
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(25,243,255,.15);
}
.dd-specs dt {
  font-family: ui-monospace, monospace; font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(245,251,255,.55); margin-bottom: 6px;
}
.dd-specs dd {
  margin: 0; font-family: var(--f-display, "Oswald", sans-serif);
  font-weight: 700; font-size: 20px; color: #fff;
  letter-spacing: -.005em;
}

@media (max-width: 800px) {
  .pdp-deepdive { grid-template-columns: 1fr; }
  .dd-card { padding: 28px 22px; }
}

/* Slide 1 — Letter Tycoon decorative letter tiles + patent seal */
.hb-art--tycoon { overflow: visible; }
.lt-tile {
  position: absolute;
  display: grid; place-items: center;
  width: clamp(54px, 5vw, 78px); aspect-ratio: 1/1;
  background: #f3ead3;
  color: #c44a1c;
  border-radius: 8px;
  font-family: var(--f-display, "Oswald", sans-serif);
  font-weight: 800;
  box-shadow:
    inset 0 -4px 0 rgba(0,0,0,.15),
    0 0 0 1px rgba(196,74,28,.35),
    0 12px 20px rgba(0,0,0,.5),
    0 0 22px rgba(230,61,201,.35);
  z-index: 3;
}
.lt-tile b { font-size: clamp(28px, 3vw, 42px); line-height: 1; letter-spacing: -.02em; }
.lt-tile i {
  position: absolute; right: 6px; bottom: 4px;
  font-style: normal; font-family: ui-monospace, monospace; font-weight: 700;
  font-size: 10px; opacity: .75;
}
.lt-tile--q { top: 8%;  left: 4%;   transform: rotate(-14deg); }
.lt-tile--z { top: 2%;  right: 6%;  transform: rotate(10deg);  background: #1f6c5b; color: #f3ead3; box-shadow: inset 0 -4px 0 rgba(0,0,0,.18), 0 0 0 1px rgba(243,234,211,.25), 0 12px 20px rgba(0,0,0,.5), 0 0 22px rgba(25,243,255,.3); }
.lt-tile--p { bottom: 14%; left: -2%; transform: rotate(8deg); }
.lt-tile--k { bottom: 4%;  right: 8%; transform: rotate(-6deg); }
.lt-tile--a { top: 46%;    left: -6%; transform: rotate(18deg); background: #1f6c5b; color: #f3ead3; box-shadow: inset 0 -4px 0 rgba(0,0,0,.18), 0 0 0 1px rgba(243,234,211,.25), 0 12px 20px rgba(0,0,0,.5), 0 0 22px rgba(245,224,74,.3); }

.lt-seal {
  position: absolute;
  top: 14%; right: 0%;
  width: clamp(80px, 8vw, 120px); aspect-ratio: 1/1;
  color: var(--neon-yellow, #f5e04a);
  transform: rotate(-12deg);
  filter: drop-shadow(0 0 14px rgba(245,224,74,.55));
  z-index: 4;
  opacity: .92;
}
.lt-seal svg { width: 100%; height: 100%; display: block; }

@media (max-width: 900px){
  .lt-tile--p, .lt-tile--a { display: none; }
}

/* Stacked products (slide 3) */
.hb-stack { position: relative; z-index: 2; height: clamp(380px, 50vh, 520px); }
.hb-stack img { position: absolute; width: clamp(180px, 22vw, 280px); height: clamp(220px, 28vw, 340px); object-fit: contain; }
.hb-stack-1 { left: 4%; top: 6%; transform: rotate(-6deg); filter: drop-shadow(0 0 18px rgba(245,224,74,.4)) drop-shadow(0 20px 30px rgba(0,0,0,.5)); }
.hb-stack-2 { right: 12%; top: 18%; transform: rotate(4deg); z-index: 2; filter: drop-shadow(0 0 18px rgba(230,61,201,.5)) drop-shadow(0 20px 30px rgba(0,0,0,.55)); }
.hb-stack-3 { left: 24%; bottom: 4%; transform: rotate(-2deg); filter: drop-shadow(0 0 18px rgba(25,243,255,.5)) drop-shadow(0 20px 30px rgba(0,0,0,.55)); }

/* Full-bleed slides */
.hb-slide--full .hb-overlay { width: 100%; max-width: 760px; position: relative; z-index: 3; text-align: center; margin-inline: auto; }
.hb-slide--full .hb-lede { margin-inline: auto; }
.hb-slide--full .hb-overlay--left { text-align: left; margin: 0; }
.hb-slide--full .hb-ctas { justify-content: center; }
.hb-slide--full .hb-overlay--left ~ * .hb-ctas, .hb-overlay--left .hb-ctas { justify-content: flex-start; }

.hb-bleed-art { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hb-bleed-art::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 60% at 50% 55%, rgba(4,16,26,.78) 0%, rgba(4,16,26,.35) 60%, transparent 80%),
    linear-gradient(180deg, rgba(4,16,26,.55) 0%, rgba(4,16,26,.78) 100%);
}
.hb-bleed-art img {
  position: absolute;
  width: 340px; height: 340px;
  object-fit: contain;
  opacity: .45;
  filter: drop-shadow(0 0 30px rgba(25,243,255,.3)) blur(.5px);
}
.hb-bleed-art img:nth-child(1) { left: -10%; top: 2%; transform: rotate(-14deg); width: 320px; height: 320px; }
.hb-bleed-art img:nth-child(2) { right: -6%; top: 6%; transform: rotate(10deg); width: 360px; height: 360px; opacity: .45; }
.hb-bleed-art img:nth-child(3) { right: 4%; bottom: -10%; transform: rotate(-4deg); width: 300px; height: 300px; opacity: .35; left: auto; }
.hb-bleed-art--single img { right: 4%; top: 50%; transform: translateY(-50%) rotate(4deg); width: 560px; height: 560px; opacity: .55; }

/* Arrows + dots */
.hb-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(4,16,26,.7);
  border: 1px solid rgba(25,243,255,.4);
  color: var(--neon-cyan);
  display: grid; place-items: center;
  z-index: 10;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
  backdrop-filter: blur(6px);
}
.hb-arrow:hover { background: rgba(25,243,255,.15); border-color: var(--neon-cyan); transform: translateY(-50%) scale(1.05); }
.hb-arrow svg { width: 22px; height: 22px; }
.hb-arrow--prev { left: 20px; }
.hb-arrow--next { right: 20px; }

.hb-dots {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 10;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(4,16,26,.6);
  border: 1px solid rgba(25,243,255,.25);
  backdrop-filter: blur(6px);
}
.hb-dots .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(245,251,255,.3);
  transition: background .2s ease, transform .2s ease, width .25s ease;
  cursor: pointer; border: 0;
}
.hb-dots .dot.active { background: var(--neon-cyan); width: 28px; border-radius: 999px; box-shadow: 0 0 10px rgba(25,243,255,.7); }

@media (max-width: 900px){
  .hero-banner { min-height: 540px; height: auto; }
  .hb-slide { padding-block: 48px 96px; }
  .hb-grid { grid-template-columns: 1fr; gap: 36px; }
  .hb-slide--reverse .hb-copy { order: 1; }
  .hb-slide--reverse .hb-art { order: 2; }
  .hb-art img { height: 280px; }
  .hb-stack { height: 360px; }
  .hb-arrow--prev { left: 10px; }
  .hb-arrow--next { right: 10px; }
}

/* ========= BUTTONS — neon tubes ========= */
.btn--primary {
  background: var(--neon-pink) !important;
  color: #08121b !important;
  border: 1px solid var(--neon-pink);
  box-shadow:
    0 0 0 1px rgba(230,61,201,.6),
    0 0 12px rgba(230,61,201,.6),
    0 0 28px rgba(230,61,201,.4),
    inset 0 0 0 1px rgba(255,255,255,.4);
  text-shadow: none;
  font-weight: 700;
}
.btn--primary:hover {
  filter: brightness(1.08);
  box-shadow:
    0 0 0 1px rgba(230,61,201,.85),
    0 0 22px rgba(230,61,201,.75),
    0 0 40px rgba(230,61,201,.5);
}
.btn--ghost {
  background: transparent !important;
  border: 1px solid var(--neon-cyan) !important;
  color: var(--neon-cyan) !important;
  box-shadow:
    0 0 0 1px rgba(25,243,255,.25),
    0 0 12px rgba(25,243,255,.35),
    inset 0 0 12px rgba(25,243,255,.08);
  text-shadow: 0 0 4px rgba(25,243,255,.7);
}
.btn--ghost:hover {
  background: rgba(25,243,255,.08) !important;
  box-shadow: 0 0 0 1px rgba(25,243,255,.6), 0 0 22px rgba(25,243,255,.6);
}
.btn--accent {
  background: var(--neon-yellow) !important;
  color: #08121b !important;
  border: 1px solid var(--neon-yellow);
  box-shadow: 0 0 12px rgba(245,224,74,.7), 0 0 26px rgba(245,224,74,.45);
  text-shadow: none;
  font-weight: 700;
}

.hero-quiz {
  background: linear-gradient(180deg, rgba(230,61,201,.10), rgba(25,243,255,.06)) !important;
  border: 1px solid rgba(230,61,201,.4) !important;
  box-shadow: 0 0 0 1px rgba(230,61,201,.2), 0 0 24px rgba(230,61,201,.22);
}
.hero-quiz .qtext b { color: var(--neon-pink); text-shadow: 0 0 6px rgba(230,61,201,.55); }

/* ========= Section headers ========= */
.section .eyebrow, .eyebrow {
  color: var(--neon-cyan);
  letter-spacing: .26em;
  text-shadow: 0 0 6px rgba(25,243,255,.5);
}
.display-l, .display-m {
  color: #f5fbff;
  text-shadow: 0 0 16px rgba(25,243,255,.22);
}
.display-l em, .display-m em {
  color: var(--neon-pink) !important;
  font-style: italic !important;
  text-shadow: 0 0 8px rgba(230,61,201,.55), 0 0 24px rgba(230,61,201,.35);
}

/* ========= Press strip ========= */
.press { border-top: 1px solid rgba(25,243,255,.2); border-bottom: 1px solid rgba(25,243,255,.2); }
.press .plabel { color: var(--neon-cyan); text-shadow: 0 0 6px rgba(25,243,255,.5); }
.press ul li { color: rgba(245,251,255,.8); }

/* ========= Category cards ========= */
.cat-card {
  background: rgba(4,16,26,.4) !important;
  border: 1px solid rgba(25,243,255,.22) !important;
  box-shadow: 0 0 0 1px rgba(25,243,255,.08), 0 18px 40px rgba(0,0,0,.5) !important;
}
.cat-card:hover {
  border-color: var(--neon-pink) !important;
  box-shadow: 0 0 0 1px rgba(230,61,201,.45), 0 0 28px rgba(230,61,201,.35) !important;
}
.cat-card img { opacity: .5 !important; }
.cat-card:hover img { opacity: .7 !important; }
.cat-card .num { color: var(--neon-yellow); text-shadow: 0 0 6px rgba(245,224,74,.5); }
.cat-card .arr { color: var(--neon-cyan); text-shadow: 0 0 8px rgba(25,243,255,.6); border-color: rgba(25,243,255,.4); }
.cat-card h3 { color: #f5fbff; }
.cat-card[data-cat="family"]:hover h3   { color: var(--neon-cyan);   text-shadow: 0 0 10px rgba(25,243,255,.65); }
.cat-card[data-cat="party"]:hover h3    { color: var(--neon-pink);   text-shadow: 0 0 10px rgba(230,61,201,.65); }
.cat-card[data-cat="strategy"]:hover h3 { color: var(--neon-yellow); text-shadow: 0 0 10px rgba(245,224,74,.65); }

/* ========= Marquee strip ========= */
.strip {
  background: linear-gradient(90deg, rgba(230,61,201,.18), rgba(25,243,255,.18), rgba(245,224,74,.18)) !important;
  border-block: 1px solid rgba(25,243,255,.28) !important;
  box-shadow: 0 0 24px rgba(25,243,255,.18) inset !important;
}
.strip .marquee span { color: #fff; text-shadow: 0 0 8px rgba(25,243,255,.5); }
.strip .marquee span:nth-child(odd) { color: var(--neon-pink); text-shadow: 0 0 8px rgba(230,61,201,.6); }

/* ========= CAROUSEL ========= */
.carousel { position: relative; }
.carousel-track {
  display: flex; gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 8px 4px 32px;
  scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-slide {
  flex: 0 0 calc((100% - 56px) / 3);
  scroll-snap-align: start; min-width: 0;
}
@media (max-width: 1080px){ .carousel-slide { flex: 0 0 calc((100% - 28px) / 2); } }
@media (max-width: 700px){ .carousel-slide { flex: 0 0 86%; } }

.carousel-card {
  position: relative;
  display: block;
  padding: 28px 22px 22px;
  background: linear-gradient(180deg, rgba(25,243,255,.05), rgba(4,16,26,.55));
  border: 1px solid rgba(25,243,255,.3);
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(25,243,255,.08), 0 0 28px rgba(25,243,255,.12) inset;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.carousel-card:hover {
  border-color: var(--neon-pink);
  box-shadow: 0 0 0 1px rgba(230,61,201,.45), 0 0 24px rgba(230,61,201,.4);
  transform: translateY(-4px);
}
.carousel-art {
  aspect-ratio: 1/1;
  display: flex; align-items: flex-end; justify-content: center;
  position: relative; margin-bottom: 18px;
}
.carousel-art::after {
  content: "";
  position: absolute;
  left: 10%; right: 10%; bottom: -2px;
  height: 22px;
  background: radial-gradient(ellipse, rgba(25,243,255,.4), transparent 70%);
  filter: blur(8px);
  border-radius: 50%;
}
.carousel-art img {
  max-width: 92%; max-height: 100%; object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,.55)) drop-shadow(0 0 14px rgba(25,243,255,.2));
  transition: transform .3s ease, filter .3s ease;
}
.carousel-card:hover .carousel-art img {
  transform: translateY(-4px) scale(1.02);
  filter: drop-shadow(0 22px 28px rgba(0,0,0,.6)) drop-shadow(0 0 22px rgba(230,61,201,.4));
}
.carousel-badge {
  position: absolute; top: 14px; left: 14px;
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  background: var(--neon-pink);
  color: #08121b;
  padding: 5px 10px; border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 0 12px rgba(230,61,201,.7);
  text-shadow: none;
  z-index: 2;
}
.carousel-badge.cool { background: var(--neon-cyan); box-shadow: 0 0 12px rgba(25,243,255,.75); }
.carousel-badge.gold { background: var(--neon-yellow); box-shadow: 0 0 12px rgba(245,224,74,.75); }
.carousel-meta { display:flex; justify-content:space-between; align-items:flex-end; gap:12px; }
.carousel-name {
  font-family: var(--f-display); font-weight: 700;
  font-size: 22px; letter-spacing: -.01em;
  color: #f5fbff; margin-bottom: 6px; line-height: 1.1;
  text-shadow: 0 0 10px rgba(25,243,255,.18);
}
.carousel-tags {
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(245,251,255,.6);
}
.carousel-price {
  font-family: var(--f-mono); font-weight: 700;
  font-size: 16px; color: var(--neon-yellow);
  white-space: nowrap;
  text-shadow: 0 0 8px rgba(245,224,74,.55);
}

.carousel-controls {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 8px; gap: 16px;
}
.carousel-arrows { display:flex; gap: 8px; align-items: center; }
.carousel-btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--neon-cyan);
  background: rgba(25,243,255,.05);
  color: var(--neon-cyan);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(25,243,255,.15), 0 0 12px rgba(25,243,255,.3);
  transition: all .2s ease;
}
.carousel-btn:hover {
  background: var(--neon-pink); color: #08121b; border-color: var(--neon-pink);
  box-shadow: 0 0 0 1px rgba(230,61,201,.5), 0 0 18px rgba(230,61,201,.55);
}
.carousel-btn:active { transform: scale(.96); }
.carousel-btn:disabled { opacity: .3; cursor: not-allowed; }
.carousel-btn svg { width: 16px; height: 16px; }
.carousel-dots { display: flex; gap: 8px; align-items: center; }
.carousel-dot {
  width: 24px; height: 3px; background: rgba(25,243,255,.25);
  border-radius: 2px; cursor: pointer;
  transition: background .2s, width .2s, box-shadow .2s;
}
.carousel-dot.active { background: var(--neon-pink); width: 44px; box-shadow: 0 0 10px rgba(230,61,201,.65); }
.carousel-counter {
  font-family: var(--f-mono);
  font-size: 12px; color: var(--neon-cyan); letter-spacing: .14em;
  text-shadow: 0 0 6px rgba(25,243,255,.5);
}

/* ========= Quiz teaser ========= */
.quiz-teaser {
  background: linear-gradient(180deg, rgba(230,61,201,.08), rgba(25,243,255,.05)) !important;
  border: 1px solid rgba(230,61,201,.35) !important;
  box-shadow: 0 0 0 1px rgba(230,61,201,.15), 0 0 60px rgba(230,61,201,.18) inset !important;
}
.quiz-teaser h2 em { color: var(--neon-pink) !important; }

/* ========= Game cards (legacy) ========= */
.game-card {
  background: linear-gradient(180deg, rgba(25,243,255,.04), rgba(4,16,26,.4)) !important;
  border: 1px solid rgba(25,243,255,.22) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 0 0 1px rgba(25,243,255,.06) !important;
}
.game-card:hover {
  transform: translateY(-3px);
  border-color: var(--neon-pink) !important;
  box-shadow: 0 0 0 1px rgba(230,61,201,.4), 0 0 22px rgba(230,61,201,.3) !important;
}
.game-card .thumb {
  background: transparent !important;
  padding: 22px 16px 6px !important;
  aspect-ratio: auto !important;
  display: flex; align-items: center; justify-content: center;
  position: relative; min-height: 200px;
}
.game-card .thumb::after {
  content: "";
  position: absolute;
  left: 18%; right: 18%; bottom: 6px;
  height: 18px;
  background: radial-gradient(ellipse, rgba(25,243,255,.35), transparent 70%);
  filter: blur(8px); border-radius: 50%; pointer-events: none;
}
.game-card .thumb img {
  width: auto !important; height: auto !important;
  max-width: 90% !important; max-height: 180px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,.55)) drop-shadow(0 0 14px rgba(25,243,255,.18));
  transition: transform .25s ease, filter .25s;
  position: relative; z-index: 1;
}
.game-card:hover .thumb img {
  transform: translateY(-3px) scale(1.02);
  filter: drop-shadow(0 22px 28px rgba(0,0,0,.6)) drop-shadow(0 0 24px rgba(230,61,201,.5));
}
.game-card .stamp { background: var(--neon-pink); color: #08121b; box-shadow: 0 0 12px rgba(230,61,201,.7); text-shadow: none; z-index: 2; }
.game-card .stamp.award     { background: var(--neon-yellow); box-shadow: 0 0 12px rgba(245,224,74,.75); }
.game-card .stamp.bestseller{ background: var(--neon-cyan);   box-shadow: 0 0 12px rgba(25,243,255,.75); }
.game-card .stamp.new       { background: #fff;               color: #08121b; }
.game-card .pname { color: #f5fbff; }
.game-card .price { color: var(--neon-yellow); text-shadow: 0 0 6px rgba(245,224,74,.5); }
.game-card .rate b { color: var(--neon-yellow); }

/* ========= Reviews ========= */
.review-card {
  border: 1px solid rgba(25,243,255,.22) !important;
  background: linear-gradient(180deg, rgba(25,243,255,.03), rgba(4,16,26,.4)) !important;
}
.review-card .stars { color: var(--neon-yellow); text-shadow: 0 0 6px rgba(245,224,74,.55); }

/* ========= Gift guide ========= */
.gift-card {
  border: 1px solid rgba(25,243,255,.25) !important;
  background: rgba(4,16,26,.4) !important;
}
.gift-card[data-occ="grownup"]:hover { border-color: var(--neon-pink) !important;   box-shadow: 0 0 24px rgba(230,61,201,.35) !important; }
.gift-card[data-occ="family"]:hover  { border-color: var(--neon-cyan) !important;   box-shadow: 0 0 24px rgba(25,243,255,.35) !important; }
.gift-card[data-occ="couples"]:hover { border-color: var(--neon-yellow) !important; box-shadow: 0 0 24px rgba(245,224,74,.35) !important; }
.gift-card .glyph { text-shadow: 0 0 18px currentColor; }
.gift-card[data-occ="grownup"] .glyph { color: var(--neon-pink); }
.gift-card[data-occ="family"]  .glyph { color: var(--neon-cyan); }
.gift-card[data-occ="couples"] .glyph { color: var(--neon-yellow); }

/* ========= FAQ ========= */
.faq-item { border-bottom: 1px solid rgba(25,243,255,.2); }
.faq-q { color: #f5fbff; }
.faq-item[open] .faq-q { color: var(--neon-cyan); text-shadow: 0 0 8px rgba(25,243,255,.5); }
.faq-item .plus { border: 1px solid var(--neon-cyan); color: var(--neon-cyan); }
.faq-item[open] .plus { background: var(--neon-pink); border-color: var(--neon-pink); color: #08121b; }

/* ========= Newsletter ========= */
.section--tight .quiz-teaser {
  background: linear-gradient(135deg, rgba(230,61,201,.18), rgba(25,243,255,.12), rgba(245,224,74,.10)) !important;
  border: 1px solid rgba(25,243,255,.35) !important;
}
.news-form input { border: 1px solid rgba(25,243,255,.45) !important; background: rgba(4,16,26,.6) !important; color: #f5fbff !important; }
.news-form input:focus { border-color: var(--neon-pink) !important; box-shadow: 0 0 0 3px rgba(230,61,201,.22) !important; }

/* ========= Footer ========= */
.footer { border-top: 1px solid rgba(25,243,255,.22); background: rgba(2,8,15,.7); }
.footer h4 { color: var(--neon-cyan); text-shadow: 0 0 6px rgba(25,243,255,.5); }
.footer .legal { border-top: 1px solid rgba(25,243,255,.18); color: rgba(245,251,255,.55); }
.footer ul a:hover { color: var(--neon-pink) !important; text-shadow: 0 0 6px rgba(230,61,201,.5); }

/* ========= Catalog page ========= */
.catalog-head h1 { color: #f5fbff; text-shadow: 0 0 18px rgba(25,243,255,.25); }
.catalog-head h1 em { color: var(--neon-pink) !important; }
.filter-bar { border: 1px solid rgba(25,243,255,.25) !important; background: rgba(4,16,26,.4) !important; }
.filter-bar .chip, .filter-pill { border: 1px solid rgba(25,243,255,.4) !important; color: var(--neon-cyan) !important; background: transparent !important; text-shadow: 0 0 4px rgba(25,243,255,.5) !important; }
.filter-bar .chip.active, .filter-pill.active { background: var(--neon-pink) !important; color: #08121b !important; border-color: var(--neon-pink) !important; box-shadow: 0 0 14px rgba(230,61,201,.55) !important; text-shadow: none !important; }

/* ========= PDP ========= */
.pdp-info h1 { color: #f5fbff; text-shadow: 0 0 20px rgba(25,243,255,.25); }
.pdp-info .price { color: var(--neon-yellow); text-shadow: 0 0 8px rgba(245,224,74,.55); }
.pdp-feats .v { color: var(--neon-cyan); text-shadow: 0 0 6px rgba(25,243,255,.5); }
.pdp-hero { background: transparent !important; border: 0 !important; box-shadow: none !important; }
.pdp-hero img { filter: drop-shadow(0 30px 40px rgba(0,0,0,.6)) drop-shadow(0 0 28px rgba(25,243,255,.25)); object-fit: contain !important; }
.pdp-thumb { border: 1px solid rgba(25,243,255,.3) !important; background: transparent !important; }
.pdp-thumb.active { border-color: var(--neon-pink) !important; box-shadow: 0 0 12px rgba(230,61,201,.55); }

/* ========= Quiz page ========= */
.quiz-shell { border: 1px solid rgba(25,243,255,.28) !important; box-shadow: 0 0 0 1px rgba(25,243,255,.1), 0 0 60px rgba(25,243,255,.12) inset !important; background: rgba(4,16,26,.4) !important; }
.quiz-step h2 { color: #f5fbff; text-shadow: 0 0 18px rgba(25,243,255,.3); }
.quiz-step .qstep-label { color: var(--neon-cyan); text-shadow: 0 0 6px rgba(25,243,255,.55); }
.quiz-opt { border: 1px solid rgba(25,243,255,.28) !important; background: rgba(4,16,26,.55) !important; }
.quiz-opt:hover { border-color: var(--neon-pink) !important; box-shadow: 0 0 14px rgba(230,61,201,.4); }
.quiz-result h2 { color: var(--neon-cyan); text-shadow: 0 0 12px rgba(25,243,255,.55), 0 0 28px rgba(25,243,255,.35); }
.qr-price-card .bp { color: var(--neon-yellow); text-shadow: 0 0 12px rgba(245,224,74,.65); }

/* ========= Logo ========= */
.brand img.bg-logo {
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.5));
  height: 50px !important;
}
.site-header .brand img.bg-logo { height: 50px !important; }
.footer .brand img.bg-logo { height: 64px !important; }
