/* ============================================================
   ALTIS EVENT — feuille de style principale
   Design calqué sur selllikecrazybook.com (structure, arrondis,
   rythme) et the-ultracoaching.com (cartes, sobriété), palette bleue.
   ============================================================ */

:root {
  /* palette : bleu principal, jaune d'accent (étoiles, surligneur) */
  --blue-hero: #1843D6;      /* fond hero saturé (équivalent bleu du orange SLC) */
  --blue-deep: #0E2E9C;      /* dégradés, bandes sombres */
  --blue-cta: #0A38C2;       /* boutons (même famille que le fond, comme SLC) */
  --blue-cta-hover: #0C40DE;
  --navy: #0B1B4D;           /* bande métriques, footer */
  --strip: #26262B;          /* bandeau tout en haut (SLC #303030) */
  --ink: #16181D;            /* texte sur blanc */
  --ink-soft: #4B505C;
  --paper: #FFFFFF;
  --paper-alt: #F3F6FE;      /* sections alternées teintées bleu */
  --border: #E3E7F2;
  --star: #FBBF24;           /* jaune étoiles / chip #1 (SLC) */
  --mark: #FFF12E;           /* surligneur jaune (SLC #fff60a) */
  --ok: #1E9E5A;
  --no: #D93B2B;

  /* arrondis relevés sur les deux sites de référence */
  --r-btn: 8px;              /* boutons SLC ~8px */
  --r-card: 12px;            /* cartes / vidéo */
  --r-lg: 16px;
  --r-pill: 999px;           /* badge avis, chips */

  --font-display: "Anton", "Arial Narrow", Impact, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;

  --shadow-card: 0 10px 30px rgba(11, 27, 77, .10);
  --shadow-btn: 0 12px 30px rgba(10, 56, 194, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .marquee-band { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

img { max-width: 100%; display: block; }
a { color: var(--blue-cta); }
:focus-visible { outline: 3px solid var(--blue-cta); outline-offset: 2px; border-radius: 4px; }

/* ---- typographie display (Podium Sharp de SLC -> Anton) ---- */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.04;
  letter-spacing: .01em;
}
h1, h2 { margin: 0 0 .5em; }
h2.display { font-size: clamp(1.9rem, 4.6vw, 3rem); color: var(--ink); }
h3 { font-size: 1.2rem; margin: 1.8em 0 .5em; }
p { margin: 0 0 1.15em; }
mark { background: var(--mark); color: var(--ink); padding: 0 .18em; border-radius: 3px; }
.center { text-align: center; }
.wrap { max-width: 768px; margin: 0 auto; padding: 0 1.25rem; } /* colonne lettre SLC = 768px */
.wrap-lg { max-width: 1180px; margin: 0 auto; padding: 0 1.25rem; }
section { padding: 4.5rem 0; }
.section-alt { background: var(--paper-alt); }
.kicker {
  font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--blue-cta); margin: 0 0 .9rem;
}

/* ---- bandeau supérieur (SLC : EXCLUSIVE OFFER FOR) ---- */
.top-strip {
  background: var(--strip); color: #fff; text-align: center;
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: .55rem 1rem;
}
.top-strip span { color: var(--star); }

/* ---- HERO (fond bleu saturé, comme le orange SLC) ---- */
.hero {
  background:
    radial-gradient(90% 70% at 50% 0%, rgba(255,255,255,.10), transparent 60%),
    linear-gradient(180deg, var(--blue-hero) 0%, var(--blue-deep) 100%);
  color: #fff;
  padding: 2.6rem 0 4.2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.badge-pill {
  display: inline-flex; align-items: center; gap: .7rem; flex-wrap: wrap; justify-content: center;
  background: #fff; color: var(--ink);
  border-radius: var(--r-pill);
  padding: .45rem .6rem .45rem .45rem;
  font-size: .86rem; font-weight: 700;
  box-shadow: 0 8px 26px rgba(0,0,0,.18);
  margin-bottom: 1.8rem;
}
.badge-pill .chip {
  background: var(--star); color: var(--ink);
  border-radius: var(--r-pill); padding: .3rem .8rem;
  font-family: var(--font-display); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase;
}
.badge-pill .stars { color: var(--star); letter-spacing: .1em; font-size: .95rem; }
.badge-pill .laurel { color: #C9CDD8; }

.hero h1 {
  font-size: clamp(2.6rem, 7vw, 5.4rem);
  line-height: 1.0; letter-spacing: 0;
  color: #fff;
  text-shadow: 0 3px 14px rgba(0,0,0,.25);
  max-width: 1120px; margin-left: auto; margin-right: auto;
}
.hero .subhead {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600; color: #EAF0FF;
  max-width: 760px; margin: 1.1rem auto 0;
}

/* ---- VSL + vignettes inclinées (comme la capture SLC) ---- */
.vsl-zone { position: relative; max-width: 1180px; margin: 2.6rem auto 0; padding: 0 1.25rem; }
.vsl {
  position: relative; z-index: 1; max-width: 900px; margin: 0 auto;
  aspect-ratio: 16 / 9; border-radius: var(--r-lg); overflow: hidden;
  background: #000; box-shadow: 0 30px 70px rgba(0,0,0,.45);
  cursor: pointer;
}
.vsl img.poster { width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.vsl .play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
}
.vsl .play-btn {
  width: 92px; height: 92px; border-radius: 50%;
  background: rgba(255, 255, 255, .16); backdrop-filter: blur(4px);
  border: 3px solid #fff;
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease-out, background .2s ease-out;
}
.vsl:hover .play-btn { transform: scale(1.07); background: rgba(255,255,255,.26); }
.vsl .sound-tag {
  position: absolute; top: 1rem; right: 1rem;
  background: rgba(0,0,0,.55); color: #fff; font-size: .78rem; font-weight: 700;
  border-radius: var(--r-pill); padding: .35rem .9rem; letter-spacing: .06em;
}

.hero .cta-zone { margin-top: 2.4rem; }
.hero .urgency {
  margin-top: 1.1rem; font-size: 1rem; color: #DFE6FB;
}
.hero .urgency b { color: var(--star); font-variant-numeric: tabular-nums; }

/* ---- boutons (radius 8px + uppercase italique display, comme SLC) ---- */
.btn {
  display: inline-block;
  background: var(--blue-cta); color: #fff !important; text-decoration: none;
  font-family: var(--font-display); font-style: italic; text-transform: uppercase;
  font-size: clamp(1.15rem, 2.4vw, 1.6rem); letter-spacing: .03em;
  padding: 1rem 2.8rem .9rem;
  border: none; border-radius: var(--r-btn); cursor: pointer;
  box-shadow: var(--shadow-btn);
  transition: transform .15s ease-out, background .15s ease-out;
  min-height: 44px;
}
.btn:hover { background: var(--blue-cta-hover); transform: scale(1.02); }
.hero .btn {
  background: var(--star); color: var(--navy) !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .35); border: none;
  padding: 1.2rem 3.4rem 1.1rem;
  font-size: clamp(1.25rem, 2.6vw, 1.8rem);
}
.hero .btn:hover { background: #FFCC4D; }
.btn-note { font-size: .85rem; margin: .9rem auto 0; max-width: 34rem; }
.hero .btn-note { color: #DFE6FB; }
section .btn-note { color: var(--ink-soft); }
.cta-block { text-align: center; margin: 2.6rem 0 0; }

/* ---- marquee de preuve (bande sombre défilante, comme SLC) ---- */
.marquee-band { background: var(--navy); padding: 1.4rem 0; overflow: hidden; }
.marquee { display: flex; gap: 1rem; width: max-content; animation: scroll-x 45s linear infinite; }
.marquee-band:hover .marquee { animation-play-state: paused; }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.m-card {
  display: flex; align-items: center; gap: .8rem;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-card); padding: .7rem 1.1rem; color: #fff; white-space: nowrap;
}
.m-card img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.m-card .av-txt {
  width: 40px; height: 40px; border-radius: 50%; background: var(--blue-cta);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1rem; color: #fff;
}
.m-card b { font-size: .9rem; display: block; line-height: 1.3; }
.m-card span { font-size: .78rem; color: #B9C4E8; display: block; line-height: 1.3; }
.m-card .stars { color: var(--star); font-size: .8rem; letter-spacing: .08em; }

/* ---- lettre (sections blanches, colonne 768px) ---- */
.letter p { font-size: 1.06rem; }
.letter .from {
  font-size: .92rem; color: var(--ink-soft); border-bottom: 2px solid var(--border);
  padding-bottom: 1rem; margin-bottom: 2rem;
}
.letter .from b { color: var(--ink); }
.underline-squiggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='8' viewBox='0 0 120 8'%3E%3Cpath d='M2 5 Q 20 1 40 4 T 80 4 T 118 3' fill='none' stroke='%231843D6' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: bottom center; background-size: 100% 8px;
  padding-bottom: 8px;
}

/* ---- bande métriques (équivalent "$7.8B" de SLC) ---- */
.metrics { background: var(--navy); color: #fff; padding: 3.4rem 0; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.metrics-grid b {
  display: block; font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: var(--star); font-variant-numeric: tabular-nums; line-height: 1.1;
}
.metrics-grid span { font-size: .88rem; color: #B9C4E8; }
@media (max-width: 760px) { .metrics-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---- cartes mécanisme ---- */
.mech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; margin: 2.4rem 0; }
@media (max-width: 800px) { .mech-grid { grid-template-columns: 1fr; } }
.mech-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-card);
  box-shadow: var(--shadow-card); padding: 1.6rem 1.7rem;
}
.mech-card h3 { margin: 0 0 .5rem; color: var(--blue-cta); font-size: 1.08rem; }
.mech-card p { margin: 0; font-size: .97rem; color: var(--ink-soft); }
.monday {
  background: linear-gradient(160deg, #0E2E9C, #1843D6); color: #fff;
  border-radius: var(--r-lg); padding: 2rem 2rem 1.4rem; margin: 2.4rem 0;
}
.monday h3 { margin-top: 0; font-size: 1.25rem; }
.monday ul { list-style: none; margin: 0; padding: 0; }
.monday li { display: flex; gap: .9rem; padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.monday li:first-child { border-top: none; }
.monday li svg { flex: none; margin-top: .25rem; color: var(--star); }

/* ---- pour qui (call-out, comme "Who needs this" SLC) ---- */
.audience { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin: 1.6rem 0; padding: 0; list-style: none; }
.audience li {
  background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-pill);
  padding: .5rem 1.2rem; font-weight: 600; font-size: .92rem;
  box-shadow: 0 4px 14px rgba(11, 27, 77, .06);
}

/* ---- programme (cartes jour photo, style ULTRA) ---- */
.days { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin: 2.6rem 0; }
@media (max-width: 980px) { .days { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }
.day {
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-card);
  transition: transform .22s ease-out, box-shadow .22s ease-out;
  display: flex; flex-direction: column;
}
.day:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(11, 27, 77, .16); }
.day-photo { position: relative; height: 185px; }
.day-photo img { width: 100%; height: 100%; object-fit: cover; }
.day-photo .tag {
  position: absolute; left: 1rem; bottom: 1rem;
  background: var(--blue-cta); color: #fff; font-family: var(--font-display);
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  border-radius: var(--r-btn); padding: .35rem .8rem;
}
.day-body { padding: 1.3rem 1.4rem 1.5rem; }
.day-body h3 { margin: 0 0 .8rem; font-size: 1.12rem; }
.slot { display: grid; grid-template-columns: 4.4rem 1fr; gap: .8rem; padding: .7rem 0; border-top: 1px solid var(--border); font-size: .92rem; }
.slot:first-of-type { border-top: none; }
.slot .time { font-weight: 800; color: var(--blue-cta); font-variant-numeric: tabular-nums; font-size: .84rem; padding-top: .1rem; }
.slot p { margin: 0 0 .4em; color: var(--ink-soft); }
.slot p b { color: var(--ink); }
.slot ul { margin: .4rem 0 0; padding-left: 1.1rem; color: var(--ink-soft); }
.slot li { margin-bottom: .35rem; }
.note-box {
  background: var(--paper-alt); border: 1px solid var(--border); border-left: 4px solid var(--blue-cta);
  border-radius: var(--r-card); padding: 1.1rem 1.3rem; margin: 1.8rem 0; font-size: .95rem;
}

/* ---- avis (grille de reviews, comme la section 6072 reviews SLC) ---- */
.rating-header { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.2rem; }
.rating-header .big { font-family: var(--font-display); font-size: clamp(3.5rem, 6vw, 5rem); color: var(--ink); }
.rating-header .stars { color: var(--star); font-size: 1.4rem; letter-spacing: .12em; }
.rating-header .count { color: var(--ink-soft); font-size: .95rem; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
@media (max-width: 980px) { .reviews { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }
.review {
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-card);
  box-shadow: var(--shadow-card); padding: 1.5rem; display: flex; flex-direction: column; gap: .9rem;
}
.review .stars { color: var(--star); letter-spacing: .1em; }
.review blockquote { margin: 0; font-size: .96rem; color: var(--ink); flex: 1; }
.review .who { display: flex; align-items: center; gap: .8rem; }
.review .who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.review .who .av-txt {
  width: 44px; height: 44px; border-radius: 50%; background: var(--paper-alt); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-display); color: var(--blue-cta);
}
.review .who b { display: block; font-size: .9rem; }
.review .who span { font-size: .78rem; color: var(--ink-soft); }
.verified { color: var(--ok); font-size: .78rem; font-weight: 700; }

/* ---- stack offre ---- */
.stack { list-style: none; margin: 2.4rem 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 800px) { .stack { grid-template-columns: 1fr; } }
.stack li {
  display: grid; grid-template-columns: 2.4rem 1fr; gap: 1rem;
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-card);
  box-shadow: var(--shadow-card); padding: 1.4rem 1.5rem;
}
.stack li svg { margin-top: .15rem; color: var(--ok); }
.stack h3 { margin: 0 0 .35rem; font-size: 1.05rem; }
.stack p { margin: 0; font-size: .93rem; color: var(--ink-soft); }

/* ---- paliers ---- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin: 2.4rem 0; }
@media (max-width: 760px) { .tiers { grid-template-columns: 1fr; } }
.tier {
  background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-lg);
  padding: 1.7rem 1.3rem; text-align: center; position: relative; box-shadow: var(--shadow-card);
}
.tier .period { font-size: .84rem; color: var(--ink-soft); display: block; min-height: 2.6em; }
.tier .price { font-family: var(--font-display); font-size: 2.6rem; margin: .4rem 0 .1rem; font-variant-numeric: tabular-nums; }
.tier.current { border-color: var(--blue-cta); box-shadow: 0 0 0 2px var(--blue-cta), 0 18px 44px rgba(10, 56, 194, .18); }
.tier.current .price { color: var(--blue-cta); }
.tier.past .price, .tier.past .period { color: #A9AFBF; text-decoration: line-through; }
.tier .chip {
  position: absolute; top: -.8rem; left: 50%; transform: translateX(-50%);
  background: var(--blue-cta); color: #fff; font-size: .68rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; border-radius: var(--r-pill); padding: .25rem .8rem; white-space: nowrap;
}
.tier .state { font-size: .78rem; color: var(--ink-soft); }

/* ---- garantie ---- */
.guarantee-band { background: var(--paper-alt); }
.seal {
  width: 168px; height: 168px; border-radius: 50%; margin: 0 auto 2rem;
  border: 2px solid var(--blue-cta); position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: #fff; box-shadow: var(--shadow-card);
}
.seal::before { content: ""; position: absolute; inset: 8px; border-radius: 50%; border: 2px dashed rgba(10, 56, 194, .4); }
.seal b { font-family: var(--font-display); font-size: 2.4rem; color: var(--blue-cta); }
.seal span { font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; text-align: center; color: var(--ink); line-height: 1.5; }
.guarantees { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 2rem 0; }
@media (max-width: 760px) { .guarantees { grid-template-columns: 1fr; } }
.g-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-card); box-shadow: var(--shadow-card); padding: 1.5rem 1.6rem; }
.g-card h3 { margin: 0 0 .5rem; color: var(--blue-cta); font-size: 1.08rem; }
.g-card p { margin: 0; font-size: .95rem; color: var(--ink-soft); }

/* ---- qualification ---- */
.qual { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; margin: 2.4rem 0; }
@media (max-width: 800px) { .qual { grid-template-columns: 1fr; } }
.qual-col { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--shadow-card); padding: 1.7rem; }
.qual-col h3 { margin-top: 0; font-size: 1.1rem; }
.qual-col ul { list-style: none; margin: 0; padding: 0; }
.qual-col li { display: flex; gap: .8rem; padding: .75rem 0; border-top: 1px solid var(--border); font-size: .93rem; color: var(--ink-soft); }
.qual-col li:first-child { border-top: none; }
.qual-col li svg { flex: none; margin-top: .25rem; }
.qual-col.yes li svg { color: var(--ok); }
.qual-col.no li svg { color: var(--no); }

/* ---- FAQ ---- */
.faq-list details { border: 1px solid var(--border); border-radius: var(--r-card); margin-bottom: .8rem; background: #fff; box-shadow: 0 4px 14px rgba(11,27,77,.05); }
.faq-list summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-weight: 700; font-size: 1.02rem; padding: 1.05rem 1.3rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .plus { flex: none; transition: transform .2s ease-out; color: var(--blue-cta); }
.faq-list details[open] summary .plus { transform: rotate(45deg); }
.faq-list .answer { padding: 0 1.3rem 1.2rem; color: var(--ink-soft); font-size: .97rem; }

/* ---- P.S. ---- */
.ps { border-left: 3px solid var(--blue-cta); padding-left: 1.3rem; margin: 1.8rem 0; }
.ps b { color: var(--blue-cta); }
.ps p { margin: 0; font-size: .97rem; color: var(--ink-soft); }

/* ---- formulaire (encart blanc sur section bleue, comme SLC) ---- */
.order-section { background: linear-gradient(180deg, var(--blue-hero), var(--blue-deep)); color: #fff; }
.order-card {
  background: #fff; color: var(--ink); border-radius: var(--r-lg);
  max-width: 620px; margin: 2.4rem auto 0; padding: 2.2rem;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .35);
}
.step-head {
  font-family: var(--font-display); text-transform: uppercase; font-size: 1.05rem; letter-spacing: .04em;
  color: var(--blue-cta); margin-bottom: 1rem;
}
.field { margin-bottom: 1.05rem; }
.field label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: .3rem; }
.field input {
  width: 100%; background: #fff; border: 1.5px solid #C9CFDF; border-radius: var(--r-btn);
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); padding: .8rem 1rem; min-height: 44px;
}
.field input:focus { outline: 2px solid var(--blue-cta); border-color: var(--blue-cta); }
.field .error { display: none; color: var(--no); font-size: .85rem; margin-top: .3rem; }
.field.invalid input { border-color: var(--no); }
.field.invalid .error { display: block; }
.form-note { font-size: .84rem; color: var(--ink-soft); margin-top: .9rem; }
.recap { background: var(--paper-alt); border: 1px solid var(--border); border-radius: var(--r-card); padding: 1.2rem 1.3rem; margin-bottom: 1.2rem; font-size: .93rem; }
.recap h3 { margin: 0 0 .6rem; font-size: 1.02rem; }
.recap p { margin-bottom: .6em; color: var(--ink-soft); }
.recap .total { color: var(--ink); font-weight: 800; font-size: 1.05rem; }
.pay-choice { display: flex; gap: 1.3rem; margin: 0 0 1.1rem; flex-wrap: wrap; }
.pay-choice label { display: flex; align-items: center; gap: .5rem; font-size: .93rem; cursor: pointer; min-height: 44px; }
.pay-choice input { accent-color: var(--blue-cta); width: 18px; height: 18px; }
.link-btn {
  background: none; border: none; color: var(--blue-cta); text-decoration: underline;
  cursor: pointer; font-family: var(--font-body); font-size: .9rem; min-height: 44px; padding: .5rem .6rem;
}
.btn-full { width: 100%; text-align: center; }
[hidden] { display: none !important; }

/* ---- barre sticky (avatars + note + CTA, comme SLC desktop) ---- */
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: #fff; border-top: 1px solid var(--border);
  box-shadow: 0 -8px 30px rgba(11, 27, 77, .12);
  padding: .6rem 1.2rem calc(.6rem + env(safe-area-inset-bottom));
  display: flex; align-items: center; justify-content: center; gap: 1.2rem;
  transform: translateY(110%); transition: transform .25s ease-out;
}
.sticky-bar.visible { transform: translateY(0); }
.sticky-bar .faces { display: flex; align-items: center; }
.sticky-bar .faces img { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; margin-left: -10px; object-fit: cover; }
.sticky-bar .faces img:first-child { margin-left: 0; }
.sticky-bar .note { font-size: .82rem; color: var(--ink-soft); }
.sticky-bar .note .stars { color: var(--star); }
.sticky-bar .btn { font-size: 1rem; padding: .65rem 1.6rem .55rem; box-shadow: none; }
@media (max-width: 760px) { .sticky-bar .faces, .sticky-bar .note { display: none; } .sticky-bar .btn { width: 100%; } }

/* ---- popup de sortie ---- */
.exit-overlay {
  position: fixed; inset: 0; z-index: 200; background: rgba(11, 27, 77, .66);
  display: flex; align-items: center; justify-content: center; padding: 1.2rem;
}
.exit-modal {
  background: #fff; border-radius: var(--r-lg); max-width: 30rem; width: 100%;
  padding: 2rem; position: relative; box-shadow: 0 40px 90px rgba(0,0,0,.35);
}
.exit-modal h3 { margin: 0 0 .8rem; font-family: var(--font-display); text-transform: uppercase; font-size: 1.4rem; }
.exit-modal .close {
  position: absolute; top: .6rem; right: .6rem; background: none; border: none; color: var(--ink-soft);
  font-size: 1.6rem; cursor: pointer; min-width: 44px; min-height: 44px;
}
.exit-modal .msg-ok { color: var(--ok); font-size: .95rem; }

/* ---- footer ---- */
footer { background: var(--navy); color: #B9C4E8; padding: 3rem 0 calc(3.4rem + 84px); font-size: .85rem; }
footer a { color: #DFE6FB; }
footer .brand { font-family: var(--font-display); text-transform: uppercase; color: #fff; font-size: 1.2rem; letter-spacing: .04em; }
footer p { margin-bottom: .6em; }

/* ---- intervenants : affiche façon festival ---- */
.lineup {
  background:
    radial-gradient(60% 50% at 18% 0%, rgba(24, 67, 214, .38), transparent 62%),
    radial-gradient(50% 42% at 85% 8%, rgba(251, 191, 36, .13), transparent 60%),
    var(--navy);
  color: #fff; overflow: hidden;
}
.lineup-intro { color: #B9C4E8; max-width: 640px; margin-left: auto; margin-right: auto; margin-bottom: 2.6rem; }
.speaker { text-align: center; }
.speaker-photo {
  position: relative; aspect-ratio: 1 / 1; border-radius: var(--r-card); overflow: hidden;
  background: linear-gradient(160deg, #12235F, #0B1B4D);
  border: 1px solid rgba(255, 255, 255, .14);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
}
.speaker-photo img { width: 100%; height: 100%; object-fit: cover; }
.mystery { font-size: 4rem; color: rgba(255, 255, 255, .25); text-shadow: 0 0 40px rgba(251, 191, 36, .35); }
.speaker-tag { font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--star); margin: 0 0 .3rem; }
.speaker-name { font-size: 1.4rem; color: #fff; margin: 0 0 .2rem; line-height: 1.1; }
.speaker-role { font-size: .85rem; color: #B9C4E8; margin: 0; }
.lineup-head { max-width: 820px; margin: 0 auto 1.8rem; }
.headliner {
  display: grid; grid-template-columns: 230px 1fr; gap: 2rem; align-items: center; text-align: left;
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--r-lg); padding: 1.6rem;
}
.headliner .speaker-photo { margin: 0; }
.headliner .speaker-name { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
.headliner .mystery { font-size: 6rem; }
@media (max-width: 700px) {
  .headliner { grid-template-columns: 1fr; text-align: center; }
  .headliner .speaker-photo { max-width: 230px; margin: 0 auto; }
}
.lineup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; max-width: 900px; margin: 0 auto; }
@media (max-width: 800px) { .lineup-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .lineup-grid { grid-template-columns: 1fr; max-width: 280px; } }

/* ---- réservation d'appel façon Calendly : infos / calendrier / horaires ---- */
.cal-card {
  background: #fff; color: var(--ink); border-radius: var(--r-lg);
  max-width: 1020px; margin: 0 auto;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .35);
  display: grid; grid-template-columns: 280px 1fr 250px; overflow: hidden;
}
.cal-info { border-right: 1px solid var(--border); padding: 1.8rem 1.6rem; }
.cal-brand { font-size: .95rem; letter-spacing: .05em; color: var(--ink-soft); margin: 0 0 1rem; }
.cal-brand span { color: var(--blue-cta); }
.cal-title { margin: 0 0 1.1rem; font-size: 1.35rem; }
.cal-meta { list-style: none; margin: 0 0 1.2rem; padding: 0; }
.cal-meta li { display: flex; gap: .6rem; align-items: flex-start; font-size: .88rem; color: var(--ink-soft); padding: .35rem 0; }
.cal-meta svg { flex: none; margin-top: .15rem; color: var(--blue-cta); }
.cal-desc { font-size: .88rem; color: var(--ink-soft); margin: 0; }
.cal-main { padding: 1.8rem 1.6rem; }
.cal-panel-title { font-weight: 800; font-size: .95rem; margin: 0 0 1rem; }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: .8rem; }
.cal-month { font-weight: 800; margin: 0; text-transform: capitalize; font-variant-numeric: tabular-nums; }
.cal-nav { display: flex; gap: .4rem; }
.cal-nav button {
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: var(--paper-alt); color: var(--blue-cta); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.cal-nav button:hover:not(:disabled) { background: #E4EBFF; }
.cal-nav button:disabled { opacity: .35; cursor: default; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: .25rem; }
.cal-dow { text-align: center; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); padding: .3rem 0 .5rem; }
.cal-day {
  position: relative; aspect-ratio: 1 / 1; border: none; background: none; border-radius: 50%;
  font-family: var(--font-body); font-size: .95rem; font-weight: 600; color: #A9AFBF;
  display: flex; align-items: center; justify-content: center; cursor: default;
  font-variant-numeric: tabular-nums; min-width: 40px;
}
.cal-day.avail { background: var(--paper-alt); color: var(--blue-cta); font-weight: 800; cursor: pointer; }
.cal-day.avail:hover { background: #E4EBFF; }
.cal-day.sel { background: var(--blue-cta); color: #fff; }
.cal-day.today::after { content: ""; position: absolute; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.cal-hint { font-size: .78rem; color: var(--ink-soft); margin: .8rem 0 0; }
.cal-times { border-left: 1px solid var(--border); padding: 1.8rem 1.2rem; display: flex; flex-direction: column; }
.times-list { overflow-y: auto; max-height: 400px; display: flex; flex-direction: column; gap: .55rem; padding-right: .2rem; }
.time-row { display: flex; gap: .5rem; flex: none; }
.time-btn {
  flex: 1; border: 1.5px solid var(--blue-cta); background: #fff; color: var(--blue-cta);
  font-weight: 800; font-family: var(--font-body); font-size: .95rem;
  border-radius: var(--r-btn); padding: .7rem .4rem; cursor: pointer; min-height: 44px;
  font-variant-numeric: tabular-nums; transition: background .15s ease-out, color .15s ease-out;
}
.time-btn:hover { background: var(--paper-alt); }
.time-confirm {
  flex: 1; display: none; border: none; background: var(--blue-cta); color: #fff;
  font-weight: 800; font-family: var(--font-body); font-size: .95rem;
  border-radius: var(--r-btn); cursor: pointer; min-height: 44px;
}
.time-confirm:hover { background: var(--blue-cta-hover); }
.time-row.picked .time-btn { flex: 0 0 44%; background: #4B505C; border-color: #4B505C; color: #fff; }
.time-row.picked .time-confirm { display: block; }
@media (max-width: 980px) {
  .cal-card { grid-template-columns: 1fr; }
  .cal-info { border-right: none; border-bottom: 1px solid var(--border); }
  .cal-times { border-left: none; border-top: 1px solid var(--border); }
  .times-list { max-height: 280px; }
}

/* ---- signature de lettre, flèches manuscrites, badge mobile ---- */
.signoff { margin: 2rem 0 .2rem; font-size: 1.02rem; }
.signature {
  font-family: "Caveat", "Segoe Script", cursive;
  font-size: 2.1rem; color: var(--blue-cta); margin: 0 0 .2rem; line-height: 1.1;
}
.signature-sub { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 1.6rem; }
.watch-note {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  color: #fff; font-weight: 700; font-size: .95rem; letter-spacing: .04em;
  margin: 0 0 1rem;
}
.watch-note svg { flex: none; }
@media (max-width: 900px) { .watch-note svg { display: none; } }
@media (max-width: 640px) { .badge-date { display: none; } }

/* ---- divers ---- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease-out, transform .6s ease-out; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }
