/* ============================================================
   PokerDownload.io — Neon Floor Design System
   Mobile-first, optimized for brand download CTAs
   ============================================================ */

:root {
  --bg: #06060e;
  --bg-2: #0c0a1a;
  --surface: rgba(20,16,42,0.7);
  --surface-2: rgba(28,22,56,0.85);
  --border: rgba(255,255,255,0.08);
  --border-2: rgba(255,255,255,0.14);
  --text: #f4f1ff;
  --muted: #a8a3c5;
  --muted-2: #7a7596;
  --pink: #ff2d92;
  --pink-2: #ff5fa3;
  --cyan: #00e5ff;
  --cyan-2: #66f0ff;
  --gold: #ffd166;
  --green: #00e08a;
  --red: #ff5252;
  --pink-glow: 0 0 32px rgba(255,45,146,0.55);
  --cyan-glow: 0 0 32px rgba(0,229,255,0.55);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { background: var(--bg); }
body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,45,146,0.18), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(0,229,255,0.15), transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

/* Disclosure bar */
.disclosure {
  background: #000;
  color: #888;
  text-align: center;
  font-size: 11px;
  padding: 8px 16px;
  border-bottom: 1px solid var(--border);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.disclosure span { color: var(--pink); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6,6,14,0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo {
  font-family: 'Tourney', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
/* Pink-only neon download tile (no blue/cyan anywhere) */
.logo-mark {
  width: 38px; height: 38px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 55%),
    linear-gradient(135deg, #ff2d92 0%, #b537ff 55%, #ff7ac6 100%);
  border-radius: 10px;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.12) inset,
    0 1px 0 rgba(255,255,255,0.18) inset,
    0 0 14px rgba(255,45,146,0.55),
    0 0 28px rgba(255,45,146,0.35);
  animation: pd-logo-pulse 2.6s ease-in-out infinite;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.logo-mark::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 13px;
  border: 1px solid rgba(255,45,146,0.55);
  opacity: 0;
  animation: pd-ring 3.4s ease-out infinite;
  pointer-events: none;
  z-index: -1;
}
.logo-mark svg { width: 24px; height: 24px; display: block; filter: drop-shadow(0 0 4px rgba(255,255,255,0.75)); }
.logo-mark svg .pd-arrow { animation: pd-arrow-bob 1.6s cubic-bezier(.5,0,.3,1) infinite; transform-origin: center; transform-box: fill-box; }
.logo-mark svg .pd-spark { opacity: 0; animation: pd-spark 1.6s cubic-bezier(.5,0,.3,1) infinite; transform-origin: center; transform-box: fill-box; }
@keyframes pd-logo-pulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255,255,255,0.12) inset, 0 1px 0 rgba(255,255,255,0.18) inset, 0 0 14px rgba(255,45,146,0.55), 0 0 28px rgba(255,45,146,0.35); }
  50%      { box-shadow: 0 0 0 1px rgba(255,255,255,0.18) inset, 0 1px 0 rgba(255,255,255,0.22) inset, 0 0 24px rgba(255,45,146,0.95), 0 0 48px rgba(255,45,146,0.60); }
}
@keyframes pd-arrow-bob {
  0%   { transform: translateY(-2.5px); }
  60%  { transform: translateY(2.5px); }
  72%  { transform: translateY(1.8px); }
  82%  { transform: translateY(2.5px); }
  100% { transform: translateY(-2.5px); }
}
@keyframes pd-ring {
  0%   { opacity: 0; transform: scale(0.92); }
  35%  { opacity: 0.55; }
  100% { opacity: 0; transform: scale(1.18); }
}
@keyframes pd-spark {
  0%, 55%  { opacity: 0; transform: translateY(0) scale(0.6); }
  60%      { opacity: 0.9; transform: translateY(2px) scale(1); }
  80%      { opacity: 0; transform: translateY(8px) scale(0.4); }
  100%     { opacity: 0; transform: translateY(8px) scale(0.4); }
}

/* Wordmark: DOWNLOAD wobbles + glows in pink, IO is solid pink */
.logo .pd-word { display: inline-flex; align-items: baseline; gap: 0; line-height: 1; }
.logo .pd-dl {
  color: #fff;
  text-shadow:
    0 0 6px rgba(255,255,255,0.65),
    0 0 14px rgba(255,45,146,0.9),
    0 0 28px rgba(255,45,146,0.55);
  display: inline-block;
  animation: pd-wobble 4.4s cubic-bezier(.55,.05,.25,1) infinite;
  transform-origin: 50% 100%;
  will-change: transform;
  letter-spacing: 0.035em;
}
.logo .pd-poker { color: var(--text); letter-spacing: 0.025em; margin-right: 1px; }
.logo .io {
  color: var(--pink);
  text-shadow: 0 0 8px rgba(255,45,146,0.75), 0 0 18px rgba(255,45,146,0.45);
  letter-spacing: 0.02em;
  margin-left: 1px;
}
@keyframes pd-wobble {
  0%, 65%  { transform: rotate(0deg) translateY(0); }
  70%      { transform: rotate(-1.6deg) translateY(-0.6px); }
  75%      { transform: rotate(1.4deg)  translateY(0.5px); }
  80%      { transform: rotate(-1.0deg) translateY(-0.4px); }
  85%      { transform: rotate(0.7deg)  translateY(0.3px); }
  90%      { transform: rotate(-0.3deg) translateY(0); }
  100%     { transform: rotate(0deg) translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .logo-mark, .logo-mark::before, .logo .pd-dl, .logo-mark svg .pd-arrow, .logo-mark svg .pd-spark { animation: none !important; }
}
.logo:hover .logo-mark {
  animation-duration: 1.1s;
  transform: translateY(-1.5px) scale(1.04);
}
.logo:hover .pd-dl { animation-duration: 2.2s; }
.logo:hover .logo-mark svg .pd-arrow { animation-duration: 1s; }
.logo:active .logo-mark { transform: translateY(0) scale(0.97); transition-duration: 0.08s; }
.nav { display: flex; gap: 24px; align-items: center; }
.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.nav a:hover, .nav a.active { color: var(--pink); }
.btn-nav {
  background: linear-gradient(135deg, var(--pink), var(--pink-2));
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: var(--pink-glow);
  font-size: 13px;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  width: 40px; height: 40px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: transform 0.2s, box-shadow 0.2s;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.btn-primary {
  background: linear-gradient(135deg, var(--pink), var(--pink-2));
  color: #fff;
  box-shadow: var(--pink-glow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 48px rgba(255,45,146,0.8); }
.btn-secondary {
  background: transparent;
  color: var(--cyan);
  border: 1px solid var(--cyan);
  box-shadow: inset 0 0 0 1px rgba(0,229,255,0.2);
}
.btn-secondary:hover { background: rgba(0,229,255,0.08); box-shadow: var(--cyan-glow); }
.btn-ghost {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--border);
}
.btn-ghost:hover { color: var(--text); border-color: var(--text); }

/* Hero (homepage) */
.hero {
  position: relative;
  min-height: 720px;
  padding: 80px 0 60px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-text { position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,45,146,0.12);
  border: 1px solid rgba(255,45,146,0.35);
  color: var(--pink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.eyebrow::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 12px var(--pink);
  animation: pulse 1.8s infinite;
}
.eyebrow.cyan {
  background: rgba(0,229,255,0.1);
  border-color: rgba(0,229,255,0.35);
  color: var(--cyan);
}
.eyebrow.cyan::before { background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.hero h1, .page-title h1 {
  font-family: 'Tourney', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.neon-pink {
  background: linear-gradient(180deg, var(--pink-2), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 24px rgba(255,45,146,0.6));
}
.neon-cyan {
  background: linear-gradient(180deg, var(--cyan-2), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 24px rgba(0,229,255,0.6));
}
.hero p.lede {
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 28px;
  max-width: 520px;
}
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-trust {
  display: flex;
  gap: 28px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.trust-item strong { color: var(--text); font-weight: 700; }

.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-image img {
  max-width: 100%;
  max-height: 680px;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(255,45,146,0.35), 0 0 0 1px rgba(255,255,255,0.06);
}
.hero-image::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle at 50% 50%, rgba(255,45,146,0.3), transparent 60%);
  z-index: -1;
}

/* Floating chip cards */
.chip-card {
  position: absolute;
  background: rgba(12,10,26,0.92);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 13px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  z-index: 3;
}
.chip-card.top { top: 60px; left: -30px; border-color: rgba(0,229,255,0.4); }
.chip-card.bottom { bottom: 80px; right: -20px; border-color: rgba(255,45,146,0.4); }
.chip-card .num {
  font-family: 'Tourney', sans-serif;
  font-size: 22px;
  font-weight: 800;
  display: block;
}
.chip-card.top .num { color: var(--cyan); }
.chip-card.bottom .num { color: var(--pink); }
.chip-card small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; }

/* Sections */
.section { padding: 72px 0; position: relative; }
.section-tight { padding: 48px 0; position: relative; }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head.left { text-align: left; margin-bottom: 36px; }
.section-head h2 {
  font-family: 'Tourney', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  line-height: 1;
}
.section-head h2 .accent { color: var(--pink); text-shadow: 0 0 24px rgba(255,45,146,0.6); }
.section-head h2 .accent-cyan { color: var(--cyan); text-shadow: 0 0 24px rgba(0,229,255,0.6); }
.section-head p { color: var(--muted); font-size: 16px; max-width: 600px; margin: 0 auto; }
.section-head.left p { margin: 0; }

/* Page title (hub/review pages) */
.page-title {
  padding: 60px 0 32px;
  text-align: center;
  position: relative;
}
.page-title .eyebrow { margin-bottom: 16px; }
.page-title h1 { font-size: clamp(36px, 5.5vw, 64px); margin-bottom: 16px; }
.page-title p.lede {
  font-size: 17px;
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 16px 0 0;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--pink); }
.breadcrumbs .sep { margin: 0 8px; color: var(--muted-2); }

/* Rooms grid (homepage + hubs) */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.room-card {
  background: var(--surface);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
}
.room-card:hover { transform: translateY(-6px); border-color: rgba(255,45,146,0.5); }
.room-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--card-color, var(--pink)) 0%, transparent 50%);
  opacity: 0.08;
  pointer-events: none;
}
.room-rank {
  position: absolute;
  top: 14px; right: 14px;
  font-family: 'Tourney', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: var(--gold);
  background: rgba(255,209,102,0.12);
  border: 1px solid rgba(255,209,102,0.3);
  padding: 4px 10px;
  border-radius: 999px;
}
.room-logo {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--card-color, var(--pink)), #0a0a18);
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-family: 'Tourney', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.room-card h3 {
  font-family: 'General Sans', sans-serif;
  font-size: 22px;
  margin-bottom: 4px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.room-card .room-type {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid var(--border);
  border-radius: 6px;
}
.room-features {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
  font-size: 13px;
  color: var(--muted);
  list-style: none;
}
.room-features li { display: flex; align-items: flex-start; gap: 8px; }
.room-features li::before {
  content: '✓';
  color: var(--cyan);
  font-weight: 800;
  flex-shrink: 0;
}
.room-bonus {
  background: rgba(255,209,102,0.08);
  border: 1px solid rgba(255,209,102,0.2);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 14px;
  font-size: 12px;
  color: var(--gold);
}
.room-bonus strong { color: var(--text); font-weight: 700; display: block; font-size: 14px; margin-bottom: 2px; }
.room-cta { display: flex; gap: 8px; margin-top: auto; }
.btn-download {
  flex: 1;
  /* Consistent site-wide download button: neon-pink → cyan gradient, white text */
  background: linear-gradient(135deg, var(--pink) 0%, #b537ff 55%, var(--cyan) 100%);
  color: #fff;
  padding: 13px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  box-shadow: 0 6px 20px rgba(255,45,146,0.28), 0 0 0 1px rgba(255,255,255,0.06) inset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
}
.btn-download::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3v12m0 0l-4-4m4 4l4-4M5 21h14'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 auto;
}
.btn-download:hover { transform: translateY(-1px); filter: brightness(1.08); box-shadow: 0 10px 28px rgba(255,45,146,0.4), 0 0 0 1px rgba(255,255,255,0.1) inset; }
.btn-download:active { transform: translateY(0); }
.btn-review {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--muted);
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s, border-color 0.2s;
}
.btn-review:hover { color: var(--text); border-color: var(--text); }

/* Verticals strip */
.verticals { background: linear-gradient(180deg, transparent, rgba(255,45,146,0.04), transparent); padding: 56px 0; }
.vertical-tabs { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.vertical-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: border-color 0.2s, transform 0.2s;
}
.vertical-card:hover { border-color: var(--pink); transform: translateY(-2px); box-shadow: 0 0 24px rgba(255,45,146,0.18); }
.vertical-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, rgba(255,45,146,0.18), rgba(181,55,255,0.12));
  border: 1px solid rgba(255,45,146,0.25);
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--pink);
  transition: transform 0.2s, color 0.2s, border-color 0.2s;
}
.vertical-icon .icon { color: inherit; }
.vertical-card:hover .vertical-icon { transform: scale(1.05); border-color: var(--pink); color: #ff7ac6; }

/* Unified icon component */
.icon { display: inline-flex; width: 1em; height: 1em; line-height: 1; vertical-align: -0.125em; }
.icon svg { width: 100%; height: 100%; display: block; }
/* Size variants */
.icon-lg { width: 1.5em; height: 1.5em; }
.icon-xl { width: 2em; height: 2em; }
.vertical-icon .icon { width: 24px; height: 24px; }
.trust-item .icon { width: 18px; height: 18px; color: var(--pink); }
.feature-list .icon, .pros-list .icon, .cons-list .icon { width: 16px; height: 16px; flex-shrink: 0; }

.vertical-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 2px; }
.vertical-card small { color: var(--muted); font-size: 12px; }

/* Review page layout */
.review-hero {
  padding: 48px 0 32px;
  position: relative;
}
.review-hero-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
}
.review-logo {
  width: 120px; height: 120px;
  background: linear-gradient(135deg, var(--card-color, var(--pink)), #0a0a18);
  border-radius: 24px;
  display: grid;
  place-items: center;
  font-family: 'Tourney', sans-serif;
  font-weight: 800;
  font-size: 42px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 0 1px var(--border);
}
.review-title h1 {
  font-family: 'Tourney', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1;
}
.review-meta {
  display: flex;
  gap: 14px;
  font-size: 13px;
  color: var(--muted);
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.review-meta .type-tag {
  background: rgba(0,229,255,0.1);
  border: 1px solid rgba(0,229,255,0.3);
  color: var(--cyan);
  padding: 3px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 600;
}
.review-summary { color: var(--muted); font-size: 16px; max-width: 600px; }
.review-score {
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 22px 28px;
  min-width: 140px;
}
.review-score .score {
  font-family: 'Tourney', sans-serif;
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(180deg, var(--pink-2), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  display: block;
}
.review-score .score-label {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 6px;
  display: block;
}

/* Sticky CTA bar (review pages) */
.sticky-cta {
  background: linear-gradient(135deg, rgba(255,45,146,0.12), rgba(0,229,255,0.08));
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px 28px;
  margin: 24px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.sticky-cta-text strong {
  display: block;
  font-size: 18px;
  font-family: 'Tourney', sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.sticky-cta-text small { color: var(--muted); font-size: 13px; }
.sticky-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* Review body */
.review-body {
  padding: 48px 0 80px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}
.review-content h2 {
  font-family: 'Tourney', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  margin: 40px 0 16px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.review-content h2:first-child { margin-top: 0; }
.review-content h3 {
  font-family: 'General Sans', sans-serif;
  font-size: 19px;
  margin: 28px 0 10px;
  font-weight: 700;
  color: var(--text);
}
.review-content p { margin-bottom: 14px; color: #d4d0e8; font-size: 15px; }
.review-content ul, .review-content ol { margin: 0 0 16px 20px; color: #d4d0e8; font-size: 15px; }
.review-content li { margin-bottom: 6px; }
.review-content a { color: var(--pink); text-decoration: underline; text-underline-offset: 3px; }
.review-content a:hover { color: var(--cyan); }
.review-content strong { color: var(--text); font-weight: 700; }

/* Pros/Cons */
.proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}
.proscons-col {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
}
.proscons-col.pros { border-color: rgba(0,224,138,0.3); }
.proscons-col.cons { border-color: rgba(255,82,82,0.25); }
.proscons-col h4 {
  font-family: 'Tourney', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.proscons-col.pros h4 { color: var(--green); }
.proscons-col.cons h4 { color: var(--red); }
.proscons-col ul { list-style: none; margin: 0; padding: 0; }
.proscons-col li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  padding: 6px 0;
  color: #d4d0e8;
}
.proscons-col.pros li::before { content: '+'; color: var(--green); font-weight: 800; flex-shrink: 0; }
.proscons-col.cons li::before { content: '−'; color: var(--red); font-weight: 800; flex-shrink: 0; }

/* Stats table */
.stats-table {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  margin: 24px 0;
}
.stats-table .row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.stats-table .row:last-child { border-bottom: none; }
.stats-table .label { color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; font-weight: 600; }
.stats-table .value { color: var(--text); }
.stats-table .value strong { color: var(--pink); }

/* Sidebar */
.review-sidebar {
  position: sticky;
  top: 88px;
}
.sidebar-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 16px;
}
.sidebar-card h4 {
  font-family: 'Tourney', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  color: var(--pink);
}
.sidebar-card .big-bonus {
  font-family: 'Tourney', sans-serif;
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(180deg, var(--cyan-2), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 6px;
}
.sidebar-card small { display: block; color: var(--muted); font-size: 12px; margin-bottom: 14px; }
.sidebar-card .promo-code {
  background: rgba(255,209,102,0.08);
  border: 1px dashed rgba(255,209,102,0.4);
  border-radius: 10px;
  padding: 10px 14px;
  text-align: center;
  font-family: 'Tourney', sans-serif;
  color: var(--gold);
  letter-spacing: 0.15em;
  font-size: 16px;
  margin-bottom: 14px;
  cursor: pointer;
}
.sidebar-card .btn { width: 100%; justify-content: center; }
.sidebar-quickfacts ul { list-style: none; }
.sidebar-quickfacts li {
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
}
.sidebar-quickfacts li:last-child { border-bottom: none; }
.sidebar-quickfacts li strong { color: var(--text); font-weight: 600; }

/* Score breakdown */
.score-bars { margin: 24px 0; }
.score-bar { display: grid; grid-template-columns: 140px 1fr 40px; gap: 14px; align-items: center; padding: 8px 0; font-size: 13px; }
.score-bar .label { color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; font-size: 12px; }
.score-bar .bar { height: 8px; background: rgba(255,255,255,0.06); border-radius: 999px; overflow: hidden; }
.score-bar .bar-fill { height: 100%; background: linear-gradient(90deg, var(--pink), var(--cyan)); border-radius: 999px; }
.score-bar .num { color: var(--text); font-weight: 700; font-family: 'Tourney', sans-serif; }

/* FAQ */
.faq { margin: 28px 0; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 10px;
}
.faq-item summary {
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::after { content: '+'; color: var(--pink); font-size: 22px; font-weight: 400; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { margin-top: 12px; color: var(--muted); font-size: 14px; }

/* Promo code page styling */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}
.promo-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.promo-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.promo-card .room-logo { width: 48px; height: 48px; font-size: 18px; margin-bottom: 0; }
.promo-card h3 { font-size: 18px; margin: 0; }
.promo-card .promo-meta { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; }
.promo-card .big-bonus {
  font-family: 'Tourney', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1.1;
  margin-bottom: 8px;
}
.promo-card .bonus-desc { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.promo-card .promo-code-box {
  background: rgba(0,229,255,0.08);
  border: 1px dashed rgba(0,229,255,0.4);
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-family: 'Tourney', sans-serif;
  color: var(--cyan);
  letter-spacing: 0.15em;
  font-size: 15px;
}
.promo-card .copy-btn {
  background: transparent;
  border: 1px solid var(--cyan);
  color: var(--cyan);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  cursor: pointer;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.promo-card .copy-btn:hover { background: var(--cyan); color: #000; }
.promo-card .promo-cta { margin-top: auto; }

/* Guide cards */
.guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.guide-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color 0.2s, transform 0.2s;
}
.guide-card:hover { border-color: var(--pink); transform: translateY(-4px); }
.guide-card .guide-num {
  font-family: 'Tourney', sans-serif;
  font-size: 13px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  display: block;
}
.guide-card h3 {
  font-family: 'General Sans', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 700;
}
.guide-card p { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.guide-card .read-more { color: var(--pink); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; }

/* Guide article body */
.article-body {
  padding: 32px 0 80px;
}
.article-body h2 {
  font-family: 'Tourney', sans-serif;
  font-size: clamp(24px, 3.5vw, 36px);
  text-transform: uppercase;
  margin: 48px 0 16px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.article-body h2:first-child { margin-top: 0; }
.article-body h3 {
  font-family: 'General Sans', sans-serif;
  font-size: 22px;
  margin: 32px 0 12px;
  font-weight: 700;
}
.article-body p { font-size: 16px; color: #d4d0e8; margin-bottom: 16px; line-height: 1.75; }
.article-body ul, .article-body ol { margin: 0 0 18px 22px; color: #d4d0e8; font-size: 16px; }
.article-body li { margin-bottom: 8px; }
.article-body a { color: var(--pink); text-decoration: underline; text-underline-offset: 3px; }
.article-body a:hover { color: var(--cyan); }
.article-body strong { color: var(--text); font-weight: 700; }
.article-body blockquote {
  border-left: 3px solid var(--pink);
  padding: 4px 0 4px 20px;
  margin: 24px 0;
  color: var(--text);
  font-style: italic;
  font-size: 17px;
}
/* Responsive article tables. On desktop: clean grid. On mobile: scroll wrapper or card stack. */
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  table-layout: auto;
}
.article-body th, .article-body td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}
.article-body tr:last-child td { border-bottom: none; }
.article-body th {
  background: linear-gradient(180deg, rgba(255,45,146,0.10), rgba(255,45,146,0.04));
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  white-space: nowrap;
}
.article-body td { color: #d4d0e8; }
.article-body tbody tr:hover td { background: rgba(255,45,146,0.04); }
/* First column = label (left-aligned), numeric columns right-aligned by default */
.article-body td:not(:first-child), .article-body th:not(:first-child) { text-align: right; }
.article-body td:first-child { font-weight: 600; color: var(--text); }

/* Mobile: convert table to label/value cards. Each row becomes a card. */
@media (max-width: 640px) {
  .article-body table {
    display: block;
    border: none;
    background: transparent;
    border-radius: 0;
    margin: 20px 0;
  }
  .article-body thead { display: none; }
  .article-body tbody { display: block; }
  .article-body tr {
    display: block;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 4px 0;
  }
  .article-body td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-bottom: 1px dashed rgba(255,255,255,0.06);
    text-align: right;
  }
  .article-body tr td:last-child { border-bottom: none; }
  /* Inject the header text via data-label, set by build */
  .article-body td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: left;
    flex: 0 0 auto;
  }
  /* First cell becomes the card title */
  .article-body td:first-child {
    background: linear-gradient(180deg, rgba(255,45,146,0.08), rgba(255,45,146,0));
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    text-align: left;
    border-radius: 12px 12px 0 0;
    padding: 12px 16px;
  }
  .article-body td:first-child::before { display: none; }
}

.callout {
  background: linear-gradient(135deg, rgba(255,45,146,0.08), rgba(0,229,255,0.05));
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px 24px;
  margin: 24px 0;
}
.callout strong { color: var(--pink); display: block; margin-bottom: 6px; text-transform: uppercase; font-size: 13px; letter-spacing: 0.1em; }

/* Related rooms bar (review bottom) */
.related-rooms {
  background: linear-gradient(180deg, transparent, rgba(255,45,146,0.04));
  padding: 56px 0;
  border-top: 1px solid var(--border);
}

/* Footer */
footer {
  background: #000;
  padding: 56px 0 24px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
}
.footer-grid h5 {
  font-family: 'Tourney', sans-serif;
  font-size: 13px;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.footer-grid ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { color: var(--muted); text-decoration: none; }
.footer-grid a:hover { color: var(--pink); }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
}
.rg-badges { display: flex; gap: 10px; align-items: center; }
.rg-badge {
  border: 1px solid var(--border);
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 10px;
}

/* Mobile */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 48px 0 32px; min-height: auto; }
  .hero-image { order: -1; }
  .hero-image img { max-height: 440px; }
  .chip-card.top { left: 8px; top: 12px; padding: 10px 14px; }
  .chip-card.top .num { font-size: 18px; }
  .chip-card.bottom { right: 8px; bottom: 12px; padding: 10px 14px; }
  .chip-card.bottom .num { font-size: 18px; }
  .section { padding: 56px 0; }
  .nav { display: none; position: fixed; top: 56px; left: 0; right: 0; flex-direction: column; gap: 0; background: rgba(6,6,14,0.98); backdrop-filter: blur(20px); padding: 20px; border-bottom: 1px solid var(--border); align-items: stretch; }
  .nav.open { display: flex; }
  .nav a { padding: 14px 8px; border-bottom: 1px solid var(--border); width: 100%; font-size: 16px; }
  .nav a:last-child { border-bottom: none; }
  .nav .btn-nav { margin-top: 8px; text-align: center; padding: 14px; }
  .menu-toggle { display: inline-flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .review-hero-grid { grid-template-columns: 80px 1fr; gap: 18px; }
  .review-logo { width: 80px; height: 80px; font-size: 28px; border-radius: 18px; }
  .review-score { grid-column: 1 / -1; }
  .review-body { grid-template-columns: 1fr; gap: 32px; }
  .review-sidebar { position: static; order: -1; }
  .sticky-cta { grid-template-columns: 1fr; text-align: center; }
  .sticky-cta-actions { justify-content: center; }
  .proscons { grid-template-columns: 1fr; }
  .stats-table .row { grid-template-columns: 1fr; gap: 4px; }
  .hero-trust { gap: 16px; }
  .btn { padding: 14px 20px; font-size: 13px; }
  .container { padding: 0 16px; }
}

@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .review-hero { padding: 32px 0 24px; }
  .review-title h1 { font-size: 32px; }
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta-row .btn { justify-content: center; }
  .room-cta { flex-direction: column; }
  .room-cta .btn-review { text-align: center; }
}

/* ============================================================
   BIG DOWNLOAD CTA — appears on every page
   ============================================================ */
.big-download {
  position: relative;
  margin: 56px auto;
  padding: 36px 28px;
  background: radial-gradient(ellipse at top, rgba(255,45,146,0.18), transparent 70%),
              linear-gradient(180deg, #14081e 0%, #06060e 100%);
  border: 1px solid rgba(255,45,146,0.35);
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 30px 80px -20px rgba(255,45,146,0.35);
}
.big-download::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 40px,
    rgba(0,229,255,0.04) 40px 41px
  );
  pointer-events: none;
}
.big-download .bd-eyebrow {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.big-download .bd-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.05;
  margin: 0 0 12px;
  color: var(--text);
  text-transform: uppercase;
}
.big-download .bd-title .accent {
  color: var(--pink);
  text-shadow: 0 0 24px rgba(255,45,146,0.55);
}
.big-download .bd-sub {
  color: var(--muted);
  font-size: 15px;
  max-width: 540px;
  margin: 0 auto 24px;
  line-height: 1.5;
}
.big-download .bd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 44px;
  background: linear-gradient(135deg, var(--pink) 0%, #ff5fa8 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 18px 50px -10px rgba(255,45,146,0.75),
              0 0 0 1px rgba(255,255,255,0.08) inset;
  transition: transform .15s ease, box-shadow .15s ease;
}
.big-download .bd-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px -8px rgba(255,45,146,0.9);
}
.big-download .bd-btn svg {
  width: 22px; height: 22px;
}
.big-download .bd-meta {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13px;
  color: var(--muted);
}
.big-download .bd-meta span { display: inline-flex; align-items: center; gap: 6px; }

/* ============================================================
   DOWNLOAD TABLE
   ============================================================ */
.download-table-wrap {
  margin: 32px 0;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(14, 7, 25, 0.6);
}
.download-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.download-table th {
  text-align: left;
  padding: 14px 16px;
  font-family: var(--font-display);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--cyan);
  background: rgba(0,229,255,0.04);
  border-bottom: 1px solid var(--border);
}
.download-table td {
  padding: 16px;
  font-size: 14px;
  color: var(--text);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  vertical-align: middle;
}
.download-table tr:last-child td { border-bottom: none; }
.download-table tr:hover td { background: rgba(255,45,146,0.04); }
.download-table .rank-cell {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 16px;
}
.download-table .room-cell {
  display: flex; align-items: center; gap: 12px;
  font-weight: 600;
}
.download-table .room-cell .mini-logo {
  width: 36px; height: 36px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 12px;
  color: #fff;
  flex-shrink: 0;
}
.download-table .bonus-cell { color: var(--text); font-weight: 500; }
.download-table .platforms { color: var(--muted); font-size: 12px; }
.download-table .dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  /* Match site-wide consistent download button gradient */
  background: linear-gradient(135deg, var(--pink) 0%, #b537ff 55%, var(--cyan) 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(255,45,146,0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.download-table .dl-btn::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3v12m0 0l-4-4m4 4l4-4M5 21h14'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.download-table .dl-btn:hover { transform: translateY(-1px); filter: brightness(1.08); box-shadow: 0 8px 20px rgba(255,45,146,0.4); }

@media (max-width: 900px) {
  .big-download { margin: 40px 0; padding: 28px 18px; border-radius: 18px; }
  .big-download .bd-btn { width: 100%; padding: 18px 24px; font-size: 16px; }
  .big-download .bd-meta { gap: 10px; font-size: 12px; }
}

/* ============ BYLINE BLOCK ============ */
.byline-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin: 14px 0 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  background: rgba(12,10,26,0.6);
  font-size: 13px;
  line-height: 1.4;
}
.byline-people { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; color: rgba(244,241,255,0.75); }
.byline-label { color: rgba(244,241,255,0.55); font-weight: 500; letter-spacing: 0.02em; }
.byline-name { color: var(--pink); text-decoration: none; font-weight: 600; }
.byline-name:hover { text-decoration: underline; }
.byline-role { color: rgba(244,241,255,0.55); }
.byline-sep { color: rgba(244,241,255,0.25); margin: 0 4px; }
.byline-date { margin-left: auto; }
.byline-date time { color: var(--cyan, #4de2ff); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 600px) {
  .byline-block { font-size: 12px; }
  .byline-date { margin-left: 0; width: 100%; padding-top: 4px; border-top: 1px solid rgba(255,255,255,0.06); }
}

/* ============ RG INTERNATIONAL BLOCK ============ */
.rg-block {
  margin-top: 32px;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,45,146,0.06), rgba(77,226,255,0.05));
}
.rg-block-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 14px;
}
.rg-block-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(244,241,255,0.75);
}
.rg-region strong {
  display: block;
  color: var(--text);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.rg-region a { color: var(--cyan, #4de2ff); text-decoration: none; }
.rg-region a:hover { text-decoration: underline; }
.rg-block-foot {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 12px;
  color: rgba(244,241,255,0.55);
}
@media (max-width: 800px) {
  .rg-block-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .rg-block-grid { grid-template-columns: 1fr; }
}

/* ============ BIO PAGES ============ */
.bio-hero {
  padding: 60px 0 30px;
}
.bio-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: start;
}
.bio-photo {
  width: 200px;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,45,146,0.3), rgba(255,45,146,0.05));
  box-shadow: 0 12px 40px rgba(255,45,146,0.18), 0 0 0 1px rgba(255,45,146,0.25);
  position: relative;
}
.bio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bio-role { color: var(--cyan, #4de2ff); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; font-size: 13px; }
.bio-h1 { font-size: 48px; margin: 6px 0 14px; }
.bio-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}
.bio-credential {
  padding: 6px 12px;
  border: 1px solid rgba(255,45,146,0.4);
  border-radius: 999px;
  font-size: 12px;
  color: var(--pink);
  background: rgba(255,45,146,0.06);
}
.bio-social a {
  margin-right: 12px;
  color: var(--cyan, #4de2ff);
  font-weight: 600;
  text-decoration: none;
}
.bio-section { margin-top: 32px; }
.bio-section h2 { font-size: 24px; margin-bottom: 12px; }
@media (max-width: 700px) {
  .bio-grid { grid-template-columns: 1fr; }
  .bio-photo { width: 140px; height: 140px; }
  .bio-h1 { font-size: 32px; }
}

/* ============ TEAM INDEX PAGE ============ */
.team-hero { padding: 60px 0 24px; text-align: center; }
.team-hero .lede { max-width: 720px; margin: 16px auto 0; }
.team-grid-section { padding: 30px 0 40px; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.team-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  align-items: start;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,45,146,0.18);
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.team-card:hover { transform: translateY(-3px); border-color: rgba(255,45,146,0.5); box-shadow: 0 18px 48px rgba(255,45,146,0.18); }
.team-card-photo {
  width: 160px;
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,45,146,0.1);
}
.team-card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-card-role { color: var(--pink); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; font-size: 12px; margin-bottom: 4px; }
.team-card-name { font-size: 24px; margin: 0 0 8px; }
.team-card-bio { font-size: 14px; line-height: 1.55; opacity: 0.85; margin: 0 0 12px; }
.team-card-link { color: var(--pink); font-weight: 600; font-size: 13px; }
.team-standards { padding: 20px 0 60px; }
.team-standards h2 { font-size: 24px; margin-bottom: 16px; }
.team-standards-list { list-style: none; padding: 0; display: grid; gap: 12px; }
.team-standards-list li { padding: 14px 18px; border-radius: 12px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); font-size: 14px; line-height: 1.55; }
.team-standards-list strong { color: var(--pink); }
@media (max-width: 700px) {
  .team-grid { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 1fr; text-align: center; }
  .team-card-photo { width: 200px; height: 200px; margin: 0 auto; }
}

/* ============ REVIEW INTRO PARAGRAPH ============ */
.review-intro {
  margin-top: 14px;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(255,45,146,0.06), rgba(77,226,255,0.04));
  border-left: 3px solid var(--pink);
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(244,241,255,0.9);
}

/* ============ STICKY BOTTOM CTA ============ */
.sticky-bottom-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 12px;
  background: rgba(6,6,14,0.96);
  border-top: 2px solid var(--pink);
  box-shadow: 0 -8px 28px rgba(255,45,146,0.25), 0 -2px 10px rgba(0,0,0,0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateY(0);
  transition: transform 0.25s ease;
}
.sticky-bottom-cta.hidden {
  transform: translateY(110%);
}
.sticky-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.sticky-bottom-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sticky-bottom-headline {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.sticky-bottom-code {
  font-family: 'Tourney', monospace;
  font-size: 13px;
  padding: 2px 8px;
  border: 1px dashed var(--gold, #ffd166);
  border-radius: 6px;
  color: var(--gold, #ffd166);
  letter-spacing: 0.06em;
}
.sticky-bottom-sub {
  font-size: 12px;
  color: rgba(244,241,255,0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-bottom-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--pink-2, #ff5fa3));
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  box-shadow: 0 0 24px rgba(255,45,146,0.55);
  min-height: 44px;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.sticky-bottom-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 32px rgba(255,45,146,0.75);
}
.sticky-bottom-btn-arrow {
  font-size: 18px;
  line-height: 1;
}
.sticky-bottom-close {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(244,241,255,0.55);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
}
.sticky-bottom-close:hover {
  color: var(--text);
  border-color: rgba(255,255,255,0.4);
}

/* Body padding so sticky bar doesn't cover footer content */
body { padding-bottom: 88px; }

@media (max-width: 720px) {
  .sticky-bottom-inner { gap: 8px; }
  .sticky-bottom-headline { font-size: 13px; }
  .sticky-bottom-sub { display: none; }
  .sticky-bottom-btn { padding: 10px 16px; font-size: 14px; }
  .sticky-bottom-close { display: none; }
  body { padding-bottom: 76px; }
}
@media (max-width: 420px) {
  .sticky-bottom-code { display: none; }
}

/* ============================================================
   Per-room PROMO DETAIL pages (/promo-codes/{slug}.html)
   ============================================================ */
.promo-detail-hero {
  background: linear-gradient(180deg, rgba(255,46,153,0.10) 0%, rgba(10,10,15,0) 80%);
  padding: 40px 0 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.promo-detail-hero .eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan, #00e5ff);
  margin-bottom: 14px;
}
.promo-detail-hero h1 {
  font-family: 'Tourney', 'Inter', sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 900;
  margin: 0 0 18px;
  line-height: 1.05;
}
.promo-detail-hero .lede {
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted, #cbd0d8);
  margin: 18px 0 26px;
  max-width: 760px;
}

/* The 36pt monospace code box (top of promo detail) */
.promo-detail-hero .promo-code-box {
  background: linear-gradient(180deg, rgba(255,46,153,0.06), rgba(0,229,255,0.04));
  border: 2px solid rgba(255,46,153,0.45);
  border-radius: 18px;
  padding: 22px 24px 20px;
  max-width: 720px;
  box-shadow: 0 6px 32px rgba(255,46,153,0.18);
}
.promo-detail-hero .promo-code-headline {
  font-family: 'Tourney', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--gold, #ffd166);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.promo-detail-hero .promo-code-display {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.promo-detail-hero .promo-code-display code {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 36pt;
  font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,0.45);
  padding: 8px 22px;
  border-radius: 10px;
  letter-spacing: 0.08em;
  border: 1px dashed rgba(255,46,153,0.5);
  line-height: 1;
}
.promo-code-copy {
  background: var(--pink, #ff2e99);
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.promo-code-copy:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(255,46,153,0.45); }
.promo-code-copy:active { transform: translateY(0); }
.promo-detail-hero .promo-code-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 14px 0 18px;
  font-size: 13px;
  color: var(--muted, #cbd0d8);
}
.promo-detail-hero .promo-code-meta span { background: rgba(255,255,255,0.04); padding: 6px 12px; border-radius: 999px; }
.btn-large { font-size: 16px !important; padding: 16px 28px !important; }
.promo-detail-hero .promo-code-tcs {
  margin-top: 14px;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
}

@media (max-width: 720px) {
  .promo-detail-hero .promo-code-display code { font-size: 28pt; padding: 6px 14px; }
  .promo-detail-hero .promo-code-display { gap: 10px; }
  .promo-code-copy { padding: 10px 16px; font-size: 12px; }
}

/* Two-column body grid */
.promo-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  margin: 48px 0 64px;
  align-items: start;
}
.promo-detail-body h2 {
  font-family: 'Tourney', sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin: 36px 0 14px;
  color: #fff;
  border-left: 3px solid var(--pink, #ff2e99);
  padding-left: 12px;
}
.promo-detail-body h2:first-child { margin-top: 0; }
.promo-detail-body p { color: var(--muted, #cbd0d8); line-height: 1.7; font-size: 15px; }

.promo-steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 14px 0 8px;
}
.promo-steps li {
  position: relative;
  padding: 14px 16px 14px 56px;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.03);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.05);
  color: var(--muted, #cbd0d8);
  line-height: 1.55;
  font-size: 14.5px;
}
.promo-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--pink, #ff2e99);
  color: #fff;
  border-radius: 50%;
  font-family: 'Tourney', sans-serif;
  font-weight: 800;
  font-size: 14px;
}
.promo-steps li strong { color: #fff; }
.promo-steps code, .promo-detail-body code, .sidebar-card code {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  background: rgba(255,46,153,0.12);
  color: var(--gold, #ffd166);
  padding: 1px 7px;
  border-radius: 4px;
  font-size: 0.95em;
  letter-spacing: 0.03em;
}

.promo-benefits {
  list-style: none;
  padding: 0;
  margin: 14px 0;
}
.promo-benefits li {
  padding: 10px 0 10px 26px;
  border-bottom: 1px dashed rgba(255,255,255,0.06);
  position: relative;
  color: var(--muted, #cbd0d8);
  font-size: 14.5px;
}
.promo-benefits li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--cyan, #00e5ff);
  font-weight: 700;
}
.promo-benefits li strong { color: #fff; }

/* Sidebar */
.promo-detail-sidebar { position: sticky; top: 20px; }
.promo-detail-sidebar .sidebar-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 22px;
}
.promo-detail-sidebar h4 {
  font-family: 'Tourney', sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--cyan, #00e5ff);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.sidebar-facts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-facts li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 13.5px;
}
.sidebar-facts li:last-child { border-bottom: none; }
.sidebar-facts li span { color: var(--muted, #cbd0d8); }
.sidebar-facts li strong { color: #fff; font-weight: 700; }

/* FAQ list (used on promo pages) */
.faq-list { margin: 14px 0 32px; }
.faq-list .faq-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 10px;
}
.faq-list .faq-item h3 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.faq-list .faq-item p { margin: 0; color: var(--muted, #cbd0d8); font-size: 14.5px; line-height: 1.65; }

@media (max-width: 920px) {
  .promo-detail-grid { grid-template-columns: 1fr; gap: 32px; }
  .promo-detail-sidebar { position: static; }
}

/* ============================================================
   THEME — light / dark mode
   Dark is the default (WSOP neon energy). Light is opt-in via
   the header toggle, with system preference respected on first
   visit and choice persisted to localStorage.
   ============================================================ */

/* Generic semantic tokens layered on top of brand colors.
   Use these for any new card / panel / border. */
:root,
[data-theme="dark"] {
  --bg: #06060e;
  --bg-2: #0c0a1a;
  --panel: rgba(255,255,255,0.03);
  --panel-2: rgba(255,255,255,0.05);
  --panel-strong: rgba(20,16,42,0.7);
  --border: rgba(255,255,255,0.08);
  --border-2: rgba(255,255,255,0.14);
  --text: #f4f1ff;
  --muted: #a8a3c5;
  --muted-2: #7a7596;
  --link: #66f0ff;
  --link-hover: #ff5fa3;
  --disclosure-bg: #000;
  --disclosure-fg: #888;
  --header-bg: rgba(6,6,14,0.85);
  --footer-bg: #04040a;
  --table-stripe: rgba(255,255,255,0.02);
  --shadow-pop: 0 14px 40px rgba(0,0,0,0.35);
  --glow-veil-a: 0.18;  /* radial gradient pink */
  --glow-veil-b: 0.15;  /* radial gradient cyan */
}

[data-theme="light"] {
  --bg: #f7f5fb;
  --bg-2: #efe9f7;
  --panel: rgba(20,16,42,0.04);
  --panel-2: rgba(20,16,42,0.07);
  --panel-strong: #ffffff;
  --border: rgba(20,16,42,0.10);
  --border-2: rgba(20,16,42,0.18);
  --text: #14101f;
  --muted: #5a5570;
  --muted-2: #847e9c;
  --link: #c41878;          /* darker pink for AA contrast on light */
  --link-hover: #8a0e58;
  --disclosure-bg: #14101f;
  --disclosure-fg: #cdc8df;
  --header-bg: rgba(247,245,251,0.88);
  --footer-bg: #efe9f7;
  --table-stripe: rgba(20,16,42,0.03);
  --shadow-pop: 0 12px 32px rgba(20,16,42,0.10);
  --glow-veil-a: 0.05;
  --glow-veil-b: 0.04;
}

/* Body gradient veil now uses tokens so it dims in light mode */
body::before {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,45,146,var(--glow-veil-a)), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(0,229,255,var(--glow-veil-b)), transparent 40%) !important;
}

/* Header background tracks theme */
.site-header { background: var(--header-bg) !important; border-bottom-color: var(--border) !important; }
.disclosure { background: var(--disclosure-bg) !important; color: var(--disclosure-fg) !important; border-bottom-color: var(--border) !important; }

/* Theme toggle button in the header */
.theme-toggle {
  background: var(--panel);
  border: 1px solid var(--border);
  color: var(--text);
  width: 36px; height: 36px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.12s ease;
  position: relative;
  flex-shrink: 0;
}
.theme-toggle:hover { border-color: var(--pink); color: var(--pink); transform: translateY(-1px); }
.theme-toggle:active { transform: translateY(0); }
.theme-toggle .theme-toggle-sun,
.theme-toggle .theme-toggle-moon { transition: opacity 0.18s ease; }
/* In dark mode show moon, in light mode show sun */
[data-theme="dark"] .theme-toggle .theme-toggle-sun { display: none; }
[data-theme="dark"] .theme-toggle .theme-toggle-moon { display: inline; }
[data-theme="light"] .theme-toggle .theme-toggle-sun { display: inline; }
[data-theme="light"] .theme-toggle .theme-toggle-moon { display: none; }

/* ====== LIGHT-MODE OVERRIDES for hard-coded dark surfaces ====== */
[data-theme="light"] {
  color: var(--text);
}
[data-theme="light"] .logo { color: var(--text); }
[data-theme="light"] .logo-mark { color: #fff; }
/* Light-theme: white DOWNLOAD vanishes — switch to deep pink with soft glow */
[data-theme="light"] .logo .pd-dl {
  color: #c2185b;
  text-shadow:
    0 0 1px rgba(255,255,255,0.9),
    0 0 10px rgba(255,45,146,0.5),
    0 0 20px rgba(255,45,146,0.3);
}
[data-theme="light"] .logo .io {
  text-shadow: 0 0 8px rgba(255,45,146,0.45);
}
[data-theme="light"] .nav a { color: var(--muted); }
[data-theme="light"] .nav a:hover,
[data-theme="light"] .nav a.active { color: var(--pink); }

/* Generic panels and cards that used rgba white in dark */
[data-theme="light"] .room-card,
[data-theme="light"] .promo-card,
[data-theme="light"] .guide-card,
[data-theme="light"] .callout,
[data-theme="light"] .bio-credential,
[data-theme="light"] .sidebar-card,
[data-theme="light"] .promo-steps li,
[data-theme="light"] .faq-list .faq-item,
[data-theme="light"] .promo-detail-hero .promo-code-meta span,
[data-theme="light"] .review-card,
[data-theme="light"] .feature-card,
[data-theme="light"] .stat-card,
[data-theme="light"] .pro-con-card,
[data-theme="light"] .hero-card,
[data-theme="light"] .trust-bar,
[data-theme="light"] .download-table-wrap,
[data-theme="light"] .rg-block,
[data-theme="light"] .breadcrumbs,
[data-theme="light"] .review-intro {
  background: var(--panel-strong) !important;
  border-color: var(--border) !important;
  color: var(--text);
  box-shadow: var(--shadow-pop);
}

[data-theme="light"] .download-table tbody tr:nth-child(even) { background: var(--table-stripe) !important; }
[data-theme="light"] .download-table th { background: var(--panel-2) !important; color: var(--text) !important; border-color: var(--border) !important; }
[data-theme="light"] .download-table td { border-color: var(--border) !important; }

/* Big-download CTA stays glossy in light mode but with brand gradient kept */
[data-theme="light"] .big-download {
  background: linear-gradient(135deg, #1a1230 0%, #2a1a45 100%) !important;
  color: #fff;
}
[data-theme="light"] .big-download * { color: inherit; }

/* Footer */
[data-theme="light"] .site-footer { background: var(--footer-bg) !important; color: var(--muted) !important; border-top-color: var(--border) !important; }
[data-theme="light"] .site-footer a { color: var(--text) !important; }
[data-theme="light"] .site-footer a:hover { color: var(--pink) !important; }

/* Sticky bottom CTA */
[data-theme="light"] .sticky-bottom-cta {
  background: rgba(247,245,251,0.95) !important;
  border-top-color: var(--border) !important;
  color: var(--text);
  box-shadow: 0 -8px 24px rgba(20,16,42,0.10) !important;
}
[data-theme="light"] .sticky-bottom-cta .sticky-sub { color: var(--muted) !important; }

/* FAQ items already-existing dark-only block */
[data-theme="light"] .faq-item summary { color: var(--text) !important; }
[data-theme="light"] .faq-item p { color: var(--muted) !important; }

/* Disclosure helpline phone numbers, etc, stay visible */
[data-theme="light"] .disclosure span { color: var(--pink); }

/* Soften neon text glows in light (they hurt at small sizes on white) */
[data-theme="light"] .neon-pink { text-shadow: none; }
[data-theme="light"] .neon-cyan { text-shadow: none; }

/* ====== BIO PAGE READABILITY (works in BOTH themes) ====== */
.bio-section p,
.bio-section li,
.bio-section ul,
.bio-section ol {
  color: var(--muted);
  line-height: 1.7;
  font-size: 15.5px;
}
.bio-section { 
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 24px;
  margin-top: 18px;
}
.bio-section h2 {
  color: var(--text);
  font-family: 'Tourney', sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 14px;
  border-left: 3px solid var(--pink);
  padding-left: 12px;
}
.bio-section ul { padding-left: 20px; margin: 0; }
.bio-section li { padding: 4px 0; }
.bio-section a { color: var(--link); text-decoration: underline; text-underline-offset: 3px; }
.bio-section a:hover { color: var(--link-hover); }
[data-theme="light"] .bio-section { background: var(--panel-strong); box-shadow: var(--shadow-pop); }

/* Bio hero portrait card — in light mode soften the giant neon block */
[data-theme="light"] .bio-photo {
  box-shadow: 0 8px 24px rgba(196,24,120,0.25);
}

/* Mobile: shrink the toggle next to hamburger */
@media (max-width: 920px) {
  .theme-toggle { width: 32px; height: 32px; font-size: 14px; }
}

/* ============================================================
   LIGHT MODE — final contrast patches discovered in QA
   ============================================================ */

/* Promo code chip in the 36pt box: dark text on near-white is wrong.
   In light mode use a near-black chip with white text instead. */
[data-theme="light"] .promo-detail-hero .promo-code-display code {
  background: #14101f;
  color: #fff;
  border-color: rgba(20,16,42,0.30);
}
[data-theme="light"] .promo-detail-hero .promo-code-box {
  background: #ffffff;
  border-color: rgba(196,24,120,0.45);
  box-shadow: 0 8px 28px rgba(196,24,120,0.12);
}
[data-theme="light"] .promo-detail-hero .promo-code-headline { color: #c41878; }
[data-theme="light"] .promo-detail-hero .promo-code-meta span {
  background: var(--panel) !important;
  color: var(--text);
}
[data-theme="light"] .promo-detail-hero .promo-code-tcs { color: var(--muted-2); }

/* Byline strip readability in light mode */
[data-theme="light"] .byline {
  background: var(--panel-strong) !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
  box-shadow: var(--shadow-pop);
}
[data-theme="light"] .byline a { color: var(--link); }
[data-theme="light"] .byline .last-updated { color: var(--muted); }
[data-theme="light"] .byline .last-updated time { color: var(--pink); }

/* Review intro callout */
[data-theme="light"] .review-intro {
  background: #ffffff !important;
  border-left-color: var(--pink);
  color: var(--text);
}

/* Steps and benefits text */
[data-theme="light"] .promo-steps li,
[data-theme="light"] .promo-benefits li,
[data-theme="light"] .faq-list .faq-item p,
[data-theme="light"] .promo-detail-body p { color: var(--muted) !important; }
[data-theme="light"] .promo-steps li strong,
[data-theme="light"] .promo-benefits li strong { color: var(--text) !important; }
[data-theme="light"] .promo-steps li { background: var(--panel) !important; border-color: var(--border) !important; }
[data-theme="light"] .faq-list .faq-item h3 { color: var(--text) !important; }
[data-theme="light"] .promo-detail-body h2 { color: var(--text); }

/* Inline code chips inside body copy */
[data-theme="light"] .promo-steps code,
[data-theme="light"] .promo-detail-body code,
[data-theme="light"] .sidebar-card code {
  background: rgba(196,24,120,0.10);
  color: #8a0e58;
}

/* Sidebar card */
[data-theme="light"] .promo-detail-sidebar .sidebar-card {
  background: #ffffff !important;
  border-color: var(--border) !important;
  box-shadow: var(--shadow-pop);
}
[data-theme="light"] .sidebar-facts li span { color: var(--muted); }
[data-theme="light"] .sidebar-facts li strong { color: var(--text); }
[data-theme="light"] .sidebar-facts li { border-bottom-color: var(--border); }
[data-theme="light"] .promo-detail-sidebar h4 { color: #0a8a9c; }

/* Eyebrow chips */
[data-theme="light"] .promo-detail-hero .eyebrow,
[data-theme="light"] .eyebrow { color: #0a8a9c; }

/* Page-title section background */
[data-theme="light"] .page-title { color: var(--text); }
[data-theme="light"] .page-title h1 { color: var(--text); }
[data-theme="light"] .page-title p.lede,
[data-theme="light"] .promo-detail-hero .lede { color: var(--muted); }

/* Byline strip — corrected selectors */
[data-theme="light"] .byline-block {
  background: #ffffff !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-pop);
}
[data-theme="light"] .byline-people,
[data-theme="light"] .byline-label,
[data-theme="light"] .byline-role { color: var(--muted) !important; }
[data-theme="light"] .byline-name { color: #c41878 !important; }
[data-theme="light"] .byline-sep { color: var(--muted-2) !important; }
[data-theme="light"] .byline-date time { color: #0a8a9c !important; }

/* Page-title and promo-detail lede tightening */
[data-theme="light"] .promo-detail-hero .lede,
[data-theme="light"] .page-title p.lede { color: var(--muted) !important; }

/* The hero hot pink wordmark on light background — too neon to read at small sizes */
[data-theme="light"] .neon-pink { color: #c41878; }
[data-theme="light"] .neon-cyan { color: #0a8a9c; }

/* ============================================================
   IA v2 — NEW COMPONENTS
   Brand logos, 96px download hero CTA, chip rows, platform pills,
   breadcrumbs polish, room hero, sibling links, sysreq table.
   ============================================================ */

/* Brand logo blocks (used in room cards, table rows, hero) */
.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.08);
}
.brand-logo img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.brand-logo-sm { width: 38px; height: 38px; border-radius: 10px; }
.brand-logo-md { width: 64px; height: 64px; border-radius: 14px; }
.brand-logo-lg { width: 112px; height: 112px; border-radius: 22px; }

[data-theme="light"] .brand-logo {
  box-shadow: 0 6px 16px rgba(20,16,42,0.12), inset 0 1px 0 rgba(255,255,255,0.5);
}

/* Chip row (promo categories, filters) */
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--panel, rgba(255,255,255,0.04));
  border: 1px solid var(--border, rgba(255,255,255,0.08));
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.18s ease;
  white-space: nowrap;
}
.chip:hover {
  border-color: var(--neon-pink, #ff2d8c);
  color: var(--neon-pink, #ff2d8c);
  transform: translateY(-1px);
}
.chip-active {
  background: var(--neon-pink, #ff2d8c);
  color: #fff;
  border-color: var(--neon-pink, #ff2d8c);
}
.chip-active:hover {
  color: #fff;
  filter: brightness(1.08);
}
[data-theme="light"] .chip {
  background: #fff;
  border-color: rgba(20,16,42,0.10);
  box-shadow: 0 1px 2px rgba(20,16,42,0.04);
}
[data-theme="light"] .chip-active {
  background: #c41878;
  color: #fff;
  border-color: #c41878;
}

/* ============================================================
   DOWNLOAD HERO — single huge CTA above the fold.
   ============================================================ */
.download-hero {
  padding: 56px 0 48px;
  text-align: center;
  background: radial-gradient(ellipse at top, rgba(255,45,140,0.12), transparent 60%);
}
.download-hero-logo {
  margin: 0 auto 28px;
  display: flex;
  justify-content: center;
}
.download-hero-h1 {
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 800;
  margin: 0 0 14px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.download-hero-sub {
  font-size: 18px;
  max-width: 640px;
  margin: 8px auto 28px;
  color: var(--muted);
  line-height: 1.5;
}
.download-hero-sub strong { color: var(--text); }

/* 96px tall mega button */
.download-megabtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 96px;
  padding: 0 44px;
  margin: 12px auto 24px;
  min-width: 280px;
  max-width: 520px;
  width: min(520px, 92vw);
  background: linear-gradient(135deg, #ff2d8c 0%, #ff6bb3 100%);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 20px;
  box-shadow:
    0 18px 48px rgba(255,45,140,0.45),
    0 6px 14px rgba(255,45,140,0.30),
    inset 0 1px 0 rgba(255,255,255,0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.download-megabtn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow:
    0 26px 60px rgba(255,45,140,0.55),
    0 8px 20px rgba(255,45,140,0.40),
    inset 0 1px 0 rgba(255,255,255,0.30);
}
.download-megabtn:active { transform: translateY(-1px); }
.download-megabtn-arrow,
.download-megabtn-arrow-right {
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.download-megabtn-arrow { animation: bounce-down 1.4s ease-in-out infinite; }
@keyframes bounce-down {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}
@media (max-width: 520px) {
  .download-megabtn { font-size: 21px; min-height: 84px; padding: 0 24px; gap: 12px; }
  .download-megabtn-arrow, .download-megabtn-arrow-right { font-size: 22px; }
}

.download-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin: 18px 0 22px;
  font-size: 14px;
  color: var(--muted);
}
.download-hero-trust .trust-promo code {
  background: rgba(255,45,140,0.12);
  color: var(--neon-pink, #ff2d8c);
  padding: 3px 9px;
  border-radius: 6px;
  font-weight: 700;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}

.platform-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
}
.platform-pill {
  padding: 6px 14px;
  background: var(--panel, rgba(255,255,255,0.05));
  border: 1px solid var(--border, rgba(255,255,255,0.10));
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}
[data-theme="light"] .platform-pill {
  background: #fff;
  border-color: rgba(20,16,42,0.10);
}

/* Download detail grid */
.download-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
}
.download-detail-body h2 {
  font-size: 26px;
  margin: 32px 0 14px;
  letter-spacing: -0.01em;
}
.download-detail-body h2:first-child { margin-top: 0; }

.sysreq-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 24px;
}
.sysreq-table th,
.sysreq-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border, rgba(255,255,255,0.08));
  font-size: 15px;
}
.sysreq-table th {
  font-weight: 600;
  color: var(--muted);
  width: 38%;
}
.sysreq-table td code {
  background: rgba(255,45,140,0.12);
  color: var(--neon-pink);
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 700;
}

.install-steps {
  list-style: none;
  padding: 0;
  margin: 14px 0 32px;
  counter-reset: install;
}
.install-steps li {
  padding: 14px 16px 14px 56px;
  position: relative;
  background: var(--panel, rgba(255,255,255,0.03));
  border: 1px solid var(--border, rgba(255,255,255,0.06));
  border-radius: 12px;
  margin-bottom: 10px;
  counter-increment: install;
}
.install-steps li::before {
  content: counter(install);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: var(--neon-pink, #ff2d8c);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}
.install-steps li strong { display: none; }

@media (max-width: 900px) {
  .download-detail-grid { grid-template-columns: 1fr; }
}

/* Sibling links row (cross-link between download / promo / review) */
.sibling-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--border, rgba(255,255,255,0.08));
}

/* Breadcrumbs polish */
.breadcrumbs {
  padding: 18px 0 0;
  font-size: 14px;
  color: var(--muted);
}
.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.15s ease;
}
.breadcrumbs a:hover { color: var(--neon-pink, #ff2d8c); }
.breadcrumbs .sep { margin: 0 8px; opacity: 0.5; }
.breadcrumbs [aria-current="page"] { color: var(--text); font-weight: 600; }

/* Room canonical hero (/rooms/<slug>/) */
.room-hero {
  padding: 40px 0 32px;
}
.room-hero-grid {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  align-items: center;
}
.room-hero-text h1 {
  font-size: clamp(36px, 5.5vw, 56px);
  margin: 4px 0 12px;
  letter-spacing: -0.02em;
}
.room-hero-summary {
  font-size: 17px;
  color: var(--muted);
  margin: 14px 0 22px;
  line-height: 1.5;
}
.room-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.btn-large {
  padding: 16px 28px;
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 720px) {
  .room-hero-grid { grid-template-columns: 1fr; text-align: left; }
  .room-hero-logo { display: flex; justify-content: flex-start; }
}

/* Promo hero flex (used in folder-URL promo page) */
.promo-hero-flex {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
}
.promo-hero-flex > div { flex: 1 1 auto; }
@media (max-width: 640px) {
  .promo-hero-flex { flex-direction: column; align-items: flex-start; }
}

/* Hide the old room-logo gradient block when a real brand-logo is rendered alongside */
.room-card .brand-logo + h3 { margin-top: 14px; }


/* ============================================================
   AMBASSADORS GALLERY (easter egg)
   ============================================================ */
.ambassadors-page { background: var(--bg); }
.ambassadors-main { padding-block: 48px 80px; max-width: 1200px; }
.ambassadors-hero { text-align: center; margin-bottom: 48px; }
.ambassadors-hero h1 { font-size: clamp(48px, 6vw, 88px); letter-spacing: -0.02em; margin: 8px 0 12px; }
.amb-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--neon-pink);
  background: color-mix(in srgb, var(--neon-pink) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--neon-pink) 30%, transparent);
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 600;
}
.amb-sub { color: var(--text-muted); max-width: 620px; margin: 0 auto; font-size: 16px; line-height: 1.6; }
.ambassadors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 56px;
}
@media (max-width: 900px) { .ambassadors-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .ambassadors-grid { grid-template-columns: 1fr; } }
.amb-card {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 3 / 4;
  box-shadow: 0 4px 24px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.amb-card:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(255, 0, 128, 0.25); }
.amb-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.3s ease;
}
.amb-card:hover img { transform: scale(1.04); filter: brightness(0.7); }
.amb-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 16px 14px 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 70%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.amb-card:hover .amb-overlay { opacity: 1; transform: translateY(0); }
.amb-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--neon-pink);
  letter-spacing: -0.01em;
}
.amb-title {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.amb-disclosure {
  background: color-mix(in srgb, var(--neon-pink) 6%, var(--bg-card));
  border: 1px solid color-mix(in srgb, var(--neon-pink) 20%, transparent);
  border-radius: 14px;
  padding: 22px 26px;
  margin: 32px 0 32px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}
.amb-disclosure strong { color: var(--text); }
.amb-disclosure a { color: var(--neon-pink); }
.amb-back { margin-top: 24px; }
.amb-back a {
  color: var(--neon-pink);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.amb-back a:hover { text-decoration: underline; }

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-main { padding-block: 40px 80px; max-width: 820px; }
.legal-article h1 {
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: -0.02em;
  margin: 12px 0 28px;
}
.legal-article h2 {
  font-size: 22px;
  margin: 36px 0 12px;
  color: var(--text);
  letter-spacing: -0.01em;
}
.legal-lede {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted);
  padding: 16px 20px;
  border-left: 3px solid var(--neon-pink);
  background: color-mix(in srgb, var(--neon-pink) 5%, transparent);
  border-radius: 0 8px 8px 0;
  margin-bottom: 28px;
}
.legal-article p { margin: 12px 0; line-height: 1.7; color: var(--text); }
.legal-list { margin: 12px 0 12px 22px; padding: 0; }
.legal-list li { margin: 8px 0; line-height: 1.65; }
.legal-list strong { color: var(--text); }
.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 14px;
}
.legal-table th, .legal-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.legal-table th {
  background: var(--bg-card);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}
.legal-table a { color: var(--neon-pink); }
.legal-table code, .legal-article code {
  background: var(--bg-card);
  color: var(--text);
  padding: 1px 6px;
  border-radius: 4px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.92em;
}
.legal-meta {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-muted);
  font-style: normal;
}
.legal-article a { color: var(--neon-pink); }
.legal-article a:hover { text-decoration: underline; }

/* ============================================================
   AMBASSADOR IMAGE COMPONENTS (gallery v2: 24 portraits)
   ============================================================ */

/* Hero rotator on homepage */
.hero-rotator{
  position:relative; width:100%; aspect-ratio:3/4; max-width:520px;
  border-radius:20px; overflow:hidden;
  box-shadow:0 30px 80px -20px rgba(255,0,128,.35), 0 0 0 1px rgba(255,255,255,.06);
  background:linear-gradient(135deg,#1a0a1a,#0a0a14);
}
.hero-rotator .hero-amb{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  opacity:0; transition:opacity 1s ease-in-out;
  transform:scale(1.02);
}
.hero-rotator .hero-amb.is-active{ opacity:1; }
/* Filter to reduce sharpness slightly so it blends with hero */
.hero-rotator::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, transparent 0%, transparent 60%, rgba(0,0,0,.45) 100%);
  pointer-events:none;
}

/* Homepage strip section */
.amb-strip{ padding:80px 0; background:linear-gradient(180deg, var(--bg) 0%, rgba(255,0,128,.04) 100%); }
.amb-strip-grid{
  display:grid; grid-template-columns:repeat(4, 1fr); gap:16px;
  margin-top:40px;
}
.amb-strip-card{
  position:relative; margin:0; border-radius:14px; overflow:hidden;
  aspect-ratio:3/4; background:#0a0a14;
  box-shadow:0 12px 30px -10px rgba(0,0,0,.5);
  transition:transform .3s ease, box-shadow .3s ease;
}
.amb-strip-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 50px -10px rgba(255,0,128,.4);
}
.amb-strip-card img{
  width:100%; height:100%; object-fit:cover;
  filter:saturate(1.1);
}
.amb-strip-card figcaption{
  position:absolute; left:0; right:0; bottom:0; padding:12px 14px;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,.85) 60%);
  color:#fff; display:flex; flex-direction:column; gap:2px;
}
.amb-strip-name{ font-weight:700; font-size:15px; color:#ff3399; letter-spacing:.02em; }
.amb-strip-title{ font-size:11px; opacity:.85; }

/* Inline ambassador figure (used on room/promo/guide pages) */
.amb-inline{
  margin:0; border-radius:14px; overflow:hidden;
  background:#0a0a14;
  box-shadow:0 16px 40px -10px rgba(0,0,0,.5);
  max-width:360px;
}
.amb-inline img{
  width:100%; height:auto; aspect-ratio:3/4; object-fit:cover; display:block;
}
.amb-inline figcaption{
  padding:10px 14px; font-size:12px; color:var(--muted);
  background:linear-gradient(180deg, rgba(255,0,128,.08), transparent);
  border-top:1px solid rgba(255,0,128,.2);
}
/* When floated alongside article body */
.article-body .amb-inline{ float:right; margin:0 0 16px 24px; max-width:280px; }
@media (max-width:780px){
  .article-body .amb-inline{ float:none; margin:0 auto 20px; }
}

/* Room hero with ambassador slot — override the base .room-hero-grid */
.room-hero-grid.room-hero-grid-amb{
  display:grid !important;
  grid-template-columns:140px 1fr 260px !important;
  gap:32px; align-items:center;
}
.room-hero-grid-amb .room-hero-amb{ align-self:stretch; }
.room-hero-grid-amb .room-hero-amb .amb-inline{ max-width:260px; margin:0; }
@media (max-width:1100px){
  .room-hero-grid.room-hero-grid-amb{ grid-template-columns:140px 1fr !important; }
  .room-hero-grid-amb .room-hero-amb{ display:none; }
}
@media (max-width:780px){
  .room-hero-grid.room-hero-grid-amb{ grid-template-columns:1fr !important; }
}

/* Ambassador filter pills on gallery */
.amb-filter{ display:flex; gap:8px; flex-wrap:wrap; margin-top:18px; }
.amb-pill{
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.1);
  color:var(--text); padding:8px 16px; border-radius:99px;
  font-size:13px; font-weight:600; cursor:pointer;
  transition:all .2s ease;
}
.amb-pill:hover{ border-color:#ff3399; }
.amb-pill.is-active{
  background:#ff3399; color:#fff; border-color:#ff3399;
  box-shadow:0 0 0 4px rgba(255,51,153,.15);
}

/* Responsive grid tweaks for strip */
@media (max-width:980px){
  .amb-strip-grid{ grid-template-columns:repeat(2, 1fr); }
}
@media (max-width:520px){
  .amb-strip-grid{ grid-template-columns:1fr 1fr; gap:10px; }
  .amb-strip-name{ font-size:13px; }
  .amb-strip-title{ font-size:10px; }
}
