/* ==========================================================================
   single-casino-review — dark neon design system
   Reference character: deep indigo page, glowing card surfaces, orange
   primary CTAs (informational wording only), purple secondary accent,
   pink/red badges, green positives. Inter + system fallback.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  /* palette */
  --bg-0: #07091a;
  --bg-1: #080b1c;
  --surface-1: #101536;
  --surface-2: #181f49;
  --surface-3: #1b2251;
  --line: rgba(255, 255, 255, 0.06);
  --line-strong: rgba(255, 255, 255, 0.1);
  --header-bg: rgba(8, 11, 28, 0.82);
  --accent: #ff7a1a;
  --accent-soft: rgba(255, 122, 26, 0.14);
  --accent-2: #7c5cff;
  --accent-2-soft: rgba(124, 92, 255, 0.16);
  --pink: #ef4770;
  --pink-2: #ff5b6c;
  --red: #c22b3c;
  --success: #43d68d;
  --success-soft: rgba(67, 214, 141, 0.12);
  --text: #f7f8ff;
  --text-muted: #c8cee8;
  --text-soft: #aeb6e0;
  --text-faint: #929ac6;
  --warm-dark: #170800;

  /* type + spacing */
  --font: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 40px;
  --space-6: 64px;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow-card: 0 10px 32px rgba(3, 4, 12, 0.45);
  --glow-orange: 0 0 24px rgba(255, 122, 26, 0.28);
  --glow-purple: 0 0 28px rgba(124, 92, 255, 0.22);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(1100px 480px at 80% -120px, rgba(124, 92, 255, 0.12), transparent 60%),
    radial-gradient(900px 420px at 8% 4%, rgba(255, 122, 26, 0.07), transparent 55%),
    var(--bg-1);
  color: var(--text-muted);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.18;
  margin: 0 0 var(--space-3);
}

h1 { font-size: clamp(30px, 4.2vw, 46px); }
h2 { font-size: clamp(22px, 3vw, 30px); }
h3 { font-size: 18px; }

p { margin: 0 0 var(--space-3); }

a { color: var(--accent-2); text-decoration: none; }
a:hover { color: var(--text); }

img { max-width: 100%; display: block; }

.wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

/* --------------------------------------------------------------------------
   Placeholder media blocks (wireframe stage)
   -------------------------------------------------------------------------- */
.ph {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(124, 92, 255, 0.16), rgba(255, 122, 26, 0.1)),
    var(--surface-2);
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  color: var(--text-faint);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  min-height: 80px;
  padding: var(--space-2);
}

.ph--hero { min-height: 320px; border-radius: var(--radius-lg); box-shadow: var(--glow-purple); }
.ph--thumb { min-height: 130px; }
.ph--icon { min-height: 56px; width: 56px; border-radius: 50%; flex: none; }
.ph--logo { min-height: 44px; width: 140px; }
.ph--phone { min-height: 420px; max-width: 240px; margin: 0 auto; border-radius: 28px; }
.ph--square { min-height: 220px; }

/* --------------------------------------------------------------------------
   Header / nav
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--header-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  min-height: 68px;
}

.logo {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--text);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.logo-mark {
  width: 32px;
  height: 32px;
  flex: none;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--accent), var(--pink));
  box-shadow: var(--glow-orange);
}

.main-nav {
  display: flex;
  gap: var(--space-3);
  margin-left: auto;
}

.main-nav a {
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
}

.main-nav a:hover { color: var(--text); background: rgba(255, 255, 255, 0.05); }
.main-nav a.active { color: var(--text); background: var(--accent-2-soft); }

.header-actions { display: flex; gap: var(--space-2); }

/* --------------------------------------------------------------------------
   Buttons — informational CTAs only (no urgency)
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font: 600 14px/1 var(--font);
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #ff8c3a, var(--accent));
  color: #1a0900;
  box-shadow: var(--glow-orange);
}
.btn-primary:hover { transform: translateY(-1px); color: #1a0900; }

.btn-outline {
  background: transparent;
  border-color: var(--line-strong);
  color: var(--text-muted);
}
.btn-outline:hover { border-color: var(--accent-2); color: var(--text); }

.btn-ghost { background: var(--accent-2-soft); color: var(--text); }
.btn-ghost:hover { box-shadow: var(--glow-purple); color: var(--text); }

/* --------------------------------------------------------------------------
   Breadcrumb + hero
   -------------------------------------------------------------------------- */
.breadcrumbs {
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  font-size: 13px;
  color: var(--text-faint);
}
.breadcrumbs a { color: var(--text-soft); }
.breadcrumbs span::before { content: '›'; margin: 0 8px; color: var(--text-faint); }

.hero {
  padding: var(--space-6) 0 var(--space-5);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--space-5);
  align-items: center;
}

.hero .lead { font-size: 17px; color: var(--text-soft); }

.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-4); }

.byline {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-top: var(--space-4);
  padding: var(--space-3);
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 13px;
  color: var(--text-faint);
}
.byline b { color: var(--text); font-weight: 700; }
.byline .avatar {
  width: 40px; height: 40px; flex: none; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-2), var(--pink));
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */
.section { padding: var(--space-6) 0; }
.section.alt { background: var(--bg-0); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.section-head { max-width: 760px; margin-bottom: var(--space-5); }

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-2);
}
.eyebrow.violet { color: var(--accent-2); }

.section-head p { color: var(--text-soft); }

/* --------------------------------------------------------------------------
   Cards + grids
   -------------------------------------------------------------------------- */
.grid { display: grid; gap: var(--space-4); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--space-4);
  box-shadow: var(--shadow-card);
}

.card h3 { margin-bottom: var(--space-2); }
.card p { color: var(--text-soft); font-size: 14.5px; margin-bottom: 0; }

.card.elevated { background: var(--surface-2); }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
  align-items: center;
}

/* key facts: label/value info rows */
.info-rows { display: flex; flex-direction: column; }
.info-row {
  display: flex;
  justify-content: space-between;
  gap: var(--space-3);
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
}
.info-row:last-child { border-bottom: 0; }
.info-row dt { color: var(--text-faint); margin: 0; }
.info-row dd { color: var(--text); font-weight: 600; margin: 0; text-align: right; }

/* step cards (registration walkthrough) */
.step-card { position: relative; padding-top: var(--space-5); }
.step-num {
  position: absolute;
  top: var(--space-3);
  left: var(--space-4);
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-2-soft);
  color: var(--accent-2);
  font-weight: 800;
  font-size: 15px;
}

/* game cards */
.game-card { padding: var(--space-3); }
.game-card .game-title { color: var(--text); font-weight: 700; font-size: 15px; margin: var(--space-2) 0 2px; }
.game-meta { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--text-faint); }

/* badges / tags / chips */
.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.badge-jackpot { background: linear-gradient(135deg, var(--pink), var(--red)); color: #fff; }
.badge-live { background: var(--accent-2-soft); color: var(--accent-2); }
.badge-positive { background: var(--success-soft); color: var(--success); }
.badge-neutral { background: rgba(255, 255, 255, 0.06); color: var(--text-soft); }


.chip-row { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.chip {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--surface-1);
  color: var(--text-soft);
  font-size: 13.5px;
  font-weight: 600;
}
.chip.on { background: var(--accent-soft); border-color: var(--accent); color: var(--accent); }

/* payments grid */
.pay-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-3);
}
.pay-item {
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  text-align: center;
  color: var(--text-faint);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* rating methodology */
.rating-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: var(--space-3); }
.rating-row .label-line { display: flex; justify-content: space-between; font-size: 14px; }
.rating-row .label-line b { color: var(--text); }
.rating-row .score { color: var(--accent); font-weight: 700; }
.meter {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.meter > i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-2), var(--accent));
}

.score-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: var(--space-3) var(--space-4);
  background: var(--surface-2);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
}
.score-badge .num { font-size: 34px; font-weight: 800; color: var(--text); line-height: 1; }
.score-badge .of { font-size: 12px; color: var(--text-faint); }

/* quote / author commentary */
.quote-card {
  background: linear-gradient(160deg, var(--surface-2), var(--surface-1) 70%);
  border-left: 3px solid var(--accent);
}
.quote-card p { font-style: italic; color: var(--text-muted); }
.quote-card .who { margin-top: var(--space-2); font-size: 13px; color: var(--text-faint); font-style: normal; }

/* update / review-date panel */
.update-panel {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 122, 26, 0.1), transparent 60%),
    linear-gradient(180deg, var(--warm-dark), var(--surface-1));
  font-size: 14px;
  color: var(--text-soft);
}
.update-panel b { color: var(--text); }

/* promo-ish panel kept informational */
.promo-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-5);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 122, 26, 0.25);
  background:
    radial-gradient(540px 200px at 90% 0%, rgba(255, 122, 26, 0.16), transparent 65%),
    linear-gradient(180deg, #1a0900, var(--surface-1) 80%);
}
.promo-panel h3 { margin-bottom: 4px; }
.promo-panel .fine { font-size: 12.5px; color: var(--text-faint); margin: 0; }

/* FAQ — native accordion */
.faq { display: flex; flex-direction: column; gap: var(--space-2); }
.faq details {
  background: var(--surface-1);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 var(--space-4);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--accent); font-size: 20px; font-weight: 700; flex: none; }
.faq details[open] summary::after { content: '–'; }
.faq details[open] { border-color: var(--accent-2); }
.faq details p { color: var(--text-soft); font-size: 14.5px; padding-bottom: var(--space-3); margin: 0; }

/* checklist */
.checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.checklist li { padding-left: 28px; position: relative; font-size: 14.5px; color: var(--text-soft); }
.checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--success); font-weight: 800; }
.checklist.cautions li::before { content: '!'; color: var(--pink-2); }

/* disclaimer strip */
.rg-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-1);
  font-size: 13px;
  color: var(--text-faint);
}
.rg-strip a { color: var(--success); }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer {
  margin-top: var(--space-6);
  border-top: 1px solid var(--line);
  background: var(--bg-0);
  padding: var(--space-6) 0 0;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--space-5);
  padding-bottom: var(--space-5);
}

.footer-grid h4 {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: var(--space-3);
}

.footer-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: var(--text-soft); }
.footer-grid a:hover { color: var(--text); }
.footer-grid .about { color: var(--text-faint); font-size: 13.5px; }

.footer-bottom {
  border-top: 1px solid var(--line);
  padding: var(--space-4) 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
  font-size: 12.5px;
  color: var(--text-faint);
}
.footer-bottom .spacer { flex: 1; }

/* --------------------------------------------------------------------------
   Responsive — single breakpoint
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .site-header .wrap { flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; }
  .main-nav { order: 3; width: 100%; margin-left: 0; gap: var(--space-1); justify-content: space-between; overflow-x: auto; }
  .main-nav a { flex: none; padding: 8px 6px; }
  .header-actions { margin-left: auto; }
  .hero { padding-top: var(--space-5); }
  .hero-grid,
  .two-col,
  .grid-2,
  .grid-3,
  .grid-4,
  .footer-grid { grid-template-columns: 1fr; }
  .pay-grid { grid-template-columns: repeat(3, 1fr); }
  .promo-panel { grid-template-columns: 1fr; }
  .info-row dd { text-align: left; }
  .info-row { flex-direction: column; gap: 2px; }
}
