/* =============================================================================
   ORANJESTER — Design System
   Donker, warm en premium. Oranje accenten (NL), goud-highlights.
   WCAG 2.1 AA: contrast, focus-states, reduced motion, leesbare typografie.
   ========================================================================== */

/* ---- Design tokens ------------------------------------------------------- */
:root {
  /* Achtergronden & oppervlakken */
  --bg-0: #07090f;
  --bg-1: #0d1120;
  --surface-1: #141a2e;
  --surface-2: #1b2238;
  --surface-3: #28324f;
  --elevated: #202842;

  /* Merk: oranje + goud */
  --brand: #ff7a18;
  --brand-600: #ff8c34;
  --brand-700: #e85f00;
  --brand-soft: rgba(255, 122, 24, 0.14);
  --gold: #ffc24b;
  --gold-soft: rgba(255, 194, 75, 0.14);

  /* Functioneel */
  --safe: #36d399;
  --safe-soft: rgba(54, 211, 153, 0.14);
  --danger: #ff6b6b;
  --danger-soft: rgba(255, 107, 107, 0.12);
  --info: #5fa8ff;

  /* Tekst */
  --text: #f3f6fc;
  --text-muted: #aeb8cf;
  --text-dim: #7d88a3;
  --on-brand: #2a1300;

  /* Lijnen & schaduw */
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.16);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.5);
  --ring: 0 0 0 3px rgba(95, 168, 255, 0.6);

  /* Maatvoering */
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --container: 1200px;
  --header-h: 70px;

  --font: "Manrope", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;

  /* Premium accenten: goud-verloop + warme glow */
  --gradient-gold: linear-gradient(135deg, #ffe7a8 0%, var(--gold) 42%, var(--brand) 100%);
  --glow-brand: 0 18px 44px -14px rgba(255, 122, 24, 0.55);
  --glow-gold-ring: inset 0 0 0 1px rgba(255, 194, 75, 0.55), inset 0 0 30px rgba(255, 122, 24, 0.22);
  --gradient-gold-metal: linear-gradient(180deg, #fff4cf 0%, #ffd87a 30%, #e8a33d 62%, #b8741a 100%);
  --gold-line: linear-gradient(90deg, transparent, rgba(255, 194, 75, 0.5), transparent);
  --shadow-xl: 0 44px 100px -34px rgba(0, 0, 0, 0.8);
  --glass: linear-gradient(180deg, rgba(27, 34, 56, 0.9), rgba(13, 17, 32, 0.92));

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---- Reset --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(255, 122, 24, 0.10), transparent 60%),
    radial-gradient(900px 500px at -10% 5%, rgba(95, 168, 255, 0.06), transparent 55%),
    var(--bg-0);
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
button, input, select, textarea { font: inherit; color: inherit; }
ul, ol { padding-left: 1.25rem; }
h1, h2, h3, h4 { line-height: 1.2; font-weight: 800; letter-spacing: -0.015em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
p { color: var(--text-muted); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* ---- Toegankelijkheid ---------------------------------------------------- */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: -60px; left: 12px; z-index: 200;
  background: var(--brand); color: var(--on-brand); padding: 10px 16px;
  border-radius: var(--radius-sm); font-weight: 700; transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 12px; text-decoration: none; }

:focus-visible { outline: none; box-shadow: var(--ring); border-radius: var(--radius-sm); }

/* ---- Layout -------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }
main { flex: 1 0 auto; }
.section { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.section--tight { padding-block: clamp(1.75rem, 4vw, 2.75rem); }
.section-head { max-width: 720px; margin-bottom: 1.75rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .eyebrow {
  color: var(--brand-600); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.12em; font-size: 0.8rem;
}
.section-head p { margin-top: 0.6rem; font-size: 1.05rem; }
.lead { font-size: 1.15rem; color: var(--text-muted); }
.grid { display: grid; gap: 1.25rem; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .cols-3, .cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; } }

/* ---- Knoppen ------------------------------------------------------------- */
.btn {
  --btn-bg: var(--surface-2); --btn-fg: var(--text);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.8rem 1.4rem; border-radius: var(--radius-pill);
  background: var(--btn-bg); color: var(--btn-fg);
  font-weight: 700; border: 1px solid var(--border-strong); cursor: pointer;
  transition: transform 0.15s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary {
  --btn-fg: var(--on-brand);
  background: linear-gradient(135deg, var(--gold), var(--brand));
  border-color: transparent; box-shadow: 0 8px 22px rgba(255, 122, 24, 0.32);
}
.btn--primary:hover { box-shadow: 0 12px 30px rgba(255, 122, 24, 0.45); }
.btn--ghost { background: transparent; border-color: var(--border-strong); }
.btn--ghost:hover { background: rgba(255, 255, 255, 0.05); }
.btn--soft { background: var(--brand-soft); border-color: transparent; color: var(--gold); }
.btn--block { display: flex; width: 100%; }
.btn--lg { padding: 1rem 1.8rem; font-size: 1.05rem; }
.btn--sm { padding: 0.5rem 0.9rem; font-size: 0.9rem; }

/* ---- Badges & chips ------------------------------------------------------ */
.badge {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.25rem 0.6rem; border-radius: var(--radius-pill);
  font-size: 0.78rem; font-weight: 700; border: 1px solid var(--border);
}
.badge--18 { background: var(--danger-soft); color: #ffb4b4; border-color: rgba(255, 107, 107, 0.4); }
.badge--live { background: var(--danger-soft); color: #ff9a9a; }
.badge--safe { background: var(--safe-soft); color: var(--safe); border-color: rgba(54, 211, 153, 0.35); }
.badge--gold { background: var(--gold-soft); color: var(--gold); }
.badge--rtp { background: rgba(255, 255, 255, 0.06); color: var(--text-muted); font-weight: 600; }

.chip {
  appearance: none; cursor: pointer;
  padding: 0.5rem 1rem; border-radius: var(--radius-pill);
  background: var(--surface-1); border: 1px solid var(--border); color: var(--text-muted);
  font-weight: 600; font-size: 0.92rem; transition: all 0.18s var(--ease);
}
.chip:hover { color: var(--text); border-color: var(--border-strong); }
.chip[aria-pressed="true"], .chip.is-active {
  background: var(--brand-soft); color: var(--gold); border-color: rgba(255, 122, 24, 0.45);
}

/* ---- Cards --------------------------------------------------------------- */
.card {
  background: linear-gradient(180deg, var(--surface-1), var(--bg-1));
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.5rem; box-shadow: var(--shadow-sm);
}
.card--pad-lg { padding: 2rem; }
.feature { display: flex; flex-direction: column; gap: 0.75rem; }
.feature .ico {
  width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: var(--brand-soft); color: var(--gold); flex: none;
}
.feature h3 { margin-bottom: 0.1rem; }

/* ---- Hero ---------------------------------------------------------------- */
.hero { position: relative; padding-block: clamp(2.5rem, 6vw, 5rem); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2.5rem; align-items: center; }
.hero h1 { margin-bottom: 1rem; }
.hero h1 .accent { color: var(--gold); }
.hero p.lead { margin-bottom: 1.5rem; max-width: 38ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 1.5rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 0.6rem 1.25rem; color: var(--text-dim); font-size: 0.9rem; }
.hero__trust span { display: inline-flex; align-items: center; gap: 0.4rem; }
.hero__art {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border); box-shadow: var(--shadow-lg);
  background: var(--surface-1); aspect-ratio: 4 / 3;
}
.hero__art .stack { position: absolute; inset: 0; padding: 1.25rem;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.hero__art .stack img { border-radius: 10px; width: 100%; height: 100%; object-fit: cover; box-shadow: var(--shadow-md); }
.hero__art .stack img:nth-child(2) { transform: translateY(-14px); }
.hero__art .stack img:nth-child(4) { transform: translateY(14px); }
.hero__art .stack img:nth-child(6) { transform: translateY(-10px); }
@media (max-width: 880px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__art { order: -1; aspect-ratio: 16 / 10; }
}

/* ---- Strip met logo's ---------------------------------------------------- */
.logo-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 2.25rem; }
.logo-strip img { height: 30px; width: auto; opacity: 0.75; filter: grayscale(0.2); transition: opacity 0.2s; }
.logo-strip img:hover { opacity: 1; }
.logo-strip--sm img { height: 24px; }

/* ---- Spelraster (game grid) --------------------------------------------- */
.game-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
@media (max-width: 520px) { .game-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; } }
.game {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: var(--surface-1); border: 1px solid var(--border);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s;
}
.game:hover, .game:focus-within { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--border-strong); }
.game__thumb { position: relative; aspect-ratio: 1 / 1; background: var(--bg-1); }
.game__thumb img { width: 100%; height: 100%; object-fit: cover; }
.game__tags { position: absolute; top: 8px; left: 8px; display: flex; gap: 4px; flex-wrap: wrap; }
.game__body { padding: 0.7rem 0.8rem 0.85rem; }
.game__title {
  font-weight: 700; font-size: 0.95rem; line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 2.5em;
}
.game__meta { display: flex; justify-content: space-between; align-items: center;
  gap: 0.5rem; margin-top: 0.35rem; color: var(--text-dim); font-size: 0.8rem; }
.game__meta > span:first-child { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.game__meta .badge--rtp { flex: none; white-space: nowrap; }
.game__play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: linear-gradient(180deg, rgba(12, 15, 26, 0.1), rgba(12, 15, 26, 0.75));
  opacity: 0; transition: opacity 0.2s var(--ease);
}
.game:hover .game__play, .game:focus-within .game__play { opacity: 1; }
.game__play .btn { pointer-events: auto; }
.empty-state { text-align: center; padding: 3rem 1rem; color: var(--text-dim); }

/* ---- Filterbalk ---------------------------------------------------------- */
.toolbar { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.search {
  display: flex; align-items: center; gap: 0.5rem;
  background: var(--surface-1); border: 1px solid var(--border); border-radius: var(--radius-pill);
  padding: 0.55rem 1rem; min-width: 240px;
}
.search input { background: none; border: none; outline: none; width: 100%; }
.search svg { color: var(--text-dim); flex: none; }

/* ---- Header & navigatie -------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(12, 15, 26, 0.82); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.site-header__inner { display: flex; align-items: center; gap: 1.25rem; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 900; font-size: 1.3rem; color: var(--text); letter-spacing: -0.02em; }
.brand:hover { text-decoration: none; }
.brand__mark {
  width: 34px; height: 34px; border-radius: 10px; flex: none;
  background: linear-gradient(135deg, var(--gold), var(--brand)); color: var(--on-brand);
  display: grid; place-items: center; font-weight: 900; box-shadow: 0 6px 16px rgba(255, 122, 24, 0.4);
}
.brand b { color: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 0.25rem; margin-left: auto; }
.main-nav a { color: var(--text-muted); font-weight: 600; padding: 0.5rem 0.8rem; border-radius: var(--radius-sm); }
.main-nav a:hover { color: var(--text); background: rgba(255, 255, 255, 0.05); text-decoration: none; }
.main-nav a[aria-current="page"] { color: var(--gold); }
.has-sub { position: relative; }
.has-sub > .submenu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 200px;
  background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 0.4rem; box-shadow: var(--shadow-md); display: none; flex-direction: column;
}
.has-sub:hover > .submenu, .has-sub:focus-within > .submenu { display: flex; }
.submenu a { padding: 0.6rem 0.8rem; }
.header-actions { display: flex; align-items: center; gap: 0.6rem; }
.header-18 {
  display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
  background: var(--danger-soft); color: #ffb4b4; border: 1.5px solid rgba(255, 107, 107, 0.5);
  font-weight: 800; font-size: 0.8rem; flex: none;
}
.nav-toggle { display: none; background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-sm); width: 44px; height: 44px; cursor: pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 20px; height: 2px; background: var(--text); position: relative; margin: 0 auto; transition: 0.2s var(--ease); content: "";
}
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }

@media (max-width: 1000px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--bg-1); border-bottom: 1px solid var(--border); padding: 1rem;
    gap: 0.25rem; margin-left: 0; max-height: calc(100vh - var(--header-h)); overflow-y: auto;
    transform: translateY(-110%); visibility: hidden;
    transition: transform 0.25s var(--ease), visibility 0.25s var(--ease); box-shadow: var(--shadow-lg);
  }
  .main-nav.open { transform: translateY(0); visibility: visible; }
  .has-sub > .submenu { position: static; display: flex; box-shadow: none; background: var(--surface-1); margin: 0.25rem 0 0.5rem; }
  .header-actions .btn { display: none; }
}

/* ---- Verantwoord-spelen balk -------------------------------------------- */
.rg-bar {
  /* Donkere tekst op oranje verloop — contrast >= 5:1 over het hele verloop (WCAG AA). */
  background: linear-gradient(90deg, var(--brand-700), var(--brand));
  color: var(--on-brand); font-weight: 700; font-size: 0.92rem;
}
.rg-bar__inner { display: flex; align-items: center; justify-content: center; gap: 0.75rem; padding: 0.5rem 20px; text-align: center; flex-wrap: wrap; }
.rg-bar a { color: var(--on-brand); text-decoration: underline; font-weight: 800; }
.rg-bar .age { background: rgba(255, 255, 255, 0.45); color: var(--on-brand); padding: 0.05rem 0.5rem; border-radius: var(--radius-pill); font-weight: 800; }

/* ---- Footer -------------------------------------------------------------- */
.site-footer { background: var(--bg-1); border-top: 1px solid var(--border); margin-top: 2rem; }
.footer-rg { padding: 1.5rem 0; border-bottom: 1px solid var(--border); }
.footer-rg__inner { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; justify-content: space-between; }
.footer-rg .slogan { font-weight: 800; font-size: 1.05rem; color: var(--text); }
.footer-rg .badges { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }
.footer-rg .badges img { height: 38px; width: auto; opacity: 0.9; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2rem; padding: 2.5rem 0; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col h4 { font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text); margin-bottom: 0.9rem; }
.footer-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a { color: var(--text-muted); font-weight: 500; }
.footer-col a:hover { color: var(--gold); }
.footer-about p { font-size: 0.92rem; }
.footer-payments { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1rem; }
.footer-payments img { height: 26px; background: #fff; border-radius: 6px; padding: 3px 6px; }
.footer-legal {
  border-top: 1px solid var(--border); padding: 1.5rem 0;
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
  font-size: 0.85rem; color: var(--text-dim);
}
.footer-legal .lic { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; align-items: center; }
.footer-legal .lic img { height: 30px; }
.license-box {
  background: var(--surface-1); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1rem 1.25rem; font-size: 0.85rem; color: var(--text-muted); line-height: 1.6;
}
.license-box strong { color: var(--text); }

/* ---- Breadcrumbs --------------------------------------------------------- */
.breadcrumbs { font-size: 0.88rem; color: var(--text-dim); padding-top: 1.25rem; }
.breadcrumbs ol { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.breadcrumbs li::after { content: "›"; margin-left: 0.4rem; color: var(--text-dim); }
.breadcrumbs li:last-child::after { content: ""; }
.breadcrumbs a { color: var(--text-muted); }
.breadcrumbs [aria-current="page"] { color: var(--text); }

/* ---- Pagina-koppen (legal / content) ------------------------------------ */
.page-hero { padding: 2.5rem 0 1.5rem; }
.page-hero h1 { margin-bottom: 0.5rem; }
.page-hero .meta { color: var(--text-dim); font-size: 0.9rem; }

/* ---- Inhoud / proza (juridische pagina's) ------------------------------- */
.prose { max-width: 820px; }
.prose h2 { margin: 2.25rem 0 0.75rem; padding-top: 0.5rem; }
.prose h3 { margin: 1.5rem 0 0.5rem; color: var(--text); }
.prose h4 { margin: 1.1rem 0 0.4rem; color: var(--text); font-size: 1.02rem; }
.prose p, .prose li { color: var(--text-muted); }
.prose p { margin-bottom: 0.9rem; }
.prose ul, .prose ol { margin-bottom: 1rem; display: flex; flex-direction: column; gap: 0.4rem; }
.prose a { color: var(--gold); }
.prose strong { color: var(--text); }
.prose hr { border: none; border-top: 1px solid var(--border); margin: 2rem 0; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1rem 0 1.5rem; }
.table-wrap table { margin: 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; font-size: 0.9rem; }
.prose th, .prose td { text-align: left; padding: 0.7rem 0.85rem; border: 1px solid var(--border); vertical-align: top; }
.prose th { background: var(--surface-1); color: var(--text); }
.prose td { color: var(--text-muted); }
.toc { background: var(--surface-1); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.25rem 1.5rem; margin-bottom: 2rem; }
.toc h2 { margin: 0 0 0.6rem; font-size: 1.1rem; padding: 0; }
.toc ol { columns: 2; gap: 1.5rem; }
/* In de smalle zijbalk past één kolom: voorkomt overlappende, uitlopende items. */
.aside .toc ol { columns: 1; }
.toc li { break-inside: avoid; overflow-wrap: anywhere; }
@media (max-width: 600px) { .toc ol { columns: 1; } }
.callout {
  display: flex; gap: 0.85rem; background: var(--brand-soft); border: 1px solid rgba(255, 122, 24, 0.3);
  border-radius: var(--radius); padding: 1rem 1.25rem; margin: 1.25rem 0;
}
.callout--safe { background: var(--safe-soft); border-color: rgba(54, 211, 153, 0.3); }
.callout--info { background: rgba(95, 168, 255, 0.1); border-color: rgba(95, 168, 255, 0.3); }
.callout .ico { flex: none; color: var(--gold); }
.callout--safe .ico { color: var(--safe); }
.callout p:last-child { margin-bottom: 0; }

/* Tweekoloms layout met aside */
.with-aside { display: grid; grid-template-columns: 1fr 300px; gap: 2.5rem; align-items: start; }
.with-aside .aside { position: sticky; top: calc(var(--header-h) + 16px); }
@media (max-width: 920px) { .with-aside { grid-template-columns: 1fr; } .with-aside .aside { position: static; } }

/* ---- Accordion (FAQ) ----------------------------------------------------- */
.accordion { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--surface-1); }
.accordion + .accordion { margin-top: 1rem; }
details.qa { border-bottom: 1px solid var(--border); }
details.qa:last-child { border-bottom: none; }
details.qa summary {
  cursor: pointer; list-style: none; padding: 1.1rem 1.25rem; font-weight: 700; color: var(--text);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
details.qa summary::-webkit-details-marker { display: none; }
details.qa summary::after { content: "+"; font-size: 1.4rem; color: var(--gold); transition: transform 0.2s; }
details.qa[open] summary::after { content: "–"; }
details.qa .qa__body { padding: 0 1.25rem 1.2rem; color: var(--text-muted); }

/* ---- Promo-kaarten ------------------------------------------------------- */
.promo {
  display: flex; flex-direction: column; gap: 0.75rem;
  background: linear-gradient(160deg, var(--surface-2), var(--bg-1));
  border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; position: relative; overflow: hidden;
}
.promo::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--gold), var(--brand)); }
.promo__cat { color: var(--brand-600); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; }
.promo__highlight { font-size: 1.9rem; font-weight: 900; color: var(--gold); letter-spacing: -0.02em; }
.promo__terms { font-size: 0.88rem; color: var(--text-muted); padding-left: 1.1rem; }
.promo__terms li { margin-bottom: 0.3rem; }
.promo__foot { margin-top: auto; padding-top: 0.5rem; font-size: 0.8rem; color: var(--text-dim); }

/* ---- Forms --------------------------------------------------------------- */
.form-grid { display: grid; gap: 1.1rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field label { font-weight: 600; font-size: 0.92rem; }
.field .req { color: var(--brand-600); }
.field input, .field select, .field textarea {
  background: var(--bg-0); border: 1px solid var(--border-strong); border-radius: var(--radius-sm);
  padding: 0.75rem 0.9rem; outline: none; transition: border-color 0.15s, box-shadow 0.15s; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
.field textarea { resize: vertical; min-height: 130px; }
.field .hint { font-size: 0.82rem; color: var(--text-dim); }
.field.invalid input, .field.invalid textarea, .field.invalid select { border-color: var(--danger); }
.field .err { color: var(--danger); font-size: 0.82rem; display: none; }
.field.invalid .err { display: block; }
.check { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.9rem; color: var(--text-muted); }
.check input { width: 18px; height: 18px; margin-top: 3px; flex: none; accent-color: var(--brand); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: 0.85rem; color: var(--text-dim); }
.alert { padding: 1rem 1.25rem; border-radius: var(--radius); margin-bottom: 1.25rem; border: 1px solid var(--border); }
.alert--ok { background: var(--safe-soft); border-color: rgba(54, 211, 153, 0.4); color: #b7f0d6; }
.alert--err { background: var(--danger-soft); border-color: rgba(255, 107, 107, 0.4); color: #ffc9c9; }

/* ---- Stat / info rijen --------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 700px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat { text-align: center; padding: 1.25rem 1rem; background: var(--surface-1); border: 1px solid var(--border); border-radius: var(--radius); }
.stat b { display: block; font-size: 1.6rem; color: var(--gold); }
.stat span { font-size: 0.85rem; color: var(--text-muted); }

/* ---- Stappen / lijst met nummers ---------------------------------------- */
.steps { counter-reset: s; display: grid; gap: 1rem; }
.steps li { list-style: none; display: flex; gap: 1rem; }
.steps li::before {
  counter-increment: s; content: counter(s); flex: none;
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  background: var(--brand-soft); color: var(--gold); font-weight: 800; border: 1px solid rgba(255, 122, 24, 0.35);
}
.steps li h4 { margin-bottom: 0.15rem; }

/* ---- Cookiebanner & modals ----------------------------------------------- */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 300; background: rgba(5, 7, 13, 0.78);
  backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 1rem;
}
.modal-backdrop.open { display: flex; }
.modal {
  background: var(--surface-2); border: 1px solid var(--border-strong); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); max-width: 520px; width: 100%; padding: 2rem; animation: pop 0.25s var(--ease);
}
.modal--wide { max-width: 640px; }
@keyframes pop { from { transform: scale(0.95); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal h2 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.modal p { margin-bottom: 1rem; }
.modal__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; }
.modal__actions .btn { flex: 1 1 160px; }

/* Age gate */
.age-gate { text-align: center; }
.age-gate .logo-big { font-size: 2rem; font-weight: 900; margin-bottom: 0.5rem; }
.age-gate .age-big {
  display: inline-grid; place-items: center; width: 84px; height: 84px; border-radius: 50%;
  background: var(--danger-soft); color: #ffb4b4; border: 2px solid rgba(255, 107, 107, 0.5);
  font-weight: 900; font-size: 1.4rem; margin: 0.5rem auto 1rem;
}

/* Cookie consent */
.cookie-banner {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 16px; z-index: 280;
  width: min(720px, calc(100% - 24px)); background: var(--surface-2);
  border: 1px solid var(--border-strong); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 1.5rem; display: none;
}
.cookie-banner.open { display: block; }
.cookie-banner h2 { font-size: 1.2rem; margin-bottom: 0.4rem; }
.cookie-banner p { font-size: 0.92rem; margin-bottom: 1rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.cookie-actions .btn { flex: 1 1 150px; }
.cookie-prefs { display: none; margin-top: 1rem; border-top: 1px solid var(--border); padding-top: 1rem; }
.cookie-prefs.open { display: block; }
.cookie-cat { display: flex; gap: 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid var(--border); }
.cookie-cat:last-child { border-bottom: none; }
.cookie-cat .switch { flex: none; }
.cookie-cat .meta { flex: 1; }
.cookie-cat .meta strong { display: block; }
.cookie-cat .meta small { color: var(--text-dim); }
.switch { position: relative; display: inline-block; width: 46px; height: 26px; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .slider { position: absolute; inset: 0; background: var(--surface-3); border-radius: 999px; transition: 0.2s; cursor: pointer; }
.switch .slider::before { content: ""; position: absolute; height: 18px; width: 18px; left: 4px; top: 4px; background: var(--text); border-radius: 50%; transition: 0.2s; }
.switch input:checked + .slider { background: var(--brand); }
.switch input:checked + .slider::before { transform: translateX(20px); background: var(--on-brand); }
.switch input:disabled + .slider { opacity: 0.6; cursor: not-allowed; }
.switch input:focus-visible + .slider { box-shadow: var(--ring); }

/* ---- CTA-band ------------------------------------------------------------ */
.cta-band {
  background: linear-gradient(135deg, rgba(255, 122, 24, 0.16), rgba(255, 194, 75, 0.08));
  border: 1px solid rgba(255, 122, 24, 0.3); border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 2.75rem); text-align: center;
}
.cta-band h2 { margin-bottom: 0.6rem; }
.cta-band p { max-width: 52ch; margin: 0 auto 1.5rem; }

/* ---- Diversen ------------------------------------------------------------ */
.muted { color: var(--text-dim); }
.text-center { text-align: center; }
.mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2rem; }
.divider { height: 1px; background: var(--border); border: none; margin: 2rem 0; }
.tag-line { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--safe); font-weight: 600; font-size: 0.9rem; }
.back-to-top {
  position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 46px; height: 46px; border-radius: 50%;
  background: var(--surface-2); border: 1px solid var(--border-strong); color: var(--text); cursor: pointer;
  display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity 0.2s; box-shadow: var(--shadow-md);
}
.back-to-top.show { opacity: 1; pointer-events: auto; }
.back-to-top:hover { border-color: rgba(255, 194, 75, 0.5); box-shadow: var(--glow-brand); transform: translateY(-3px); }

/* =============================================================================
   PREMIUM CASINO BOOST
   Rijkere atmosfeer, goud-glow en subtiele micro-interacties.
   Additief; alle beweging respecteert prefers-reduced-motion (geen geflikker).
   ========================================================================== */

/* ---- Typografie: display-serif voor 'grote momenten', grotesk voor UI ---- */
h1, h2,
.page-hero h1, .cta-band h2, .section-head h2,
.modal h2, .cookie-banner h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.018em;
}
.brand, .age-gate .logo-big, .logo-big { font-family: var(--font-display); }

/* Goud-verloop tekst voor highlights */
.hero h1 .accent,
.promo__highlight,
.stat b {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold); /* fallback */
}
.promo__highlight { text-shadow: 0 0 26px rgba(255, 194, 75, 0.22); }
.stat b { text-shadow: 0 0 20px rgba(255, 194, 75, 0.18); }

/* ---- Sfeer: warme glow-laag + fijne korrel ------------------------------- */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(55% 45% at 82% -5%, rgba(255, 122, 24, 0.16), transparent 60%),
    radial-gradient(45% 40% at 8% 8%, rgba(255, 194, 75, 0.08), transparent 62%),
    radial-gradient(60% 50% at 50% 115%, rgba(255, 122, 24, 0.07), transparent 60%);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px;
}

/* Premium details: selectie + scrollbar */
::selection { background: var(--brand); color: var(--on-brand); }
@media (pointer: fine) {
  * { scrollbar-width: thin; scrollbar-color: var(--brand) transparent; }
  ::-webkit-scrollbar { width: 10px; height: 10px; }
  ::-webkit-scrollbar-track { background: var(--bg-1); }
  ::-webkit-scrollbar-thumb { background: linear-gradient(var(--brand), var(--brand-700)); border-radius: 999px; border: 2px solid var(--bg-0); }
  ::-webkit-scrollbar-thumb:hover { background: linear-gradient(var(--gold), var(--brand)); }
}

/* ---- Header: gradient-onderlijn + glow ----------------------------------- */
.site-header { position: sticky; }
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 194, 75, 0.4), transparent);
}
.brand__mark { box-shadow: 0 6px 18px rgba(255, 122, 24, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.18); }

/* ---- Eyebrow: decoratief streepje ---------------------------------------- */
.eyebrow { display: inline-flex; align-items: center; gap: 0.55rem; }
.eyebrow::before {
  content: ""; width: 22px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--brand), transparent);
}
.section-head.center .eyebrow { justify-content: center; }

/* ---- Knoppen: verloop-shift + lichtveeg (sheen) -------------------------- */
.btn--primary {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--gold) 0%, var(--brand-600) 55%, var(--brand) 100%);
  background-size: 170% 170%; background-position: 0% 50%;
  transition: transform 0.15s var(--ease), box-shadow 0.25s var(--ease), background-position 0.45s var(--ease);
}
.btn--primary:hover { background-position: 100% 50%; box-shadow: 0 16px 36px -8px rgba(255, 122, 24, 0.6); }
.btn--primary::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 55%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-18deg); pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .btn--primary:hover::after { animation: oj-sheen 0.85s var(--ease); }
}
@keyframes oj-sheen { to { left: 135%; } }
.btn--soft:hover { background: var(--gold-soft); box-shadow: 0 8px 20px -8px rgba(255, 122, 24, 0.45); }

/* ---- Chips: actieve staat met glow --------------------------------------- */
.chip[aria-pressed="true"], .chip.is-active {
  background: linear-gradient(135deg, var(--brand-soft), var(--gold-soft));
  border-color: rgba(255, 194, 75, 0.5);
  box-shadow: 0 6px 18px -6px rgba(255, 122, 24, 0.45);
}

/* ---- Badges: goud-verloop + live-puls ------------------------------------ */
.game__tags .badge--gold, .badge--gold {
  background: linear-gradient(135deg, var(--gold), var(--brand));
  color: var(--on-brand); border-color: transparent;
  box-shadow: 0 2px 10px rgba(255, 122, 24, 0.4);
}
.badge--live { display: inline-flex; align-items: center; gap: 0.35rem; }
.badge--live::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: #ff5a5a; box-shadow: 0 0 8px #ff5a5a;
}
@media (prefers-reduced-motion: no-preference) {
  .badge--live::before { animation: oj-pulse 1.8s ease-in-out infinite; }
}
@keyframes oj-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

/* ---- Cards: bovenrand-highlight + lift ----------------------------------- */
.card { position: relative; background: linear-gradient(180deg, var(--surface-2), var(--bg-1)); }
.card::before {
  content: ""; position: absolute; left: 1px; right: 1px; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}
.feature { transition: transform 0.2s var(--ease), border-color 0.2s, box-shadow 0.2s; }
.feature:hover { transform: translateY(-4px); border-color: rgba(255, 194, 75, 0.35); box-shadow: 0 20px 44px -18px rgba(0, 0, 0, 0.65); }
.feature .ico {
  font-size: 1.4rem;
  background: linear-gradient(135deg, var(--brand-soft), var(--gold-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 194, 75, 0.25);
  transition: box-shadow 0.2s var(--ease), transform 0.2s var(--ease);
}
.feature:hover .ico { box-shadow: inset 0 0 0 1px rgba(255, 194, 75, 0.5), 0 10px 22px -8px rgba(255, 122, 24, 0.55); transform: translateY(-2px); }

/* ---- Spelkaarten: goud-glow, zoom & shine -------------------------------- */
.game { background: linear-gradient(180deg, var(--surface-2), var(--bg-1)); }
.game:hover, .game:focus-within {
  transform: translateY(-6px);
  border-color: rgba(255, 194, 75, 0.5);
  box-shadow: 0 22px 46px -16px rgba(255, 122, 24, 0.45), var(--shadow-md);
}
.game::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 194, 75, 0); transition: box-shadow 0.25s var(--ease);
}
.game:hover::after, .game:focus-within::after { box-shadow: var(--glow-gold-ring); }
.game__thumb { overflow: hidden; }
.game__thumb img { transition: transform 0.45s var(--ease); }
.game:hover .game__thumb img, .game:focus-within .game__thumb img { transform: scale(1.06); }
.game__play { background: linear-gradient(180deg, rgba(12, 15, 26, 0.05), rgba(12, 15, 26, 0.82)); }
.badge--rtp { border-color: rgba(255, 194, 75, 0.2); }

/* ---- Promo-kaarten: hover-lift + hoekgloed ------------------------------- */
.promo { transition: transform 0.25s var(--ease), border-color 0.25s, box-shadow 0.25s var(--ease); }
.promo::after {
  content: ""; position: absolute; top: -40%; right: -18%; width: 60%; height: 80%;
  background: radial-gradient(circle, rgba(255, 122, 24, 0.18), transparent 70%); pointer-events: none;
}
.promo:hover { transform: translateY(-5px); border-color: rgba(255, 194, 75, 0.4); box-shadow: 0 24px 52px -20px rgba(255, 122, 24, 0.45); }
.promo__highlight { font-family: var(--font-display); }

/* ---- Stat-kaarten -------------------------------------------------------- */
.stat { background: linear-gradient(180deg, var(--surface-2), var(--bg-1)); transition: transform 0.2s var(--ease), border-color 0.2s; }
.stat:hover { transform: translateY(-3px); border-color: rgba(255, 194, 75, 0.3); }

/* ---- Zoekbalk focus ------------------------------------------------------ */
.search:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }

/* ---- CTA-band: gloed-aureool --------------------------------------------- */
.cta-band { position: relative; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(80% 120% at 50% -25%, rgba(255, 122, 24, 0.22), transparent 60%);
}
.cta-band > * { position: relative; }

/* ---- Hero: gradient-rand, zwevende tegels & glow ------------------------- */
.hero__art { background: linear-gradient(160deg, var(--surface-2), var(--bg-1)); box-shadow: 0 32px 80px -22px rgba(255, 122, 24, 0.35), var(--shadow-lg); }
.hero__art::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(140deg, rgba(255, 194, 75, 0.55), rgba(255, 122, 24, 0.12) 45%, rgba(255, 122, 24, 0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.hero__art .stack img { box-shadow: 0 12px 26px rgba(0, 0, 0, 0.5); }
@media (prefers-reduced-motion: no-preference) {
  .hero__art .stack img { animation: oj-float 6s ease-in-out infinite; }
  .hero__art .stack img:nth-child(2n) { animation-delay: -2s; }
  .hero__art .stack img:nth-child(3n) { animation-delay: -4s; }
  .hero h1, .hero p.lead, .hero__cta, .hero__trust { animation: oj-fade-up 0.7s var(--ease) both; }
  .hero p.lead { animation-delay: 0.08s; }
  .hero__cta { animation-delay: 0.16s; }
  .hero__trust { animation-delay: 0.24s; }
}
@keyframes oj-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes oj-fade-up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* ---- Verantwoord-spelen balk: subtiele glans (blijft prominent) ---------- */
.rg-bar { box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, var(--shadow-sm); }

/* ---- Inline SVG-iconen (vervangen emoji) --------------------------------- */
.oj-ico { display: inline-block; vertical-align: -0.18em; flex: none; }
.hero__trust .oj-ico { color: var(--gold); }
.aside .card li .oj-ico { color: var(--gold); margin-right: 0.15rem; }
.callout .ico .oj-ico, .callout .ico { line-height: 0; }

/* =============================================================================
   LUXE v2 — dichter, stijlvoller, duurder
   Diepere zwarttinten, metallic goud, glas-kaarten met goudranden.
   ========================================================================== */

/* ---- Sfeer: diepere gloed + vignette + ruit-textuur ---------------------- */
body {
  background:
    repeating-linear-gradient(45deg, rgba(255, 194, 75, 0.022) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(-45deg, rgba(255, 194, 75, 0.022) 0 1px, transparent 1px 46px),
    radial-gradient(1100px 560px at 84% -12%, rgba(255, 122, 24, 0.15), transparent 58%),
    radial-gradient(900px 520px at -8% 4%, rgba(255, 194, 75, 0.07), transparent 55%),
    var(--bg-0);
}
body::before {
  background:
    radial-gradient(50% 42% at 82% -4%, rgba(255, 122, 24, 0.22), transparent 60%),
    radial-gradient(42% 40% at 6% 10%, rgba(255, 194, 75, 0.10), transparent 62%),
    radial-gradient(125% 95% at 50% 48%, transparent 52%, rgba(0, 0, 0, 0.6) 100%);
}

/* ---- Typografie: zwaarder + metallic goud -------------------------------- */
h1, h2 { letter-spacing: -0.025em; }
.hero h1 .accent, .promo__highlight, .stat b, .brand b {
  background: var(--gradient-gold-metal);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  color: var(--gold);
}

/* Eyebrow: goud-verloop, ruimer, met streep */
.eyebrow, .section-head .eyebrow {
  background: var(--gradient-gold); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold);
  letter-spacing: 0.2em; font-weight: 800;
}
.eyebrow::before { width: 28px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }

/* Section-head: zwaarder + goud-onderstreep */
.section-head h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 900; }
.section-head h2::after {
  content: ""; display: block; width: 64px; height: 3px; margin-top: 0.7rem; border-radius: 3px;
  background: var(--gradient-gold-metal); box-shadow: 0 0 18px rgba(255, 194, 75, 0.45);
}
.section-head.center h2::after { margin-inline: auto; }
.page-hero h1 { font-size: clamp(2.1rem, 4.5vw, 3rem); }
.page-hero h1::after {
  content: ""; display: block; width: 56px; height: 3px; margin-top: 0.6rem; border-radius: 3px;
  background: var(--gradient-gold-metal); box-shadow: 0 0 16px rgba(255, 194, 75, 0.4);
}

/* ---- Hero: groter, gloed-orb + dikke goudrand ---------------------------- */
.hero { padding-block: clamp(3rem, 7vw, 6rem); }
.hero h1 { font-size: clamp(2.4rem, 5.3vw, 4rem); font-weight: 900; line-height: 1.04; margin-bottom: 1.15rem; }
.hero p.lead { font-size: 1.22rem; }
.hero::before {
  content: ""; position: absolute; top: -12%; right: -4%; width: 540px; height: 540px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 24, 0.24), transparent 65%); filter: blur(14px);
  pointer-events: none; z-index: 0;
}
.hero > .container { position: relative; z-index: 1; }
.hero__art {
  border: none; border-radius: 24px; aspect-ratio: 4 / 3;
  background: linear-gradient(160deg, rgba(255, 194, 75, 0.55), rgba(255, 122, 24, 0.18) 42%, rgba(255, 122, 24, 0.45));
  box-shadow: var(--shadow-xl), 0 32px 72px -28px rgba(255, 122, 24, 0.5);
}
.hero__art::after { display: none; }
.hero__art .stack {
  inset: 4px; padding: 0.9rem; border-radius: 19px;
  background: linear-gradient(160deg, var(--surface-2), var(--bg-1));
}
.hero__art .stack img { border-radius: 12px; box-shadow: 0 12px 26px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 194, 75, 0.18); }

/* ---- Glas-kaarten met subtiele goudrand ---------------------------------- */
.card, .promo, .stat, .toc, .license-box, .accordion, .search, .cookie-banner, .modal {
  background: var(--glass);
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
}
.card { border-color: var(--border-strong); box-shadow: var(--shadow-md); }
.feature { position: relative; }
.feature::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(160deg, rgba(255, 194, 75, 0.4), transparent 48%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0.7; transition: opacity 0.25s var(--ease);
}
.feature:hover::after { opacity: 1; background: linear-gradient(160deg, rgba(255, 194, 75, 0.65), rgba(255, 122, 24, 0.3) 60%); }
.feature .ico {
  width: 56px; height: 56px; border-radius: 16px; font-size: 1.6rem;
  background: linear-gradient(160deg, rgba(255, 194, 75, 0.18), rgba(255, 122, 24, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255, 194, 75, 0.32), 0 8px 20px -10px rgba(255, 122, 24, 0.5);
}

/* ---- Knoppen: gepolijst metallic goud ------------------------------------ */
.btn { font-weight: 800; }
.btn--lg { padding: 1.05rem 2rem; }
.btn--primary {
  background: var(--gradient-gold-metal); background-size: 100% 200%; background-position: 0 0;
  color: #2a1300; border-color: transparent;
  box-shadow: 0 12px 28px -8px rgba(255, 140, 30, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transition: transform 0.15s var(--ease), box-shadow 0.25s var(--ease), background-position 0.45s var(--ease);
}
.btn--primary:hover { background-position: 0 100%; box-shadow: 0 18px 40px -8px rgba(255, 140, 30, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.65); }
.btn--ghost { border-color: rgba(255, 194, 75, 0.35); }
.btn--ghost:hover { border-color: rgba(255, 194, 75, 0.6); background: rgba(255, 194, 75, 0.08); }

/* ---- Header & merk: metallic mark + goudlijn ----------------------------- */
.site-header { background: linear-gradient(180deg, rgba(7, 9, 15, 0.95), rgba(7, 9, 15, 0.78)); }
.brand__mark {
  background: var(--gradient-gold-metal); color: #2a1300;
  box-shadow: 0 6px 18px rgba(255, 140, 30, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* ---- Providerstrip: ingelijst -------------------------------------------- */
.logo-strip {
  justify-content: center; gap: 1.5rem 2.5rem; padding: 1.4rem 1.75rem;
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(27, 34, 56, 0.55), rgba(13, 17, 32, 0.55));
}
.logo-strip img { opacity: 0.85; filter: grayscale(0.1) brightness(1.06); }

/* ---- Spelraster: dichter + rijker ---------------------------------------- */
.game-grid { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 0.85rem; }
.game { border-radius: 16px; background: linear-gradient(180deg, var(--surface-2), var(--bg-1)); }
.game__title { font-size: 1rem; }
.game__body { padding: 0.8rem 0.85rem 0.95rem; }

/* ---- Promo: goudrand-frame + grotere metallic highlight ------------------ */
.promo { border-radius: 20px; border-color: rgba(255, 194, 75, 0.2); }
.promo::before { height: 5px; background: var(--gradient-gold-metal); box-shadow: 0 0 16px rgba(255, 194, 75, 0.5); }
.promo__cat { color: var(--gold); }
.promo__highlight { font-size: 2.2rem; }

/* ---- Stat & CTA-band ----------------------------------------------------- */
.stat { border-radius: 16px; }
.stat b { font-size: 1.95rem; }
.cta-band {
  border-radius: 24px; border-color: rgba(255, 194, 75, 0.4);
  background: linear-gradient(135deg, rgba(255, 122, 24, 0.22), rgba(255, 194, 75, 0.10));
}
.cta-band::before { background: radial-gradient(70% 120% at 50% -20%, rgba(255, 194, 75, 0.28), transparent 60%); }

/* ---- Footer: warme rand -------------------------------------------------- */
.site-footer { background: linear-gradient(180deg, var(--bg-1), var(--bg-0)); border-top: 1px solid rgba(255, 194, 75, 0.18); }
.footer-rg { background: linear-gradient(180deg, rgba(255, 122, 24, 0.06), transparent); }
.license-box { border-color: rgba(255, 194, 75, 0.18); }

/* =============================================================================
   LUXE v3 — textuur & blok-ritme
   Goud-scheidingslijnen tussen secties + groter hero-art.
   ========================================================================== */

/* Goud-hairline tussen opeenvolgende content-blokken (ritme/dichtheid) */
.section, .section--tight { position: relative; }
.section + .section::before,
.section--tight + .section::before,
.section + .section--tight::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(1160px, 90%); height: 1px; background: var(--gold-line); opacity: 0.55;
}

/* Subtiele spotlight bovenaan elk blok → meer diepte */
.section::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 220px; pointer-events: none; z-index: 0;
  background: radial-gradient(60% 100% at 50% 0%, rgba(255, 194, 75, 0.05), transparent 70%);
}
.section > .container { position: relative; z-index: 1; }

/* Hero-art iets groter, met meer lucht ernaast */
.hero__grid { gap: 3rem; }
@media (min-width: 881px) {
  .hero__grid { grid-template-columns: 1.04fr 0.96fr; }
}

/* =============================================================================
   LUXE v4 — top: scroll-reveal, hero-shimmer, edelsteen-scheiding
   ========================================================================== */

/* Scroll-reveal — alleen met JS én zonder reduced-motion (anders alles zichtbaar) */
@media (prefers-reduced-motion: no-preference) {
  body.js-reveal .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.65s var(--ease), transform 0.65s var(--ease); }
  body.js-reveal .reveal.in { opacity: 1; transform: none; }
}

/* Sectiescheiding: lijn met gloeiende goud-edelsteen in het midden */
.section + .section::before,
.section--tight + .section::before,
.section + .section--tight::before {
  height: 12px; opacity: 1;
  background:
    radial-gradient(circle, var(--gold) 0 2.5px, rgba(255, 194, 75, 0) 3.5px) center / 9px 9px no-repeat,
    linear-gradient(90deg, transparent, rgba(255, 194, 75, 0.5) 22%, rgba(255, 194, 75, 0.5) 78%, transparent) center / 100% 1px no-repeat;
  filter: drop-shadow(0 0 6px rgba(255, 194, 75, 0.5));
}

/* Hero: traag draaiende gloed-ring + bewegende glans op de goud-accent */
.hero::after {
  content: ""; position: absolute; top: 50%; right: 4%; width: 560px; height: 560px; transform: translateY(-50%);
  background: conic-gradient(from 0deg, transparent, rgba(255, 194, 75, 0.13), transparent 28%, rgba(255, 122, 24, 0.13), transparent 62%, rgba(255, 194, 75, 0.10), transparent);
  border-radius: 50%; filter: blur(34px); pointer-events: none; z-index: 0;
}
@media (max-width: 880px) { .hero::after { display: none; } }
@media (prefers-reduced-motion: no-preference) {
  .hero h1 .accent { background-size: 100% 280%; animation: oj-shine 7s ease-in-out infinite; }
  .hero::after { animation: oj-rotate 26s linear infinite; }
}
@keyframes oj-shine { 0%, 100% { background-position: 0 0; } 50% { background-position: 0 100%; } }
@keyframes oj-rotate { to { transform: translateY(-50%) rotate(360deg); } }

/* =============================================================================
   SPORTSBOOK (/sport)
   ========================================================================== */
.sb-layout {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr) 296px;
  gap: 1.25rem;
  align-items: start;
  margin-top: 1.25rem;
}

/* ---- Zijbalk met sporten ------------------------------------------------- */
.sb-side {
  position: sticky; top: calc(var(--header-h) + 16px);
  background: linear-gradient(180deg, var(--surface-2), var(--bg-1));
  border: 1px solid var(--border); border-radius: var(--radius); padding: 0.85rem;
}
.sb-side__title {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--text-dim); padding: 0.25rem 0.5rem 0.6rem; margin: 0;
}
.sb-side__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.sb-side__item {
  display: flex; align-items: center; gap: 0.65rem;
  padding: 0.55rem 0.6rem; border-radius: 10px; color: var(--text-muted);
  font-weight: 600; font-size: 0.92rem; transition: background 0.15s, color 0.15s;
  border-left: 3px solid transparent;
}
.sb-side__item:hover { background: rgba(255, 255, 255, 0.05); color: var(--text); text-decoration: none; }
.sb-side__ico { display: inline-flex; color: var(--brand-600); flex: none; }
.sb-side__name { flex: 1 1 auto; }
.sb-side__star { display: inline-flex; color: var(--gold); flex: none; opacity: 0.85; }
.sb-side__star .oj-ico { fill: var(--gold); }
.sb-side__item.is-active {
  background: var(--brand-soft); color: var(--text);
  border-left-color: var(--brand);
}
.sb-side__item.is-active .sb-side__ico { color: var(--gold); }

/* ---- Hoofdkolom & panelen ------------------------------------------------ */
.sb-main { min-width: 0; }
.sb-panel {
  background: linear-gradient(180deg, var(--surface-2), var(--bg-1));
  border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; margin-top: 1.25rem;
}
.sb-panel__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.85rem 1.1rem; border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}
.sb-panel__head h3 { font-size: 1.02rem; display: flex; align-items: center; gap: 0.5rem; }
.sb-panel__head h3 .oj-ico { color: var(--brand-600); }
.sb-panel__cols { display: flex; gap: 0.35rem; }
.sb-panel__cols span {
  width: 52px; text-align: center; font-size: 0.74rem; font-weight: 700;
  color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.05em;
}

/* ---- Hogere quoteringen (boost cards) ------------------------------------ */
.boost-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.boost {
  position: relative; display: flex; flex-direction: column; gap: 0.4rem;
  background: linear-gradient(160deg, var(--surface-2), var(--bg-1));
  border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.1rem; overflow: hidden;
}
.boost::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--brand)); }
.boost__head { display: flex; align-items: center; justify-content: space-between; }
.boost__flash {
  display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.72rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold);
}
.boost__flash .oj-ico { color: var(--gold); }
.boost__time { font-size: 0.78rem; color: var(--text-dim); }
.boost__comp { font-size: 0.76rem; color: var(--brand-600); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.boost__event { font-size: 1.02rem; margin: 0; }
.boost__market { font-size: 0.9rem; color: var(--text-muted); margin: 0 0 0.2rem; }
.boost__odd {
  margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  background: linear-gradient(180deg, rgba(255, 194, 75, 0.12), rgba(255, 122, 24, 0.05));
  border: 1px solid rgba(255, 194, 75, 0.32); border-radius: 10px;
  padding: 0.55rem 0.9rem; transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}
.boost__odd:hover { border-color: var(--gold); transform: translateY(-1px); box-shadow: 0 10px 22px -12px rgba(255, 122, 24, 0.6); text-decoration: none; }
.boost__was { font-size: 0.8rem; color: var(--text-dim); }
.boost__was s { color: var(--danger); }
.boost__now { font-size: 1.4rem; font-weight: 900; color: var(--gold); letter-spacing: -0.01em; }

/* ---- Event-rijen --------------------------------------------------------- */
.sb-event {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.8rem 1.1rem; border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}
.sb-event:hover { background: rgba(255, 255, 255, 0.025); }
.sb-event:last-child { border-bottom: none; }
.sb-event--live { box-shadow: inset 2px 0 0 rgba(255, 107, 107, 0.55); }
.sb-event__info { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 0.15rem; }
.sb-event__comp { font-size: 0.76rem; color: var(--text-dim); display: inline-flex; align-items: center; gap: 0.4rem; }
.sb-event__name { font-weight: 700; color: var(--text); font-size: 0.96rem; }
.sb-event__vs { color: var(--text-dim); font-weight: 400; }
.sb-event__score {
  flex: none; font-weight: 800; color: var(--gold); font-variant-numeric: tabular-nums;
  font-size: 0.96rem; min-width: 64px; text-align: center;
}
.sb-event__markets { flex: none; }

/* ---- Odds-knoppen -------------------------------------------------------- */
.odds-group { display: flex; gap: 0.35rem; }
.odd {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px;
  width: 52px; min-height: 46px; padding: 0.3rem;
  background: var(--surface-3); border: 1px solid var(--border-strong); border-radius: 9px;
  transition: border-color 0.15s, background 0.15s, transform 0.12s;
}
.odd:hover { border-color: var(--gold); background: var(--gold-soft); transform: translateY(-1px); text-decoration: none; }
.odd__lbl { font-size: 0.68rem; font-weight: 700; color: var(--text-dim); }
.odd__val { font-size: 0.95rem; font-weight: 800; color: var(--text); font-variant-numeric: tabular-nums; }
.odd:hover .odd__val { color: var(--gold); }

/* ---- Live ---------------------------------------------------------------- */
.sb-panel__head--live h3 { color: var(--text); }
.live-dot {
  display: inline-block; width: 9px; height: 9px; border-radius: 50%;
  background: var(--danger); box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.6);
}
.live-dot--sm { width: 7px; height: 7px; }
@media (prefers-reduced-motion: no-preference) {
  .live-dot { animation: oj-pulse 1.8s ease-out infinite; }
}
@keyframes oj-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.55); }
  70% { box-shadow: 0 0 0 7px rgba(255, 107, 107, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 107, 107, 0); }
}
.sb-tabs { display: flex; gap: 0.4rem; padding: 0.75rem 1.1rem 0; flex-wrap: wrap; }
.sb-tab {
  background: transparent; border: 1px solid var(--border); border-radius: var(--radius-pill);
  padding: 0.4rem 0.95rem; font-size: 0.86rem; font-weight: 700; color: var(--text-muted);
  cursor: pointer; transition: all 0.15s;
}
.sb-tab:hover { color: var(--text); border-color: var(--border-strong); }
.sb-tab.is-active { background: var(--brand-soft); border-color: var(--brand); color: var(--text); }
.sb-livepanel { padding-top: 0.5rem; }
.sb-livepanel[hidden] { display: none; }

/* ---- Wedformulier (bet slip) --------------------------------------------- */
.sb-slip {
  position: sticky; top: calc(var(--header-h) + 16px);
  background: var(--surface-1); border: 1px solid var(--border-strong);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md);
}
.sb-slip__tabs { display: flex; }
.sb-slip__tabs span {
  flex: 1; text-align: center; padding: 0.85rem 0.5rem; font-size: 0.86rem; font-weight: 700;
  color: var(--text-dim); border-bottom: 2px solid transparent; background: rgba(255, 255, 255, 0.02);
}
.sb-slip__tabs .is-active { color: var(--text); border-bottom-color: var(--brand); background: transparent; }
.sb-slip__tabs em { color: var(--gold); font-style: normal; }
.sb-slip__empty { padding: 2.25rem 1.25rem; text-align: center; }
.sb-slip__ico { display: inline-flex; color: var(--text-dim); margin-bottom: 0.5rem; }
.sb-slip__lead { color: var(--text); font-weight: 700; margin: 0 0 0.25rem; }
.sb-slip__foot { padding: 1rem 1.1rem 1.25rem; border-top: 1px solid var(--border); }
.sb-slip__note { font-size: 0.78rem; color: var(--text-dim); margin: 0.7rem 0 0; line-height: 1.5; }

/* ---- Responsief ---------------------------------------------------------- */
@media (max-width: 1080px) {
  .sb-layout { grid-template-columns: minmax(0, 1fr); }
  .sb-side { position: static; }
  .sb-side__list { flex-direction: row; flex-wrap: nowrap; overflow-x: auto; gap: 0.4rem; -webkit-overflow-scrolling: touch; padding-bottom: 0.3rem; }
  .sb-side__item { border-left: none; border: 1px solid var(--border); border-radius: var(--radius-pill); white-space: nowrap; padding: 0.45rem 0.8rem; }
  .sb-side__item.is-active { border-color: var(--brand); }
  .sb-side__star { display: none; }
  .sb-slip { position: static; }
  .boost-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .sb-event { flex-wrap: wrap; }
  .sb-event__info { flex: 1 1 100%; }
  .sb-event__score { min-width: 0; text-align: left; margin-right: auto; }
  .sb-panel__cols { display: none; }
  .odd { width: 46px; }
}

/* ---- Lobbytabel (poker) -------------------------------------------------- */
.lobby-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.lobby-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.lobby-table th {
  text-align: left; padding: 0.7rem 1.1rem; font-size: 0.74rem; text-transform: uppercase;
  letter-spacing: 0.05em; color: var(--text-dim); border-bottom: 1px solid var(--border); font-weight: 700;
}
.lobby-table td { padding: 0.8rem 1.1rem; border-bottom: 1px solid var(--border); color: var(--text-muted); vertical-align: middle; }
.lobby-table tbody tr:last-child td { border-bottom: none; }
.lobby-table tbody tr { transition: background 0.15s; }
.lobby-table tbody tr:hover { background: rgba(255, 255, 255, 0.03); }
.lobby-table strong { color: var(--text); }
.lobby-seats { font-variant-numeric: tabular-nums; font-weight: 700; color: var(--safe); }
.lobby-act { text-align: right; white-space: nowrap; }

@media (max-width: 680px) {
  .lobby-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .lobby-table, .lobby-table tbody, .lobby-table tr, .lobby-table td { display: block; width: 100%; }
  .lobby-table tr {
    border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 0.75rem; padding: 0.35rem 0;
    background: rgba(255, 255, 255, 0.02);
  }
  .lobby-table td { border: none; display: flex; justify-content: space-between; gap: 1rem; padding: 0.4rem 1rem; }
  .lobby-table td::before { content: attr(data-th); color: var(--text-dim); font-weight: 700; font-size: 0.8rem; }
  .lobby-act { justify-content: stretch; }
  .lobby-act .btn { width: 100%; }
}

/* ---- Spel-carrousel (rail) ----------------------------------------------- */
.rail { margin-top: 1.75rem; }
.rail__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.rail__nav { display: flex; align-items: center; gap: 0.5rem; flex: none; }
.rail__arrow {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: var(--surface-2); border: 1px solid var(--border-strong); color: var(--text);
  cursor: pointer; transition: border-color 0.15s, color 0.15s, transform 0.12s, opacity 0.15s;
}
.rail__arrow:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-1px); }
.rail__arrow:disabled { opacity: 0.3; cursor: default; transform: none; }
.rail__track {
  display: flex; gap: 1rem; overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 0.25rem 0.25rem 0.75rem; margin: -0.25rem -0.25rem 0;
  scrollbar-width: thin; scrollbar-color: var(--surface-3) transparent;
}
.rail__track .game { flex: 0 0 200px; scroll-snap-align: start; }
.rail__track::-webkit-scrollbar { height: 8px; }
.rail__track::-webkit-scrollbar-track { background: transparent; }
.rail__track::-webkit-scrollbar-thumb { background: var(--surface-3); border-radius: 99px; }
.rail__track::-webkit-scrollbar-thumb:hover { background: var(--border-strong); }
@media (prefers-reduced-motion: reduce) { .rail__track { scroll-behavior: auto; } }
@media (max-width: 560px) {
  .rail__track .game { flex-basis: 152px; }
  .rail__more { display: none; }
  .rail__head { align-items: center; }
}

/* ---- Account-dashboard --------------------------------------------------- */
.acct-dl { display: grid; gap: 0; }
.acct-dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-bottom: 1px solid var(--border); }
.acct-dl > div:last-child { border-bottom: none; }
.acct-dl dt { color: var(--text-dim); }
.acct-dl dd { margin: 0; font-weight: 600; color: var(--text); text-align: right; word-break: break-word; }

/* ---- Pokertafel-simulatie ------------------------------------------------ */
.poker-stage { position: relative; margin-top: 0.5rem; }
.poker-stage.is-locked .poker-table { filter: blur(2px) grayscale(0.45); opacity: 0.5; pointer-events: none; }
.poker-table {
  position: relative; width: 100%; max-width: 760px; margin-inline: auto; aspect-ratio: 16 / 9; min-height: 300px;
}
.poker-felt {
  position: absolute; inset: 14% 6%;
  border-radius: 50% / 46%;
  background:
    radial-gradient(120% 120% at 50% 35%, #1f7a52 0%, #14633f 55%, #0c4d30 100%);
  border: 12px solid #3a2a1c;
  box-shadow: 0 0 0 4px rgba(255, 194, 75, 0.18), inset 0 6px 30px rgba(0, 0, 0, 0.45), var(--shadow-lg);
  display: grid; place-items: center; gap: 0.6rem; padding: 1rem;
}
.poker-logo { color: rgba(255, 255, 255, 0.22); font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.8rem; }
.poker-board { display: flex; gap: 0.4rem; }
.pcard {
  width: 34px; height: 48px; border-radius: 5px;
  background: linear-gradient(160deg, #fff 0%, #e7ecf5 100%);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(255, 122, 24, 0.35);
}
.pcard--ghost { background: transparent; border: 1px dashed rgba(255, 255, 255, 0.3); box-shadow: none; }
.poker-pot { font-weight: 800; color: var(--gold); font-size: 0.95rem; }
.seat {
  position: absolute; transform: translate(-50%, -50%); width: 96px; text-align: center;
  background: var(--surface-2); border: 1px solid var(--border-strong); border-radius: 12px;
  padding: 0.5rem 0.35rem; box-shadow: var(--shadow-md);
}
.seat__avatar { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
  background: var(--surface-3); color: var(--text-muted); font-weight: 800; font-size: 0.85rem; margin-bottom: 0.2rem; }
.seat__name { display: block; font-size: 0.8rem; font-weight: 700; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.seat__stack { display: block; font-size: 0.74rem; color: var(--text-dim); }
.seat--me { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(255, 194, 75, 0.35), var(--shadow-md); }
.seat--me .seat__avatar { background: var(--gradient-gold); color: var(--on-brand); }
.seat--1 { left: 50%; top: 100%; }
.seat--2 { left: 7%;  top: 78%; }
.seat--3 { left: 7%;  top: 22%; }
.seat--4 { left: 50%; top: 0%; }
.seat--5 { left: 93%; top: 22%; }
.seat--6 { left: 93%; top: 78%; }
.poker-lock {
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 1rem;
}
.poker-lock { color: var(--text); }
.poker-lock .ico { color: var(--gold); display: inline-flex; }
.poker-lock h2 { margin: 0.4rem 0; font-size: 1.3rem; }
.poker-lock p { max-width: 44ch; margin: 0 auto 1rem; background: rgba(7, 9, 15, 0.72); padding: 0.5rem 0.85rem; border-radius: var(--radius); }
.poker-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; margin-top: 1.5rem; justify-content: center; }
.poker-actions__note { color: var(--text-dim); font-size: 0.86rem; }
@media (max-width: 620px) {
  .poker-table { aspect-ratio: 4 / 5; max-width: 420px; }
  .poker-felt { inset: 18% 4%; }
  .seat { width: 76px; padding: 0.4rem 0.25rem; }
  .seat__name { font-size: 0.72rem; }
}
