/* ============================================================
   PASSPASS — LP ROME — DA fidèle maquette
   Typo : Poppins · Fond crème · Boutons bleu marine · Accent corail
   ============================================================ */
:root {
  --cream: #FAF7F2;
  --cream-2: #FAF7F2;
  --sand: #FAEEDC;        /* bloc Notre choix / fond colonne recommandée */
  --sand-soft: #FAF7F2;
  --paper: #FFFFFF;
  --navy: #1A0C0A;        /* boutons, texte fort (encre marque) */
  --navy-deep: #1A0C0A;
  --ink: #1A0C0A;
  --ink-soft: rgba(26, 12, 10, 0.68);
  --ink-faint: rgba(26, 12, 10, 0.48);
  --coral: #F2635E;       /* bloc quiz, accents chauds */
  --coral-deep: #F2635E;
  --red: #F2635E;         /* prix */
  --gold: #F0CD98;
  --green: #F2635E;       /* coche inclus (corail marque) */
  --border: #F0CD98;
  --border-2: #F0CD98;

  --font: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  --container: 1180px;
  --radius: 18px;
  --radius-sm: 12px;
  --pill: 999px;
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 32px; }

/* boutons réutilisables */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font); font-weight: 600; font-size: 14px;
  padding: 13px 26px; border-radius: var(--pill);
  transition: all 0.22s ease; cursor: pointer; text-align: center;
}
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--coral) !important; border-color: var(--coral) !important; color: #fff !important; transform: translateY(-2px); box-shadow: 0 10px 24px -10px rgba(242,99,94,0.45); }
.btn--outline { background: #C3EBF9; color: var(--navy); border: 1.6px solid #C3EBF9; }
.btn--outline:hover { background: var(--coral) !important; border-color: var(--coral) !important; color: #fff !important; transform: translateY(-2px); box-shadow: 0 10px 24px -10px rgba(242,99,94,0.35); }
.btn--coral { background: #C3EBF9; color: var(--navy); }
.btn--coral:hover { background: var(--coral) !important; border-color: var(--coral) !important; color: #fff !important; transform: translateY(-2px); box-shadow: 0 10px 24px -10px rgba(242,99,94,0.35); }

/* ============================ HEADER ============================ */
.header { background: var(--cream); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.header__in { max-width: var(--container); margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; justify-content: center; position: relative; }
.header__logo { display: block; }
.header__logo svg { height: 30px; width: auto; }

/* ============================ HERO (2 colonnes) ============================ */
.hero { background: var(--cream); padding: 48px 0 28px; }
.hero__grid { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
@media(min-width:900px){ .hero__grid { grid-template-columns: 1fr 1fr; gap: 56px; } }
.hero__title { font-weight: 700; font-size: clamp(46px, 7vw, 84px); line-height: 1; letter-spacing: 0.01em; color: var(--ink); }
.hero__price { font-weight: 400; font-size: clamp(17px, 2.2vw, 24px); color: var(--ink-soft); margin: 8px 0 24px; }
.hero__price-now { color: var(--red); font-weight: 700; }
.hero__cta { background: #C3EBF9; color: var(--navy); padding: 14px 30px; border-radius: var(--pill); font-weight: 600; font-size: 15px; display: inline-block; transition: all 0.22s; }
.hero__cta:hover { background: var(--coral) !important; border-color: var(--coral) !important; color: #fff !important; transform: translateY(-2px); }
.hero__usp { margin-top: 30px; display: flex; flex-direction: column; gap: 16px; }
.hero__usp .usp__item { display: flex; align-items: flex-start; gap: 13px; text-align: left; }
.hero__usp .usp__ic { font-size: 22px; line-height: 1.2; flex-shrink: 0; }
.hero__usp .usp__t { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 3px; color: var(--ink); }
.hero__usp .usp__d { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.hero__media { border-radius: var(--radius); overflow: hidden; box-shadow: 0 24px 56px -28px rgba(60,40,20,0.5); }
.hero__media img { display: block; width: 100%; aspect-ratio: var(--pp-hero-ratio, 1 / 1); object-fit: cover; }
@media(max-width:899px){ .hero__media { order: -1; } }

/* ============================ 4 CARTES PASS ============================ */
.passes { padding: 0 0 60px; background: var(--cream); }
.passes__grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media(min-width:600px){ .passes__grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:1000px){ .passes__grid { grid-template-columns: repeat(4,1fr); } }
.pcard { background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 18px 18px; display: flex; flex-direction: column; text-align: center; transition: all 0.2s; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 20px 44px -26px rgba(60,40,20,0.45); }
.pcard__img { border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 16/10; margin-bottom: 16px; background: linear-gradient(135deg, var(--sand), var(--sand-soft)); display: grid; place-items: center; }
.pcard__img img { width: 100%; height: 100%; object-fit: cover; }
.pcard__img .ph { font-weight: 700; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-faint); padding: 0 10px; }
.pcard__name { font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: 0.02em; color: var(--ink); }
.pcard__price { font-size: 14px; color: var(--ink-soft); margin: 8px 0 16px; }
.pcard__price .was { text-decoration: line-through; color: var(--ink-faint); font-weight: 500; margin-left: 3px; }
.pcard__price .now { color: var(--red); font-weight: 700; font-size: 19px; margin-left: 3px; }
.pcard__btn { margin-top: auto; }
.pcard__btn:hover { background: var(--coral) !important; border-color: var(--coral) !important; color: #fff !important; transform: translateY(-1px); }

/* grille adaptative : 2, 3 ou 4 cartes (jamais figé à 4) */
@media(min-width:1000px){
  .passes__grid--2 { grid-template-columns: repeat(2,1fr); max-width: 700px; margin: 0 auto; }
  .passes__grid--3 { grid-template-columns: repeat(3,1fr); max-width: 980px; margin: 0 auto; }
  .passes__grid--4 { grid-template-columns: repeat(4,1fr); }
}

/* carte mise en avant (Recommandé) — optionnel, désactivé par défaut */
.pcard { position: relative; }
.pcard--reco { border-color: var(--coral); border-width: 2px; background: var(--sand); }
.pcard__badge { position: absolute; top: -16px; left: 50%; transform: translate(var(--pp-tx, -50%), var(--pp-ty, 0)); background: var(--coral); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 6px 16px; border-radius: var(--pill); white-space: nowrap; box-shadow: 0 6px 16px -6px rgba(216,92,66,0.6); display: inline-flex; align-items: center; gap: 5px; transform-origin: center; animation: pp-pulse 2.4s ease-in-out infinite; z-index: 2; }

/* ============================ SECTION GENERIC ============================ */
.sec { padding: 64px 0; }
.sec--sand { background: var(--cream-2); }
.sec__h { text-align: center; max-width: 680px; margin: 0 auto 44px; }
.sec__title { font-weight: 800; font-size: clamp(26px, 3.6vw, 38px); line-height: 1.15; letter-spacing: -0.01em; color: var(--ink); }
.sec .sec__title { font-weight: 800; }
.sec__title em { font-style: normal; color: var(--coral) !important; }
.sec__sub { font-size: 16px; color: var(--ink-soft); margin-top: 10px; }

/* ============================ TABLEAU COMPARATIF ============================ */
.cmp { background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius); overflow: visible; padding-top: 0; }
.cmp__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-top: 26px; border-radius: inherit; }
.cmp__filters { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 22px; align-items: center; border-bottom: 1px solid var(--border); }
.cmp__filters-lab { font-size: 13px; font-weight: 600; color: var(--ink-soft); margin-right: 4px; }
.chip { padding: 7px 16px; border-radius: var(--pill); font-size: 13px; font-weight: 500; background: var(--paper); border: 1.4px solid var(--border-2); color: var(--ink-soft); transition: all 0.2s; }
.chip:hover { border-color: var(--navy); color: var(--navy); }
.chip.on { background: var(--navy); color: #fff; border-color: var(--navy); }

.cmp__table { width: 100%; min-width: 600px; border-collapse: collapse; table-layout: fixed; }
@media (max-width: 640px) {
  .cmp__table { min-width: 560px; }
  .cmp__table th, .cmp__table td { padding: 10px 9px; font-size: 12.5px; }
  .cmp__cta { padding: 10px 9px; font-size: 11.5px; }
}
.cmp__table th, .cmp__table td { padding: 13px 14px; text-align: center; font-size: 13.5px; border-bottom: 1px solid var(--border); }
.cmp__table td:first-child, .cmp__table th:first-child { text-align: left; width: 23%; }
.cmp__rowlab { display: flex; align-items: center; gap: 9px; font-weight: 500; color: var(--ink); font-size: 13.5px; }
.cmp__rowlab .ri { width: 22px; height: 22px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; }
.cmp__rowlab .ri svg { width: 22px; height: 22px; }
/* survol de ligne retiré : le hover est réservé aux éléments cliquables (boutons) */

.cmp__head { padding: 24px 14px 18px; vertical-align: bottom; position: relative; }
.cmp__head--reco { background: var(--sand); }
.cmp__badge { position: absolute; top: -20px; left: 50%; transform: translate(var(--pp-tx, -50%), var(--pp-ty, 0)); background: var(--coral); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 6px 16px; border-radius: var(--pill); white-space: nowrap; box-shadow: 0 6px 16px -6px rgba(216,92,66,0.6); display: inline-flex; align-items: center; gap: 5px; transform-origin: center; animation: pp-pulse 2.4s ease-in-out infinite; z-index: 3; }
@keyframes pp-pulse {
  0%, 100% { transform: translate(var(--pp-tx, -50%), var(--pp-ty, 0)) scale(1);    box-shadow: 0 6px 16px -6px rgba(216,92,66,0.55); }
  50%      { transform: translate(var(--pp-tx, -50%), var(--pp-ty, 0)) scale(1.07); box-shadow: 0 10px 24px -6px rgba(216,92,66,0.9); }
}
@media (prefers-reduced-motion: reduce) { .cmp__badge, .pcard__badge { animation: none; } }
.cmp__cardimg { width: 78px; height: 50px; object-fit: contain; margin: 0 auto 10px; display: block; }
.cmp__pname { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.03em; color: var(--ink); }
.cmp__ptag { font-size: 11.5px; color: var(--ink-faint); margin-top: 3px; line-height: 1.3; font-weight: 400; }
.cmp__prating { font-size: 11px; color: var(--gold); font-weight: 600; margin-top: 6px; }

.ico { display: inline-flex; align-items: center; justify-content: center; }
.ico svg { width: 22px; height: 22px; display: block; }
.ico--inclus { color: var(--green); }
.cell-emoji { font-size: 22px; line-height: 1; display: inline-block; }
.ico--non { color: var(--ink-faint); }
.ico--star { color: var(--gold); }
.ico--star svg { width: 23px; height: 23px; }
.ico--adapte { color: var(--green); }
.ico--na { color: var(--ink-faint); }
.cell-txt { font-size: 12.5px; color: var(--ink-soft); }
.cell-opt { font-size: 12px; color: var(--ink-faint); font-style: italic; }
.cmp__cardsvg { display: block; margin: 0 auto 10px; }
.cmp__cardsvg svg { width: 78px; height: 50px; display: block; }
.cmp__table th.cmp__head--reco, .cmp__table td.reco { background: var(--sand); }
/* survol colonne reco retiré (fond statique conservé ci-dessus) */
.price-cell { font-weight: 700; font-size: 17px; color: var(--coral); }
.cmp__pricerow td { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.price-old { color: var(--ink-faint); font-size: 12px; font-weight: 400; text-decoration: line-through; margin-right: 3px; }

.cmp__ctarow td { padding: 20px 12px; }
.cmp__ctarow td.reco { background: var(--sand); }
.cmp__cta { display: block; width: 100%; padding: 11px 10px; font-size: 12.5px; font-weight: 600; border-radius: var(--pill); border: 1.5px solid #C3EBF9; color: var(--navy); background: #C3EBF9; transition: all 0.2s; }
.cmp__cta:hover { background: var(--coral) !important; border-color: var(--coral) !important; color: #fff !important; transform: translateY(-2px); }
.cmp__cta--reco { background: #C3EBF9; color: var(--navy); }
.cmp__cta--reco:hover { background: var(--coral) !important; border-color: var(--coral) !important; color: #fff !important; }

.cmp__legend { display: flex; flex-direction: column; gap: 12px; padding: 16px 22px; background: #FAF7F2; border-top: 1px solid var(--border); font-size: 12px; color: var(--ink-soft); }
.cmp__legend-g { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.cmp__legend-lab { font-weight: 700; color: var(--ink); text-transform: uppercase; letter-spacing: 0.04em; font-size: 11px; }
.cmp__legend-i { display: flex; align-items: center; gap: 7px; }
.cmp__legend-i .ico svg { width: 17px; height: 17px; }
.cmp__notice { padding: 13px 22px; background: var(--sand); border-top: 1px solid var(--border); font-size: 12px; color: var(--ink); line-height: 1.5; }
.cmp__notice em { font-style: italic; }

@media(max-width: 860px){
  .cmp__table { display: block; overflow-x: auto; white-space: nowrap; }
  .cmp__cardimg { width: 60px; height: 40px; } .cmp__cardsvg svg { width: 60px; height: 40px; }
}

/* ============================ NOTRE CHOIX ============================ */
.pick { margin-top: 46px; background: var(--sand); border-radius: var(--radius); padding: 46px 40px; text-align: center; }
.pick__title { font-weight: 700; font-size: 24px; color: var(--ink); margin: 0; line-height: 1.2; }
.pick__title span { color: var(--coral); }
.pick__q { font-weight: 600; font-size: 16px; margin: 14px 0 22px; line-height: 1.3; }
.pick__desc { max-width: 680px; margin: 0 auto 30px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.pick__feats { display: grid; grid-template-columns: 1fr; gap: 30px; max-width: 720px; margin: 0 auto 14px; }
@media(min-width:700px){ .pick__feats { grid-template-columns: repeat(3,1fr); } }
.pick__feat { text-align: center; }
.pick__feat-ic { width: 64px; height: 64px; margin: 0 auto 12px; background: var(--gold); border: 1.75px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.pick__feat-ic svg, .pick__feat-ic i { width: 30px; height: 30px; font-size: 28px; line-height: 1; color: var(--ink); }
.pick__feat-ic svg { fill: var(--ink); }
.pick__feat-t { font-size: 13.5px; font-weight: 500; color: var(--ink); line-height: 1.4; }
.pick__alert { display: inline-flex; align-items: center; gap: 9px; padding: 12px 22px; background: var(--paper); border-radius: var(--pill); font-size: 13.5px; font-weight: 500; }

/* ============================ SPLIT (image + texte) ============================ */
.split { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media(min-width:860px){ .split { grid-template-columns: 1fr 1fr; gap: 60px; } }
.split--rev .split__img { order: 2; }
.split__img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; box-shadow: 0 24px 56px -32px rgba(40,30,20,0.45); }
.split__img img { width: 100%; height: 100%; object-fit: cover; }
.split__title { font-weight: 700; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; margin-bottom: 24px; }
.split__title em { font-style: normal; color: var(--coral); }
.split__block { margin-bottom: 20px; }
.split__block:last-child { margin-bottom: 0; }
.split__block h3 { font-weight: 700; font-size: 17px; margin-bottom: 4px; color: var(--ink); }
.split__block p { font-size: 15px; color: var(--ink-soft); line-height: 1.65; }
.split__block strong { color: var(--ink); font-weight: 600; }
.split__note { margin-top: 14px; font-size: 15px; line-height: 1.65; color: var(--ink-soft); font-style: italic; }
.split__note strong { color: var(--ink); }

/* ============================ PROCESS ============================ */
.proc__grid { display: grid; grid-template-columns: 1fr; gap: 22px; margin-bottom: 36px; }
@media(min-width:780px){ .proc__grid { grid-template-columns: repeat(3,1fr); } }
.proc__step { border-radius: var(--radius); overflow: hidden; position: relative; min-height: 230px; display: flex; align-items: flex-end; color: #fff; box-shadow: 0 18px 44px -26px rgba(40,30,20,0.5); }
.proc__step img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.proc__step::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,15,10,0.05), rgba(20,15,10,0.78)); z-index: 1; }
.proc__step-c { position: relative; z-index: 2; padding: 24px; }
.proc__step-n { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.85; margin-bottom: 6px; }
.proc__step-t { font-weight: 700; font-size: 17px; margin-bottom: 6px; }
.proc__step-d { font-size: 13px; line-height: 1.5; opacity: 0.92; }
.proc__cta { text-align: center; }
.proc__cta-price { font-size: 14px; color: var(--ink-soft); font-weight: 600; margin-top: 12px; }
.proc__cta-amount { color: var(--coral); font-weight: 700; }

/* ============================ TÉMOIGNAGES ============================ */
.testi__head { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 36px; }
.testi__head-ic { width: 44px; height: 44px; background: var(--sand); border-radius: 50%; display: grid; place-items: center; }
.testi__head-ic svg { width: 26px; height: 26px; color: var(--gold); }
.testi__head-t { font-weight: 700; font-size: clamp(22px,3vw,30px); }
.testi__grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media(min-width:640px){ .testi__grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:980px){ .testi__grid { grid-template-columns: repeat(4,1fr); } }

/* Double bande défilante (marquee) */
.testi__marquee { display: flex; flex-direction: column; gap: 22px; overflow: hidden; }
.testi__row { display: flex; width: max-content; will-change: transform; }
.testi__row--ltr { animation: marqueeLeft 48s linear infinite; }
.testi__row--rtl { animation: marqueeRight 52s linear infinite; }
.testi__marquee:hover .testi__row { animation-play-state: paused; }
@keyframes marqueeLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marqueeRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) {
  .testi__row { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
}
.testi { background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 22px; flex: 0 0 300px; width: 300px; margin-right: 22px; }
.testi__stars { display: flex; gap: 2px; margin-bottom: 12px; }
.testi__stars svg { width: 16px; height: 16px; color: var(--gold); }
.testi__stars svg.off { color: rgba(26, 12, 10, 0.34); }

/* Composant étoiles partagé (avis + quiz) : pleine = silhouette dorée, demi, vide = contour */
.pp-stars { display: inline-flex; align-items: center; gap: 2px; line-height: 0; vertical-align: middle; }
.pp-stars svg { width: 16px; height: 16px; }
.pp-stars .full { color: var(--gold); }
.pp-stars .off  { color: rgba(26, 12, 10, 0.34); }
.pp-stars .half { position: relative; display: inline-block; width: 16px; height: 16px; }
.pp-stars .half > svg { display: block; color: rgba(26, 12, 10, 0.34); }
.pp-stars .half__fg { position: absolute; left: 0; top: 0; height: 100%; width: 50%; overflow: hidden; }
.pp-stars .half__fg > svg { color: var(--gold); }
.testi__q { font-size: 13.5px; line-height: 1.55; color: var(--ink); margin-bottom: 16px; font-style: italic; }
.testi__who { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--border); }
.testi__av { width: 34px; height: 34px; border-radius: 50%; background: var(--coral); color: #fff; display: grid; place-items: center; font-weight: 600; font-size: 13px; }
.testi__name { font-weight: 600; font-size: 13px; }
.testi__meta { font-size: 11px; color: var(--ink-faint); }

/* ============================ QUIZ ============================ */
.quizwrap { padding: 64px 0; }
.quizband { display: grid; grid-template-columns: 1fr; border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 70px -50px rgba(40,30,20,0.4); }
@media(min-width:900px){ .quizband { grid-template-columns: 320px 1fr; } }
.quizband__left { background: var(--coral); color: #fff; padding: 44px 36px; display: flex; flex-direction: column; justify-content: center; }
.quizband__kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.9; margin-bottom: 10px; }
.quizband__big { font-weight: 800; font-size: 34px; line-height: 1.05; text-transform: uppercase; letter-spacing: 0.005em; }
.quizband__right { background: var(--paper); padding: 40px; position: relative; }
/* intro quiz + badge (maquette) */
.quizintro { position: relative; margin-bottom: 0; padding-right: 76px; padding-bottom: 26px; border-bottom: 1px solid var(--border); }
.quizstart__action { margin-top: 26px; }
.quizstart__btn { display: inline-flex; align-items: center; gap: 8px; background: var(--coral); color: #fff; border: none; cursor: pointer; font-weight: 700; font-size: 14.5px; padding: 15px 32px; border-radius: var(--pill); transition: all 0.2s; }
.quizstart__btn:hover { background: var(--coral-deep); transform: translateY(-1px); }
.q-hidden { display: none !important; }
.quizintro__kicker { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.quizintro__title { font-weight: 800; font-size: clamp(24px, 3vw, 32px); line-height: 1.1; color: var(--ink); letter-spacing: -0.01em; margin: 0; }
.quizintro__title em { font-style: italic; color: var(--coral); }
.quizintro__topics { margin-top: 12px; font-size: 11.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); }
.quizbadge { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 50%; background: var(--coral); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; box-shadow: 0 12px 26px -12px rgba(229,99,77,0.75); }
.quizbadge b { font-size: 18px; font-weight: 800; }
.quizbadge span { font-size: 10px; font-weight: 600; opacity: 0.92; margin-top: 2px; }
/* CTA sous le quiz (maquette) */
.quizcta { text-align: center; margin-top: 34px; }
.quizcta__btn { display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid #C3EBF9; color: var(--navy); background: #C3EBF9; font-weight: 700; font-size: 14px; padding: 14px 30px; border-radius: var(--pill); transition: all 0.2s; }
.quizcta__btn:hover { background: var(--coral) !important; border-color: var(--coral) !important; color: #fff !important; transform: translateY(-1px); }
.quizcta__reassure { margin-top: 16px; display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-soft); font-weight: 500; flex-wrap: wrap; justify-content: center; }
.stars { position: relative; display: inline-block; font-size: 14px; line-height: 1; letter-spacing: 1px; }
.stars__bg { color: var(--border-2); }
.stars__fg { position: absolute; left: 0; top: 0; overflow: hidden; white-space: nowrap; color: var(--coral); }
/* le moteur quiz interne reprend .quiz-section styles ci-dessous */

.quiz-section { background: transparent; }
.quiz-section .progress-bar-wrap { height: 4px; background: var(--cream-2); border-radius: 2px; margin-bottom: 30px; overflow: hidden; }
.quiz-section .progress-bar-fill { height: 100%; background: var(--coral); transition: width 0.5s cubic-bezier(0.4,0,0.2,1); }
.quiz-section .sidebar-steps { display: none; }
.quiz-section .q-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.quiz-section .q-tag { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--coral); font-weight: 700; }
.quiz-section .q-icon-sm { font-size: 20px; }
.quiz-section .q-text { font-weight: 700; font-size: 24px; line-height: 1.25; color: var(--ink); margin-bottom: 26px; }
.quiz-section .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 32px; }
.quiz-section .options-grid.single-col { grid-template-columns: 1fr; }
.quiz-section .opt-btn { display: flex; align-items: center; gap: 13px; padding: 15px 18px; border: 1.5px solid var(--border-2); border-radius: var(--radius-sm); cursor: pointer; background: var(--paper); text-align: left; transition: all 0.18s; }
.quiz-section .opt-btn:hover { border-color: var(--coral); background: #FAF7F2; }
.quiz-section .opt-btn.selected { border-color: var(--coral); background: #FAF7F2; }
.quiz-section .opt-circle { width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--border-2); flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all 0.18s; }
.quiz-section .opt-btn.selected .opt-circle { border-color: var(--coral); background: var(--coral); }
.quiz-section .opt-btn.selected .opt-circle::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.quiz-section .opt-label { font-size: 13.5px; font-weight: 500; color: var(--ink); line-height: 1.35; }
.quiz-section .quiz-nav { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--border); padding-top: 24px; }
.quiz-section .btn-back { font-size: 13px; font-weight: 600; padding: 11px 20px; background: transparent; border: 1.5px solid var(--border-2); color: var(--ink-soft); cursor: pointer; border-radius: var(--pill); transition: all 0.18s; }
.quiz-section .btn-back:hover { color: var(--ink); border-color: var(--ink); }
.quiz-section .btn-next { font-size: 13.5px; font-weight: 600; padding: 13px 30px; background: var(--coral); color: #fff; border: none; cursor: pointer; border-radius: var(--pill); transition: all 0.18s; }
.quiz-section .btn-next:hover:not(:disabled) { background: var(--coral-deep); transform: translateY(-1px); }
.quiz-section .btn-next:disabled { background: var(--border-2); color: var(--ink-faint); cursor: not-allowed; }
.quiz-section .result-area { animation: qf 0.5s ease both; }
.quiz-section .result-top { display: flex; align-items: flex-start; gap: 22px; margin-bottom: 24px; }
.quiz-section .result-emoji { font-size: 44px; line-height: 1; flex-shrink: 0; width: 76px; height: 76px; background: var(--sand); border-radius: 50%; display: grid; place-items: center; }
.quiz-section .result-badge { display: inline-block; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); font-weight: 700; margin-bottom: 8px; }
.quiz-section .result-name { font-weight: 700; font-size: 28px; color: var(--ink); line-height: 1.1; }
.quiz-section .result-tagline { font-size: 16px; color: var(--ink-soft); font-style: italic; }
.quiz-section .result-body { font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); margin-bottom: 24px; }
.quiz-section .result-features { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 22px; margin-bottom: 28px; padding: 22px; background: var(--cream); border-left: 3px solid var(--coral); border-radius: var(--radius-sm); }
.quiz-section .feat { display: flex; gap: 9px; font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.quiz-section .feat-check { color: var(--coral); flex-shrink: 0; font-weight: 700; }
.quiz-section .result-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--border); gap: 16px; flex-wrap: wrap; }
.quiz-section .price-block { display: flex; align-items: baseline; gap: 7px; }
.quiz-section .price-from { font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-faint); }
.quiz-section .price-val { font-weight: 700; font-size: 28px; color: var(--red); }
.quiz-section .result-cta-group { display: flex; gap: 10px; align-items: center; }
.quiz-section .btn-result-primary { display: inline-flex; align-items: center; gap: 7px; background: var(--navy); color: #fff; font-size: 13.5px; font-weight: 600; padding: 13px 24px; border-radius: var(--pill); transition: all 0.2s; }
.quiz-section .btn-result-primary:hover { background: var(--navy-deep); transform: translateY(-1px); }
.quiz-section .btn-restart { font-size: 12px; font-weight: 600; padding: 11px 18px; background: transparent; border: 1.5px solid var(--border-2); color: var(--ink-soft); cursor: pointer; border-radius: var(--pill); }
.quiz-section .btn-restart:hover { color: var(--ink); border-color: var(--ink); }
.quiz-section .hidden { display: none !important; }
@keyframes qf { from{opacity:0;transform:translateY(12px);} to{opacity:1;transform:translateY(0);} }
@media(max-width:680px){
  .quiz-section .options-grid { grid-template-columns: 1fr; }
  .quiz-section .result-features { grid-template-columns: 1fr; }
  .quiz-section .result-top { flex-direction: column; gap: 14px; }
  .quiz-section .result-footer { flex-direction: column; align-items: flex-start; }
  .quizband__left { padding: 32px 28px; }
  .quizband__right { padding: 28px 24px; }
}

/* ============================ NARRATIVE (autres pass) ============================ */
.narr__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.narr { background: var(--sand-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; text-align: center; flex: 1 1 220px; max-width: 280px; }
.narr__img { height: 110px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.narr__img img { max-height: 110px; width: auto; border-radius: 8px; }
.narr__t { font-weight: 700; font-size: 18px; margin: 0 0 12px; line-height: 1.3; }
.narr__d { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 22px; flex-grow: 1; }
.narr__btn { border: none; color: var(--navy); background: #C3EBF9; padding: 13px 18px; border-radius: var(--radius-sm); font-weight: 600; font-size: 12.5px; line-height: 1.35; text-align: center; transition: all 0.2s; }
.narr__btn:hover { background: var(--coral) !important; border-color: var(--coral) !important; color: #fff !important; transform: translateY(-1px); }

/* ============================ UGC ============================ */
.ugc { overflow: hidden; padding: 6px 0 20px; -webkit-mask: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); mask: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); }
.ugc__track { display: flex; width: max-content; animation: ugcScroll 40s linear infinite; }
.ugc:hover .ugc__track { animation-play-state: paused; }
.ugc__v { flex: 0 0 200px; margin-right: 18px; aspect-ratio: 9/16; background: #FAEEDC; border-radius: var(--radius); position: relative; display: flex; align-items: flex-end; padding: 16px; }
@keyframes ugcScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ugc__track { animation: none; } .ugc { overflow-x: auto; } }
.ugc__v::after { content: "▶"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 44px; height: 44px; background: rgba(255,255,255,0.85); color: var(--navy); border-radius: 50%; display: grid; place-items: center; font-size: 14px; }
.ugc__v span { position: relative; font-size: 11px; color: var(--ink-soft); font-weight: 500; }
/* Miniature + état cliquable */
.ugc__v--has-poster { background-size: cover; background-position: center; }
.ugc__v--has-poster::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0) 55%); }
.ugc__v--has-poster span { color: #fff; }
.ugc__v--play { cursor: pointer; }
.ugc__v--play:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; }
/* Lightbox vidéo */
.pp-vbox { position: fixed; inset: 0; z-index: 99999; background: rgba(0,0,0,.85); display: grid; place-items: center; padding: 24px; }
.pp-vbox__in { position: relative; width: min(92vw, 900px); }
.pp-vbox__in--video { width: auto; }
.pp-vbox__in video { display: block; max-width: 92vw; max-height: 88vh; border-radius: 12px; background: #000; }
.pp-vbox__in--iframe { aspect-ratio: 16 / 9; max-height: 88vh; }
.pp-vbox__in--iframe iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 12px; }
.pp-vbox__x { position: absolute; top: -14px; right: -14px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: #fff; color: var(--ink); font-size: 24px; line-height: 1; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.3); z-index: 2; }
@media (max-width: 600px) { .pp-vbox__x { top: 6px; right: 6px; } }

/* ============================ FAQ ============================ */
.faq { max-width: 820px; margin: 0 auto; }
.faq__i { border-bottom: 1px solid var(--border-2); }
.faq__q-h { margin: 0; padding: 0; font-size: inherit; font-weight: inherit; line-height: inherit; }
.faq__q { width: 100%; text-align: left; padding: 22px 0; font-weight: 600; font-size: 16px; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 20px; transition: color 0.2s; }
.faq__q:hover { color: var(--coral); }
.faq__ic { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--cream-2); display: grid; place-items: center; font-size: 14px; color: var(--coral); transition: transform 0.3s; }
.faq__i.open .faq__ic { transform: rotate(45deg); background: var(--coral); color: #fff; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; color: var(--ink-soft); font-size: 14.5px; line-height: 1.7; }
.faq__i.open .faq__a { max-height: 400px; padding-bottom: 22px; }

@keyframes pls { 0%,100%{opacity:1;} 50%{opacity:0.3;} }
@keyframes slup { from{opacity:0;transform:translateY(20px);} to{opacity:1;transform:translateY(0);} }

/* ============================ FOOTER ============================ */
.footer { background: var(--navy-deep); color: #fff; padding: 56px 0 28px; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.footer__top { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 36px; }
@media(min-width:800px){ .footer__top { grid-template-columns: 1.6fr 1fr 1fr; } }
.footer__logo svg { height: 32px; width: auto; margin-bottom: 14px; }
.footer__logo svg path { fill: #fff !important; }
.footer__about { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.65); max-width: 340px; }
.footer__ct { font-weight: 600; font-size: 14px; margin-bottom: 12px; }
.footer__l { display: block; font-size: 13px; color: rgba(255,255,255,0.65); padding: 4px 0; transition: color 0.2s; }
.footer__l:hover { color: var(--coral); }
.footer__bot { padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12px; color: rgba(255,255,255,0.45); }

/* reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.vis { opacity: 1; transform: translateY(0); }
/* === Points forts (USP) — fidèle à la maquette validée ===
   v0.3.6 — emoji EMPILÉ au-dessus du titre + trait de séparation sous chaque
   point fort. POINT CLÉ : le trait est ancré sur la DESCRIPTION (.usp__d), un
   bloc garanti — donc il reste centré sous le texte même si le thème/Elementor
   force l'item (.usp__item) en flex (sinon le trait, en ::after de l'item,
   devient un enfant flex et part se coller à droite). En complément, on
   recadre le contenu via justify-content/align-items au cas où l'item serait
   bel et bien rendu en flex par le thème. */
.pp-uspalign-left   .hero__usp .usp__item,
.pp-uspalign-center .hero__usp .usp__item,
.pp-uspalign-right  .hero__usp .usp__item { display: block; width: 100%; }
.pp-uspalign-center .hero__usp .usp__item { justify-content: center; align-items: center; }
.pp-uspalign-right  .hero__usp .usp__item { justify-content: flex-end; align-items: flex-end; }
.pp-uspalign-left   .hero__usp .usp__item { justify-content: flex-start; align-items: flex-start; }

.hero__usp .usp__ic { display: block; font-size: 24px; line-height: 1; margin: 0 0 8px; }

/* trait de séparation court, ancré sur la description (immunisé contre le flex) */
.hero__usp .usp__d::after { content: ""; display: block; width: 140px; height: 1px; background: rgba(26,12,10,0.14); margin-top: 16px; }
.pp-uspalign-left   .hero__usp .usp__d::after { margin-right: auto; }
.pp-uspalign-center .hero__usp .usp__d::after { margin-left: auto; margin-right: auto; }
.pp-uspalign-right  .hero__usp .usp__d::after { margin-left: auto; }

/* alignement du texte (titre + description) */
.pp-uspalign-left   .hero__usp .usp__t,
.pp-uspalign-left   .hero__usp .usp__d { text-align: left; }
.pp-uspalign-center .hero__usp .usp__t,
.pp-uspalign-center .hero__usp .usp__d { text-align: center; }
.pp-uspalign-right  .hero__usp .usp__t,
.pp-uspalign-right  .hero__usp .usp__d { text-align: right; }

/* Animation d'entrée des cartes du quiz (référencée par assets/passpass.js) */
@keyframes quizFadeSlide { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .quiz-section .q-card { animation: none !important; } }

/* Alerte "Notre choix" : rendu mobile plus lisible (évite le gros pavé arrondi) */
@media (max-width: 640px) {
  .pick__alert {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.45;
  }
}

/* ===== Pages légales (widget « Passpass — Légal ») ===== */
.pp-legal{background:var(--cream);}
.pp-legal .wrap-legal{max-width:760px;margin:0 auto;padding:64px 20px;}
.pp-legal__title{color:var(--ink);font-size:2rem;line-height:1.2;margin:0 0 .6em;}
.pp-legal h2{color:var(--ink);font-size:1.25rem;margin:1.8em 0 .4em;}
.pp-legal p,.pp-legal li{color:var(--ink-soft);line-height:1.7;}
.pp-legal a{color:var(--coral);text-decoration:underline;}
.pp-legal ul{padding-left:1.2em;margin:.4em 0;}
.pp-legal__btn{display:inline-block;background:var(--coral);color:#fff !important;text-decoration:none !important;padding:12px 22px;border-radius:999px;font-weight:600;margin:.3em 0;}
/* Variante « encart » pour la divulgation d'affiliation (près des CTA / footer) */
.pp-legal--note{background:var(--sand);border-radius:14px;}
.pp-legal--note .wrap-legal{max-width:980px;padding:18px 22px;}
.pp-legal--note p{color:var(--ink-soft);font-size:.92rem;margin:0;}


/* Mention de source des avis (attribution GetYourGuide) */
.testi__head-src{color:var(--ink-faint);font-size:.85rem;margin:.2em 0 0;}

/* Décalage d'ancre (header collant) */
#compare,#quiz{scroll-margin-top:90px}

/* Pied de page : menu déroulant des destinations */
.footer__cities{margin:0}
.footer__cities-sum{cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:.4em}
.footer__cities-sum::-webkit-details-marker{display:none}
.footer__cities-sum::after{content:"▾";font-size:.85em;transition:transform .2s}
.footer__cities[open] .footer__cities-sum::after{transform:rotate(180deg)}
.footer__cities-list{display:flex;flex-direction:column;margin-top:.5em}
.footer__l--current{opacity:.6;pointer-events:none}
