/* =========================================================
   Easyfly — feuille de style (charte graphique v1.0)
   ========================================================= */
:root {
  --navy: #0F1D45; --navy-2: #16275A; --blue: #3E66D0; --blue-dark: #2F55BC; --sky: #8FB0F5;
  --mist: #EAF0FC; --red: #DA3A2F; --slate: #56607A; --ok: #1F8A5B;
  --bg: #FFFFFF; --surface: #F3F7FF; --card: #FFFFFF; --text: #0F1D45; --muted: #56607A;
  --line: #DCE4F2; --link: #3E66D0; --field: #FFFFFF; --field-line: #C9D5EA;
  --r-lg: 26px; --r: 18px; --r-sm: 12px;
  --shadow: 0 24px 60px -32px rgba(35, 70, 150, .35);
  --ciel: linear-gradient(180deg, #D9E8FF 0%, #EEF5FF 55%, #FFFFFF 100%);
  --sun: #FFD57A;
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  --wrap: 1180px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { max-width: 100%; display: block; }
a { color: var(--link); text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; border-radius: 8px; }
.wrap { width: min(var(--wrap), 100% - 40px); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; background: var(--blue); color: #fff; padding: 10px 16px; border-radius: 10px; z-index: 100; }
.skip:focus { top: 12px; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -.02em; }
p { margin: 0; }

/* ---------- Boutons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 24px; border-radius: 999px; border: 2px solid transparent; font-weight: 700; font-size: 16px; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background-color .15s, border-color .15s, color .15s; white-space: nowrap; }
.btn:disabled { opacity: .6; cursor: progress; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--mist); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue); }
.btn-ghost-dark { background: transparent; color: #fff; border-color: rgba(143, 176, 245, .45); }
.btn-ghost-dark:hover { border-color: #fff; }
.btn-sm { min-height: 40px; padding: 8px 16px; font-size: 14.5px; }
.btn-danger { background: transparent; color: var(--red); border-color: color-mix(in srgb, var(--red) 40%, transparent); }
.btn-danger:hover { border-color: var(--red); }
.btn-wa svg { width: 20px; height: 20px; }
.link-btn { background: none; border: 0; padding: 0; color: var(--link); font-weight: 700; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- En-tête ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 90%, transparent); backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-header.scrolled { border-bottom-color: var(--line); }
.site-header .wrap { display: flex; align-items: center; gap: 28px; height: 76px; }
.brand { display: block; flex: none; }
.brand img { height: 44px; width: auto; }
#menu { display: flex; align-items: center; gap: 4px; margin-left: auto; }
#menu > a:not(.btn) { padding: 10px 14px; border-radius: 999px; color: var(--text); text-decoration: none; font-weight: 600; font-size: 15.5px; }
#menu > a:not(.btn):hover { background: var(--surface); }
#menu .btn { margin-left: 10px; }
.nav-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border-radius: 14px; border: 1px solid var(--line); background: var(--card); cursor: pointer; place-items: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { display: block; width: 20px; height: 2px; background: var(--text); border-radius: 2px; position: relative; transition: transform .2s; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }
.menu-ouvert .nav-toggle span { background: transparent; }
.menu-ouvert .nav-toggle span::before { transform: translateY(6px) rotate(45deg); }
.menu-ouvert .nav-toggle span::after { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--ciel); color: var(--text); overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -120px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 213, 122, .55) 0%, rgba(255, 213, 122, 0) 65%); z-index: -1; }
.hero-orbit { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero-orbit path { stroke: var(--blue); stroke-width: 2.5; stroke-dasharray: 12 11; fill: none; opacity: .25; vector-effect: non-scaling-stroke; }
@media (prefers-reduced-motion: no-preference) {
  .hero-orbit path { animation: tracer 2.4s cubic-bezier(.3, .6, .2, 1) .15s both; }
  @keyframes tracer { from { stroke-dashoffset: 640; opacity: 0; } to { stroke-dashoffset: 0; opacity: .25; } }
  .pass { animation: embarquer .9s cubic-bezier(.2, .7, .2, 1) .45s both; }
  @keyframes embarquer { from { opacity: 0; transform: translateY(26px) rotate(-2deg); } to { opacity: 1; transform: rotate(-2deg); } }
}
.hero .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 64px 0 104px; }
.hero h1 { font-size: clamp(38px, 5.2vw, 64px); line-height: 1.03; letter-spacing: -.035em; font-weight: 800; max-width: 14ch; }
.hero .lead { margin-top: 22px; font-size: clamp(17px, 1.6vw, 19.5px); color: var(--muted); max-width: 50ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-actions .btn-ghost { background: rgba(255, 255, 255, .7); }
.hero-dest { margin-top: 40px; }
.hero-dest p { font-size: 14.5px; font-weight: 700; color: var(--blue); margin-bottom: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.chip { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; padding: 6px 14px 6px 7px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--text); cursor: pointer; box-shadow: 0 4px 12px -8px rgba(35, 70, 150, .35); }
.chip:hover { border-color: var(--blue); }
.chip[aria-pressed="true"] { background: var(--blue); color: #fff; border-color: var(--blue); }
.flag { width: 24px; height: 16px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(15, 29, 69, .12); flex: none; }

.hero-visual { position: relative; }
.hero-image { width: 100%; height: auto; border-radius: 32px; box-shadow: 0 40px 80px -40px rgba(35, 70, 150, .45); border: 6px solid #fff; aspect-ratio: 1000 / 820; object-fit: cover; }

/* Carte d'embarquement */
.pass { position: absolute; left: -48px; bottom: -64px; width: 330px; background: #fff; color: #0F1D45; border-radius: 22px; box-shadow: 0 30px 60px -24px rgba(35, 70, 150, .45); transform: rotate(-2deg); }
.pass-main { padding: 18px 20px 18px; }
.pass-top { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; color: #56607A; }
.pass-top img { height: 24px; width: auto; }
.pass-route { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin: 14px 0 12px; }
.pass-code { display: flex; align-items: center; gap: 8px; font-size: 30px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.pass-route .right .pass-code { justify-content: flex-end; }
.pass-flag { width: 26px; height: 18px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(15, 29, 69, .12); }
.pass-city { display: block; font-size: 12.5px; color: #56607A; margin-top: 5px; font-weight: 500; }
.pass-route .right { text-align: right; }
.pass-line svg { width: 100%; height: 30px; overflow: visible; }
.pass-line path { stroke: #3E66D0; stroke-width: 2; stroke-dasharray: 5 6; fill: none; }
.pass-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 12px; border-top: 1px dashed #D9E2F3; margin: 0; }
.pass-grid dt { font-size: 11.5px; color: #56607A; font-weight: 600; }
.pass-grid dd { margin: 2px 0 0; font-weight: 700; font-size: 14.5px; }
.pass-steps { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 7px; }
.pass-steps li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.pass-steps .dot { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.pass-steps .done .dot { background: #3E66D0; color: #fff; }
.pass-steps .now .dot { border: 2px solid #3E66D0; }
.pass-steps .now .dot::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #3E66D0; }
.pass-steps .next { color: #8A93A8; }
.pass-steps .next .dot { border: 2px dashed #C9D5EA; }
.pass-steps small { margin-left: auto; font-size: 11.5px; font-weight: 700; color: #1F8A5B; }
.pass-steps .now small { color: #3E66D0; }

/* ---------- Sections ---------- */
.section { padding: 104px 0; }
.section.alt { background: var(--surface); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px 64px; align-items: end; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; letter-spacing: -.03em; max-width: 16ch; }
.section-head p { color: var(--muted); max-width: 54ch; font-size: 17.5px; }

/* Services */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 16px 40px -34px rgba(35, 70, 150, .5); }
.service-media { background: var(--mist); }
.service-media img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.service-body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.service h3 { font-size: 22px; font-weight: 800; }
.service p { color: var(--muted); }
.service ul.inclus { list-style: none; padding: 0; margin: 2px 0 0; display: grid; gap: 8px; }
.service ul.inclus li { position: relative; padding-left: 26px; font-size: 15.5px; }
.service ul.inclus li::before { content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 10px; border-left: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue); transform: rotate(-45deg) scale(.8); transform-origin: 30% 60%; }
.service .service-cta { margin-top: auto; padding-top: 8px; }
.flags-row { display: flex; flex-wrap: wrap; gap: 6px; }
.flags-row .flag { width: 30px; height: 20px; }
.service.featured { grid-column: span 2; flex-direction: row; background: linear-gradient(120deg, #EAF2FF 0%, #FFFFFF 70%); border-color: #CFDCF5; }
.service.featured .service-media { flex: 0 0 46%; display: flex; align-items: center; background: linear-gradient(135deg, #E3EDFF 0%, #F8FBFF 100%); }
.service.featured .service-body { padding: 30px 32px; }
.service.featured .service-media img { aspect-ratio: 16 / 9; height: auto; }
.service.featured h3 { font-size: 30px; }
.service.featured p { font-size: 17px; }
.service.featured .chip { cursor: default; box-shadow: none; }
.service.featured .conseil { margin-top: 4px; padding: 14px 16px; border-radius: 14px; background: #FFF6DE; color: #6B4E00; font-size: 15px; font-weight: 600; }
.service.featured .conseil + .service-cta { margin-top: 0; }

/* Destinations */
.destinations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dest { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 16px 40px -34px rgba(35, 70, 150, .5); transition: transform .2s, box-shadow .2s; }
.dest:hover { transform: translateY(-3px); box-shadow: 0 24px 50px -30px rgba(35, 70, 150, .55); }
.dest-media img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.dest-body { padding: 16px 20px 20px; }
.dest-title { display: flex; align-items: center; gap: 12px; }
.dest-flag { width: 42px; height: 28px; border-radius: 5px; object-fit: cover; box-shadow: 0 0 0 1px rgba(15, 29, 69, .12), 0 4px 10px -4px rgba(15, 29, 69, .3); }
.dest h3 { font-size: 20px; font-weight: 800; line-height: 1.1; }
.dest-title span { font-size: 14px; color: var(--muted); }
.dest .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.tag { font-size: 12.5px; font-weight: 700; padding: 3px 10px; border-radius: 999px; background: var(--mist); color: var(--blue); }

/* Parcours */
.parcours { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.parcours-visuel { margin: 0; position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 4.4; background: var(--mist); box-shadow: var(--shadow); }
.parcours-visuel img { width: 100%; height: 100%; object-fit: cover; }
.parcours-visuel figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; background: rgba(255, 255, 255, .95); color: #0F1D45; border-radius: 16px; padding: 16px 18px; font-weight: 600; font-size: 15.5px; line-height: 1.45; }
.steps { list-style: none; margin: 0; padding: 0; counter-reset: etape; }
.steps li { counter-increment: etape; position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 4px 20px; padding-bottom: 30px; }
.steps li::before { content: counter(etape); grid-row: span 2; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 19px; color: var(--blue); background: var(--card); border: 2px solid var(--blue); position: relative; z-index: 1; }
.steps li::after { content: ""; position: absolute; left: 25px; top: 54px; bottom: 2px; border-left: 2px dashed var(--sky); }
.steps li:last-child { padding-bottom: 0; }
.steps li:last-child::after { display: none; }
.steps h3 { font-size: 20px; font-weight: 700; padding-top: 4px; }
.steps p { color: var(--muted); }
.parcours .steps-intro { margin-bottom: 34px; }
.parcours .steps-intro h2 { font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; letter-spacing: -.03em; }
.parcours .steps-intro p { color: var(--muted); margin-top: 14px; font-size: 17.5px; max-width: 52ch; }

/* Test d'éligibilité */
.eligibilite { background: linear-gradient(180deg, #FFFFFF 0%, #E3EEFF 100%); color: var(--text); position: relative; overflow: hidden; isolation: isolate; }
.eligibilite::before { content: ""; position: absolute; width: 520px; height: 520px; left: -160px; bottom: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 213, 122, .45) 0%, rgba(255, 213, 122, 0) 65%); z-index: -1; }
.eligibilite .wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.eligibilite h2 { font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; letter-spacing: -.03em; }
.eligibilite .intro p { color: var(--muted); margin-top: 16px; font-size: 17.5px; max-width: 44ch; }
.eligibilite .intro small { display: block; margin-top: 22px; color: var(--muted); font-size: 14px; max-width: 44ch; }
.quiz { background: var(--card); color: var(--text); border-radius: var(--r-lg); box-shadow: var(--shadow); border: 1px solid var(--line); padding: 34px; min-height: 440px; display: flex; flex-direction: column; }
.quiz-progress { display: flex; gap: 6px; margin-bottom: 26px; }
.quiz-progress span { flex: 1; height: 5px; border-radius: 5px; background: var(--line); }
.quiz-progress span.on { background: var(--blue); }
.quiz legend { font-size: 23px; font-weight: 800; letter-spacing: -.02em; padding: 0; margin-bottom: 20px; }
.quiz fieldset { border: 0; padding: 0; margin: 0; }
.options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.option { position: relative; }
.option input { position: absolute; opacity: 0; inset: 0; pointer-events: none; }
.option label { display: flex; align-items: center; min-height: 64px; padding: 14px 18px; border-radius: 14px; border: 1.5px solid var(--line); background: var(--field); font-weight: 600; cursor: pointer; line-height: 1.35; }
.option label:hover { border-color: var(--blue); }
.option input:checked + label { border-color: var(--blue); background: color-mix(in srgb, var(--blue) 10%, var(--field)); box-shadow: inset 0 0 0 1px var(--blue); }
.option input:focus-visible + label { outline: 3px solid var(--sky); outline-offset: 2px; }
.quiz-nav { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 26px; gap: 12px; }
.resultat h3 { font-size: 26px; font-weight: 800; margin-bottom: 10px; }
.resultat .niveau { display: inline-block; font-size: 13.5px; font-weight: 700; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; background: var(--mist); color: var(--blue); }
.resultat ul { padding-left: 20px; margin: 16px 0; display: grid; gap: 8px; color: var(--muted); }
.resultat .disclaimer { font-size: 13.5px; color: var(--muted); margin-top: 8px; }
.resultat .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.prospect-form { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }

/* Formulaires */
.field { display: grid; gap: 6px; }
.field label, .label { font-weight: 600; font-size: 15px; }
.field .hint { font-size: 13.5px; color: var(--muted); }
.input, .field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--field-line); background: var(--field); font-size: 16px; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 25%, transparent); }
.field [aria-invalid="true"] { border-color: var(--red); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stack { display: grid; gap: 16px; }
.check { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; font-size: 14.5px; color: var(--muted); }
.check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--blue); }
.form-error { color: var(--red); font-weight: 600; font-size: 15px; min-height: 1px; }

/* Réservation */
.booking { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; align-items: start; }
.booking-aside h2 { font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; letter-spacing: -.03em; }
.booking-aside > p { color: var(--muted); margin-top: 16px; font-size: 17.5px; }
.booking-aside ul { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 18px; }
.booking-aside li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; }
.booking-aside li svg { width: 40px; height: 40px; color: var(--blue); }
.booking-aside li strong { display: block; }
.booking-aside li span { color: var(--muted); font-size: 15.5px; }
.booking-aside .alt-contact { margin-top: 30px; padding: 20px; border-radius: var(--r); background: var(--card); border: 1px solid var(--line); font-size: 15.5px; }
.booking-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); overflow: hidden; }
.booking-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.booking-tabs li { list-style: none; padding: 16px 20px; font-size: 14.5px; font-weight: 700; color: var(--muted); display: flex; gap: 10px; align-items: center; }
.booking-tabs li span { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; border: 1.5px solid var(--line); font-size: 13px; flex: none; }
.booking-tabs li.on { color: var(--text); box-shadow: inset 0 -3px 0 var(--blue); }
.booking-tabs li.on span { background: var(--blue); border-color: var(--blue); color: #fff; }
.booking-tabs li.done span { background: var(--mist); border-color: var(--mist); color: var(--blue); }
.booking-tabs { margin: 0; padding: 0; }
.booking-body { padding: 30px; }
.booking-step h3 { font-size: 20px; font-weight: 800; margin-bottom: 14px; }
.booking-step + .booking-step { margin-top: 28px; }
.service-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mode-choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mode-choices label { flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; }
.mode-choices label small { font-weight: 500; color: var(--muted); font-size: 13px; }
.days { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 10px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.day { scroll-snap-align: start; flex: none; width: 68px; padding: 10px 0; border-radius: 14px; border: 1.5px solid var(--line); background: var(--field); cursor: pointer; text-align: center; line-height: 1.2; }
.day span { display: block; font-size: 12.5px; color: var(--muted); font-weight: 600; text-transform: capitalize; }
.day strong { display: block; font-size: 22px; font-weight: 800; margin: 3px 0; }
.day:hover { border-color: var(--blue); }
.day[aria-pressed="true"] { background: var(--blue); border-color: var(--blue); color: #fff; }
.day[aria-pressed="true"] span { color: #DCE6FB; }
.day:disabled { opacity: .38; cursor: not-allowed; border-style: dashed; }
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 8px; margin-top: 14px; }
.slot { min-height: 46px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--field); font-weight: 700; cursor: pointer; }
.slot:hover { border-color: var(--blue); }
.slot[aria-pressed="true"] { background: var(--blue); border-color: var(--blue); color: #fff; }
.tz-note { font-size: 13.5px; color: var(--muted); margin-top: 12px; }
.empty { padding: 26px; border-radius: 14px; border: 1.5px dashed var(--line); color: var(--muted); text-align: center; }
.recap { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; padding: 14px 18px; border-radius: 14px; background: var(--surface); margin-bottom: 22px; font-size: 15px; }
.recap strong { font-weight: 700; }
.booking-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 26px; }
.success { text-align: left; }
.success-mark { width: 60px; height: 60px; border-radius: 50%; background: var(--mist); color: var(--blue); display: grid; place-items: center; margin-bottom: 18px; }
.success-mark svg { width: 30px; height: 30px; }
.success h3 { font-size: 26px; font-weight: 800; }
.success .when { font-size: 19px; font-weight: 700; margin-top: 12px; }
.success p { color: var(--muted); margin-top: 8px; }
.success .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.skeleton { height: 46px; border-radius: 12px; background: linear-gradient(90deg, var(--surface), var(--line), var(--surface)); background-size: 200% 100%; animation: shimmer 1.2s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }

/* FAQ */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.faq h2 { font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; letter-spacing: -.03em; }
.faq .intro p { color: var(--muted); margin-top: 14px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 44px 22px 0; font-weight: 700; font-size: 18px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 12px; height: 12px; border-right: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { padding: 0 44px 24px 0; color: var(--muted); }

/* Contact */
.contact { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.contact-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; display: grid; gap: 6px; align-content: start; }
.contact-item svg { width: 28px; height: 28px; color: var(--blue); margin-bottom: 8px; }
.contact-item h3 { font-size: 16px; font-weight: 700; color: var(--muted); }
.contact-item a, .contact-item p { font-weight: 700; font-size: 17px; color: var(--text); text-decoration: none; overflow-wrap: anywhere; }
.contact-item a:hover { color: var(--link); text-decoration: underline; }
.cta-band { margin-top: 56px; background: linear-gradient(120deg, #3E66D0 0%, #6A8FEA 100%); color: #fff; border-radius: var(--r-lg); padding: 44px; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; position: relative; overflow: hidden; }
.cta-band h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; max-width: 22ch; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Pied de page */
.site-footer { background: #EAF2FF; color: var(--muted); padding: 64px 0 36px; border-top: 1px solid #D6E3FA; }
.site-footer .top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.site-footer img { height: 52px; width: auto; }
.site-footer p { font-size: 15px; margin-top: 16px; max-width: 34ch; }
.site-footer h3 { font-size: 15px; color: var(--text); margin-bottom: 14px; font-weight: 700; letter-spacing: 0; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer a { color: var(--muted); text-decoration: none; font-size: 15px; }
.site-footer a:hover { color: var(--blue); text-decoration: underline; }
.site-footer .bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid #D6E3FA; display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-size: 14px; }

/* Bouton WhatsApp flottant */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 40; width: 60px; height: 60px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 14px 30px -10px rgba(0, 0, 0, .45); }
.wa-float svg { width: 32px; height: 32px; color: #fff; }
body:has(.demo-banner) .wa-float { bottom: 70px; }

/* Notifications et bandeau démo */
#toasts { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 90; display: grid; gap: 8px; width: min(440px, calc(100% - 32px)); }
.toast { background: var(--navy); color: #fff; padding: 14px 18px; border-radius: 14px; font-weight: 600; font-size: 15px; box-shadow: var(--shadow); transition: opacity .3s, transform .3s; }
.toast-erreur { background: var(--red); }
.toast-ok { background: var(--ok); }
.toast.out { opacity: 0; transform: translateY(8px); }
.demo-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; background: #FFF4D6; color: #5A4300; font-size: 14px; font-weight: 600; padding: 10px 20px; text-align: center; border-top: 1px solid #F1D98C; }
.demo-banner button { margin-left: 10px; background: none; border: 1px solid currentColor; border-radius: 999px; padding: 3px 12px; cursor: pointer; font-weight: 700; font-size: 13px; }
body:has(.demo-banner) { padding-bottom: 46px; }

/* Pages internes (espace client, administration, pages légales) */
.page-head { background: var(--ciel); color: var(--text); padding: 56px 0 48px; border-bottom: 1px solid var(--line); }
.page-head h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; letter-spacing: -.03em; }
.page-head p { color: var(--muted); margin-top: 10px; max-width: 60ch; }
.page { padding: 48px 0 96px; }
.auth-card { max-width: 480px; margin: 0 auto; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow); }
.auth-card h2 { font-size: 26px; font-weight: 800; margin-bottom: 6px; }
.auth-card > p { color: var(--muted); margin-bottom: 22px; }
.auth-switch { margin-top: 20px; font-size: 15px; color: var(--muted); text-align: center; }
.demo-hint { margin-top: 18px; padding: 12px 14px; border-radius: 12px; background: var(--surface); font-size: 14px; color: var(--muted); }
.dash { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: start; }
.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.panel + .panel { margin-top: 24px; }
.panel-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.panel h2 { font-size: 22px; font-weight: 800; }
.rdv-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.rdv { display: grid; grid-template-columns: 64px 1fr auto; gap: 16px; align-items: center; padding: 16px; border-radius: 16px; border: 1px solid var(--line); }
.rdv-date { text-align: center; background: var(--mist); color: var(--blue); border-radius: 12px; padding: 8px 0; line-height: 1.1; }
.rdv-date strong { display: block; font-size: 24px; font-weight: 800; }
.rdv-date span { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.rdv h3 { font-size: 16.5px; font-weight: 700; }
.rdv p { color: var(--muted); font-size: 14.5px; }
.rdv .actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.badge { display: inline-block; font-size: 12.5px; font-weight: 700; padding: 3px 10px; border-radius: 999px; background: var(--surface); color: var(--muted); border: 1px solid var(--line); white-space: nowrap; }
.badge-confirme, .badge-libre, .badge-en_cours { background: color-mix(in srgb, var(--blue) 12%, transparent); color: var(--link); border-color: transparent; }
.badge-effectue, .badge-termine { background: color-mix(in srgb, var(--ok) 14%, transparent); color: var(--ok); border-color: transparent; }
.badge-annule, .badge-absent, .badge-bloque, .badge-suspendu { background: color-mix(in srgb, var(--red) 12%, transparent); color: var(--red); border-color: transparent; }
.badge-reserve { background: var(--blue); color: #fff; border-color: var(--blue); }
.timeline { list-style: none; padding: 0; margin: 18px 0 0; }
.timeline li { position: relative; display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding-bottom: 20px; }
.timeline li::before { content: ""; width: 28px; height: 28px; border-radius: 50%; border: 2px dashed var(--line); background: var(--card); position: relative; z-index: 1; box-sizing: border-box; }
.timeline li::after { content: ""; position: absolute; left: 13px; top: 30px; bottom: 0; border-left: 2px dashed var(--line); }
.timeline li:last-child::after { display: none; }
.timeline li.done::before { background: var(--blue); border: 2px solid var(--blue); }
.timeline li.now::before { border: 2px solid var(--blue); box-shadow: inset 0 0 0 5px var(--card), inset 0 0 0 14px var(--blue); }
.timeline strong { display: block; font-size: 15.5px; }
.timeline span { color: var(--muted); font-size: 14px; }
.timeline li.next strong { color: var(--muted); }
.note { margin-top: 6px; padding: 14px 16px; background: var(--surface); border-radius: 12px; font-size: 15px; }
.checklist { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 8px; }
.checklist label { display: grid; grid-template-columns: 22px 1fr; gap: 10px; font-size: 15px; cursor: pointer; }
.checklist input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--blue); }

/* Administration */
.admin-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.admin-bar button { background: none; border: 0; padding: 14px 16px; font-weight: 700; color: var(--muted); cursor: pointer; box-shadow: inset 0 -3px 0 transparent; }
.admin-bar button[aria-selected="true"] { color: var(--text); box-shadow: inset 0 -3px 0 var(--blue); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }
.stat { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; }
.stat strong { display: block; font-size: 30px; font-weight: 800; letter-spacing: -.02em; }
.stat span { color: var(--muted); font-size: 14.5px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: var(--card); }
table.data { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 760px; }
table.data th { text-align: left; font-size: 13px; color: var(--muted); font-weight: 700; padding: 12px 14px; border-bottom: 1px solid var(--line); background: var(--surface); white-space: nowrap; }
table.data td { padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.data tr:last-child td { border-bottom: 0; }
table.data td small { display: block; color: var(--muted); }
table.data select, table.data input { min-height: 38px; padding: 6px 10px; border-radius: 10px; border: 1.5px solid var(--field-line); background: var(--field); font-size: 14px; max-width: 100%; }
.toolbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: end; margin-bottom: 16px; }
.toolbar .field { min-width: 150px; }
.jours { display: flex; flex-wrap: wrap; gap: 6px; }
.jours label { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border: 1.5px solid var(--line); border-radius: 999px; font-size: 14px; font-weight: 600; cursor: pointer; }
.jours input { accent-color: var(--blue); }
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.slot-day { border: 1px solid var(--line); border-radius: var(--r); padding: 14px; background: var(--card); }
.slot-day h3 { font-size: 15px; font-weight: 700; margin-bottom: 10px; }
.slot-day ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.slot-day button { border-radius: 8px; padding: 4px 8px; font-size: 13px; font-weight: 700; cursor: pointer; border: 1px solid var(--line); background: var(--field); }
.slot-day button.reserve { background: var(--navy); color: #fff; border-color: var(--navy); cursor: default; }
.slot-day button.bloque { text-decoration: line-through; color: var(--red); }
dialog { border: 0; border-radius: var(--r-lg); padding: 0; width: min(560px, calc(100% - 32px)); background: var(--card); color: var(--text); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(10, 20, 52, .55); }
dialog form { padding: 28px; }
dialog h2 { font-size: 22px; font-weight: 800; margin-bottom: 18px; }
dialog .foot { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }

/* Pages légales */
.legal { max-width: 760px; }
.legal h2 { font-size: 24px; font-weight: 800; margin: 40px 0 12px; }
.legal p, .legal li { color: var(--muted); }
.legal p + p { margin-top: 10px; }
.legal .todo { background: #FFF4D6; color: #5A4300; padding: 2px 6px; border-radius: 6px; font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .services { grid-template-columns: 1fr 1fr; }
  .service.featured { grid-column: span 2; }
    .contact { grid-template-columns: 1fr 1fr; }
  .site-footer .top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  #menu { position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 24px; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; }
  .menu-ouvert #menu { transform: none; opacity: 1; visibility: visible; }
  #menu > a:not(.btn) { padding: 14px 6px; border-radius: 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  #menu .btn { margin: 16px 0 0; }
  .nav-toggle { display: grid; }
  .hero .wrap, .parcours, .eligibilite .wrap, .booking, .faq, .dash { grid-template-columns: 1fr; gap: 40px; }
  .pass { position: relative; left: auto; bottom: auto; margin: -70px 0 0 20px; }
  .hero-visual { max-width: 640px; }
  .section-head { grid-template-columns: 1fr; gap: 14px; }
  .destinations { grid-template-columns: 1fr 1fr; }
  .parcours-visuel { max-width: 520px; width: 100%; }
  .stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16.5px; }
  .section { padding: 72px 0; }
  .site-header .wrap { height: 68px; }
  #menu { top: 68px; }
  .brand img { height: 38px; }
  .hero .wrap { padding: 48px 0 72px; }
  .hero-actions .btn { flex: 1 1 100%; }
  .pass-code { font-size: 26px; }
  .pass { width: calc(100% - 28px); max-width: 330px; margin: -56px 0 0 14px; }
  .hero-image { border-radius: 24px; border-width: 4px; }
  .pass-grid { grid-template-columns: 1fr 1fr; }
  .services, .destinations, .contact, .grid-2, .options, .service-choices, .mode-choices { grid-template-columns: 1fr; }
  .service.featured { grid-column: auto; flex-direction: column; }
  .service.featured .service-media { flex: none; }
  .service.featured .service-media img { aspect-ratio: 16 / 9; height: auto; }
  .booking-body, .quiz, .panel, .auth-card { padding: 22px; }
  .booking-tabs li { padding: 12px 10px; font-size: 13px; flex-direction: column; gap: 4px; text-align: center; }
  .cta-band { padding: 30px 24px; }
  .site-footer .top { grid-template-columns: 1fr; }
  .rdv { grid-template-columns: 56px 1fr; }
  .rdv .actions { grid-column: 1 / -1; justify-content: flex-start; }
  .booking-foot { flex-direction: column-reverse; align-items: stretch; }
  .booking-foot .btn { width: 100%; }
}
