/* ============================================================
   MEGAWIN — Non UK Casino Guide
   Shared design system
   Dark navy/charcoal base · classic casino gold · cool teal info
   Headings: Newsreader (editorial serif) · Body: Hanken Grotesk
   ============================================================ */

:root {
  /* Surfaces */
  --bg:        #0c111d;
  --bg-grad:   radial-gradient(1200px 700px at 78% -10%, #16213b 0%, rgba(12,17,29,0) 60%), #0c111d;
  --panel:     #121a2b;
  --panel-2:   #16203494;
  --raised:    #1a2540;
  --line:      rgba(255,255,255,0.085);
  --line-2:    rgba(255,255,255,0.14);

  /* Text */
  --text:      #eef2fb;
  --text-2:    #c2cbe0;
  --muted:     #8a95ae;
  --faint:     #5e6a85;

  /* Gold */
  --gold:      #e7b24c;
  --gold-hi:   #f6cf6b;
  --gold-deep: #b8842a;
  --gold-soft: rgba(231,178,76,0.13);
  --gold-line: rgba(231,178,76,0.34);

  /* Cool / info */
  --info:      #5cc6e8;
  --info-deep: #2a7fa8;
  --info-bg:   rgba(58,150,200,0.11);
  --info-line: rgba(92,198,232,0.30);

  /* Volatility / status */
  --low:    #54bd8a;
  --low-bg: rgba(84,189,138,0.13);
  --med:    #e6ad44;
  --med-bg: rgba(230,173,68,0.13);
  --high:   #e8675a;
  --high-bg:rgba(232,103,90,0.13);
  --good:   #54bd8a;

  /* Type */
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans:  "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --mono:  "Spline Sans Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --maxw: 1180px;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 18px 50px -22px rgba(0,0,0,0.7);
  --shadow-card: 0 14px 34px -20px rgba(0,0,0,0.65);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--bg-grad);
  background-attachment: fixed;
  color: var(--text);
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-hi); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.05rem, 4.6vw, 3.35rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.2rem); }
h3 { font-size: 1.28rem; }
p  { text-wrap: pretty; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 62px 0; }
.section--tight { padding: 40px 0; }
.eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
  display: flex; align-items: center; gap: 10px;
}
.eyebrow::before { content:""; width: 26px; height: 1px; background: var(--gold-line); }
.lead { font-size: 1.16rem; color: var(--text-2); line-height: 1.65; }
.muted { color: var(--muted); }
.center { text-align: center; }
.updated {
  font-family: var(--mono); font-size: 12px; letter-spacing: .04em;
  color: var(--faint); display: inline-flex; align-items: center; gap: 7px;
}
.updated::before { content:""; width: 6px; height: 6px; border-radius: 50%; background: var(--good); box-shadow: 0 0 0 3px rgba(84,189,138,.18); }

/* ---------- Top utility / age bar ---------- */
.topbar {
  background: #080c15;
  border-bottom: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--muted);
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 38px; flex-wrap: wrap; }
.topbar .pill18 {
  font-family: var(--mono); font-weight: 600; color: #ffd9d2;
  background: var(--high-bg); border: 1px solid rgba(232,103,90,.32);
  padding: 2px 8px; border-radius: 5px; font-size: 11px; letter-spacing: .03em;
}
.topbar a { color: var(--text-2); }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,15,25,0.82);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 70px; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark {
  width: 34px; height: 34px; border-radius: 9px; flex: none;
  background: linear-gradient(150deg, var(--gold-hi), var(--gold-deep));
  display: grid; place-items: center;
  box-shadow: 0 6px 18px -6px rgba(231,178,76,.6), inset 0 1px 0 rgba(255,255,255,.4);
}
.brand__mark svg { width: 19px; height: 19px; display:block; }
.brand__name {
  font-family: var(--serif); font-size: 1.42rem; font-weight: 600; letter-spacing: -.01em;
  color: #fff; line-height: 1;
}
.brand__name b { color: var(--gold); font-weight: 600; }
.brand__tag { display:block; font-family: var(--mono); font-size: 9.5px; letter-spacing: .28em; color: var(--faint); text-transform: uppercase; margin-top: 3px; }

.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a {
  color: var(--text-2); font-weight: 500; font-size: 15px;
  padding: 9px 14px; border-radius: 8px; letter-spacing: .005em;
  transition: background .15s, color .15s;
  white-space: nowrap;
}
.nav__links a:hover { background: rgba(255,255,255,.05); color: #fff; }
.nav__links a.active { color: var(--gold); }
.nav__cta {
  margin-left: 8px; background: var(--gold); color: #1a1205 !important;
  font-weight: 700 !important; box-shadow: 0 8px 20px -10px var(--gold);
}
.nav__links a.nav__cta:hover { background: var(--gold-hi); color: #1a1205; }
.nav__toggle { display: none; background: none; border: 1px solid var(--line-2); border-radius: 8px; width: 42px; height: 40px; color: #fff; cursor: pointer; }
.nav__toggle svg { width: 20px; height: 20px; margin: 0 auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-weight: 700; font-size: 15px;
  padding: 12px 20px; border-radius: 10px; border: 1px solid transparent;
  cursor: pointer; transition: transform .12s, background .15s, box-shadow .15s, border-color .15s;
  white-space: nowrap; text-align: center;
}
.btn:active { transform: translateY(1px); }
.btn--cta {
  background: linear-gradient(180deg, var(--gold-hi), var(--gold));
  color: #1a1205; box-shadow: 0 12px 26px -12px rgba(231,178,76,.75), inset 0 1px 0 rgba(255,255,255,.45);
}
.btn--cta:hover { color:#140d02; box-shadow: 0 16px 32px -12px rgba(231,178,76,.9); }
.btn--ghost { background: transparent; border-color: var(--line-2); color: var(--text); }
.btn--ghost:hover { border-color: var(--gold-line); color: #fff; background: var(--gold-soft); }
.btn--sm { padding: 8px 14px; font-size: 13.5px; }
.btn--block { width: 100%; }
.btn--link { background:none; border:none; color: var(--gold); padding: 6px 4px; font-weight: 600; }
.btn--link:hover { color: var(--gold-hi); text-decoration: underline; }

/* ---------- Quick answer box ---------- */
.quick-answer {
  background: var(--info-bg);
  border: 1px solid var(--info-line);
  border-left: 4px solid var(--info);
  border-radius: var(--radius);
  padding: 22px 26px;
  position: relative;
}
.quick-answer__label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--info); font-weight: 600; margin-bottom: 10px;
}
.quick-answer__label svg { width: 15px; height: 15px; }
.quick-answer p { margin: 0; font-size: 1.1rem; color: var(--text); line-height: 1.6; }
.quick-answer strong { color: #fff; }

/* ---------- Cards / panels ---------- */
.panel {
  background: linear-gradient(180deg, var(--panel), #0f1626);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}
.card-grid { display: grid; gap: 18px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Stats row ---------- */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
}
.stat { background: var(--panel); padding: 24px 22px; }
.stat__num { font-family: var(--serif); font-size: 2.3rem; color: var(--gold); line-height: 1; }
.stat__num small { font-size: 1.1rem; color: var(--gold-deep); }
.stat__label { font-size: 13.5px; color: var(--muted); margin-top: 8px; letter-spacing: .01em; }

/* ---------- Star rating ---------- */
.stars { --pct: 100%; display: inline-block; position: relative; font-size: 16px; line-height: 1; font-family: Arial, sans-serif; white-space: nowrap; }
.stars::before { content: "★★★★★"; color: rgba(255,255,255,.16); letter-spacing: 2px; }
.stars::after {
  content: "★★★★★"; color: var(--gold); letter-spacing: 2px;
  position: absolute; left: 0; top: 0; width: var(--pct); overflow: hidden;
}
.rating-line { display: inline-flex; align-items: center; gap: 9px; }
.rating-line b { font-family: var(--mono); color: #fff; font-size: 14px; }

/* ---------- Badges ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .04em;
  padding: 4px 9px; border-radius: 6px; text-transform: uppercase;
  border: 1px solid var(--line-2); color: var(--text-2); background: rgba(255,255,255,.03);
}
.badge svg { width: 12px; height: 12px; }
.badge--licence { color: var(--gold); border-color: var(--gold-line); background: var(--gold-soft); }
.badge--info { color: var(--info); border-color: var(--info-line); background: var(--info-bg); }
.badge--score {
  font-family: var(--serif); font-size: 15px; font-weight: 600; letter-spacing: 0;
  background: var(--gold); color: #1a1205; border: none; padding: 3px 10px; border-radius: 7px;
}
.vbadge { display:inline-flex; align-items:center; gap:6px; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .03em; padding: 4px 9px; border-radius: 6px; text-transform: capitalize; }
.vbadge::before { content:""; width: 7px; height: 7px; border-radius: 50%; }
.v-low  { color: var(--low);  background: var(--low-bg); } .v-low::before { background: var(--low); }
.v-medium { color: var(--med); background: var(--med-bg); } .v-medium::before { background: var(--med); }
.v-high { color: var(--high); background: var(--high-bg); } .v-high::before { background: var(--high); }
.rtp-badge { font-family: var(--mono); font-size: 12px; font-weight: 600; color: var(--good); background: var(--low-bg); border: 1px solid rgba(84,189,138,.25); padding: 3px 8px; border-radius: 6px; }

/* ---------- Logo placeholder ---------- */
.logo-ph {
  display: grid; place-items: center; border-radius: 10px;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 7px, rgba(255,255,255,0) 7px 14px),
    linear-gradient(150deg, #1d2840, #141d31);
  border: 1px solid var(--line-2);
  font-family: var(--mono); color: var(--text); font-weight: 600; text-align: center; line-height: 1.15;
}
.logo-ph span { font-size: .82em; }
.logo-ph small { display:block; font-size: 9px; letter-spacing: .12em; color: var(--faint); text-transform: uppercase; margin-top: 3px; }

/* ---------- Image / thumb placeholder ---------- */
.thumb-ph {
  position: relative; border-radius: 10px; overflow: hidden;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.035) 0 9px, rgba(255,255,255,0) 9px 18px),
    linear-gradient(160deg, #1b2740, #131c2f);
  border: 1px solid var(--line);
  display: grid; place-items: center;
}
.thumb-ph__label { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); text-align: center; padding: 6px; }

/* ============================================================
   CASINO CARD
   ============================================================ */
.casino-card {
  background: linear-gradient(180deg, var(--panel), #0f1626);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 18px; align-items: center;
  box-shadow: var(--shadow-card);
  transition: border-color .15s, transform .15s;
  position: relative;
}
.casino-card:hover { border-color: var(--gold-line); transform: translateY(-2px); }
.casino-card__rank {
  position: absolute; top: -10px; left: -10px;
  width: 30px; height: 30px; border-radius: 8px;
  background: var(--gold); color:#1a1205; font-family: var(--serif); font-weight: 700;
  display: grid; place-items: center; font-size: 15px; box-shadow: 0 6px 14px -6px rgba(231,178,76,.7);
}
.casino-card__logo { width: 78px; height: 78px; font-size: 13px; }
.casino-logo { width: 78px; height: 78px; flex: 0 0 78px; border-radius: 12px; overflow: hidden; background:#fff; border:1px solid var(--line); display:block; }
.casino-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 640px) { .casino-logo { width: 60px; height: 60px; flex-basis: 60px; } }

/* ---------- Quick review cards ---------- */
.qreview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 26px; }
@media (max-width: 760px) { .qreview-grid { grid-template-columns: 1fr; } }
.qreview { border:1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 24px; display:flex; flex-direction:column; }
.qreview:hover { border-color: var(--gold-line); }
.qreview__head { display:flex; align-items:center; gap:14px; }
.qreview__logo { width:54px; height:54px; flex:0 0 54px; border-radius:10px; overflow:hidden; background:#fff; border:1px solid var(--line); }
.qreview__logo img { width:100%; height:100%; object-fit:cover; display:block; }
.qreview__title { flex:1; min-width:0; }
.qreview__title h3 { font-family: var(--serif); color:#fff; font-size:1.22rem; margin:0 0 2px; }
.qreview__title .qreview__prov { font-size:13px; color:var(--faint); }
.qreview__score { text-align:center; flex:0 0 auto; }
.qreview__score .n { font-family: var(--serif); font-size:1.5rem; color:var(--gold); line-height:1; }
.qreview__score .d { font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:var(--faint); margin-top:3px; }
.qreview__body { margin-top:16px; color:var(--text-2); font-size:15px; line-height:1.62; }
.qreview__body p { margin:0 0 10px; }
.qreview__foot { margin-top:auto; padding-top:16px; display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.qreview__verdict { display:flex; gap:18px; margin:14px 0 2px; padding:12px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.qreview__verdict div { font-size:13px; color:var(--faint); }
.qreview__verdict b { display:block; color:var(--text); font-size:14.5px; margin-top:2px; }
.casino-card__body { min-width: 0; }
.casino-card__name { font-family: var(--serif); font-size: 1.32rem; color:#fff; margin: 0 0 4px; }
.casino-card__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 9px 0; }
.casino-card__bonus { font-size: 14.5px; color: var(--text-2); }
.casino-card__bonus b { color: var(--gold); font-weight: 700; }
.casino-card__right { display: flex; flex-direction: column; gap: 8px; align-items: stretch; min-width: 168px; }
.casino-card__score {
  text-align: center; margin-bottom: 2px;
}
.casino-card__score .n { font-family: var(--serif); font-size: 1.9rem; color: var(--gold); line-height: 1; }
.casino-card__score .d { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }

/* Pros / cons */
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pc { border-radius: var(--radius-sm); padding: 16px 18px; border: 1px solid var(--line); }
.pc--pro { background: var(--low-bg); border-color: rgba(84,189,138,.22); }
.pc--con { background: var(--high-bg); border-color: rgba(232,103,90,.22); }
.pc h4 { font-family: var(--sans); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px; }
.pc--pro h4 { color: var(--low); } .pc--con h4 { color: var(--high); }
.pc ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.pc li { position: relative; padding-left: 24px; font-size: 14.5px; color: var(--text-2); line-height: 1.5; }
.pc li::before { position: absolute; left: 0; top: 0; font-family: var(--mono); font-weight: 700; }
.pc--pro li::before { content: "+"; color: var(--low); }
.pc--con li::before { content: "–"; color: var(--high); }

/* ============================================================
   SLOT CARD
   ============================================================ */
.slot-card {
  background: linear-gradient(180deg, var(--panel), #0f1626);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: border-color .15s, transform .15s;
}
.slot-card:hover { border-color: var(--gold-line); transform: translateY(-3px); }
.slot-card__thumb { aspect-ratio: 16 / 10; display:block; }
.slot-card__thumb .thumb-ph { border: none; border-radius: 0; height: 100%; }
.slot-card__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.game-art { border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-card); background:#0f1626; }
.game-art img { width: 100%; display: block; }
.slot-card__body { padding: 15px 16px 16px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.slot-card__name { font-family: var(--serif); font-size: 1.18rem; color: #fff; margin: 0; line-height: 1.18; }
.slot-card__prov { font-size: 13px; color: var(--muted); margin: -4px 0 0; }
.slot-card__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.slot-card__foot { display: flex; gap: 8px; align-items: center; padding-top: 4px; }

/* ============================================================
   FILTER BAR
   ============================================================ */
.filterbar { background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin-bottom: 26px; backdrop-filter: blur(6px); }
.filterbar__row { display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-end; }
.filtergroup { display: flex; flex-direction: column; gap: 8px; }
.filtergroup__label { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  font-family: var(--sans); font-size: 13px; font-weight: 600;
  padding: 7px 13px; border-radius: 8px; cursor: pointer;
  background: rgba(255,255,255,.04); border: 1px solid var(--line-2); color: var(--text-2);
  transition: all .14s;
}
.chip:hover { border-color: var(--gold-line); color: #fff; }
.chip.is-active { background: var(--gold); border-color: var(--gold); color: #1a1205; }
.search-field { position: relative; flex: 1; min-width: 200px; }
.search-field input, .select-field select {
  width: 100%; font-family: var(--sans); font-size: 14.5px; color: #fff;
  background: rgba(0,0,0,.25); border: 1px solid var(--line-2); border-radius: 9px;
  padding: 11px 14px 11px 40px; outline: none; transition: border-color .15s;
}
.select-field select { padding-left: 14px; appearance: none; cursor: pointer; min-width: 175px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238a95ae' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center; padding-right: 34px; }
.search-field input:focus, .select-field select:focus { border-color: var(--gold-line); }
.search-field svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--muted); pointer-events: none; }
.result-count { font-family: var(--mono); font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.result-count b { color: var(--gold); }
.empty-state { text-align:center; padding: 50px 20px; color: var(--muted); font-family: var(--mono); font-size: 14px; }

/* ============================================================
   ACCORDION / FAQ
   ============================================================ */
.faq { display: grid; gap: 10px; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--panel); overflow: hidden; }
.faq__item.is-open { border-color: var(--gold-line); }
.faq__q {
  width: 100%; text-align: left; cursor: pointer; background: none; border: none; color: #fff;
  font-family: var(--serif); font-size: 1.14rem; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; line-height: 1.3;
}
.faq__q:hover { color: var(--gold-hi); }
.faq__icon { flex: none; width: 22px; height: 22px; position: relative; transition: transform .25s; }
.faq__icon::before, .faq__icon::after { content:""; position: absolute; background: var(--gold); border-radius: 2px; }
.faq__icon::before { top: 10px; left: 3px; right: 3px; height: 2px; }
.faq__icon::after  { left: 10px; top: 3px; bottom: 3px; width: 2px; transition: opacity .25s; }
.faq__item.is-open .faq__icon::after { opacity: 0; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a-inner { padding: 0 22px 20px; color: var(--text-2); font-size: 15.5px; line-height: 1.65; }
.faq__a-inner p { margin: 0 0 10px; } .faq__a-inner p:last-child { margin: 0; }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb { font-family: var(--mono); font-size: 12.5px; color: var(--muted); padding: 18px 0 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.breadcrumb a { color: var(--muted); } .breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: var(--faint); }
.breadcrumb .current { color: var(--text-2); }

/* ============================================================
   PROSE (article body)
   ============================================================ */
.prose { font-size: 17px; color: var(--text-2); line-height: 1.78; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { color: #fff; margin-top: 1.7em; }
.prose h3 { color: #fff; margin-top: 1.4em; }
.prose p { margin: 0; }
.prose strong { color: var(--text); }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0; display: grid; gap: 8px; }
.prose li::marker { color: var(--gold); }
.prose a { text-decoration: underline; text-underline-offset: 2px; text-decoration-color: var(--gold-line); }

/* data table */
.spec-table { width: 100%; border-collapse: collapse; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.spec-table tr { border-bottom: 1px solid var(--line); }
.spec-table tr:last-child { border-bottom: none; }
.spec-table th { text-align: left; font-family: var(--mono); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); font-weight: 600; padding: 14px 18px; width: 42%; background: rgba(0,0,0,.16); vertical-align: top; }
.spec-table td { padding: 14px 18px; color: var(--text); font-weight: 500; }

/* rating breakdown bars */
.rbreak { display: grid; gap: 14px; }
.rbreak__row { display: grid; grid-template-columns: 130px 1fr 44px; gap: 14px; align-items: center; }
.rbreak__label { font-size: 14.5px; color: var(--text-2); }
.rbreak__track { height: 9px; background: rgba(255,255,255,.07); border-radius: 6px; overflow: hidden; }
.rbreak__fill { height: 100%; background: linear-gradient(90deg, var(--gold-deep), var(--gold-hi)); border-radius: 6px; }
.rbreak__val { font-family: var(--mono); font-size: 13px; color: #fff; text-align: right; }

/* ---------- Comparison table (homepage) ---------- */
.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); margin-top: 24px; -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.compare-table thead th { text-align: left; font-family: var(--mono); font-size: 11.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); font-weight: 600; padding: 16px 18px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); white-space: nowrap; }
.compare-table tbody tr { border-bottom: 1px solid var(--line); }
.compare-table tbody tr:last-child { border-bottom: none; }
.compare-table tbody tr:hover { background: rgba(255,255,255,.015); }
.compare-table td { padding: 15px 18px; color: var(--text-2); font-size: 14.5px; vertical-align: middle; }
.compare-table .ct-brand { display: flex; align-items: center; gap: 12px; }
.compare-table .ct-logo { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 9px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.compare-table .ct-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.compare-table .ct-name { font-family: var(--serif); color: #fff; font-size: 16px; font-weight: 560; }
.compare-table .ct-score { font-family: var(--serif); color: var(--gold); font-weight: 600; font-size: 16px; }
.compare-table td .yes { color: #7bd88f; font-weight: 600; }

/* ---------- Category "best for" cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
@media (max-width: 880px) { .cat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .cat-grid { grid-template-columns: 1fr; } }
.cat-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 22px; display: flex; flex-direction: column; gap: 6px; }
.cat-card:hover { border-color: var(--gold-line); }
.cat-card__tag { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.cat-card__brand { display:flex; align-items:center; gap: 11px; margin: 4px 0 2px; }
.cat-card__logo { width: 40px; height: 40px; flex:0 0 40px; border-radius: 8px; overflow: hidden; background:#fff; border:1px solid var(--line); }
.cat-card__logo img { width:100%; height:100%; object-fit:cover; display:block; }
.cat-card__name { font-family: var(--serif); color:#fff; font-size: 1.18rem; }
.cat-card p { color: var(--text-2); font-size: 14.5px; line-height: 1.6; margin: 4px 0 0; }

/* verdict box */
.verdict { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; padding: 26px 28px; }
.verdict__score { text-align: center; }
.verdict__ring {
  width: 104px; height: 104px; border-radius: 50%; display: grid; place-items: center;
  background: conic-gradient(var(--gold) var(--deg, 320deg), rgba(255,255,255,.08) 0);
  position: relative;
}
.verdict__ring::after { content:""; position: absolute; inset: 8px; border-radius: 50%; background: var(--panel); }
.verdict__ring b { position: relative; font-family: var(--serif); font-size: 2rem; color: var(--gold); z-index: 1; }
.verdict__ring b small { font-size: .95rem; color: var(--muted); }

/* ============================================================
   CTA banner / pull quote
   ============================================================ */
.cta-band { background: linear-gradient(120deg, #16213b, #101728); border: 1px solid var(--gold-line); border-radius: var(--radius); padding: 34px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band h3 { margin: 0 0 6px; font-size: 1.5rem; }
.cta-band p { margin: 0; color: var(--text-2); }

/* related links inline */
.linkrow { display: flex; flex-wrap: wrap; gap: 10px; }
.linkrow a { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; padding: 8px 14px; border-radius: 8px; background: rgba(255,255,255,.04); border: 1px solid var(--line); color: var(--text-2); }
.linkrow a:hover { border-color: var(--gold-line); color: #fff; background: var(--gold-soft); }

/* ============================================================
   FOOTER
   ============================================================ */
.rg-banner {
  background: #1c1108; border-top: 1px solid rgba(232,103,90,.3); border-bottom: 1px solid rgba(232,103,90,.3);
  color: #f3c9b4; text-align: center; padding: 13px 18px; font-size: 14px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
}
.rg-banner svg { width: 17px; height: 17px; color: var(--high); flex: none; }
.rg-banner a { color: #fff; text-decoration: underline; }

.site-footer { background: #080c15; border-top: 1px solid var(--line); padding: 54px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
.footer-grid h5 { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin: 0 0 16px; font-weight: 600; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-grid a { color: var(--text-2); font-size: 14.5px; } .footer-grid a:hover { color: #fff; }
.footer-about p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 14px 0 0; max-width: 34ch; }
.footer-legal { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: flex-start; }
.footer-legal p { font-size: 12.5px; color: var(--faint); line-height: 1.6; margin: 0; max-width: 62ch; }
.footer-badges { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.footer-badges .gbadge { width: 54px; height: 54px; opacity: .85; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .cols-4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 920px) {
  .nav__links { position: fixed; inset: 0 0 0 auto; width: min(82vw, 320px); flex-direction: column; align-items: stretch; gap: 4px;
    background: #0d1422; border-left: 1px solid var(--line); padding: 84px 18px 24px; transform: translateX(100%); visibility: hidden; transition: transform .28s, visibility .28s; box-shadow: var(--shadow); }
  .nav__links.is-open { transform: translateX(0); visibility: visible; }
  .nav__links a { padding: 13px 16px; font-size: 16px; }
  .nav__toggle { display: grid; place-items: center; z-index: 60; }
  .nav__cta { margin: 8px 0 0; }
  .stats { grid-template-columns: 1fr 1fr; }
  .cols-3, .cols-4 { grid-template-columns: 1fr 1fr; }
  .verdict { grid-template-columns: 1fr; text-align: center; }
  .verdict__score { margin: 0 auto; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .section { padding: 46px 0; }
  .casino-card { grid-template-columns: 60px 1fr; }
  .casino-card__logo { width: 60px; height: 60px; }
  .casino-card__right { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; min-width: 0; }
  .casino-card__right .btn { flex: 1; }
  .casino-card__score { flex: none; }
  .proscons { grid-template-columns: 1fr; }
  .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; }
  .rbreak__row { grid-template-columns: 110px 1fr 40px; }
  .cta-band { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 460px) {
  .stats { grid-template-columns: 1fr; }
}

/* reveal-on-scroll (progressive, content visible without JS) */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.in { opacity: 1; transform: none; }
}
