/* ===========================================================
   STYLES DES PAGES INTERNES (betclic-elite, sport, turf, poker, pmu)
   Complète assets/styles.css — réutilise ses variables et classes.
   =========================================================== */

/* Lien actif dans la navigation */
.site-nav__link.is-active {
  color: var(--primary, #dd4f50);
  font-weight: 700;
}

/* Fil d'Ariane */
.breadcrumb {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.9rem;
  padding: 12px 0;
}
.breadcrumb a {
  color: var(--primary, #dd4f50);
  text-decoration: none;
}
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: #6b7280; margin: 0 4px; }
.breadcrumb .breadcrumb__current { color: #111827; font-weight: 600; }

/* En-tête de page interne */
.page-hero {
  background: linear-gradient(135deg, #15243b 0%, #1f3a5f 100%);
  color: #fff;
  padding: 64px 0 56px;
  text-align: center;
}
.page-hero .section-label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.page-hero__title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.15;
  margin: 0 auto 20px;
  max-width: 900px;
  font-weight: 800;
}
.page-hero__lead {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.9);
}
.page-hero__lead strong { color: #fff; }
.page-hero__cta { margin-bottom: 14px; }
.page-hero__disclaimer {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Colonne footer dédiée aux guides internes */
.site-footer__col--guides h4 { white-space: nowrap; }

@media (max-width: 640px) {
  .page-hero { padding: 44px 0 40px; }
}
