:root{
  /* Palette “style Gamdom” : fond sombre + accents néon */
  --fond: #0b0f14;
  --panneau: #0f1623;
  --panneau-2: #111a2b;
  --texte: #e5e7eb;
  --texte-doux: rgba(229,231,235,.75);

  --vert: #00e7a6;
  --vert-2: #00c992;
  --violet: #7c3aed;
  --rose: #ec4899;

  --bord: rgba(255,255,255,.08);
  --ombre: 0 18px 55px rgba(0,0,0,.55);
  --rayon: 16px;

  --container: 1120px;
}

*{ box-sizing: border-box; }
html,body{ height: 100%; }

body{
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  color: var(--texte);
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(124,58,237,.35), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(0,231,166,.22), transparent 55%),
    radial-gradient(700px 420px at 60% 120%, rgba(236,72,153,.18), transparent 60%),
    var(--fond);
}

a{ color: inherit; text-decoration: none; }
a:focus-visible{
  outline: 3px solid rgba(0,231,166,.6);
  outline-offset: 3px;
  border-radius: 10px;
}

.container{
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

/* En-tête */
.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(11,15,20,.65);
  border-bottom: 1px solid var(--bord);
}

.header-inner{
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
}

.brand{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
}
.brand-logo{
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.45));
}
.brand-name{
  font-weight: 900;
  letter-spacing: .2px;
}

.nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex: 1;
}
.nav-link{
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--texte-doux);
  transition: transform .12s ease, background .12s ease, color .12s ease;
}
.nav-link:hover{
  color: var(--texte);
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}

.header-actions{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  min-width: 220px;
}

/* Boutons */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--bord);
  background: rgba(255,255,255,.04);
  color: var(--texte);
  font-weight: 800;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 40px rgba(0,0,0,.4);
}
.btn-lg{ padding: 12px 18px; border-radius: 16px; }
.btn-sm{ padding: 8px 10px; border-radius: 12px; font-weight: 900; font-size: 13px; }

.btn-primary{
  border-color: rgba(0,231,166,.35);
  background: linear-gradient(135deg, rgba(0,231,166,.95), rgba(0,201,146,.92));
  color: #04110d;
}
.btn-primary:hover{
  border-color: rgba(0,231,166,.55);
  box-shadow: 0 18px 55px rgba(0,231,166,.18);
}
.btn-outline{
  border-color: rgba(124,58,237,.35);
  background: rgba(124,58,237,.10);
}
.btn-outline:hover{
  border-color: rgba(124,58,237,.55);
  box-shadow: 0 18px 55px rgba(124,58,237,.16);
}
.btn-ghost{ background: rgba(255,255,255,.02); }

/* Hero */
.hero{ padding: 46px 0 22px; }
.hero-inner{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: center;
}
.pill{
  display: inline-block;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .35px;
  color: rgba(4,17,13,.95);
  background: linear-gradient(90deg, rgba(0,231,166,.95), rgba(236,72,153,.80));
  padding: 8px 12px;
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.hero-title{
  margin: 14px 0 10px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
}
.hero-subtitle{
  margin: 0 0 18px;
  color: var(--texte-doux);
  font-size: 16px;
  max-width: 62ch;
  line-height: 1.65;
}
.hero-cta{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0 12px;
}
.hero-note{ margin: 0; font-size: 13px; color: rgba(229,231,235,.7); }

.hero-media{
  border-radius: var(--rayon);
  border: 1px solid var(--bord);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: var(--ombre);
  overflow: hidden;
  min-height: 320px;
}
.hero-image{
  width: 100%;
  height: 100%;
  min-height: 320px;
  background:
    radial-gradient(420px 280px at 20% 20%, rgba(0,231,166,.45), transparent 60%),
    radial-gradient(520px 340px at 75% 35%, rgba(124,58,237,.45), transparent 62%),
    radial-gradient(520px 340px at 50% 120%, rgba(236,72,153,.22), transparent 65%),
    url("assets/hero.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}

.content{ padding: 8px 0 40px; }
.section{ padding: 22px 0; }

h1{
  font-size: clamp(22px, 2.4vw, 32px);
  margin: 0 0 12px;
}
h2{
  font-size: 20px;
  margin: 12px 0 10px;
}
p{
  color: var(--texte-doux);
  line-height: 1.7;
  margin: 10px 0;
}

.disclaimer{
  border: 1px solid rgba(236,72,153,.25);
  background: rgba(236,72,153,.08);
  padding: 12px 14px;
  border-radius: 14px;
  color: rgba(229,231,235,.85);
}

.card{
  border: 1px solid var(--bord);
  background: linear-gradient(180deg, rgba(17,26,43,.82), rgba(15,22,35,.70));
  border-radius: var(--rayon);
  padding: 16px 16px 14px;
  box-shadow: 0 18px 55px rgba(0,0,0,.45);
}
.card-wide{ margin-top: 14px; }

.small-note{
  margin-top: 12px;
  font-size: 13px;
  color: rgba(229,231,235,.7);
}

/* Listes */
.steps{
  margin: 10px 0 0;
  padding-left: 20px;
  line-height: 1.65;
}
.bullets{
  margin: 10px 0 0;
  padding-left: 20px;
  line-height: 1.65;
}

/* CTA interne */
.cta-box{
  margin-top: 14px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(0,231,166,.22);
  background: rgba(0,231,166,.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.cta-title{
  margin: 0 0 6px;
  font-weight: 900;
  color: rgba(229,231,235,.92);
}
.cta-text{ margin: 0; }

/* Tableaux */
.table-wrap{
  overflow: auto;
  margin-top: 12px;
  border-radius: 16px;
  border: 1px solid var(--bord);
}
.table{
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: rgba(0,0,0,.12);
}
.table th, .table td{
  padding: 12px 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  vertical-align: middle;
}
.table th{
  text-align: left;
  font-size: 13px;
  letter-spacing: .2px;
  color: rgba(229,231,235,.8);
  background: rgba(255,255,255,.03);
}
.table td{
  color: rgba(229,231,235,.78);
}
.table tr:hover td{ background: rgba(255,255,255,.02); }

.table-games .thumb{
  width: 88px;
  height: 52px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
}

/* Liens accentués */
.link{
  color: rgba(0,231,166,.92);
  font-weight: 900;
}
.link:hover{ text-decoration: underline; }

/* Section légale */
.legal{
  border-top: 1px solid var(--bord);
  border-bottom: 1px solid var(--bord);
  margin-top: 14px;
}
.legal-grid{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.legal-card{
  border: 1px solid var(--bord);
  border-radius: var(--rayon);
  background: rgba(255,255,255,.03);
  padding: 14px;
}
.legal-card h3{ margin: 0 0 8px; font-size: 16px; }

/* FAQ */
.faq{ display: grid; gap: 12px; margin-top: 10px; }
.faq-item{
  border: 1px solid var(--bord);
  border-radius: var(--rayon);
  background: rgba(255,255,255,.03);
  padding: 12px 14px;
}
.faq-item h3{ margin: 0 0 6px; font-size: 16px; }

/* Footer */
.site-footer{
  padding: 26px 0 14px;
  background: rgba(0,0,0,.25);
  border-top: 1px solid var(--bord);
}
.footer-inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 18px;
}
.footer-col h3{ margin: 0 0 10px; font-size: 16px; }
.footer-col ul{
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.footer-col a{ color: rgba(229,231,235,.78); }
.footer-col a:hover{ color: var(--texte); text-decoration: underline; }
.address{ color: rgba(229,231,235,.78); }
.footer-note{ margin: 10px 0 0; font-size: 13px; color: rgba(229,231,235,.65); }
.footer-bottom{
  padding-top: 12px;
  margin-top: 14px;
  border-top: 1px solid var(--bord);
  color: rgba(229,231,235,.6);
  font-size: 13px;
}

/* Bouton collé à l’écran */
.sticky-play{
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 60;
  padding: 12px 14px;
  border-radius: 999px;
  font-weight: 950;
  border: 1px solid rgba(0,231,166,.35);
  background: linear-gradient(135deg, rgba(0,231,166,.95), rgba(0,201,146,.92));
  color: #04110d;
  box-shadow: 0 18px 60px rgba(0,231,166,.18);
  transition: transform .12s ease, box-shadow .12s ease;
}
.sticky-play:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 80px rgba(0,231,166,.22);
}

/* Responsive */
@media (max-width: 980px){
  .hero-inner{ grid-template-columns: 1fr; }
  .header-inner{ flex-wrap: wrap; }
  .brand{ min-width: auto; }
  .header-actions{ min-width: auto; }
  .nav{ order: 3; width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .legal-grid{ grid-template-columns: 1fr; }
  .footer-inner{ grid-template-columns: 1fr; }
  .cta-box{ flex-direction: column; align-items: flex-start; }
}
