
:root{
  --brand-red:#c8102e;
  --brand-dark:#111111;
  --brand-soft:#f4f4f6;
  --text:#1f2937;
}
html{scroll-behavior:smooth;}
body{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--text);
  background:#fff;
}
h1,h2,h3,.navbar-brand{
  font-family:Merriweather, Georgia, serif;
}
.py-lg-6{padding-top:5rem;padding-bottom:5rem;}
.eyebrow{
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:800;
  font-size:.78rem;
  color:var(--brand-red);
}
.hero-section{
  background:
    radial-gradient(circle at 20% 20%, rgba(200,16,46,.08), transparent 28%),
    linear-gradient(180deg,#fff 0%, #f8f8fa 100%);
}
.duo-panel{
  background:#fff;
  border-radius:1.75rem;
  padding:1rem;
}
.hero-message{
  border-radius:1.2rem;
}
.stat-card,
.press-card,
.callout-box,
.priority-card,
.candidate-card,
.poster-card,
.video-shell{
  background:#fff;
  border:1px solid rgba(17,17,17,.08);
  border-radius:1.5rem;
}
.stat-card{
  padding:1.5rem;
  box-shadow:0 .5rem 1.5rem rgba(17,17,17,.05);
}
.stat-kicker{
  color:var(--brand-red);
  font-weight:800;
  font-size:.84rem;
  text-transform:uppercase;
  margin-bottom:.5rem;
}
.section-heading h2{margin-top:.4rem;font-size:clamp(2rem,2.7vw,3rem);}
.candidate-card{
  overflow:hidden;
  box-shadow:0 1rem 2rem rgba(17,17,17,.08);
}
.candidate-photo{
  width:100%;
  height:100%;
  min-height:340px;
  object-fit:cover;
  display:block;
}
.check-list{padding-left:1.1rem;margin-bottom:0;}
.check-list li{margin-bottom:.65rem;}
.section-dark{
  background:linear-gradient(180deg,#121212 0%, #080808 100%);
}
.glass-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  padding:2rem;
  border-radius:1.5rem;
  color:#fff;
}
.bullet-grid{padding-left:1.1rem;margin:0;}
.bullet-grid li{margin-bottom:.85rem;}
.priority-card{
  padding:2rem;
  box-shadow:0 .8rem 2rem rgba(17,17,17,.06);
}
.timeline-mini{
  display:grid;
  gap:1rem;
}
.timeline-mini > div,
.mini-tile{
  background:var(--brand-soft);
  border-radius:1rem;
  padding:1rem 1.1rem;
}
.press-card{
  position:relative;
  padding:1.6rem;
  box-shadow:0 .5rem 1.25rem rgba(17,17,17,.05);
}
.press-card a{
  color:var(--brand-red);
  font-weight:700;
}
.video-shell{padding:1rem;}
.callout-box{
  padding:1.75rem;
  background:linear-gradient(180deg,#fff 0%, #f5f5f7 100%);
}
.poster-card{
  padding:1rem;
  box-shadow:0 .75rem 2rem rgba(17,17,17,.08);
  margin:0;
}
.poster-card figcaption{
  padding-top:.9rem;
  color:#6b7280;
  font-size:.95rem;
}
.cta-strip{
  background:linear-gradient(135deg, var(--brand-red), #8d0b20);
}
.cta-text{max-width:700px;}
.navbar .nav-link{font-weight:600;}
.btn-danger{
  background:var(--brand-red);
  border-color:var(--brand-red);
}
.btn-danger:hover{
  background:#ad0f28;
  border-color:#ad0f28;
}
@media (max-width: 767.98px){
  .candidate-photo{min-height:280px;}
  .section-heading h2{font-size:2rem;}
}


/* --- Section média améliorée --- */
.section-pad{
  padding:5rem 0;
}
.section-intro{
  max-width:860px;
  margin:0 auto 2.5rem auto;
}
.section-intro h2{
  margin-top:.45rem;
  margin-bottom:.85rem;
  font-size:clamp(2rem,2.7vw,3rem);
}
.section-intro p{
  margin-bottom:0;
  color:#6b7280;
  font-size:1.04rem;
}
.media-band{
  background:
    radial-gradient(circle at top right, rgba(200,16,46,.06), transparent 24%),
    linear-gradient(180deg,#ffffff 0%, #f7f7f9 100%);
  border-top:1px solid rgba(17,17,17,.05);
  border-bottom:1px solid rgba(17,17,17,.05);
}
.media-card{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  padding:1.45rem;
  background:linear-gradient(180deg,#ffffff 0%, #fbfbfc 100%);
  border:1px solid rgba(17,17,17,.08);
  border-radius:1.35rem;
  box-shadow:0 .75rem 1.8rem rgba(17,17,17,.06);
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.media-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg, var(--brand-red), #ef476f);
}
.media-card:hover{
  transform:translateY(-4px);
  box-shadow:0 1rem 2.2rem rgba(17,17,17,.09);
  border-color:rgba(17,17,17,.14);
}
.media-card h3{
  margin:0 0 .75rem 0;
  font-size:1.14rem;
  line-height:1.4;
  padding-right:1.5rem;
}
.media-card p{
  color:#4b5563;
  margin-bottom:1rem;
  flex-grow:1;
}
.media-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.45rem .7rem;
  background:rgba(200,16,46,.10);
  color:var(--brand-red);
  border:1px solid rgba(200,16,46,.12);
  border-radius:999px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.media-arrow{
  color:#6b7280;
  font-size:1rem;
  line-height:1;
  font-weight:700;
}
.media-link{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  color:var(--brand-red) !important;
  font-weight:800;
  text-decoration:none;
}
.media-link::after{
  content:"→";
  font-weight:900;
}
.media-link:hover{
  color:#ad0f28 !important;
}
@media (max-width: 767.98px){
  .section-pad{
    padding:4rem 0;
  }
  .section-intro{
    margin-bottom:2rem;
  }
  .media-card{
    padding:1.2rem;
  }
}

