/* ===================================================================
   REFONTE 2026 — composants condensés
   Hero réassurance · Bandeau audience · Hub contenus · Programme tabs · Infos
   Palette : jaune #FCDB16 · bleu #2A17FC · noir #202020 · crème #f9f7f3
   =================================================================== */

/* ── 1. HERO — réassurance autour du formulaire ───────────────── */
.hero-form__reassure {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}
.hero-form__reassure-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #202020;
  background: #FCDB16;
  padding: 4px 10px;
  border-radius: 9999px;
}
.hero-form__reassure-line {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.62);
  line-height: 1.4;
}
.hero-form__optional {
  font-weight: 400;
  color: rgba(255,255,255,0.4);
  font-size: 11px;
}
.hero-form__microcopy {
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11.5px;
  line-height: 1.45;
  color: rgba(255,255,255,0.45);
  text-align: center;
}

/* ── 2. BANDEAU AUDIENCE (fusion ancien Positionnement) ──────── */
.audience-strip {
  background: #202020;
  padding: 16px 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
}
.audience-strip__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.audience-strip__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.audience-strip__pill {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fcfcfc;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 9999px;
  padding: 5px 14px;
}

/* ── 2bis. Value props — 4 colonnes + icône ──────────────────── */
.why__grid--4 { grid-template-columns: repeat(4, 1fr); }
.aura-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(252,219,22,0.12);
  border: 1px solid rgba(252,219,22,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

/* ── 3. HUB DES CONTENUS ─────────────────────────────────────── */
.hub {
  background: #17142e;            /* fond sombre indigo */
  padding: 96px 64px;
  position: relative;
}
/* léger quadrillage pour donner de la matière au fond sombre */
.hub::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.hub__inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
/* eyebrow « Tracks éditoriaux » : lavande pour rester lisible sur fond sombre */
.hub .eyebrow--blue { color: #b3a8ff; }
.hub__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -1.2px;
  color: #ffffff;
  margin-bottom: 12px;
}
.hub__subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.62);
  line-height: 1.55;
  max-width: 640px;
  margin-bottom: 40px;
}
.hub__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hub-track {
  background: #ffffff;
  border: 1px solid #ece8df;
  border-top: 3px solid #ddd;
  border-radius: 14px;
  padding: 26px 24px;
  box-shadow: 0 14px 38px rgba(0,0,0,0.28);   /* lift sur fond sombre */
  transition: box-shadow 200ms ease, transform 200ms ease;
}
.hub-track:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.40);
  transform: translateY(-2px);
}
.hub-track--peach  { border-top-color: #2A17FC; }  /* Gouverner — Bleu marque */
.hub-track--black  { border-top-color: #111111; }  /* Construire — Noir */
.hub-track--purple { border-top-color: #7B5AFF; }  /* Adopter — Violet marque */

.hub-track__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.hub-track__head .track-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
}
.hub-track__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #202020;
}
.hub-track__desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(32,32,32,0.66);
  margin-bottom: 16px;
}
.hub-track__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}
.hub-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #4a4a4a;
  background: #f3f0e8;
  border-radius: 9999px;
  padding: 4px 10px;
}
.hub-track__sessions {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid #f0ece2;
  padding-top: 14px;
}
.hub-sess {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  line-height: 1.4;
  color: #202020;
  padding: 7px 0;
  border-bottom: 1px solid #f6f3ec;
}
.hub-sess:last-child { border-bottom: 0; }
.hub-sess__fmt {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 5px;
  transform: translateY(-1px);
}
.hub-sess__fmt--pitch   { background: #FCDB16; color: #1a1a1a; }   /* Pitch — Jaune marque */
.hub-sess__fmt--atelier { background: #202020; color: #ffffff; }   /* Atelier — Noir marque */

/* ── 3bis. 8 formats en badges (remplace l'ancienne section Formats) ── */
.hub-formats {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.hub-formats__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}
.hub-formats__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fmt-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #202020;
  background: #ffffff;
  border: 1px solid #e3ddd0;
  border-radius: 9999px;
  padding: 8px 14px;
  transition: border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.fmt-badge svg { color: #c9a200; }
.fmt-badge:hover,
.fmt-badge:focus-within {
  border-color: #2A17FC;
  box-shadow: 0 4px 16px rgba(42,23,252,0.10);
  outline: none;
}

/* Popover description au survol / focus */
.fmt-badge { position: relative; }
.fmt-badge__pop {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 256px;
  max-width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #e3ddd0;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(32,32,32,0.18);
  padding: 14px 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  z-index: 40;
}
.fmt-badge__pop::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom-color: #ffffff;
  filter: drop-shadow(0 -1px 0 #e3ddd0);
}
.fmt-badge:hover .fmt-badge__pop,
.fmt-badge:focus .fmt-badge__pop,
.fmt-badge:focus-within .fmt-badge__pop {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.fmt-badge__pop-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a6a00;
  background: #FBF1D6;
  padding: 3px 9px;
  border-radius: 9999px;
}
.fmt-badge__pop-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #4a4a4a;
}

/* ── 4. PROGRAMME — onglets Matin / Après-midi ──────────────── */
.programme__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 32px;
}
.prog-tabs {
  display: inline-flex;
  background: #f3f0e8;
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
}
.prog-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  background: transparent;
  border: 0;
  border-radius: 9px;
  padding: 9px 20px;
  transition: background 180ms ease, box-shadow 180ms ease;
}
.prog-tab__period {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #202020;
}
.prog-tab__range {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(32,32,32,0.5);
}
.prog-tab.is-active {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(32,32,32,0.08);
}
.prog-tab.is-active .prog-tab__range { color: #2A17FC; }

.prog-panel { animation: progFade 250ms ease; }
@keyframes progFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.prog-list {
  list-style: none;
  border: 1px solid #ece8df;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(32,32,32,0.09);
}
/* séparateurs de lignes plus visibles sur fond blanc */
.prog-row { border-bottom-color: #efece4; }
.prog-row:hover { background: #f9f7f3; }
.prog-row {
  display: grid;
  grid-template-columns: 64px 180px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
  border-bottom: 1px solid #f3f0e8;
  border-left: 3px solid transparent;
  transition: background 160ms ease;
}
.prog-row:last-child { border-bottom: 0; }
.prog-row:hover { background: #faf8f3; }
.prog-row__time {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #202020;
}
.prog-row__type {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(32,32,32,0.55);
}
.prog-row__salle {
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 5px;
}
.prog-row__salle--s1      { background: #E2E0FF; color: #2A17FC; }  /* Salle 1 — Bleu */
.prog-row__salle--s2      { background: #FFF1B0; color: #7A5E00; }  /* Salle 2 — Jaune */
.prog-row__salle--village { background: #FCE3EE; color: #C0397A; }  /* Village — Rose (distinct de Salle 1) */
.prog-row__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px;
  line-height: 1.4;
  color: #202020;
}
/* accents de gauche par type de slot — palette marque */
.prog-row--keynote,
.prog-row--exclusif    { border-left-color: #7B5AFF; }                       /* moments forts — Violet (surbrillance retirée) */
.prog-row--afterwork   { border-left-color: #7B5AFF; }                       /* social — Violet */
.prog-row--table-ronde { border-left-color: #2A17FC; }                       /* Bleu */
.prog-row--pitchs      { border-left-color: #FCDB16; }                       /* Jaune (= Pitch) */
.prog-row--ateliers    { border-left-color: #202020; }                       /* Noir (= Atelier) */
.prog-row--networking,
.prog-row--fin         { border-left-color: #cbc7d6; }                       /* pauses — neutre */
.prog-row--fin .prog-row__label { color: rgba(32,32,32,0.5); font-style: italic; }

/* ── 5. INFOS PRATIQUES — facts + CTA (section .venue, fond sombre) ── */
.venue__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  margin-bottom: 32px;
}
.venue__fact {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 14px;
  border-left: 2px solid #FCDB16;
}
.venue__fact-k {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(252,252,252,0.45);
}
.venue__fact-v {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fcfcfc;
}
.venue__cta {
  display: inline-flex;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #202020;
  background: #FCDB16;
  border-radius: 9999px;
  padding: 13px 26px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.venue__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(252,219,22,0.28);
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .why__grid--4 { grid-template-columns: repeat(2, 1fr); }
  .hub__cols    { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .audience-strip { padding: 14px 24px; }
  .hub           { padding: 64px 24px; }
  .hub__title    { font-size: 32px; }
  .programme__header { flex-direction: column; align-items: stretch; }
  .prog-tabs     { width: 100%; }
  .prog-tab      { flex: 1; align-items: center; }
  .prog-row {
    grid-template-columns: 56px 1fr;
    grid-template-areas:
      "time type"
      "time label";
    row-gap: 4px;
  }
  .prog-row__time  { grid-area: time; }
  .prog-row__type  { grid-area: type; }
  .prog-row__label { grid-area: label; }
  .venue__facts  { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .why__grid--4 { grid-template-columns: 1fr; }
}
