/* Components used by the multi-page site (loaded after site.css) */

.skip {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 100;
  background: var(--yellow);
  color: var(--royal);
  font-family: var(--label);
  font-weight: 800;
  padding: 0.6em 1em;
  border-radius: 10px;
}
.skip:focus {
  left: 8px;
}

/* reveal on scroll (site.js adds .in) */
.js-reveal .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.js-reveal .reveal.in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.wrap-xs {
  width: min(820px, 100% - 2 * var(--gutter));
  margin-inline: auto;
}
.center {
  text-align: center;
}
.lead {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: #e6e3fa;
}
.stack > * + * {
  margin-top: 1.1em;
}
body {
  font-size: 1rem;
}
p {
  max-width: 70ch;
}
.section-head p,
.page-head p,
.cta-box p,
.center p,
p.center,
.reel-hint,
.game-help {
  margin-inline: auto;
  max-width: none;
}
.section-head p {
  max-width: 60ch;
}
.page-head p.sub {
  max-width: 58ch;
}

/* ---------- video player (self-hosted) ---------- */
.player {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  border: 4px solid var(--pink);
  box-shadow:
    0 0 0 6px var(--navy),
    0 0 0 9px var(--cyan),
    0 0 60px rgba(248, 89, 241, 0.4);
}
.player video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
.player .play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(rgba(10, 4, 58, 0.15), rgba(10, 4, 58, 0.55));
}
.player .play i {
  width: clamp(72px, 11vw, 120px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 8px rgba(251, 253, 253, 0.25),
    0 0 50px rgba(248, 192, 0, 0.85);
  transition: transform 0.25s;
}
.player .play:hover i {
  transform: scale(1.1);
}
.player .play svg {
  width: 40%;
  margin-left: 8%;
  fill: var(--royal);
}
.player .play b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 38px 18px 14px;
  text-align: left;
  font-family: var(--label);
  font-weight: 800;
  font-size: 0.95rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
}
.player.playing .play {
  display: none;
}
.video-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 26px;
}

/* ---------- step cards ---------- */
.steps-grid {
  display: grid;
  gap: 34px 22px;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: s;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .steps-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
}
.steps-grid li {
  list-style: none;
  position: relative;
  background: var(--pink);
  border-radius: 20px;
  padding: 12px;
  box-shadow:
    0 0 0 3px var(--cyan),
    0 0 34px rgba(0, 192, 248, 0.3);
  transition: transform 0.25s;
}
.steps-grid li:nth-child(odd) {
  transform: rotate(-1.2deg);
}
.steps-grid li:nth-child(even) {
  transform: rotate(1.2deg);
}
.steps-grid li:hover {
  transform: rotate(0) translateY(-6px) scale(1.02);
  z-index: 2;
}
.steps-grid .n {
  position: absolute;
  top: -22px;
  left: -10px;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--royal);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 1.9rem;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.35);
  z-index: 3;
}
.steps-grid img {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 424/470;
  object-fit: cover;
  background: #fff;
}
.steps-grid h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.answer {
  max-width: 62ch;
  margin: 0 auto 40px;
  text-align: center;
  color: #e6e3fa;
  font-size: 1.08rem;
}
.answer strong {
  color: var(--yellow);
}

/* ---------- hub cards ---------- */
.hub {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
}
.hub a {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  text-decoration: none;
  color: var(--white);
  padding: 26px 24px 24px;
  border-radius: 24px;
  background: linear-gradient(160deg, var(--navy-2), var(--ink));
  border: 3px solid var(--c, var(--cyan));
  box-shadow: 0 0 30px color-mix(in srgb, var(--c, var(--cyan)) 30%, transparent);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  overflow: hidden;
}
.hub a:hover {
  transform: translateY(-6px) rotate(-0.6deg);
  box-shadow: 0 0 50px color-mix(in srgb, var(--c, var(--cyan)) 55%, transparent);
}
.hub .ico {
  font-size: 2.6rem;
  line-height: 1;
  filter: drop-shadow(0 0 12px color-mix(in srgb, var(--c, var(--cyan)) 70%, transparent));
}
.hub h3 {
  font-size: 1.75rem;
  color: var(--c, var(--cyan));
}
.hub p {
  color: #cfcbef;
  font-size: 0.98rem;
}
.hub .go {
  margin-top: 6px;
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--yellow);
}
.hub .go::after {
  content: " \2192";
}
.c-pink {
  --c: var(--pink);
}
.c-cyan {
  --c: var(--cyan);
}
.c-gold {
  --c: var(--yellow);
}
.c-red {
  --c: var(--red);
}

/* ---------- roundup / film lists ---------- */
.film-groups {
  display: grid;
  gap: 48px;
}
.film-group h2 {
  font-size: clamp(1.8rem, 4.4vw, 2.6rem);
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(0, 192, 248, 0.4);
  margin-bottom: 6px;
}
.film-group > p {
  margin-bottom: 20px;
  color: #cfcbef;
}
.films {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  list-style: none;
}
.film {
  background: var(--navy-2);
  border: 3px solid var(--purple);
  border-radius: 18px;
  padding: 18px 20px;
  display: grid;
  gap: 6px;
  align-content: start;
}
.film h3 {
  font-size: 1.4rem;
  color: var(--white);
  line-height: 1.1;
}
.film .yr {
  font-family: var(--label);
  font-weight: 800;
  font-size: 0.8rem;
  color: var(--pink);
  letter-spacing: 0.06em;
}
.film p {
  font-size: 0.95rem;
  color: #dcd8f7;
}
.film .snack {
  margin-top: 6px;
  font-size: 0.9rem;
  color: var(--yellow);
}
.film .snack b {
  font-family: var(--label);
  font-weight: 800;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.tag {
  font-family: var(--label);
  font-weight: 700;
  font-size: 0.72rem;
  padding: 0.25em 0.7em;
  border-radius: 999px;
  border: 2px solid var(--cyan);
  color: var(--cyan);
}
.note {
  font-size: 0.9rem;
  color: var(--purple);
  border-left: 4px solid var(--pink);
  padding: 0.4em 0 0.4em 1em;
  margin-top: 30px;
}

/* ---------- reel (swipe) ---------- */
.reel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px var(--gutter) 26px;
  margin-inline: calc(-1 * var(--gutter));
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--pink) transparent;
}
.reel-item {
  flex: none;
  scroll-snap-align: center;
  width: min(78vw, 300px);
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  border: 3px solid var(--pink);
  box-shadow: 0 0 30px rgba(248, 89, 241, 0.3);
  aspect-ratio: 9/16;
}
.reel-item.landscape {
  width: min(86vw, 520px);
  aspect-ratio: 16/9;
}
.reel-item.square {
  aspect-ratio: 1;
}
.reel-item video,
.reel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reel-item .play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
  background: linear-gradient(transparent 55%, rgba(10, 4, 58, 0.75));
  color: #fff;
}
.reel-item .play i {
  width: 64px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  display: grid;
  place-items: center;
  box-shadow: 0 0 30px rgba(248, 192, 0, 0.7);
}
.reel-item .play svg {
  width: 38%;
  margin-left: 8%;
  fill: var(--royal);
}
.reel-item.playing .play {
  display: none;
}
.reel-item .cap {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  pointer-events: none;
  text-shadow: 0 1px 6px #000;
}
.reel-hint {
  text-align: center;
  font-family: var(--label);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: var(--purple);
}

/* ---------- photo gallery ---------- */
.gallery {
  columns: 3 260px;
  column-gap: 16px;
}
.gallery figure {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid var(--cyan);
  box-shadow: 0 0 24px rgba(0, 192, 248, 0.2);
  position: relative;
  background: var(--navy-2);
  cursor: zoom-in;
}
.gallery figure:nth-child(3n + 2) {
  border-color: var(--pink);
  box-shadow: 0 0 24px rgba(248, 89, 241, 0.22);
}
.gallery figure:nth-child(3n) {
  border-color: var(--yellow);
  box-shadow: 0 0 24px rgba(248, 192, 0, 0.18);
}
.gallery img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s;
}
.gallery figure:hover img {
  transform: scale(1.04);
}

/* ---------- misc ---------- */
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.pill {
  font-family: var(--label);
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.5em 1em;
  border-radius: 999px;
  border: 2px solid var(--pink);
  color: var(--pink);
}
.two-col {
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 860px) {
  .two-col {
    grid-template-columns: 1fr;
  }
}
.prose-page h2 {
  font-size: clamp(1.7rem, 4.2vw, 2.4rem);
  color: var(--cyan);
  margin-top: 1.8em;
}
.prose-page h3 {
  font-size: 1.5rem;
  color: var(--pink);
  margin-top: 1.4em;
}
.prose-page p,
.prose-page li {
  color: #e6e3fa;
  line-height: 1.75;
}
.prose-page ul {
  padding-left: 1.3em;
}
.prose-page a {
  color: var(--cyan);
}
.prose-page > * + * {
  margin-top: 1em;
}

/* ---------- numbered guide ---------- */
.guide {
  list-style: none;
  counter-reset: g;
  display: grid;
  gap: 26px;
  margin-top: 38px;
}
.guide li {
  counter-increment: g;
  position: relative;
  padding-left: 76px;
}
.guide li::before {
  content: counter(g);
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--royal);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 1.9rem;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.35);
}
.guide h2 {
  margin-top: 0;
  font-size: clamp(1.4rem, 3.2vw, 1.9rem);
}
.guide p {
  margin-top: 0.4em;
}

h1,
h2,
.section-head h2,
.page-head h1 {
  text-wrap: balance;
}

.snd-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(10, 4, 58, 0.78);
  border: 2px solid var(--cyan);
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  pointer-events: none;
}

/* never let a tilted banner or negative margin create sideways scrolling on phones */
main {
  overflow-x: clip;
}

/* ---------- UGC endless wall ---------- */
.ugc-wall {
  columns: 4 220px;
  column-gap: 14px;
}
.ugc {
  break-inside: avoid;
  margin: 0 0 14px;
  border-radius: 16px;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--navy-2);
  border: 3px solid transparent;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.ugc:nth-child(3n + 1) {
  border-color: rgba(248, 89, 241, 0.55);
}
.ugc:nth-child(3n + 2) {
  border-color: rgba(0, 192, 248, 0.55);
}
.ugc:nth-child(3n) {
  border-color: rgba(248, 192, 0, 0.5);
}
.ugc img {
  display: block;
  width: 100%;
  height: auto;
}
.ugc:hover {
  transform: translateY(-3px) rotate(-0.4deg);
}
.ugc-more {
  display: flex;
  justify-content: center;
  padding: 26px 0 4px;
}
.ugc-count {
  margin-top: 14px;
  color: var(--purple);
  font-weight: 700;
  font-size: 0.9rem;
}
@media (max-width: 560px) {
  .ugc-wall {
    columns: 2;
    column-gap: 10px;
  }
  .ugc {
    margin-bottom: 10px;
    border-radius: 12px;
  }
}

/* ---------- Amazon review screenshot cards ---------- */
.rv-wall {
  columns: 3 300px;
  column-gap: 20px;
}
.rv-shot {
  break-inside: avoid;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 20px;
  padding: 14px 14px 12px;
  cursor: zoom-in;
  border: 4px solid var(--pink);
  box-shadow:
    0 0 0 4px var(--navy),
    0 0 30px rgba(248, 89, 241, 0.3);
  transition: transform 0.2s;
}
.rv-shot:nth-child(3n + 2) {
  border-color: var(--cyan);
  box-shadow:
    0 0 0 4px var(--navy),
    0 0 30px rgba(0, 192, 248, 0.3);
}
.rv-shot:nth-child(3n) {
  border-color: var(--yellow);
  box-shadow:
    0 0 0 4px var(--navy),
    0 0 30px rgba(248, 192, 0, 0.25);
}
.rv-shot:hover {
  transform: translateY(-4px);
}
.rv-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.rv-shot figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--navy);
  font-size: 0.85rem;
}
.rv-stars {
  color: #f8a000;
  letter-spacing: 1px;
  font-size: 1rem;
}
@media (max-width: 560px) {
  .rv-wall {
    columns: 1;
  }
}

/* ---------- reel creator tag ---------- */
.reel-item .reel-who {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  font-size: 0.75rem;
  font-weight: 800;
  background: rgba(10, 4, 58, 0.7);
  padding: 3px 9px;
  border-radius: 999px;
  pointer-events: none;
}
.reel-item.playing .reel-who {
  display: none;
}

/* ---------- £5 voucher ---------- */
.voucher {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  background: linear-gradient(135deg, var(--navy-2), #1b0b6e);
  border: 4px solid var(--yellow);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 44px);
  box-shadow: 0 0 40px rgba(248, 192, 0, 0.2);
}
.v-ticket {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  aspect-ratio: 1/1.1;
  border-radius: 22px;
  padding: 18px;
  background: radial-gradient(circle at 50% 30%, #ff7af5, var(--pink) 60%, #b3129a);
  color: #fff;
  rotate: -4deg;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  -webkit-mask:
    radial-gradient(circle 16px at 0 50%, #0000 98%, #000) left/51% 100% no-repeat,
    radial-gradient(circle 16px at 100% 50%, #0000 98%, #000) right/51% 100% no-repeat;
  mask:
    radial-gradient(circle 16px at 0 50%, #0000 98%, #000) left/51% 100% no-repeat,
    radial-gradient(circle 16px at 100% 50%, #0000 98%, #000) right/51% 100% no-repeat;
}
.v-top,
.v-bot {
  font-family: var(--label);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.85rem;
}
.v-amt {
  font-family: var(--display);
  font-size: clamp(5rem, 14vw, 7.5rem);
  line-height: 0.9;
  color: var(--yellow);
  -webkit-text-stroke: 3px var(--royal);
  paint-order: stroke fill;
  text-shadow: 4px 5px 0 var(--royal);
}
.v-body h3 {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  margin-bottom: 18px;
}
.v-steps {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}
.v-steps li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: #eceafd;
}
.v-steps b {
  flex: none;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--cyan);
  color: var(--navy);
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.2rem;
}
.voucher .social {
  justify-content: flex-start;
}
.v-terms {
  margin-top: 20px;
  font-size: 0.78rem;
  color: #b9b4e6;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .voucher {
    grid-template-columns: 1fr;
  }
  .v-ticket {
    width: min(230px, 70%);
    margin-inline: auto;
  }
  .voucher .social {
    justify-content: center;
  }
}

/* ---------- social feeds ---------- */
.feeds {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: 24px;
  align-items: start;
}
.feed {
  background: var(--navy-2);
  border: 3px solid rgba(122, 116, 171, 0.45);
  border-radius: 24px;
  padding: 18px;
  min-width: 0;
}
.feed-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.feed-head div {
  display: grid;
  flex: 1;
  line-height: 1.25;
}
.feed-head div span {
  color: var(--purple);
  font-size: 0.85rem;
  font-weight: 700;
}
.feed-head .btn {
  font-size: 1rem;
  padding: 0.6em 1.1em 0.52em;
}
.fh-ico {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  flex: none;
}
.fh-ico svg {
  width: 26px;
  height: 26px;
}
.fh-ico.tt {
  background: #000;
  color: #fff;
  box-shadow:
    -3px -2px 0 #25f4ee,
    3px 2px 0 #fe2c55;
}
.fh-ico.ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: #fff;
}
.ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  border-radius: 14px;
  overflow: hidden;
}
.ig-tile {
  display: block;
  aspect-ratio: 1;
}
.ig-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}
.ig-tile:hover img {
  opacity: 0.8;
}
.tt-embed {
  min-height: 300px;
  border-radius: 14px;
  overflow: hidden;
}
.tt-embed blockquote {
  margin: 0;
}
.rv-photo {
  margin-bottom: 10px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.rv-shot figcaption {
  flex-wrap: wrap;
  justify-content: space-between;
}
.rv-src {
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b6790;
}
.rv-inc {
  font-size: 0.72rem;
  font-weight: 700;
  color: #5a2a00;
  background: #fff1c7;
  border: 1px solid #f0c75a;
  border-radius: 999px;
  padding: 2px 9px;
}
.rv-note {
  max-width: 70ch;
  margin: -10px auto 26px;
  text-align: center;
  color: #c9c5ee;
  font-size: 0.9rem;
}

/* ---------- shop ---------- */
.rating-pill {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid var(--yellow);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.95rem;
}
.rating-pill .rv-stars {
  color: var(--yellow);
}
.rating-pill small {
  color: var(--purple);
}
.prod {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
}
.prod.flip .pg {
  order: 2;
}
.pg-main {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 4px solid var(--cyan);
  box-shadow: 0 0 36px rgba(0, 192, 248, 0.25);
  cursor: zoom-in;
}
.prod.flip .pg-main {
  border-color: var(--pink);
  box-shadow: 0 0 36px rgba(248, 89, 241, 0.25);
}
.pg-main img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.pg-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
  gap: 8px;
  margin-top: 12px;
}
.pg-th {
  padding: 0;
  border: 3px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  aspect-ratio: 1;
}
.pg-th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pg-th.on {
  border-color: var(--yellow);
}
.prod-info h2 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin: 8px 0 12px;
}
.prod-info h3 {
  font-size: 1.4rem;
  margin: 22px 0 10px;
}
.box-list {
  padding-left: 1.2em;
  display: grid;
  gap: 6px;
  color: #eceafd;
}
.small-note {
  font-size: 0.85rem;
  color: var(--purple);
  margin: 10px 0 20px;
}
.feats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 18px;
}
.feat {
  background: var(--navy-2);
  border: 3px solid rgba(122, 116, 171, 0.4);
  border-radius: 20px;
  padding: 22px;
}
.feat .ico {
  font-size: 2rem;
}
.feat h3 {
  font-size: 1.35rem;
  margin: 8px 0 6px;
}
.feat p {
  color: #d6d2f4;
  font-size: 0.95rem;
}
.compare {
  margin-top: 34px;
  overflow-x: auto;
}
.compare table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
  background: var(--navy-2);
  border-radius: 18px;
  overflow: hidden;
}
.compare th,
.compare td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(122, 116, 171, 0.3);
}
.compare thead th {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--yellow);
}
.compare tbody th {
  color: var(--cyan);
  font-weight: 800;
}
@media (max-width: 820px) {
  .prod {
    grid-template-columns: 1fr;
  }
  .prod.flip .pg {
    order: 0;
  }
}
.tt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  border-radius: 14px;
  overflow: hidden;
}
.tt-tile {
  aspect-ratio: 9/16;
}
.tt-consent {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-top: 14px;
  text-align: center;
}
.tt-consent small {
  color: var(--purple);
  font-size: 0.75rem;
}
.tt-embed {
  min-height: 0;
}

/* quick-facts tables (SEO / AEO) */
.facts-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 3px solid rgba(0, 192, 248, 0.45);
  box-shadow: 0 0 30px rgba(0, 192, 248, 0.12);
}
.facts {
  width: 100%;
  border-collapse: collapse;
  background: var(--navy-2);
  font-size: 0.95rem;
}
.facts caption {
  text-align: left;
  padding: 16px 18px 6px;
  font-family: var(--display);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  color: var(--yellow);
}
.facts th,
.facts td {
  padding: 11px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(122, 116, 171, 0.25);
  vertical-align: top;
}
.facts tr:last-child th,
.facts tr:last-child td {
  border-bottom: 0;
}
.facts th {
  color: var(--cyan);
  font-weight: 800;
  white-space: nowrap;
  width: 1%;
}
.facts td a {
  color: var(--white);
}
@media (max-width: 520px) {
  .facts th {
    white-space: normal;
    width: 38%;
  }
  .facts th,
  .facts td {
    padding: 10px 12px;
  }
}
.facts.rank thead th {
  color: var(--cyan);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: auto;
}
.facts.rank th[scope="row"] {
  color: var(--white);
  white-space: normal;
  width: auto;
}
.t10-still {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 12px;
}
.t10-still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
