/* ==========================================================================
   PrismReview — holographic theme
   Dark iridescent surface, glass panels, chromatic gradients.
   ========================================================================== */

:root {
  --ink: #f4f1ff;
  --ink-soft: #b9b2d6;
  --ink-dim: #837b9f;

  --void: #06040f;
  --void-2: #0b0718;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-2: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.1);
  --line-2: rgba(255, 255, 255, 0.18);

  --violet: #8b5cf6;
  --magenta: #f43f8e;
  --cyan: #37e6ff;
  --lime: #b8ff4f;
  --amber: #ffb648;

  --holo: linear-gradient(100deg, #37e6ff 0%, #8b5cf6 28%, #f43f8e 55%, #ffb648 78%, #b8ff4f 100%);
  --holo-soft: linear-gradient(120deg, rgba(55, 230, 255, .18), rgba(139, 92, 246, .18), rgba(244, 63, 142, .18));

  --r-sm: 12px;
  --r: 20px;
  --r-lg: 30px;
  --r-xl: 42px;

  --shell: 1180px;
  --nav-h: 76px;

  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 20px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--void);
  color: var(--ink);
  font-family: 'Space Grotesk', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.68;
  letter-spacing: -0.005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ---------- Holographic backdrop ---------- */

.aurora {
  position: fixed;
  inset: -20vh -10vw;
  z-index: -2;
  pointer-events: none;
  filter: blur(70px);
  opacity: .85;
}

.aurora span {
  position: absolute;
  display: block;
  border-radius: 50%;
  mix-blend-mode: screen;
  animation: drift 26s var(--ease) infinite alternate;
}

.aurora span:nth-child(1) {
  width: 54vw; height: 54vw; top: -12vh; left: -8vw;
  background: radial-gradient(circle at 30% 30%, #7c3aed 0%, rgba(124, 58, 237, 0) 68%);
}
.aurora span:nth-child(2) {
  width: 46vw; height: 46vw; top: 4vh; right: -10vw;
  background: radial-gradient(circle at 60% 40%, #f43f8e 0%, rgba(244, 63, 142, 0) 66%);
  animation-delay: -7s; animation-duration: 32s;
}
.aurora span:nth-child(3) {
  width: 50vw; height: 50vw; bottom: -18vh; left: 18vw;
  background: radial-gradient(circle at 50% 50%, #37e6ff 0%, rgba(55, 230, 255, 0) 64%);
  animation-delay: -14s; animation-duration: 38s;
}
.aurora span:nth-child(4) {
  width: 34vw; height: 34vw; bottom: 10vh; right: 4vw;
  background: radial-gradient(circle at 50% 50%, #b8ff4f 0%, rgba(184, 255, 79, 0) 62%);
  opacity: .5; animation-delay: -20s; animation-duration: 44s;
}

@keyframes drift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(4vw, -5vh, 0) scale(1.12); }
  100% { transform: translate3d(-5vw, 5vh, 0) scale(.94); }
}

/* fine grain so the gradients read as film, not flat CSS */
.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Layout ---------- */

.shell { width: min(var(--shell), 100% - 40px); margin-inline: auto; }
section { position: relative; }
.band { padding: 92px 0; }
.band--tight { padding: 62px 0; }

/* ---------- Type ---------- */

h1, h2, h3, h4 { line-height: 1.12; letter-spacing: -0.03em; margin: 0 0 .5em; font-weight: 600; }
h1 { font-size: clamp(2rem, 4.4vw, 3.1rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.35rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
h4 { font-size: 1.02rem; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; color: var(--ink-soft); }
a { color: var(--ink); text-decoration-color: rgba(255,255,255,.28); text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--cyan); }
strong { color: var(--ink); font-weight: 600; }

.serif { font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif; font-weight: 400; font-style: italic; letter-spacing: -.01em; }

.holo-text {
  background: var(--holo);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shift 9s linear infinite;
}
@keyframes shift { to { background-position: 260% 0; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .705rem; text-transform: uppercase; letter-spacing: .19em;
  color: var(--ink-dim); font-weight: 500; margin-bottom: 18px;
}
.eyebrow::before {
  content: ''; width: 26px; height: 1px; background: var(--holo);
}

.lede { font-size: 1.03rem; color: var(--ink-soft); max-width: 62ch; }
.muted { color: var(--ink-dim); font-size: .855rem; }

/* ---------- Glass surfaces ---------- */

.glass {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  overflow: hidden;
}
.glass::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(160deg, rgba(255,255,255,.09), rgba(255,255,255,0) 42%);
}
.glass--hover { transition: transform .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease); }
.glass--hover:hover {
  transform: translateY(-5px);
  border-color: var(--line-2);
  box-shadow: 0 26px 60px -28px rgba(139, 92, 246, .55);
}

/* holographic hairline on top of a panel */
.holo-edge::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1.5px;
  background: var(--holo); background-size: 200% 100%;
  animation: shift 7s linear infinite;
  opacity: .9;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 24px; border-radius: 999px;
  font-size: .875rem; font-weight: 600; letter-spacing: -.01em;
  text-decoration: none; border: 1px solid var(--line-2); color: var(--ink);
  background: var(--panel-2); cursor: pointer;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease);
}
.btn:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); }

.btn--holo {
  border: none; color: #0a0616; position: relative;
  background: var(--holo); background-size: 220% 100%;
  animation: shift 8s linear infinite;
  box-shadow: 0 14px 34px -14px rgba(244, 63, 142, .7);
}
.btn--holo:hover { box-shadow: 0 20px 44px -14px rgba(139, 92, 246, .85); }
.btn--ghost { background: transparent; }
.btn--sm { padding: 10px 18px; font-size: .8rem; }
.btn--block { display: flex; width: 100%; }

/* ---------- Header ---------- */

.topbar {
  position: relative; z-index: 60;
  font-size: .715rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-dim);
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid var(--line);
}
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 0; flex-wrap: wrap; }
.topbar strong { color: var(--ink-soft); font-weight: 500; }

.nav {
  position: sticky; top: 0; z-index: 50;
  height: var(--nav-h);
  display: flex; align-items: center;
  background: rgba(6, 4, 15, .62);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-bottom: 1px solid var(--line);
  transition: background .4s var(--ease);
}
.nav.is-stuck { background: rgba(6, 4, 15, .88); }
.nav__in { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; }

.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand__name { font-weight: 600; letter-spacing: -.03em; font-size: 1.02rem; }
.brand__name span { color: var(--ink-dim); font-weight: 400; }

.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a {
  padding: 9px 14px; border-radius: 999px; font-size: .845rem;
  color: var(--ink-soft); text-decoration: none; transition: color .3s, background .3s;
}
.nav__links a:hover { color: var(--ink); background: var(--panel-2); }
.nav__links a.is-active { color: var(--ink); background: var(--panel-2); }

.nav__cta { display: flex; align-items: center; gap: 10px; }

.burger {
  display: none; width: 42px; height: 42px; border-radius: 12px;
  background: var(--panel-2); border: 1px solid var(--line); cursor: pointer;
  align-items: center; justify-content: center; flex-direction: column; gap: 4px;
}
.burger i { display: block; width: 16px; height: 1.5px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .3s; }
.burger.is-open i:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.burger.is-open i:nth-child(2) { opacity: 0; }
.burger.is-open i:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* 18+ badge */
.age {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%; flex: none;
  font-size: .66rem; font-weight: 700; letter-spacing: -.02em;
  color: #ff6b8a; border: 1.6px solid #ff6b8a; background: rgba(255,107,138,.09);
}
.age--lg { width: 46px; height: 46px; font-size: .95rem; border-width: 2px; }

/* ---------- Hero ---------- */

.hero { padding: 74px 0 76px; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero h1 { font-size: clamp(1.85rem, 3.5vw, 2.7rem); max-width: 15ch; }
.hero .lede { font-size: .97rem; max-width: 44ch; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.hero__meta { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero__meta div { min-width: 92px; }
.hero__meta b { display: block; font-size: 1.28rem; font-weight: 600; letter-spacing: -.03em; }
.hero__meta span { font-size: .69rem; text-transform: uppercase; letter-spacing: .13em; color: var(--ink-dim); }

/* spinning holographic disc */
.disc-wrap { position: relative; display: grid; place-items: center; min-height: 380px; }
.disc {
  width: min(340px, 74vw); aspect-ratio: 1; border-radius: 50%;
  background: conic-gradient(from 0deg, #37e6ff, #8b5cf6, #f43f8e, #ffb648, #b8ff4f, #37e6ff);
  filter: saturate(150%);
  animation: spin 22s linear infinite;
  box-shadow: 0 40px 90px -30px rgba(139, 92, 246, .75);
  position: relative;
}
.disc::after {
  content: ''; position: absolute; inset: 13%; border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, rgba(255,255,255,.5), rgba(10,6,22,.94) 58%);
  backdrop-filter: blur(4px);
}
.disc::before {
  content: ''; position: absolute; inset: -8%; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
}
@keyframes spin { to { transform: rotate(360deg); } }

.disc-badge {
  position: absolute; z-index: 2;
  padding: 12px 18px; border-radius: var(--r);
  background: rgba(10,7,22,.72); border: 1px solid var(--line-2);
  backdrop-filter: blur(14px);
  font-size: .76rem; line-height: 1.4;
  animation: float 6s var(--ease) infinite alternate;
}
.disc-badge b { display: block; font-size: .92rem; }
.disc-badge--a { top: 8%; left: -4%; }
.disc-badge--b { bottom: 12%; right: -6%; animation-delay: -3s; }
@keyframes float { to { transform: translateY(-14px); } }

/* ---------- Marquee ---------- */

.marquee {
  overflow: hidden; border-block: 1px solid var(--line);
  background: rgba(255,255,255,.02); padding: 14px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee__track { display: flex; gap: 46px; width: max-content; animation: slide 34s linear infinite; }
.marquee span {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .745rem; text-transform: uppercase; letter-spacing: .16em; color: var(--ink-dim); white-space: nowrap;
}
.marquee span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--holo); }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Grids ---------- */

.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.head { max-width: 60ch; margin-bottom: 42px; }
.head--center { margin-inline: auto; text-align: center; }

/* ---------- Brand card ---------- */

.bcard { padding: 26px; display: flex; flex-direction: column; gap: 18px; }
.bcard__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.bcard__logo {
  height: 54px; width: auto; max-width: 160px; object-fit: contain;
  border-radius: 10px;
}
.bcard__logo-box {
  display: grid; place-items: center; padding: 10px 14px; border-radius: var(--r-sm);
  background: rgba(255,255,255,.06); border: 1px solid var(--line);
}
.score {
  display: grid; place-items: center; width: 62px; height: 62px; flex: none;
  border-radius: 18px; background: var(--holo); background-size: 200% 100%;
  animation: shift 8s linear infinite; color: #0a0616;
  font-weight: 700; font-size: 1.22rem; letter-spacing: -.04em;
  box-shadow: 0 12px 30px -14px rgba(244,63,142,.8);
}
.score small { display: block; font-size: .52rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; opacity: .72; margin-top: -3px; }

.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  font-size: .69rem; padding: 5px 11px; border-radius: 999px;
  background: rgba(255,255,255,.06); border: 1px solid var(--line); color: var(--ink-soft);
  letter-spacing: .01em;
}
.chip--ok { color: #b8ff4f; border-color: rgba(184,255,79,.3); background: rgba(184,255,79,.08); }

.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.ticks li { display: flex; gap: 10px; font-size: .855rem; color: var(--ink-soft); line-height: 1.5; }
.ticks li::before {
  content: ''; flex: none; width: 15px; height: 15px; margin-top: 4px; border-radius: 50%;
  background: var(--holo);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.ticks--minus li::before {
  background: #ff8fa8;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14' fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14' fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.licence-line {
  display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
  font-size: .74rem; color: var(--ink-dim);
  padding-top: 15px; border-top: 1px solid var(--line);
}
.licence-line a { color: var(--cyan); text-decoration: none; border-bottom: 1px solid rgba(55,230,255,.35); }
.licence-line a:hover { border-bottom-color: var(--cyan); }

/* ---------- Rating bars ---------- */

.bars { display: grid; gap: 15px; }
.bar__top { display: flex; justify-content: space-between; font-size: .8rem; margin-bottom: 7px; }
.bar__top b { font-weight: 600; }
.bar__rail { height: 6px; border-radius: 99px; background: rgba(255,255,255,.08); overflow: hidden; }
.bar__fill {
  height: 100%; border-radius: 99px; width: 0;
  background: var(--holo); background-size: 200% 100%;
  animation: shift 8s linear infinite;
  transition: width 1.2s var(--ease);
}

/* ---------- Steps ---------- */

.step { padding: 26px; }
.step__n {
  font-family: 'Instrument Serif', Georgia, serif; font-style: italic;
  font-size: 2.4rem; line-height: 1; margin-bottom: 14px; display: block;
}

/* ---------- Table ---------- */

.table-wrap { overflow-x: auto; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--panel); }
table { width: 100%; border-collapse: collapse; min-width: 620px; font-size: .875rem; }
th, td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--line); }
th { font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--ink-dim); font-weight: 500; background: rgba(255,255,255,.03); }
td { color: var(--ink-soft); }
tr:last-child td { border-bottom: none; }

/* ---------- Accordion (FAQ) ---------- */

.acc { display: grid; gap: 12px; }
.acc__item { border: 1px solid var(--line); border-radius: var(--r); background: var(--panel); overflow: hidden; transition: border-color .35s; }
.acc__item[open] { border-color: var(--line-2); }
.acc__item summary {
  list-style: none; cursor: pointer; padding: 19px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-weight: 500; font-size: .95rem; letter-spacing: -.015em;
}
.acc__item summary::-webkit-details-marker { display: none; }
.acc__item summary::after {
  content: '+'; flex: none; font-size: 1.3rem; line-height: 1; color: var(--ink-dim); transition: transform .35s var(--ease);
}
.acc__item[open] summary::after { transform: rotate(45deg); color: var(--ink); }
.acc__body { padding: 0 22px 20px; }
.acc__body p { margin: 0; font-size: .885rem; }

/* ---------- Prose (legal pages) ---------- */

.prose { max-width: 74ch; }
.prose h2 { margin-top: 2.1em; font-size: 1.35rem; }
.prose h3 { margin-top: 1.6em; font-size: 1.03rem; }
.prose ul, .prose ol { color: var(--ink-soft); padding-left: 20px; margin: 0 0 1.2em; }
.prose li { margin-bottom: .5em; font-size: .93rem; }
.prose a { color: var(--cyan); }

/* ---------- Callout ---------- */

.callout {
  padding: 22px 24px; border-radius: var(--r);
  border: 1px solid rgba(255,107,138,.3); background: rgba(255,107,138,.07);
  display: flex; gap: 16px; align-items: flex-start;
}
.callout p { margin: 0; font-size: .875rem; color: var(--ink-soft); }
.callout--info { border-color: rgba(55,230,255,.28); background: rgba(55,230,255,.06); }

/* ---------- Forms ---------- */

.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field label { font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-dim); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border-radius: var(--r-sm);
  background: rgba(255,255,255,.05); border: 1px solid var(--line); color: var(--ink);
  font-family: inherit; font-size: .9rem; transition: border-color .3s, background .3s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: rgba(139,92,246,.7); background: rgba(255,255,255,.08);
}
.field select option { background: #120c22; }
.check { display: flex; gap: 11px; align-items: flex-start; font-size: .82rem; color: var(--ink-soft); margin-bottom: 20px; }
.check input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--violet); flex: none; }

.note { padding: 14px 16px; border-radius: var(--r-sm); font-size: .84rem; margin-bottom: 20px; }
.note--ok { background: rgba(184,255,79,.09); border: 1px solid rgba(184,255,79,.3); color: #cdff8f; }
.note--bad { background: rgba(255,107,138,.09); border: 1px solid rgba(255,107,138,.3); color: #ffabbc; }

/* ---------- CTA band ---------- */

.cta { padding: 52px; text-align: center; }
.cta h2 { max-width: 20ch; margin-inline: auto; }

/* ---------- Footer ---------- */

.foot { border-top: 1px solid var(--line); background: rgba(255,255,255,.02); margin-top: 40px; }
.foot__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding: 62px 0 44px; }
.foot h4 { font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; color: var(--ink-dim); font-weight: 500; margin-bottom: 16px; }
.foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.foot ul a { font-size: .855rem; color: var(--ink-soft); text-decoration: none; transition: color .3s; }
.foot ul a:hover { color: var(--ink); }
.foot__about p { font-size: .855rem; max-width: 40ch; }

.safer {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 26px 0; border-top: 1px solid var(--line);
}
.safer__logo {
  display: inline-flex; align-items: center; justify-content: center;
  height: 52px; padding: 0 16px; border-radius: 12px;
  background: #fff; border: 1px solid rgba(255,255,255,.14);
  text-decoration: none; transition: box-shadow .3s, transform .3s var(--ease);
}
.safer__logo:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -14px rgba(139,92,246,.9); }
.safer__logo img, .safer__logo svg { height: 28px; width: auto; display: block; }

/* Gamblers Anonymous ships as a white-only mark, so it keeps a dark plate. */
.safer__logo--dark { background: #120d24; border-color: var(--line-2); }
.safer__logo--dark img { height: 32px; }

/* Light plate for official marks placed on the dark glass cards. */
.logo-plate {
  display: inline-flex; align-items: center; justify-content: center;
  height: 62px; min-width: 150px; padding: 0 20px; margin-bottom: 16px;
  border-radius: var(--r-sm); background: #fff; border: 1px solid rgba(255,255,255,.14);
}
.logo-plate img { height: 32px; width: auto; display: block; }
.logo-plate--dark { background: #120d24; border-color: var(--line-2); }
.logo-plate--dark img { height: 38px; }

.foot__legal {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 24px 0 40px; border-top: 1px solid var(--line);
}
.foot__legal .links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.foot__legal .links a { font-size: .78rem; color: var(--ink-dim); text-decoration: none; }
.foot__legal .links a:hover { color: var(--ink); }
.foot__disclaimer { font-size: .74rem; color: var(--ink-dim); line-height: 1.62; max-width: 88ch; padding-bottom: 44px; }

/* ---------- Cookie banner ---------- */

.cookie {
  position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 90;
  max-width: 500px; padding: 24px;
  border-radius: var(--r-lg);
  background: rgba(11, 7, 24, .93);
  border: 1px solid var(--line-2);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow: 0 30px 70px -24px rgba(0, 0, 0, .9);
  transform: translateY(140%);
  opacity: 0;
  transition: transform .6s var(--ease), opacity .5s var(--ease);
}
.cookie.is-visible { transform: translateY(0); opacity: 1; }
.cookie h4 { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; font-size: .98rem; }
.cookie p { font-size: .82rem; margin-bottom: 16px; }
.cookie p a { color: var(--cyan); }
.cookie__row { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie__row .btn { flex: 1 1 auto; }

/* ---------- Reveal on scroll ---------- */

.rv { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.rv.is-in { opacity: 1; transform: none; }

/* ---------- Scroll hint ---------- */

.scroll-hint {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; color: var(--ink-dim);
  margin-top: 44px;
}
.scroll-hint i {
  display: block; width: 1px; height: 30px; background: linear-gradient(var(--ink-dim), transparent);
  animation: pulse 2.2s var(--ease) infinite;
}
@keyframes pulse { 0%,100% { opacity: .25; transform: scaleY(.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ---------- Page header ---------- */

.phead { padding: 62px 0 34px; }
.phead h1 { max-width: 20ch; }
.crumbs { font-size: .74rem; color: var(--ink-dim); margin-bottom: 16px; }
.crumbs a { color: var(--ink-dim); text-decoration: none; }
.crumbs a:hover { color: var(--ink); }

/* ---------- Review page bits ---------- */

.rhead { padding: 30px; display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; }
.rhead__logo {
  display: grid; place-items: center; width: 132px; height: 96px; flex: none;
  border-radius: var(--r); background: rgba(255,255,255,.07); border: 1px solid var(--line); padding: 12px;
}
.rhead__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.rhead .score { width: 78px; height: 78px; font-size: 1.5rem; }

.spec { display: grid; gap: 0; }
.spec div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
.spec div:last-child { border-bottom: none; }
.spec dt, .spec span:first-child { color: var(--ink-dim); }
.spec span:last-child { text-align: right; color: var(--ink); }

.sticky { position: sticky; top: calc(var(--nav-h) + 20px); }

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .foot__top { grid-template-columns: 1fr 1fr; gap: 34px; }
  .hero__grid { grid-template-columns: 1fr; gap: 38px; }
  .disc-wrap { min-height: 300px; order: -1; }
  .disc { width: min(260px, 62vw); }
}

@media (max-width: 760px) {
  .nav__links {
    position: fixed; inset: calc(var(--nav-h) + 34px) 16px auto 16px;
    flex-direction: column; align-items: stretch; gap: 4px; padding: 14px;
    background: rgba(11, 7, 24, .96); border: 1px solid var(--line-2); border-radius: var(--r-lg);
    backdrop-filter: blur(20px);
    opacity: 0; visibility: hidden; transform: translateY(-12px);
    transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
  }
  .nav__links.is-open { opacity: 1; visibility: visible; transform: none; }
  .burger { display: flex; }
  .nav__cta .btn { display: none; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .band { padding: 62px 0; }
  .rhead { grid-template-columns: 1fr; text-align: left; }
  .rhead__logo { width: 116px; height: 84px; }
  .cta { padding: 34px 22px; }
  .foot__top { grid-template-columns: 1fr; }
  .cookie { left: 12px; right: 12px; bottom: 12px; padding: 20px; }
  .disc-badge--a { left: -2%; }
  .disc-badge--b { right: -2%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; }
}

::selection { background: rgba(139, 92, 246, .5); color: #fff; }

:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 6px; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  padding: 12px 20px; background: var(--void-2); border: 1px solid var(--line-2); border-radius: 0 0 12px 0;
}
.skip:focus { left: 0; }

/* ---------- Inline two-column layouts collapse on small screens ---------- */
@media (max-width: 900px) {
  .shell.grid[style] { grid-template-columns: 1fr !important; }
  .sticky { position: static; }
}
