/* ═══════════════════════════════════════════════
   HISPIN CASINO FRANCE — Global Stylesheet
   ═══════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --gold: #c9a84c;
  --gold-light: #f0d080;
  --gold-dark: #8b6914;
  --dark: #0a0a12;
  --dark2: #10101e;
  --dark3: #161628;
  --dark4: #1e1e38;
  --purple: #4a2c8a;
  --purple-light: #6b3fcc;
  --white: #ffffff;
  --gray: #a0a0c0;
  --gray-light: #d0d0e8;
  --green: #2ecc71;
  --red: #e74c3c;
  --radius: 14px;
  --radius-lg: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--dark);
  color: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

/* ── HEADER ── */
header {
  background: linear-gradient(135deg, var(--dark2), var(--dark3));
  border-bottom: 1px solid rgba(201, 168, 76, 0.25);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 200;
  backdrop-filter: blur(12px);
}
.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 24px;
  text-decoration: none;
  color: var(--white);
}
.logo span {
  color: var(--gold);
}

nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
nav a {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray);
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 8px;
  transition: all 0.2s;
}
nav a:hover,
nav a.active {
  background: rgba(201, 168, 76, 0.12);
  color: var(--gold);
}

.lang-switch {
  display: flex;
  gap: 6px;
}
.lang-switch a {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gray);
  transition: all 0.2s;
}
.lang-switch a.active,
.lang-switch a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.header-cta {
  background: linear-gradient(135deg, var(--purple-light), var(--purple));
  color: var(--white);
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  transition: all 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(107, 63, 204, 0.5);
}

/* ── BREADCRUMB ── */
.breadcrumb {
  background: var(--dark2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 10px 0;
}
.breadcrumb-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  font-size: 12px;
  color: var(--gray);
}
.breadcrumb-inner a {
  color: var(--gray);
  text-decoration: none;
}
.breadcrumb-inner a:hover {
  color: var(--gold);
}
.breadcrumb-inner span {
  margin: 0 6px;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: linear-gradient(160deg, var(--dark2), #0d0d25, var(--dark3));
  padding: 52px 24px 44px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(74, 44, 138, 0.2) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.page-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.page-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.page-hero h1 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.page-hero h1 .hl {
  color: var(--gold);
}
.page-hero p {
  color: var(--gray);
  font-size: 16px;
  max-width: 580px;
  line-height: 1.7;
}

/* ── CONTAINER ── */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── SECTIONS ── */
.section {
  padding: 64px 24px;
}
.section-alt {
  background: var(--dark2);
}
.section-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}
.section-title .hl {
  color: var(--gold);
}
.section-desc {
  color: var(--gray);
  font-size: 15px;
  max-width: 560px;
  margin-bottom: 40px;
  line-height: 1.7;
}

/* ── CTA BUTTON ── */
.cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--dark);
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 12px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 17px;
  transition: all 0.2s;
  text-align: center;
  box-shadow: 0 8px 28px rgba(201, 168, 76, 0.35);
  border: none;
  cursor: pointer;
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(201, 168, 76, 0.5);
}
.cta-btn-block {
  display: block;
  width: 100%;
}
.cta-sm {
  font-size: 14px;
  padding: 12px 28px;
}
.cta-sub {
  font-size: 11px;
  color: var(--gray);
  margin-top: 10px;
  text-align: center;
}

/* ── BONUS BOX ── */
.bonus-box {
  background: linear-gradient(
    135deg,
    rgba(74, 44, 138, 0.35),
    rgba(30, 30, 56, 0.8)
  );
  border: 1px solid rgba(201, 168, 76, 0.4);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  max-width: 640px;
  margin: 0 auto 32px;
  position: relative;
  overflow: hidden;
}
.bonus-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.bonus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.bonus-item {
  text-align: center;
}
.bonus-value {
  font-family: 'Syne', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
.bonus-label {
  font-size: 12px;
  color: var(--gray);
  font-weight: 500;
}

/* ── CARDS ── */
.card {
  background: var(--dark3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 24px;
  transition: border-color 0.2s;
}
.card:hover {
  border-color: rgba(201, 168, 76, 0.25);
}
.card-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.card-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--gold);
  margin-bottom: 6px;
}
.card-val {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.card-desc {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.55;
}

/* ── GRID LAYOUTS ── */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

/* ── SCORE / RATING ── */
.score-big {
  font-family: 'Syne', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.stars {
  font-size: 20px;
  letter-spacing: 3px;
  margin: 6px 0;
}

.criterion {
  margin-bottom: 14px;
}
.criterion-head {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.criterion-val {
  color: var(--gold);
  font-weight: 600;
}
.bar-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold));
  border-radius: 3px;
}

/* ── PROS / CONS ── */
.pros-card {
  background: var(--dark3);
  border: 1px solid rgba(46, 204, 113, 0.2);
  border-radius: var(--radius);
  padding: 24px;
}
.cons-card {
  background: var(--dark3);
  border: 1px solid rgba(231, 76, 60, 0.2);
  border-radius: var(--radius);
  padding: 24px;
}
.pc-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pros-card .pc-title {
  color: var(--green);
}
.cons-card .pc-title {
  color: var(--red);
}
.pc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.pc-list li {
  font-size: 14px;
  color: var(--gray-light);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.pros-card .pc-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}
.cons-card .pc-list li::before {
  content: '✗';
  position: absolute;
  left: 0;
  color: var(--red);
}

/* ── TABLE ── */
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.data-table th {
  background: var(--dark4);
  color: var(--gray);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.data-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--gray-light);
  vertical-align: top;
}
.data-table tr:last-child td {
  border-bottom: none;
}
.data-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}
.data-table .val {
  color: var(--white);
  font-weight: 500;
}
.data-table .good {
  color: var(--green);
}
.data-table .ok {
  color: var(--gold);
}

/* ── FAQ ── */
.faq-item {
  background: var(--dark3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 10px;
}
.faq-q {
  padding: 20px 24px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s;
}
.faq-q:hover {
  color: var(--gold);
}
.faq-icon {
  font-size: 20px;
  color: var(--gold);
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq-a {
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
  display: none;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
}
.faq-item.open .faq-a {
  display: block;
}

/* ── TRUST BAR ── */
.trust-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--gray-light);
  font-weight: 500;
}
.trust-icon {
  width: 30px;
  height: 30px;
  background: rgba(201, 168, 76, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

/* ── INFO BOX ── */
.info-box {
  background: var(--dark3);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: var(--radius);
  padding: 22px 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.info-box-icon {
  font-size: 22px;
  flex-shrink: 0;
}
.info-box-title {
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 14px;
}
.info-box-text {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.6;
}

/* ── CHIP ── */
.chip {
  display: inline-block;
  background: var(--dark4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 13px;
  color: var(--gray-light);
  font-weight: 500;
  margin: 4px;
}

/* ── FOOTER ── */
footer {
  background: var(--dark2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 44px 24px;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.footer-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 18px;
}
.footer-logo span {
  color: var(--gold);
}
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
}
.footer-nav a {
  font-size: 13px;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: var(--gold);
}
.footer-disclaimer {
  font-size: 11px;
  color: var(--gray);
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
  .bonus-grid {
    grid-template-columns: 1fr;
  }
  nav {
    display: none;
  }
  .header-inner {
    gap: 10px;
  }
  .page-hero {
    padding: 36px 24px 32px;
  }
  .section {
    padding: 48px 24px;
  }
}
@media (max-width: 480px) {
  .trust-bar {
    gap: 14px;
  }
  .bonus-box {
    padding: 24px 20px;
  }
  .bonus-value {
    font-size: 32px;
  }
  .header-inner {
    flex-wrap: wrap;
  }
}
