/* =============================================
   Club Peinard - Modern Redesign (Light Theme)
   Brand colors: Rouge #e60000, Jaune #f7c800, Fond blanc/gris clair
   ============================================= */

:root {
  --cp-red: #e60000;
  --cp-red-dark: #b50000;
  --cp-red-light: #fff0f0;
  --cp-yellow: #f7c800;
  --cp-yellow-light: #fffbe6;
  --cp-bg: #f4f5f7;
  --cp-surface: #ffffff;
  --cp-surface2: #f9fafb;
  --cp-border: #e5e7eb;
  --cp-text: #1a1a2e;
  --cp-text-muted: #6b7280;
  --cp-text-light: #9ca3af;
  --cp-shadow: 0 2px 12px rgba(0,0,0,0.08);
  --cp-shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
}

/* ---- Base ---- */
*, *::before, *::after { box-sizing: border-box; }

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  background-color: var(--cp-bg);
  color: var(--cp-text);
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

img, iframe, video { max-width: 100%; }

a { color: var(--cp-red); text-decoration: none; }
a:hover { color: var(--cp-red-dark); }

/* =============================================
   NAVBAR
   ============================================= */
.navbar-cp {
  background: #1a1a1a;
  border-bottom: 3px solid var(--cp-red);
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-brand-cp {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  text-decoration: none;
}

.navbar-brand-cp img {
  height: 46px;
  width: auto;
}

.navbar-brand-cp .brand-title {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--cp-yellow);
  letter-spacing: -0.5px;
}

.navbar-brand-cp .brand-subtitle {
  font-size: 0.68rem;
  color: #9ca3af;
  display: block;
  line-height: 1;
  font-weight: 400;
}

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.nav-links li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 10px;
  font-size: 0.62rem;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: all 0.15s;
  border-bottom: 3px solid transparent;
  gap: 3px;
}

.nav-links li a i {
  font-size: 1rem;
  color: #6b7280;
  transition: color 0.15s;
}

.nav-links li a:hover,
.nav-links li a.active {
  color: var(--cp-yellow);
  border-bottom-color: var(--cp-yellow);
}

.nav-links li a:hover i,
.nav-links li a.active i {
  color: var(--cp-yellow);
}

.hamburger-btn {
  display: none;
  background: none;
  border: none;
  color: var(--cp-yellow);
  font-size: 1.5rem;
  padding: 10px 16px;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  background: #1a1a1a;
  border-top: 1px solid #333;
  padding: 8px 0;
}

.mobile-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 20px;
  color: #d1d5db;
  font-size: 0.9rem;
  border-bottom: 1px solid #333;
  transition: background 0.15s;
}

.mobile-menu a i { color: var(--cp-red); width: 20px; }
.mobile-menu a:hover { background: #2a2a2a; color: var(--cp-yellow); }

/* =============================================
   RADIO BAR (top strip)
   ============================================= */
.radio-bar {
  background: var(--cp-red);
  padding: 6px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
}

.radio-bar .live-badge {
  background: #fff;
  color: var(--cp-red);
  font-size: 0.6rem;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: 3px;
  text-transform: uppercase;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

.radio-bar .radio-name {
  font-weight: 700;
  color: #fff;
}

.radio-bar .radio-desc {
  color: rgba(255,255,255,0.75);
  font-size: 0.75rem;
}

.radio-bar .radio-listen {
  margin-left: auto;
  color: var(--cp-yellow);
  font-weight: 700;
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.radio-bar .radio-listen:hover { color: #fff; }

/* =============================================
   HERO SECTION
   ============================================= */
.hero-section {
  background: linear-gradient(135deg, var(--cp-red) 0%, #c40000 60%, #8b0000 100%);
  padding: 18px 0 14px;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 320px;
  height: 320px;
  background: rgba(0,0,0,0.08);
  border-radius: 50%;
  pointer-events: none;
}

.hero-section::after {
  content: '';
  position: absolute;
  right: -100px;
  top: -60px;
  width: 400px;
  height: 300px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  pointer-events: none;
}

.hero-deco {
  position: absolute;
  left: var(--d-x);
  top: var(--d-y);
  font-size: var(--d-size, 2rem);
  opacity: var(--d-op, 0.07);
  transform: rotate(var(--d-rot, 0deg));
  color: #fff;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.hero-title {
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.hero-subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  margin-top: 10px;
}

.hero-logo-radio {
  height: clamp(28px, 4vw, 44px);
  width: auto;
  border-radius: 5px;
  opacity: 0.95;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.hero-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 12px;
  padding: 14px 22px;
  text-align: center;
  backdrop-filter: blur(4px);
}

.hero-badge .count {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--cp-yellow);
  line-height: 1;
}

.hero-badge .label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

.btn-join {
  background: #fff;
  color: var(--cp-red);
  font-weight: 800;
  font-size: 0.88rem;
  padding: 11px 22px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.btn-join:hover {
  background: var(--cp-yellow);
  color: var(--cp-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.btn-join.outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.7);
  color: #fff;
}

.btn-join.outline:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border-color: #fff;
}

/* =============================================
   MAIN LAYOUT
   ============================================= */
.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px;
}

/* =============================================
   SECTION HEADERS
   ============================================= */
.section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--cp-border);
}

.section-header h2 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--cp-text);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.section-header i {
  font-size: 1.2rem;
  color: var(--cp-red);
}

.section-header .section-link {
  margin-left: auto;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cp-red);
  display: flex;
  align-items: center;
  gap: 4px;
}

.section-header .section-link:hover { color: var(--cp-red-dark); }

/* =============================================
   VIP CARD BANNER
   ============================================= */
.vip-banner {
  background: linear-gradient(135deg, var(--cp-red) 0%, var(--cp-red-dark) 100%);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
  box-shadow: var(--cp-shadow-lg);
}

.vip-banner-icon { font-size: 2.4rem; flex-shrink: 0; }

.vip-banner-text h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
}

.vip-banner-text p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.5;
}

.btn-vip {
  background: #fff;
  color: var(--cp-red);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 9px 16px;
  border-radius: 50px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.btn-vip:hover { background: var(--cp-yellow); color: var(--cp-red-dark); }

/* =============================================
   CONTEST CARDS
   ============================================= */
.contests-section { margin-bottom: 28px; }

.contest-card {
  background: var(--cp-surface);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--cp-border);
  box-shadow: var(--cp-shadow);
  transition: all 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contest-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--cp-shadow-lg);
  border-color: #fca5a5;
}

.contest-card-img {
  position: relative;
  aspect-ratio: 492 / 287;
  overflow: hidden;
  background: var(--cp-bg);
}

.contest-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  display: block;
}

.contest-card:hover .contest-card-img img { transform: scale(1.04); }

.contest-more-info {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 0.68rem;
  padding: 4px 9px;
  border-radius: 20px;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

.contest-more-info:hover { background: var(--cp-red); color: #fff; }

.contest-card-body {
  padding: 14px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contest-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--cp-text);
  margin: 0;
  line-height: 1.35;
}

.contest-meta {
  font-size: 0.78rem;
  color: var(--cp-text-muted);
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.contest-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.contest-meta i { color: var(--cp-red); font-size: 0.72rem; }

.contest-prize {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--cp-red);
}

.contest-draw {
  font-size: 0.73rem;
  color: var(--cp-text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}

.contest-card-footer {
  padding: 12px 16px;
  border-top: 1px solid var(--cp-border);
  background: var(--cp-surface2);
}

.contest-form {
  display: flex;
  gap: 7px;
}

.contest-form input[type="email"] {
  flex: 1;
  background: #fff;
  border: 1px solid var(--cp-border);
  color: var(--cp-text);
  padding: 8px 11px;
  border-radius: 8px;
  font-size: 0.82rem;
  min-width: 0;
  transition: border-color 0.2s;
}

.contest-form input[type="email"]:focus {
  outline: none;
  border-color: var(--cp-red);
  box-shadow: 0 0 0 3px rgba(230,0,0,0.1);
}

.contest-form input[type="email"]::placeholder { color: var(--cp-text-light); }

.btn-play {
  background: var(--cp-red);
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn-play:hover { background: var(--cp-red-dark); }

.contest-winners {
  font-size: 0.75rem;
  color: var(--cp-text-muted);
  padding: 10px 16px 14px;
  background: var(--cp-surface2);
  border-top: 1px solid var(--cp-border);
}

.contest-winners strong {
  color: var(--cp-red);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contest-winners .winner-list { color: var(--cp-text-muted); line-height: 1.6; }

.badge-open {
  display: inline-block;
  background: #fef2f2;
  color: var(--cp-red);
  border: 1px solid #fca5a5;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

.badge-closed {
  display: inline-block;
  background: #f3f4f6;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

/* =============================================
   WINNERS CAROUSEL
   ============================================= */
.winners-section { margin-bottom: 28px; }

.winners-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: var(--cp-surface);
  border: 1px solid var(--cp-border);
  box-shadow: var(--cp-shadow);
}

.winners-track {
  display: flex;
  transition: transform 0.4s ease;
}

.winner-slide {
  min-width: 50%;
  position: relative;
  aspect-ratio: 4/3;
  background: var(--cp-bg);
  flex-shrink: 0;
}

.winner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.winner-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  padding: 24px 12px 12px;
  font-size: 0.78rem;
  color: #fff;
  line-height: 1.4;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: var(--cp-surface2);
  border-top: 1px solid var(--cp-border);
}

.carousel-btn {
  background: var(--cp-red);
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn:hover { background: var(--cp-red-dark); }

.carousel-dots { display: flex; gap: 6px; }

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cp-border);
  cursor: pointer;
  transition: background 0.2s;
  border: none;
}

.carousel-dot.active { background: var(--cp-red); }

/* =============================================
   SIDEBAR WIDGETS
   ============================================= */
.sidebar { display: flex; flex-direction: column; gap: 16px; }

.widget {
  background: var(--cp-surface);
  border-radius: 12px;
  border: 1px solid var(--cp-border);
  overflow: hidden;
  box-shadow: var(--cp-shadow);
}

.widget-header {
  background: var(--cp-red);
  padding: 10px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.widget-body { padding: 14px; }

.app-download-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--cp-bg);
  border: 1px solid var(--cp-border);
  border-radius: 8px;
  padding: 9px 12px;
  margin-bottom: 8px;
  transition: all 0.15s;
  color: var(--cp-text);
  font-size: 0.82rem;
  text-decoration: none;
}

.app-download-btn:hover {
  background: var(--cp-red-light);
  border-color: #fca5a5;
  color: var(--cp-red);
}

.app-download-btn i { font-size: 1.2rem; color: var(--cp-red); }

.app-download-btn .app-info strong {
  display: block;
  font-size: 0.65rem;
  color: var(--cp-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.promo-box {
  background: var(--cp-yellow-light);
  border: 1px solid #f0c040;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 8px;
  text-align: center;
}

.promo-box .promo-tag {
  font-size: 0.68rem;
  font-weight: 800;
  color: #92700a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: var(--cp-yellow);
  padding: 2px 8px;
  border-radius: 3px;
  display: inline-block;
}

.promo-box p {
  font-size: 0.82rem;
  color: var(--cp-text);
  margin: 8px 0 10px;
  line-height: 1.5;
}

.btn-promo {
  display: inline-block;
  background: var(--cp-red);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  transition: background 0.15s;
  text-decoration: none;
}

.btn-promo:hover { background: var(--cp-red-dark); color: #fff; }

/* =============================================
   JACKPOT SECTION
   ============================================= */
.jackpot-section {
  background: linear-gradient(135deg, #fff8e1 0%, #fffde7 100%);
  border: 2px solid var(--cp-yellow);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  box-shadow: var(--cp-shadow);
}

.jackpot-icon { font-size: 2.8rem; flex-shrink: 0; }

.jackpot-content { flex: 1; min-width: 180px; }

.jackpot-content h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--cp-text);
  margin: 0 0 4px;
}

.jackpot-content p {
  font-size: 0.82rem;
  color: var(--cp-text-muted);
  margin: 0;
}

.jackpot-form { display: flex; gap: 8px; flex-shrink: 0; }

.jackpot-form input[type="email"] {
  background: #fff;
  border: 1px solid #e0c040;
  color: var(--cp-text);
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  width: 210px;
  max-width: 100%;
}

.jackpot-form input[type="email"]:focus {
  outline: none;
  border-color: var(--cp-yellow);
  box-shadow: 0 0 0 3px rgba(247,200,0,0.2);
}

.jackpot-form input[type="email"]::placeholder { color: var(--cp-text-light); }

/* =============================================
   AD BANNER
   ============================================= */
.ad-banner {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--cp-surface);
  border: 1px solid var(--cp-border);
  position: relative;
}

.ad-banner iframe {
  display: block;
  border: none;
  transform-origin: top left;
  width: 100%;
  max-width: 100%;
}

/* =============================================
   HISTORY BANNER
   ============================================= */
.history-banner {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  box-shadow: var(--cp-shadow);
  border: 1px solid var(--cp-border);
}

.history-banner img { width: 100%; height: auto; display: block; }

/* =============================================
   FOOTER
   ============================================= */
footer {
  background: var(--cp-text);
  border-top: 4px solid var(--cp-red);
  padding: 36px 0 20px;
  margin-top: 48px;
}

.footer-brand .brand-name {
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
}

.footer-desc {
  font-size: 0.82rem;
  color: #9ca3af;
  line-height: 1.65;
  max-width: 280px;
  margin-top: 10px;
}

.footer-links h6 {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--cp-yellow);
  margin-bottom: 14px;
}

.footer-links ul { list-style: none; margin: 0; padding: 0; }

.footer-links li { margin-bottom: 7px; }

.footer-links a {
  font-size: 0.82rem;
  color: #9ca3af;
  transition: color 0.15s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-links a i { color: var(--cp-red); font-size: 0.7rem; }
.footer-links a:hover { color: #fff; }

.footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 16px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom p { font-size: 0.75rem; color: #6b7280; margin: 0; }

.footer-social { display: flex; gap: 8px; }

.social-btn {
  width: 34px;
  height: 34px;
  background: #374151;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 0.85rem;
  transition: all 0.15s;
  text-decoration: none;
}

.social-btn:hover { background: var(--cp-red); color: #fff; }

/* =============================================
   LAYOUT GRID & HERO (classes replacing inline styles)
   ============================================= */
.main-grid {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 24px;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* =============================================
   RESPONSIVE
   ============================================= */

/* -- Tablette (menu hamburger, grille 1 col) -- */
@media (max-width: 991px) {
  .nav-links { display: none; }
  .hamburger-btn { display: block; }
  .mobile-menu.open { display: block; }
  .winner-slide { min-width: 100%; }
  .jackpot-section { flex-direction: column; align-items: stretch; }
  .jackpot-form { flex-direction: row; width: 100%; }
  .jackpot-form input[type="email"] { flex: 1; width: auto; }
  .main-grid { grid-template-columns: 1fr; }
}

/* -- Mobile -- */
@media (max-width: 767px) {
  /* Radio bar */
  .radio-bar {
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 5px 12px;
    gap: 8px;
  }
  .radio-bar span[style] { display: none; } /* cache "La radio locale de Béziers" */

  /* Navbar */
  .navbar-brand-cp { padding: 8px 12px; }
  .navbar-brand-cp img { height: 38px; }
  .navbar-brand-cp .brand-title { font-size: 1.1rem; }

  /* Hero */
  .hero-section { padding: 20px 0 16px; }
  .hero-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .hero-title { font-size: 2rem; }
  .hero-subtitle { justify-content: center; }
  .hero-actions {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .hero-actions .btn-join {
    font-size: 0.78rem;
    padding: 9px 14px;
    letter-spacing: 0;
  }
  .hero-badge {
    align-self: center;
    padding: 10px 28px;
  }
  .hero-badge .count { font-size: 1.8rem; }

  /* Contenu */
  .main-container { padding: 14px 12px; }
  .vip-banner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
  }
  .jackpot-section { gap: 12px; }
  .jackpot-form { flex-direction: column; width: 100%; }
  .jackpot-form input[type="email"] { width: 100%; }
}

/* -- Petit mobile -- */
@media (max-width: 480px) {
  .hero-title { font-size: 1.7rem; }
  .contest-form { flex-direction: column; }
  .contest-form input[type="email"] { width: 100%; }
  .btn-play { width: 100%; justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
