/* SpinLord333 - Thème violet / néon */
:root {
  --primary: #7c3aed;
  --primary-light: #a78bfa;
  --accent: #22d3ee;
  --bg-dark: #0f0a1a;
  --card-bg: rgba(30, 20, 50, 0.9);
  --white: #fff;
  --border: rgba(124, 58, 237, 0.4);
  --shadow: 0 4px 24px rgba(124, 58, 237, 0.2);
  --radius: 8px;
  --transition: 0.2s ease;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Segoe UI', system-ui, sans-serif;
  background: linear-gradient(160deg, #0f0a1a 0%, #1a0f2e 50%, #0d0818 100%);
  color: var(--white);
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
}

body.has-bg-image {
  background-color: var(--bg-dark);
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(124, 58, 237, 0.12) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse 85% 75% at 50% 45%, transparent 45%, rgba(0,0,0,0.2) 100%);
  pointer-events: none;
  z-index: 0;
}

.wrap { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* SpinLord333: stacked centered masthead (logo → nav → 18+ strip) */
.site-header {
  background: linear-gradient(180deg, rgba(55, 25, 100, 0.98) 0%, rgba(15, 10, 26, 0.98) 100%);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
}

.masthead {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 20px 0;
  gap: 0;
}

.masthead__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 12px;
}

.masthead__brand {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.masthead__brand:hover { color: var(--primary-light); }

.menu-toggle {
  display: none;
  position: absolute;
  right: 0;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.4rem;
  cursor: pointer;
  padding: 8px;
}

.masthead__nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-menu a {
  color: var(--white);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: background var(--transition), color var(--transition);
}

.nav-menu a:hover { background: rgba(124, 58, 237, 0.35); color: var(--accent); }

.masthead__age {
  width: 100%;
  text-align: center;
  font-size: 0.72rem;
  color: var(--primary-light);
  opacity: 0.95;
  padding: 10px 0 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.masthead__age a { color: var(--accent); text-decoration: underline; }

@media (max-width: 768px) {
  .masthead__top { justify-content: flex-start; padding-left: 0; }
  .masthead__brand { margin-left: 0; }
  .menu-toggle { display: block; }
  .masthead__nav { margin-bottom: 8px; }
  .nav-menu { display: none; width: 100%; flex-direction: column; text-align: center; }
  .nav-menu.is-open { display: flex; }
}

main { padding: 28px 0 40px; }

.hero {
  text-align: center;
  padding: 36px 20px;
  margin-bottom: 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card-bg);
}

.hero h1 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); color: var(--accent); margin-bottom: 10px; }
.hero p { font-size: 1.05rem; max-width: 580px; margin: 0 auto; color: rgba(255,255,255,0.9); }

/* Casino showcase — accent block with neon glow */
.casino-showcase {
  margin-bottom: 44px;
  padding: 28px 20px 0;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.18) 0%, rgba(15, 10, 26, 0.85) 30%, rgba(26, 15, 46, 0.9) 100%);
  border: 2px solid rgba(124, 58, 237, 0.6);
  border-radius: 16px;
  box-shadow: 0 0 50px rgba(124, 58, 237, 0.25), 0 0 100px rgba(34, 211, 238, 0.08), inset 0 1px 0 rgba(255,255,255,0.06);
}

.casino-showcase .operator-list-title {
  font-size: 1.5rem;
  color: var(--accent);
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 0 24px rgba(34, 211, 238, 0.5);
  padding: 0 16px;
}

/* List-style operator rows (unique layout for SpinLord333) */
.operator-list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}

.operator-row {
  display: grid;
  grid-template-columns: 50px 140px 1fr auto auto;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background var(--transition), box-shadow var(--transition);
}

.operator-row:last-of-type { border-bottom: none; }
.operator-row:nth-child(even) { background: rgba(40, 28, 70, 0.7); }
.operator-row:hover {
  background: rgba(124, 58, 237, 0.22);
  box-shadow: inset 0 0 30px rgba(124, 58, 237, 0.1);
}

.operator-row-rank {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary) 0%, #5b21b6 100%);
  color: var(--accent);
  font-weight: 800;
  font-size: 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.5);
  flex-shrink: 0;
}

.operator-row-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  color: var(--accent);
  text-shadow: 0 0 10px rgba(34, 211, 238, 0.4);
}

.operator-row-score {
  padding: 4px 10px;
  background: rgba(34, 211, 238, 0.15);
  color: var(--accent);
  font-weight: 800;
  font-size: 0.9rem;
  border-radius: 8px;
  border: 1px solid rgba(34, 211, 238, 0.4);
}

.operator-row-logo { height: 52px; max-width: 140px; object-fit: contain; }
.operator-row-body { min-width: 0; }
.operator-row-title { font-size: 1.2rem; color: var(--accent); font-weight: 700; margin-bottom: 4px; text-shadow: 0 0 12px rgba(34, 211, 238, 0.2); }
.operator-row-desc { font-size: 0.9rem; color: rgba(255,255,255,0.85); }
.operator-row-cta .btn {
  display: inline-block;
  padding: 14px 24px;
  background: linear-gradient(135deg, var(--primary) 0%, #5b21b6 100%);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: opacity var(--transition), box-shadow var(--transition);
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.3);
}
.operator-row-cta .btn:hover { opacity: 0.95; box-shadow: 0 0 28px rgba(124, 58, 237, 0.5); }

@media (max-width: 700px) {
  .operator-row {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 20px;
  }
  .operator-row-rank { margin: 0 auto; }
  .operator-row-rating { justify-content: center; }
  .operator-row-logo { margin: 0 auto; }
}

.section-block {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,0.08);
}

.section-block h2 { font-size: 1.3rem; color: var(--accent); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.section-block h3 { font-size: 1.05rem; margin: 14px 0 6px; color: var(--primary-light); }
.section-block p, .section-block li { color: rgba(255,255,255,0.88); margin-bottom: 6px; }
.section-block ul { margin-left: 18px; }

.regulators-block { display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-start; justify-content: center; padding: 20px 0; }
.regulator-item {
  flex: 1 1 200px;
  max-width: 260px;
  text-align: center;
  padding: 18px;
  background: rgba(20, 12, 40, 0.8);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.regulator-item img { height: 52px; max-width: 110px; object-fit: contain; margin-bottom: 10px; }
.regulator-item a { color: var(--accent); text-decoration: none; font-weight: 600; }
.regulator-item a:hover { text-decoration: underline; }
.regulator-item p { font-size: 0.82rem; color: rgba(255,255,255,0.8); }

.faq-list { list-style: none; margin-left: 0; }
.faq-list li { margin-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; }
.faq-list summary { cursor: pointer; font-weight: 600; color: var(--primary-light); }
.faq-list .faq-answer { color: rgba(255,255,255,0.85); font-size: 0.92rem; }

.warning-box {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: var(--radius);
  padding: 18px;
  margin: 18px 0;
}
.warning-box strong { color: #f87171; }

/* SpinLord333: inline footer — one line of links, badges row, legal line */
.site-footer {
  background: linear-gradient(0deg, rgba(55, 25, 100, 0.25) 0%, rgba(15, 10, 26, 0.98) 100%);
  padding: 28px 0 20px;
  margin-top: 40px;
  border-top: 1px solid var(--border);
}

.bottom { text-align: center; }

.bottom__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 16px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 0.88rem;
}

.bottom__links a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}

.bottom__links a:hover { color: var(--accent); }

.bottom__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 16px;
}

.bottom__badges a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-light);
  text-decoration: none;
  font-size: 0.88rem;
}

.bottom__badges a:hover { text-decoration: underline; }

.bottom__badges img { height: 38px; width: auto; max-width: 90px; object-fit: contain; }

.bottom__legal {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin: 0;
}

.bottom__legal a { color: var(--accent); text-decoration: underline; }

.overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.88); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.overlay[hidden] { display: none; }
.modal-box {
  background: linear-gradient(160deg, #1a0f2e 0%, #0f0a1a 100%);
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  padding: 28px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.modal-box h2 { color: var(--accent); margin-bottom: 14px; font-size: 1.3rem; }
.modal-box p { color: rgba(255,255,255,0.9); margin-bottom: 18px; font-size: 0.92rem; }
.modal-buttons { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.modal-buttons button { padding: 11px 22px; border-radius: 6px; font-weight: 600; cursor: pointer; font-size: 0.95rem; border: none; transition: opacity var(--transition); }
.modal-buttons .btn-confirm { background: var(--primary); color: var(--white); }
.modal-buttons .btn-deny { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.5); }
.modal-buttons button:hover { opacity: 0.9; }

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 10, 26, 0.98);
  border-top: 1px solid var(--primary);
  padding: 14px 18px;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.cookie-bar[hidden] { display: none; }
.cookie-bar p { flex: 1 1 260px; font-size: 0.88rem; color: rgba(255,255,255,0.9); }
.cookie-bar a { color: var(--accent); text-decoration: underline; }
.cookie-bar .cookie-buttons { display: flex; gap: 8px; }
.cookie-bar button { padding: 9px 16px; border-radius: 6px; font-weight: 600; cursor: pointer; border: none; font-size: 0.88rem; }
.cookie-bar .btn-accept { background: var(--primary); color: var(--white); }
.cookie-bar .btn-refuse { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.5); }

.page-content h1 { color: var(--accent); margin-bottom: 18px; font-size: 1.7rem; }
.page-content h2 { color: var(--primary-light); margin: 22px 0 10px; font-size: 1.2rem; }
.page-content p { margin-bottom: 10px; color: rgba(255,255,255,0.9); }
.page-content a { color: var(--accent); text-decoration: underline; }
.page-content a:hover { color: var(--primary-light); }
.contact-list { list-style: none; }
.contact-list li { margin-bottom: 10px; padding: 10px; background: rgba(255,255,255,0.05); border-radius: 6px; }
.contact-list a { text-decoration: none; }
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
