/* GoldChance321 - Thème luxe noir / champagne */
:root {
  --primary: #c9a962;
  --primary-light: #e8d5a3;
  --accent: #f5e6c8;
  --bg-dark: #0d0d0d;
  --card-bg: rgba(28, 26, 22, 0.94);
  --white: #fff;
  --border: rgba(201, 169, 98, 0.35);
  --shadow: 0 6px 28px rgba(0,0,0,0.35);
  --radius: 6px;
  --transition: 0.25s ease;
}

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

body {
  font-family: Georgia, 'Times New Roman', serif;
  background: linear-gradient(180deg, #0d0d0d 0%, #1a1814 50%, #0d0d0d 100%);
  color: var(--white);
  line-height: 1.65;
  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(201, 169, 98, 0.06) 0%, transparent 60%);
  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.22) 100%);
  pointer-events: none;
  z-index: 0;
}

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

.site-header {
  background: linear-gradient(180deg, rgba(20, 18, 14, 0.98) 0%, rgba(13, 13, 13, 0.98) 100%);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
}

.site-header .wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: 0.08em;
  font-family: Georgia, serif;
}

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

.nav-menu { display: flex; list-style: none; gap: 2px; flex-wrap: wrap; }
.nav-menu a {
  color: var(--accent);
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: background var(--transition), color var(--transition);
}
.nav-menu a:hover { background: rgba(201, 169, 98, 0.15); color: var(--primary); }

.header-disclaimer { font-size: 0.7rem; color: var(--primary-light); opacity: 0.85; letter-spacing: 0.02em; }
.header-disclaimer a { color: var(--primary); text-decoration: underline; }

.menu-toggle { display: none; background: none; border: none; color: var(--accent); font-size: 1.4rem; cursor: pointer; padding: 8px; }
@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .nav-menu { display: none; width: 100%; flex-direction: column; }
  .nav-menu.is-open { display: flex; }
}

main { padding: 32px 0 44px; }

.hero {
  text-align: center;
  padding: 42px 24px;
  margin-bottom: 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card-bg);
  box-shadow: var(--shadow);
}

.hero h1 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); color: var(--primary); margin-bottom: 12px; font-family: Georgia, serif; letter-spacing: 0.03em; }
.hero p { font-size: 1.05rem; max-width: 560px; margin: 0 auto; color: rgba(255,255,255,0.88); }

/* Casino showcase — accent block champagne glow */
.casino-showcase {
  margin-bottom: 44px;
  padding: 30px 24px 32px;
  background: linear-gradient(165deg, rgba(201, 169, 98, 0.12) 0%, rgba(13, 13, 13, 0.92) 40%, rgba(201, 169, 98, 0.05) 100%);
  border: 2px solid rgba(201, 169, 98, 0.45);
  border-radius: 14px;
  box-shadow: 0 0 45px rgba(201, 169, 98, 0.12), inset 0 1px 0 rgba(255,255,255,0.06);
}

.casino-showcase .section-title {
  font-size: 1.45rem;
  color: var(--primary);
  text-align: center;
  margin-bottom: 26px;
  font-family: Georgia, serif;
  text-shadow: 0 0 20px rgba(201, 169, 98, 0.25);
  letter-spacing: 0.02em;
}

/* Minimal operator cards - GoldChance321 */
.minimal-operators {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 22px;
  margin-bottom: 0;
}

.minimal-card {
  background: linear-gradient(175deg, rgba(28, 26, 22, 0.98) 0%, rgba(20, 18, 14, 0.99) 100%);
  border: 2px solid rgba(201, 169, 98, 0.4);
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
}

.minimal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45), 0 0 30px rgba(201, 169, 98, 0.15);
  border-color: rgba(201, 169, 98, 0.6);
}

.minimal-card-rank {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 34px;
  height: 34px;
  background: linear-gradient(180deg, var(--primary) 0%, #a88b4a 100%);
  color: #0d0d0d;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(201, 169, 98, 0.4);
}

.minimal-card-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
  font-size: 0.95rem;
  letter-spacing: 2px;
  color: var(--primary);
}

.minimal-card-score {
  padding: 3px 10px;
  background: rgba(201, 169, 98, 0.2);
  color: var(--primary-light);
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 6px;
  border: 1px solid rgba(201, 169, 98, 0.35);
  margin-left: 8px;
}

.minimal-card-logo { height: 46px; max-width: 120px; object-fit: contain; margin: 0 auto 14px; display: block; }
.minimal-card-title { font-size: 1.15rem; color: var(--primary); font-weight: 700; font-family: Georgia, serif; margin-bottom: 10px; }
.minimal-card-desc { font-size: 0.85rem; color: rgba(255,255,255,0.8); margin-bottom: 16px; line-height: 1.45; }
.minimal-card-cta .btn {
  display: block;
  padding: 12px 18px;
  background: linear-gradient(180deg, var(--primary) 0%, #a88b4a 100%);
  color: #0d0d0d;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: opacity var(--transition), box-shadow var(--transition);
  box-shadow: 0 2px 12px rgba(201, 169, 98, 0.3);
}
.minimal-card-cta .btn:hover { opacity: 0.95; box-shadow: 0 4px 20px rgba(201, 169, 98, 0.4); }
.casino-card-disclaimer a { color: var(--primary-light); text-decoration: underline; }

.section-block {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 26px;
  margin-bottom: 26px;
  border: 1px solid var(--border);
}

.section-block h2 { font-size: 1.28rem; color: var(--primary); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--border); font-family: Georgia, serif; }
.section-block h3 { font-size: 1.06rem; margin: 16px 0 8px; color: var(--primary-light); }
.section-block p, .section-block li { color: rgba(255,255,255,0.86); margin-bottom: 8px; }
.section-block ul { margin-left: 20px; }

.regulators-block { display: flex; flex-wrap: wrap; gap: 22px; align-items: flex-start; justify-content: center; padding: 22px 0; }
.regulator-item {
  flex: 1 1 200px;
  max-width: 270px;
  text-align: center;
  padding: 20px;
  background: rgba(13, 13, 13, 0.9);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.regulator-item img { height: 54px; max-width: 112px; object-fit: contain; margin-bottom: 12px; }
.regulator-item a { color: var(--primary); text-decoration: none; font-weight: 600; }
.regulator-item a:hover { text-decoration: underline; }
.regulator-item p { font-size: 0.84rem; color: rgba(255,255,255,0.78); }

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

.warning-box {
  background: rgba(180, 80, 60, 0.12);
  border: 1px solid rgba(180, 80, 60, 0.35);
  border-radius: var(--radius);
  padding: 20px;
  margin: 20px 0;
}
.warning-box strong { color: #e8a090; }

.site-footer {
  background: linear-gradient(0deg, rgba(20, 18, 14, 0.98) 0%, rgba(13, 13, 13, 0.98) 100%);
  padding: 40px 0 24px;
  margin-top: 44px;
  border-top: 1px solid var(--border);
}

.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 30px; margin-bottom: 30px; }
.footer-col h4 { font-size: 0.98rem; color: var(--primary); margin-bottom: 12px; font-family: Georgia, serif; }
.footer-col ul { list-style: none; }
.footer-col a { color: rgba(255,255,255,0.82); text-decoration: none; font-size: 0.9rem; display: block; padding: 4px 0; }
.footer-col a:hover { color: var(--primary-light); }

.footer-regulators { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: center; padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 22px; }
.footer-regulators a { display: flex; align-items: center; gap: 8px; color: var(--primary-light); text-decoration: none; font-size: 0.88rem; }
.footer-regulators a:hover { text-decoration: underline; }
.footer-regulators img { height: 40px; width: auto; max-width: 92px; object-fit: contain; }

.footer-legal { font-size: 0.8rem; color: rgba(255,255,255,0.65); text-align: center; line-height: 1.65; }
.footer-legal a { color: var(--primary); text-decoration: underline; }
.footer-legal .age-disclaimer { margin-top: 12px; font-weight: 600; color: var(--primary); }

.overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.9); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.overlay[hidden] { display: none; }
.modal-box {
  background: linear-gradient(180deg, #1a1814 0%, #0d0d0d 100%);
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  padding: 30px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  box-shadow: 0 24px 56px rgba(0,0,0,0.5);
}
.modal-box h2 { color: var(--primary); margin-bottom: 16px; font-size: 1.32rem; font-family: Georgia, serif; }
.modal-box p { color: rgba(255,255,255,0.88); margin-bottom: 20px; font-size: 0.94rem; }
.modal-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.modal-buttons button { padding: 12px 24px; border-radius: 4px; font-weight: 600; cursor: pointer; font-size: 0.95rem; border: none; transition: opacity var(--transition); }
.modal-buttons .btn-confirm { background: var(--primary); color: #0d0d0d; }
.modal-buttons .btn-deny { background: transparent; color: var(--accent); border: 1px solid var(--border); }
.modal-buttons button:hover { opacity: 0.9; }

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

.page-content h1 { color: var(--primary); margin-bottom: 20px; font-size: 1.75rem; font-family: Georgia, serif; }
.page-content h2 { color: var(--primary-light); margin: 24px 0 12px; font-size: 1.22rem; }
.page-content p { margin-bottom: 12px; color: rgba(255,255,255,0.88); }
.page-content a { color: var(--primary); text-decoration: underline; }
.page-content a:hover { color: var(--primary-light); }
.contact-list { list-style: none; }
.contact-list li { margin-bottom: 12px; padding: 12px; background: rgba(255,255,255,0.04); border-radius: 4px; }
.contact-list a { text-decoration: none; }
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
