/* ═══════ POLICES (Fontsource via jsDelivr — pas de blocage Google) ═══════ */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/syne@5.2.6/files/syne-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/syne@5.2.6/files/syne-latin-500-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/syne@5.2.6/files/syne-latin-600-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/syne@5.2.6/files/syne-latin-700-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/syne@5.2.6/files/syne-latin-800-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/montserrat@5.0.0/files/montserrat-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/montserrat@5.0.0/files/montserrat-latin-500-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/montserrat@5.0.0/files/montserrat-latin-600-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/montserrat@5.0.0/files/montserrat-latin-700-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/montserrat@5.0.0/files/montserrat-latin-900-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/bebas-neue@5.0.0/files/bebas-neue-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/@fontsource/archivo-black@5.0.0/files/archivo-black-latin-400-normal.woff2) format('woff2');
}

/* ═══════ RESET & VARIABLES ═══════ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root {
  --navy:    #0B1F3A;
  --navy2:   #0d2445;
  --neon:    #00C87A;
  --neon-b:  #00E5A0;
  --neon-dark: #009960;
  --white:   #FFFFFF;
  --off:     #F7F8FA;
  --off2:    #EEF0F4;
  --text:    #1a2436;
  --gray:    #6B7A90;
  --gray2:   #8C9AB0;
  --border:  #E2E6EE;
  --green:   #00C87A;
  --shadow:  0 8px 32px rgba(11,31,58,0.06);
  --shadow-lg: 0 24px 64px rgba(11,31,58,0.1);
  --shadow-premium: 0 32px 80px -16px rgba(11,31,58,0.14);
  --focus-ring: 0 0 0 3px rgba(0,200,122,0.35);
  --radius: 12px;
  --radius-lg: 20px;
  /* Hauteur réelle fixée par JS sur #site-header (diaspora + nav) */
  --site-header-height: 112px;
  /* Corps de texte : un peu plus lisible (moins « fin ») */
  --body-font-size: 17px;
  --body-font-weight: 500;
}

/* Hors bandeau vols : évite que !important casse le marquee / les règles dédiées .vol-ticker-* plus bas */
@media (prefers-reduced-motion: reduce) {
  *:not(.vol-ticker-rail):not(.vol-ticker-dot):not(.vol-ticker-group):not(.vol-ticker-chip),
  *:not(.vol-ticker-rail):not(.vol-ticker-dot):not(.vol-ticker-group):not(.vol-ticker-chip)::before,
  *:not(.vol-ticker-rail):not(.vol-ticker-dot):not(.vol-ticker-group):not(.vol-ticker-chip)::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
  scroll-padding-top: calc(var(--site-header-height, 112px) + 8px);
  /* Évite le « glissement » gauche/droite sur iOS/Android quand un enfant dépasse */
}

/* Ancres : le titre ne part pas sous le header fixe */
#hero,
#funnel-box,
#la-loi,
#comment-ca-marche,
#comparatif,
#temoignages,
#qui-suis-je,
#faq,
#cta-final {
  scroll-margin-top: calc(var(--site-header-height, 112px) + 12px);
}

/* Moins de travail de rendu avant défilement (connexions lentes / mobile) */
#la-loi,
#comment-ca-marche,
#comparatif,
#temoignages,
#qui-suis-je,
#faq,
#cta-final,
footer {
  content-visibility: auto;
  contain-intrinsic-size: 750px;
}

body {
  background: var(--white);
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  font-size: var(--body-font-size, 17px);
  font-weight: var(--body-font-weight, 500);
  color: var(--text);
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-x: none;
}

img, video, svg {
  max-width: 100%;
  height: auto;
}

a { text-decoration: none; color: inherit; }
a:focus-visible, button:focus-visible, .cb:focus-visible, .reason-btn:focus-visible, .lang-btn-wrap:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

/* ── Skip link (accessibilité) ── */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 10001;
  padding: 12px 20px;
  background: var(--neon);
  color: var(--navy);
  font-weight: 700;
  font-size: 13px;
  border-radius: 6px;
  transition: top 0.2s;
  box-shadow: var(--shadow);
}
.skip-link:focus {
  top: calc(var(--site-header-height, 112px) + 10px);
  outline: none;
  box-shadow: var(--focus-ring);
}

/* ── Bloc header fixe (diaspora + nav empilés = hauteur variable) ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  background: var(--navy);
}

/* Accessibilité : texte réservé lecteurs d'écran */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Bandeau vols (défilant) ── */
.vol-ticker {
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
}
.vol-ticker--diaspora-slot {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.vol-ticker-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px max(16px, env(safe-area-inset-right, 16px)) 7px max(16px, env(safe-area-inset-left, 16px));
  max-width: 100%;
  box-sizing: border-box;
}
.vol-ticker-inner--track {
  width: 100%;
  min-width: 0;
  padding: 0;
  gap: 0;
}
.vol-ticker-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.vol-ticker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00e5a0;
  box-shadow: 0 0 10px rgba(0, 229, 160, 0.75);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-animation: vol-ticker-pulse 1.8s ease-in-out infinite;
  animation: vol-ticker-pulse 1.8s ease-in-out infinite;
}
.diaspora-bar-live-dot {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}
.vol-ticker-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.vol-ticker-label--short { display: none; }
.vol-ticker-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 2%, #000 98%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 2%, #000 98%, transparent 100%);
}
.vol-ticker-viewport--track {
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}
.vol-ticker-rail {
  display: flex;
  width: max-content;
  -webkit-animation: vol-ticker-marquee 52s linear infinite;
  animation: vol-ticker-marquee 52s linear infinite;
}
.vol-ticker-group {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-right: 1.5rem;
  flex-shrink: 0;
}
button.vol-ticker-chip {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  margin: 0;
  font: inherit;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.94);
  white-space: nowrap;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 6px 14px;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s, border-color 0.2s, transform 0.15s, box-shadow 0.2s;
}
button.vol-ticker-chip:hover {
  background: rgba(0, 229, 160, 0.12);
  border-color: rgba(0, 229, 160, 0.35);
  box-shadow: 0 2px 12px rgba(0, 229, 160, 0.12);
}
button.vol-ticker-chip:active {
  transform: scale(0.98);
}
button.vol-ticker-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 200, 122, 0.45);
}
button.vol-ticker-chip .vol-ticker-chip-flight {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-variant-numeric: tabular-nums;
}
.vol-ticker-chip-dot {
  display: inline-block;
  margin-right: 3px;
  font-size: 9px;
  line-height: 1;
  vertical-align: middle;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.35));
}
/* Même principe que .vol-ticker-dot (live) : signal visuel cohérent pour chaque vol du bandeau */
.vol-ticker-chip-dot--live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 0;
  line-height: 0;
  filter: none;
  background: #ff5a5f;
  box-shadow: 0 0 8px rgba(255, 90, 95, 0.7);
  vertical-align: middle;
  flex-shrink: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-animation: vol-ticker-pulse 1.8s ease-in-out infinite;
  animation: vol-ticker-pulse 1.8s ease-in-out infinite;
}
/* Pastilles homogènes : même fond / bord que les retards (plus de variante annulation). */
.vol-ticker-chip-line {
  display: inline;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}
.vol-ticker-chip-muted {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}
.vol-ticker-chip-status {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}
.vol-ticker-chip-elig {
  color: #7eecc4;
  font-weight: 800;
  font-size: 11px;
}
.vol-ticker-datetime {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 10px;
}
.vol-ticker-status {
  color: #7eecc4;
  font-weight: 700;
  font-size: 10px;
}
.vol-ticker-sep {
  color: rgba(255, 255, 255, 0.25);
  font-weight: 400;
}
@-webkit-keyframes vol-ticker-marquee {
  from { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}
@keyframes vol-ticker-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@-webkit-keyframes vol-ticker-pulse {
  0%, 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  50% { opacity: 0.55; -webkit-transform: scale(0.9); transform: scale(0.9); }
}
@keyframes vol-ticker-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.9); }
}
@media (max-width: 520px) {
  .vol-ticker-label--full { display: none; }
  .vol-ticker-label--short { display: inline; }
  .vol-ticker-inner { gap: 8px; padding-left: 10px; padding-right: 10px; }
  button.vol-ticker-chip { font-size: 10px; padding: 5px 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .vol-ticker-rail {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .vol-ticker-dot,
  .vol-ticker-chip-dot--live {
    -webkit-animation: none !important;
    animation: none !important;
  }
  #vol-ticker-g2 { display: none !important; }
  .vol-ticker-viewport,
  .vol-ticker-viewport--track {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    mask-image: none;
    -webkit-mask-image: none;
    touch-action: pan-x pinch-zoom; /* iOS : glisser horizontalement sans bloquer la page */
    overscroll-behavior-x: contain;
  }
}

/* ── Bandeau diaspora : tête (pilule drapeaux + titre) + piste vols ── */
.diaspora-bar {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, #0a1830 0%, #0b1f3a 55%, #0b1f3a 100%);
}

.diaspora-bar-inner--stack {
  padding: 10px max(18px, env(safe-area-inset-left, 18px)) 11px max(18px, env(safe-area-inset-right, 18px));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 229, 160, 0.08);
}

.diaspora-bar-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  width: 100%;
}

.diaspora-bar-flags-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.diaspora-bar-flags {
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
}

/* Trait discret (évite l’effet « ligne noir et blanc » entre drapeaux et titre) */
.diaspora-bar-head-divider {
  display: none;
}

.diaspora-bar-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.diaspora-bar-title-text {
  display: flex;
  align-items: center;
  min-width: 0;
}

.diaspora-bar-title .vol-ticker-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.88);
}

.diaspora-bar-track {
  width: 100%;
  min-width: 0;
  border-radius: 12px;
  padding: 8px 4px 8px 12px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(0, 229, 160, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 4px 20px rgba(0, 0, 0, 0.15);
}

.diaspora-bar-track .vol-ticker--diaspora-slot {
  background: transparent;
}

/* Anciennes classes (si ailleurs sur le site) */
.diaspora-bar-inner:not(.diaspora-bar-inner--stack) {
  padding: 6px max(16px, env(safe-area-inset-left, 16px)) 7px max(16px, env(safe-area-inset-right, 16px));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.diaspora-bar-sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 2px;
  flex-shrink: 0;
}

.diaspora-bar-text {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.35px;
}
.diaspora-bar-text--short {
  display: none;
}

/* Bandeau diaspora réutilisé sur les pages partenaires (sans ticker vols) */
.partners-diaspora-countries {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
  letter-spacing: 0.02em;
  max-width: 56rem;
}

.partners-diaspora-countries a {
  color: var(--neon-b);
  font-weight: 700;
  text-decoration: none;
}

.partners-diaspora-countries a:hover {
  text-decoration: underline;
  color: #fff;
}

.partners-sticky-head {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 12px 40px rgba(11, 31, 58, 0.1);
}

/* ═══════ NAV ═══════ */
nav {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 1;
  height: 72px; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(11,31,58,0.06);
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: visible;
}
nav.scrolled { box-shadow: var(--shadow); border-bottom-color: var(--border); }

.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Syne', 'Montserrat', system-ui, sans-serif;
  font-weight: 800; font-size: 16px; color: var(--navy);
  letter-spacing: -0.4px; flex-shrink: 0; text-decoration: none;
}
/* Vert plus foncé que --neon : contraste AA sur fond nav clair (#00C87A / blanc ~2,8:1 — insuffisant) */
.nav-logo-accent { color: #047857; font-weight: 800; }
.nav-logo-line { display: none; }
.nav-logo-sub { display: none; }

/* ── Desktop links ── */
/* nav-links removed — hamburger only */

.nav-cta {
  background: var(--neon) !important; color: var(--navy) !important;
  padding: 8px 16px !important; border-radius: 6px;
  font-size: 11px !important; font-weight: 700 !important;
  letter-spacing: 1px !important; white-space: nowrap !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--neon-dark) !important; }

/* ── Lang dropdown — compact flag button ── */
.lang-dropdown { position: relative; }
.lang-btn-wrap {
  display: flex; align-items: center; gap: 3px;
  background: transparent; border: 1.5px solid var(--border);
  border-radius: 6px; padding: 5px 7px;
  cursor: pointer; color: var(--gray);
  transition: border-color 0.2s; user-select: none;
}
.lang-btn-wrap:hover { border-color: var(--neon); }
.lang-flag { font-size: 14px; line-height: 1; }
.lang-menu {
  display: none; position: absolute;
  top: calc(100% + 8px); right: 0;
  background: white; border: 1.5px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(11,31,58,0.14);
  min-width: 145px; overflow: hidden; z-index: 9999;
}
.lang-menu.open { display: block; animation: fstepIn 0.18s ease; }
.lang-option {
  display: flex; align-items: center; gap: 9px;
  padding: 10px 14px; font-size: 12px; font-weight: 600;
  color: var(--text); cursor: pointer;
  transition: background 0.12s; white-space: nowrap;
}
.lang-option:hover { background: var(--off); }
.lang-option.active { color: var(--neon-dark); background: rgba(0,200,122,0.04); }

/* ── Currency dropdown (même logique que langue) ── */
.currency-dropdown { position: relative; }
.currency-btn-wrap {
  display: flex; align-items: center; gap: 3px;
  background: transparent; border: 1.5px solid var(--border);
  border-radius: 6px; padding: 5px 8px;
  cursor: pointer; color: var(--gray);
  transition: border-color 0.2s; user-select: none;
  font-size: 11px; font-weight: 800; letter-spacing: 0.04em;
}
.currency-btn-wrap:hover { border-color: var(--neon); }
.currency-label { line-height: 1; min-width: 2.25rem; text-align: center; color: var(--navy); }
.currency-menu {
  display: none; position: absolute;
  top: calc(100% + 8px); right: 0;
  background: white; border: 1.5px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(11,31,58,0.14);
  min-width: 128px; overflow: hidden; z-index: 9999;
}
.currency-menu.open { display: block; animation: fstepIn 0.18s ease; }
.currency-option {
  display: flex; align-items: center;
  padding: 10px 14px; font-size: 12px; font-weight: 600;
  color: var(--text); cursor: pointer;
  transition: background 0.12s; white-space: nowrap;
}
.currency-option:hover { background: var(--off); }
.currency-option.active { color: var(--neon-dark); background: rgba(0,200,122,0.04); }
.nav-drawer-lang .nav-drawer-curr-label {
  color: var(--border); font-weight: 400; padding: 0 2px; user-select: none;
}
.nav-drawer-lang .currency-option {
  padding: 8px 10px; border-radius: 6px; font-size: 12px;
}

/* ── Hamburger button ── */
.nav-burger {
  display: flex; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.nav-burger span {
  display: block; width: 22px; height: 2px;
  background: var(--navy); border-radius: 2px; transition: all 0.25s;
}
.nav-burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── Mobile drawer ── */
.nav-drawer {
  display: none; position: fixed;
  top: var(--site-header-height, 112px); left: 0; right: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: white; border-bottom: 2px solid var(--border);
  box-shadow: 0 8px 32px rgba(11,31,58,0.10);
  z-index: 999;
  padding: 12px max(20px, env(safe-area-inset-right, 20px)) 20px max(20px, env(safe-area-inset-left, 20px));
}
.nav-drawer.open { display: block; animation: fstepIn 0.2s ease; }
.nav-drawer-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 8px;
}
.nav-drawer-lang .lang-option {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
}
.nav-drawer ul { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.nav-drawer a {
  display: block; padding: 12px 14px;
  font-size: 13px; font-weight: 600; color: var(--text);
  border-radius: 6px; transition: background 0.15s;
}
.nav-drawer a:hover { background: var(--off); }
.nav-drawer .drawer-cta {
  display: block; text-align: center; margin-top: 10px;
  background: var(--neon); color: var(--navy);
  padding: 13px; border-radius: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.5px;
}


.nav-cta-inline {
  display: none;
  background: var(--neon); color: var(--navy);
  padding: 8px 16px; border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 1px; white-space: nowrap;
  text-decoration: none; transition: background 0.2s;
}
.nav-cta-inline:hover { background: var(--neon-dark); }
@media (min-width: 600px) { .nav-cta-inline { display: block; } }

/* ═══════ HERO — FOND BLANC AVEC CALCULATEUR ═══════ */
#hero {
  padding: calc(var(--site-header-height, 112px) + 28px) 60px 0;
  background: linear-gradient(180deg, var(--white) 0%, #FAFBFD 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(0,200,122,0.03) 0%, transparent 50%);
  pointer-events: none;
}

.hero-bg-shape {
  position: absolute;
  top: 0; right: -100px;
  width: 55%;
  height: 100%;
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy2) 100%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}

.hero-bg-dots {
  position: absolute;
  top: 0; right: 0;
  width: 55%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(0,229,160,0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  z-index: 1;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.hero-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

/* HERO LEFT — texte blanc sur fond implicite */
.hero-left { }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,200,122,0.1);
  border: 1px solid rgba(0,200,122,0.25);
  border-radius: 16px;
  padding: 4px 11px 4px 6px;
  margin-bottom: 16px;
}

/* Identité visuelle Diaspora : bande panafricaine + drapeaux */
.hero-badge-diaspora {
  border-left: 4px solid transparent;
  border-image: linear-gradient(180deg, #008751 0%, #FCD116 50%, #CE1126 100%) 1;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: linear-gradient(90deg, rgba(0,135,81,0.06) 0%, rgba(0,200,122,0.1) 100%);
  flex-wrap: wrap;
  gap: 8px;
}

.hero-diaspora-flags-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.hero-diaspora-flags {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-right: 6px;
}

.hero-diaspora-pays {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--neon-dark);
  opacity: 0.9;
  line-height: 1.2;
}

.hero-diaspora-line {
  margin-top: -8px;
  margin-bottom: 16px;
}

.hero-diaspora-route {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--gray);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-diaspora-why {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  margin-top: 4px;
  margin-bottom: 20px;
  line-height: 1.35;
}

.hero-wa-direct {
  margin-top: 12px;
  margin-bottom: 8px;
}

.hero-wa-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--neon-b);
  text-decoration: none;
}

.hero-wa-link:hover {
  text-decoration: underline;
  color: var(--neon);
}

.hero-wa-link .wa-hint {
  font-size: 11px;
  font-weight: 500;
  color: var(--gray);
}

.wa-hint {
  font-size: 0.82em;
  font-weight: 500;
  color: var(--gray);
}

.hero-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--neon);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0,200,122,0.4); }
  50% { box-shadow: 0 0 0 6px rgba(0,200,122,0); }
}

.hero-badge span:not(.hero-diaspora-flags) {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--neon-dark);
}

.hero-title {
  font-family: 'Archivo Black', 'Syne', system-ui, sans-serif;
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -2px;
  color: var(--navy);
  margin-bottom: 18px;
}

.hero-title .neon { color: var(--neon); }

/* Phrase « ce que fait le site » — lisibilité avant le slogan détaillé */
.hero-subhead {
  font-size: 15px;
  line-height: 1.5;
  color: var(--navy);
  font-weight: 600;
  max-width: 34rem;
  margin: -6px 0 14px 0;
  opacity: 0.92;
  /* CLS : réserve ~2 lignes avant i18n / polices */
  min-height: 3.1em;
}

.hero-desc {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray);
  line-height: 1.65;
  max-width: 480px;
  margin-bottom: 22px;
  /* CLS : bloc signalé par Lighthouse (hero_desc) — hauteur stable FR/EN */
  min-height: 7.5em;
}

.hero-desc strong { color: var(--navy); }

@media (min-width: 769px) {
  .hero-subhead {
    min-height: 2.75em;
  }
  .hero-desc {
    min-height: 5.25em;
  }
}

.hero-stats {
  display: flex;
  gap: 24px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.stat { display: flex; flex-direction: column; gap: 3px; }

.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  color: var(--navy);
  letter-spacing: -0.5px;
  line-height: 1;
}

.stat-label {
  font-size: 10px;
  color: var(--gray2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-lang-line {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.45;
  color: var(--gray2);
  font-weight: 600;
}
.hero-lang-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px; /* aligne le picto avec la 1re ligne de texte quand le texte passe à la ligne */
  color: var(--neon-dark);
}

/* HERO RIGHT — Calculateur (style épuré, compact) — tout le diagnostic doit apparaître */
.hero-right {
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy2) 100%);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: min(90vh, 900px);
  box-shadow: var(--shadow-premium);
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
  border: 1px solid rgba(255,255,255,0.06);
}
.hero-right.calc-highlight {
  /* Même si la carte est déjà visible (hero 2 colonnes), l’effet + halo vert signalent le clic */
  animation: calcTurn 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
    funnelGlow 1.15s ease-out forwards;
}
@keyframes calcTurn {
  0% { transform: perspective(800px) rotateY(0deg) scale(1); }
  22% { transform: perspective(800px) rotateY(-10deg) scale(1.035); }
  48% { transform: perspective(800px) rotateY(6deg) scale(1.03); }
  100% { transform: perspective(800px) rotateY(0deg) scale(1); }
}
@keyframes funnelGlow {
  0% { box-shadow: var(--shadow-premium); }
  20% { box-shadow: 0 0 0 3px rgba(0, 229, 160, 0.55), 0 28px 72px rgba(0, 229, 160, 0.22); }
  45% { box-shadow: 0 0 0 10px rgba(0, 229, 160, 0.12), 0 32px 80px rgba(0, 200, 122, 0.18); }
  100% { box-shadow: var(--shadow-premium); }
}

.hero-right::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(0,229,160,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.calc-header {
  margin-bottom: 12px;
}

/* Raccourci : 1 message WhatsApp au lieu de 5 étapes */
.funnel-wa-shortcut {
  background: rgba(0,229,160,0.12);
  border: 1px solid rgba(0,229,160,0.35);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 16px;
}

.funnel-wa-shortcut-text {
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.funnel-wa-shortcut-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
}

.funnel-wa-shortcut-btn:hover {
  background: #20BD5A;
  color: #fff;
}

.funnel-detail-link {
  margin: 0 0 16px 0;
  font-size: 12px;
}
.funnel-detail-link a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}
.funnel-detail-link a:hover {
  color: var(--neon-b);
  text-decoration: underline;
}

/* Mobile : textes WhatsApp lisibles (pas de troncature / débordement) */
@media (max-width: 520px) {
  .funnel-wa-shortcut {
    padding: 14px 12px;
  }
  .funnel-wa-shortcut-text {
    line-height: 1.45;
  }
  .funnel-wa-shortcut-btn {
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.3;
    padding: 12px 12px;
    min-height: 48px;
  }
  .hero-entry-btn {
    white-space: normal;
    line-height: 1.3;
    text-align: center;
    hyphens: auto;
    -webkit-hyphens: auto;
  }
  .calc-tag {
    white-space: normal;
    line-height: 1.45;
    letter-spacing: 0.14em;
    max-width: 100%;
    word-break: break-word;
  }
}

/* Clic pastille « vol éligible » : masquer l’en-tête calculateur + raccourcis (seulement message + WhatsApp) */
#funnel-box.funnel-from-vol-chip > .calc-header,
#funnel-box.funnel-from-vol-chip > .funnel-wa-shortcut,
#funnel-box.funnel-from-vol-chip > .funnel-detail-link {
  display: none !important;
}
#funnel-box.funnel-from-vol-chip #step-short-1 > .fstep-q,
#funnel-box.funnel-from-vol-chip #step-short-1 > .funnel-hint:not(.short-wa-note) {
  display: none !important;
}
#funnel-box.funnel-from-vol-chip #short-wa-note {
  display: none !important;
}
#funnel-box.funnel-from-vol-chip #funnel-short {
  margin-top: 0;
}

.calc-tag {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--neon-b);
  margin-bottom: 4px;
}

.calc-title {
  font-size: 17px;
  font-weight: 900;
  color: white;
  line-height: 1.2;
}

.calc-title span { color: var(--neon-b); }

.funnel-explainer {
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  max-width: 100%;
}

/* Barre de progression : masquée sur la vue « 2 min / WhatsApp » ; visible seulement en diagnostic détaillé */
#funnel-box .funnel-progress-wrap {
  display: none;
  width: 100%;
  margin-bottom: 10px;
}
#funnel-box.funnel-box--detailed:not(.funnel-from-vol-chip) .funnel-progress-wrap {
  display: block;
}
/* En diagnostic détaillé, masquer la phrase d’orientation (évite la redondance) */
#funnel-box.funnel-box--detailed:not(.funnel-from-vol-chip) .funnel-explainer {
  display: none;
}
#funnel-box .hero-funnel-progress {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  overflow: hidden;
}
#funnel-box .hero-funnel-progress-bar {
  height: 100%;
  width: 20%;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--neon), var(--neon-b));
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#funnel-box .funnel-progress-step-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin: 6px 0 0 0;
  min-height: 12px;
}

/* Champs */
.calc-field {
  margin-bottom: 11px;
}

.calc-label {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 5px;
}

.calc-input {
  width: 100%;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 6px;
  padding: 10px 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  -webkit-text-fill-color: #fff;
  outline: none;
  transition: border-color 0.2s;
  letter-spacing: 0.5px;
}

.calc-input::placeholder { color: rgba(255,255,255,0.65); font-weight: 500; }
.calc-input:focus { border-color: rgba(0,229,160,0.6); background: rgba(255,255,255,0.12); }
.calc-input:-webkit-autofill { -webkit-text-fill-color: #fff; }
textarea.calc-input.calc-input--short-vol { min-height: 96px; resize: vertical; line-height: 1.45; }

.flight-status { margin-top: 8px; font-size: 12px; min-height: 20px; color: rgba(255,255,255,0.7); }
.flight-status.loading { color: rgba(0,229,160,0.9); }
.flight-status.success { color: var(--neon-b); font-weight: 600; }
.flight-status.error { color: rgba(255,255,255,0.6); }

.calc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.calc-select {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 10px 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: white;
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.calc-select:focus { border-color: rgba(0,229,160,0.5); }
.calc-select option { background: #0B1F3A; color: white; }

/* Résultat */
.calc-result {
  display: none;
  background: rgba(0,229,160,0.08);
  border: 1.5px solid rgba(0,229,160,0.25);
  border-radius: 10px;
  padding: 20px 22px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

.calc-result.visible { display: block; }

.calc-result::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--neon-b), transparent);
}

.calc-result-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--neon-b);
  margin-bottom: 4px;
}

.calc-result-amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  color: white;
  letter-spacing: -1px;
  line-height: 1;
}

.calc-result-amount span { font-size: 28px; color: var(--neon-b); }

.calc-result-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
}

.calc-result-net {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,229,160,0.15);
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

.calc-result-net strong { color: var(--neon-b); font-size: 14px; }

/* Bouton calculer */
.btn-calc {
  display: block;
  width: 100%;
  background: var(--neon);
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  margin-top: 2px;
}

.btn-calc:hover { background: #00d685; }
.btn-calc:active { transform: scale(0.98); }

/* Bouton WA */
.btn-wa-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #25D366;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 10px;
}

.btn-wa-hero:hover { background: #20bd5a; }

/* CTA principal Robin — style pilule WhatsApp */
.btn-sarah-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  background: #25D366;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 18px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}
.btn-sarah-cta:hover { background: #20bd5a; transform: translateY(-1px); }
.btn-sarah-cta .wa-bubble { opacity: 0.9; }
/* Lien secondaire dossier en ligne */
.btn-dossier-secondary {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  margin-top: 10px;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.85);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 10px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.btn-dossier-secondary:hover {
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.06);
  color: #fff;
}
/* Bouton sticky Ultra-Convertisseur — vert WhatsApp #25D366 */
/* Un seul CTA persistant : bouton WhatsApp flottant (sticky bar supprimé) */

/* Bouton WhatsApp flottant — fond plus foncé que #25D366 : blanc sur vert vif ne passe pas WCAG AA (~4,5:1) */
.wa-float {
  position: fixed;
  right: 16px;
  bottom: 90px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  max-width: calc(100vw - 32px);
  box-sizing: border-box;
  background: #128c7e;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(18, 140, 126, 0.45);
  transition: background 0.2s, transform 0.15s;
}
.wa-float:hover {
  background: #0f7268;
  color: #ffffff;
  transform: scale(1.03);
}
.wa-float-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}
.wa-float-icon-svg {
  display: block;
  width: 26px;
  height: 26px;
}
.wa-float-text {
  white-space: nowrap;
  color: #ffffff;
}
@media (min-width: 769px) {
  .wa-float { bottom: 24px; right: 24px; }
}
@media (max-width: 480px) {
  .wa-float-text { display: none; }
  .wa-float {
    padding: 15px;
    border-radius: 50%;
    bottom: max(24px, env(safe-area-inset-bottom, 16px));
    right: max(12px, env(safe-area-inset-right, 12px));
  }
  /* Logo WhatsApp bien visible seul (pas d’emoji 💬 sur mobile) */
  .wa-float-icon-svg {
    width: 30px;
    height: 30px;
  }
}

.calc-disclaimer {
  margin-top: 14px;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.72);
  letter-spacing: 0.6px;
  text-align: center;
  line-height: 1.6;
}

.calc-vol-hint {
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  margin-top: 8px;
  line-height: 1.4;
}

/* ═══════ SHARED SECTION STYLES ═══════ */
.section-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--neon-dark);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-tag::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--neon);
}

.section-title {
  font-family: 'Archivo Black', 'Syne', 'Montserrat', sans-serif;
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 400;
  color: var(--navy);
  letter-spacing: -1.8px;
  line-height: 1.05;
}

.section-title .neon { color: var(--neon); }

/* Buttons shared */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--neon);
  color: var(--navy);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: var(--radius);
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,200,122,0.25);
}

.btn-primary:hover { background: var(--neon-dark); color: white; transform: translateY(-1px); box-shadow: 0 8px 28px rgba(0,200,122,0.35); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--navy);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 24px;
  border: 1.5px solid var(--border);
  border-radius: 4px;
  transition: all 0.2s;
  text-decoration: none;
}

.btn-ghost:hover { border-color: var(--navy); }

/* ═══════ LA LOI ═══════ */
#la-loi {
  padding: 120px 60px;
  background: linear-gradient(180deg, var(--off) 0%, var(--white) 100%);
  border-top: 1px solid var(--border);
}

.loi-wrap { max-width: 1100px; margin: 0 auto; }

.loi-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 60px;
}

.loi-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Section loi : un seul palier mis en avant (long-courrier / 600€) */
.loi-cards.loi-cards--focus-long {
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.loi-cards.loi-cards--focus-long .loi-card.featured {
  width: 100%;
  max-width: 480px;
}
.loi-tiers-note {
  grid-column: 1 / -1;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 8px;
  font-size: 12px;
  color: var(--gray);
  line-height: 1.65;
  text-align: center;
}

.loi-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
}

.loi-card:hover {
  box-shadow: var(--shadow-premium);
  border-color: rgba(0,200,122,0.25);
  transform: translateY(-2px);
}

.loi-card.featured {
  border-color: var(--neon);
  background: var(--navy);
  color: white;
}

.loi-card-badge {
  display: inline-block;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 3px 10px;
  background: rgba(0,200,122,0.1);
  color: var(--neon-dark);
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.loi-card.featured .loi-card-badge {
  background: rgba(0,229,160,0.15);
  color: var(--neon-b);
}

.loi-amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--navy);
}

.loi-card.featured .loi-amount { color: var(--neon-b); }

.loi-distance {
  font-size: 12px;
  font-weight: 600;
  color: var(--gray);
  margin: 6px 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.loi-card.featured .loi-distance { color: rgba(255,255,255,0.55); }

.loi-example {
  font-size: 11px;
  color: var(--gray2);
  line-height: 1.6;
}

.loi-card.featured .loi-example { color: rgba(255,255,255,0.45); }

/* ═══════ COMMENT CA MARCHE ═══════ */
#comment-ca-marche {
  padding: 100px 60px;
  background: white;
}

.ccm-wrap { max-width: 1100px; margin: 0 auto; }

.ccm-header { margin-bottom: 60px; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  position: relative;
}

/* Ligne de liaison — desktop 4 colonnes uniquement */
@media (min-width: 1081px) {
  .steps-grid::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 12.5%;
    right: 12.5%;
    height: 1.5px;
    background: linear-gradient(90deg, var(--neon), var(--neon), var(--neon));
    opacity: 0.2;
  }
}

.step-card {
  padding: 0 32px 0 0;
  position: relative;
}

.step-card:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: 6px;
  top: 18px;
  font-size: 18px;
  color: var(--neon);
  opacity: 0.4;
}

.step-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  color: var(--off2);
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}

.step-icon-wrap {
  width: 48px; height: 48px;
  background: rgba(0,200,122,0.08);
  border: 1.5px solid rgba(0,200,122,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.step-title {
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.step-desc {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 14px;
}

.step-time {
  font-size: 10px;
  font-weight: 700;
  color: var(--neon-dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ═══════ COMPARATIF ═══════ */
#comparatif {
  padding: 100px 60px;
  background: var(--off);
  border-top: 1px solid var(--border);
}

.comp-wrap { max-width: 900px; margin: 0 auto; }
.comp-header-section { margin-bottom: 48px; }

/* Défilement horizontal si besoin : les 3 colonnes (Robin vs les autres) restent visibles */
.comp-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  border-radius: 12px;
}
.comp-table-scroll .comp-table {
  min-width: 520px;
}

.comp-table {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  box-shadow: 0 4px 24px rgba(11,31,58,0.05);
}

.comp-head {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background: var(--navy);
}

.comp-head-cell {
  padding: 18px 24px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.comp-head-cell.hl {
  background: rgba(0,229,160,0.1);
  color: var(--neon-b);
}

.comp-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border-bottom: 1px solid var(--border);
}

.comp-row:last-child { border-bottom: none; }
.comp-row:hover { background: var(--off); }

/* Cartes destinations (pages SEO / blog — section home retirée) */
.dest-wrap { max-width: 900px; margin: 0 auto; }
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.dest-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 20px; text-align: center; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; cursor: pointer; text-decoration: none; color: inherit; display: block; }
.dest-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,229,160,0.2); border-color: var(--neon); }
.dest-card:focus { outline: 2px solid var(--neon); outline-offset: 2px; }
.dest-card-city { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.dest-card-iata { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--neon-dark); margin-bottom: 12px; }
.dest-card-line { font-size: 11px; color: var(--gray); margin-bottom: 4px; }
.dest-card-amount { font-size: 14px; font-weight: 800; color: var(--neon-dark); }
@media (max-width: 700px) { .dest-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 400px) { .dest-grid { grid-template-columns: 1fr; } }

.comp-cell {
  padding: 16px 24px;
  font-size: 13px;
  color: var(--gray);
  display: flex;
  align-items: center;
}

.comp-cell.feature { color: var(--text); font-weight: 600; }
.comp-cell.hl { background: rgba(0,200,122,0.04); }

.check { color: var(--neon-dark); font-weight: 900; font-size: 16px; }
.cross { color: #E05050; font-size: 14px; }
.price-green { color: var(--neon-dark); font-weight: 900; font-size: 14px; }
.price-red { color: #c0392b; font-weight: 700; font-size: 13px; }

/* ═══════ TÉMOIGNAGES ═══════ */
#temoignages {
  padding: 120px 60px;
  background: linear-gradient(180deg, #FAFBFD 0%, var(--white) 100%);
}

.testi-wrap { max-width: 1100px; margin: 0 auto; }
.testi-header { margin-bottom: 48px; }

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testi-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
}

.testi-card:hover {
  box-shadow: var(--shadow-premium);
  border-color: rgba(0,200,122,0.25);
  transform: translateY(-2px);
}

.testi-stars { color: #F5A623; font-size: 13px; letter-spacing: 3px; }

.testi-quote {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text);
}

.testi-quote::before {
  content: '"';
  color: var(--neon);
  font-size: 22px;
  line-height: 0;
  vertical-align: -5px;
  margin-right: 3px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.testi-avatar {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--neon-dark), var(--neon));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 12px;
  color: white;
  flex-shrink: 0;
}

.testi-name { font-weight: 700; font-size: 13px; color: var(--navy); }
.testi-info { font-size: 10px; color: var(--gray2); letter-spacing: 0.5px; margin-top: 1px; }

.testi-amount {
  margin-left: auto;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  color: var(--neon-dark);
  letter-spacing: -0.5px;
  white-space: nowrap; /* « 1 » et « 200 » restent sur la même ligne */
}

/* ═══════ QUI SUIS-JE ═══════ */
#qui-suis-je {
  padding: 100px 60px;
  background: var(--navy);
  color: white;
  position: relative;
  overflow: hidden;
}

#qui-suis-je::before {
  content: '';
  position: absolute;
  top: -150px; right: -150px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0,229,160,0.06) 0%, transparent 65%);
  pointer-events: none;
}

.qui-wrap { max-width: 900px; margin: 0 auto; position: relative; }

/* ═══════ FAQ ═══════ */
#faq {
  padding: 100px 60px;
  background: white;
  border-top: 1px solid var(--border);
}

.faq-wrap { max-width: 800px; margin: 0 auto; }
.faq-header { margin-bottom: 48px; }

.faq-list { display: flex; flex-direction: column; gap: 2px; }

.faq-item {
  background: var(--off);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

.faq-item.special {
  border-color: rgba(0,200,122,0.3);
  background: rgba(0,200,122,0.02);
}

.faq-question {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: var(--text);
  gap: 20px;
  transition: background 0.2s;
}

.faq-question:hover { background: white; }
.faq-question.open { color: var(--navy); }

.faq-toggle {
  width: 24px; height: 24px;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--neon-dark);
  font-size: 16px;
  transition: transform 0.3s, border-color 0.2s;
}

.faq-question.open .faq-toggle { transform: rotate(45deg); border-color: var(--neon); }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }

.faq-answer-inner {
  padding: 4px 24px 20px;
  font-size: 13px;
  color: var(--gray);
  line-height: 1.8;
  border-top: 1px solid var(--border);
}

/* ═══════ CTA FINAL ═══════ */
#cta-final {
  padding: 100px 60px;
  background: var(--off);
  text-align: center;
  border-top: 1px solid var(--border);
}

/* ═══════ FOOTER ═══════ */
footer {
  background: linear-gradient(180deg, var(--navy) 0%, #061629 100%);
  color: white;
  padding: 72px 60px 40px;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.footer-main {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.footer-logo { font-family: 'Syne', 'Montserrat', sans-serif; font-weight: 800; font-size: 16px; color: white; margin-bottom: 12px; letter-spacing: -0.3px; }
.footer-logo span { color: var(--neon-b); }
.footer-tagline { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.7; max-width: 240px; }
.footer-address { font-size: 11px; color: rgba(255,255,255,0.45); line-height: 1.5; margin-top: 6px; }

.footer-col h3.footer-col-heading {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin: 0 0 18px;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul li a { font-size: 12px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--neon-b); }
.footer-crisis { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 11px; line-height: 1.5; color: rgba(255,255,255,0.6); }
.footer-crisis a { color: var(--neon-b); font-weight: 600; }
.footer-crisis strong { color: rgba(255,255,255,0.85); font-size: 11px; }

.footer-disclaimer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.footer-disclaimer p {
  margin: 0;
  font-size: 10px;
  line-height: 1.65;
  color: rgba(255,255,255,0.28);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.footer-disclaimer p + p {
  margin-top: 8px;
}

.footer-bottom {
  max-width: 1100px;
  margin: 28px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-legal { font-size: 10px; color: rgba(255,255,255,0.2); line-height: 1.7; }
.footer-reg { font-size: 9px; color: rgba(255,255,255,0.15); text-align: right; letter-spacing: 0.5px; }

/* ═══════ PREUVE SOCIALE (strip) ═══════ */
.social-proof-strip {
  background: linear-gradient(135deg, rgba(0,200,122,0.06), rgba(11,31,58,0.02));
  border-top: 1px solid rgba(0,200,122,0.15);
  border-bottom: 1px solid rgba(0,200,122,0.1);
  padding: 20px 24px;
}
.wrap-social-proof {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  font-size: 13px;
  color: var(--text);
}
.sp-item strong { color: var(--navy); }
.sp-sep { color: var(--gray); font-weight: 700; }

/* Focus visible (accessibilité) */
a:focus-visible,
button:focus-visible,
.cb:focus-visible,
.faq-question:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 2px;
}

/* ═══════ RESPONSIVE — Mobile first (usage principal téléphone) ═══════ */

/* Petit mobile (< 480px) */
@media (max-width: 480px) {
  body { font-size: 17px; }
  /* Très petit écran : une ligne de moins dans le calculateur */
  .funnel-explainer {
    display: none;
  }
  nav { padding: 0 12px; height: 56px; padding-bottom: env(safe-area-inset-bottom, 0); }
  .nav-logo { font-size: 14px; }
  #hero { padding: calc(var(--site-header-height, 96px) + 10px) 16px 16px; min-height: auto; padding-left: env(safe-area-inset-left, 16px); padding-right: env(safe-area-inset-right, 16px); align-items: flex-start; }
  .hero-wrap { gap: 22px; padding-bottom: 24px; }
  .hero-title { font-size: clamp(32px, 10vw, 44px); margin-bottom: 20px; }
  .hero-desc { font-size: 15px; margin-bottom: 28px; }
  .hero-entry { flex-direction: column; gap: 10px; margin-bottom: 24px; }
  .hero-entry-btn { min-width: 100%; min-height: 48px; padding: 16px 20px; font-size: 14px; -webkit-tap-highlight-color: transparent; }
  .hero-stats { flex-wrap: wrap; gap: 20px; padding-top: 24px; margin-top: 24px; justify-content: flex-start; }
  .hero-right { padding: 20px 16px; border-radius: 12px; }
  .calc-title { font-size: 18px; }
  .calc-input, .calc-select { min-height: 48px; padding: 14px 16px; font-size: 16px; }
  .cb { min-height: 52px; padding: 16px 14px; -webkit-tap-highlight-color: transparent; }
  .cb-icon { font-size: 22px; }
  .cb-main { font-size: 13px; }
  .cb-sub { font-size: 11px; }
  .reason-btn { min-height: 48px; padding: 14px 12px; font-size: 12px; }
  .reason-grid { grid-template-columns: 1fr; }
  .btn-calc, .btn-wa-hero { min-height: 50px; padding: 18px 24px; font-size: 13px; }
  .pax-btn { width: 44px; height: 48px; font-size: 20px; }
  .back-btn { min-height: 44px; padding: 12px 0; display: flex; align-items: center; }
  #la-loi, #comment-ca-marche, #comparatif, #temoignages, #qui-suis-je, #faq, #cta-final {
    padding: 48px 16px;
    padding-left: env(safe-area-inset-left, 16px);
    padding-right: env(safe-area-inset-right, 16px);
  }
  .social-proof-strip {
    padding: 16px 16px;
  }
  .wrap-social-proof {
    font-size: 12px;
    gap: 8px 12px;
    padding-left: env(safe-area-inset-left, 16px);
    padding-right: env(safe-area-inset-right, 16px);
  }
  footer { padding: 40px 16px 24px; padding-bottom: calc(24px + env(safe-area-inset-bottom, 0)); }
  .footer-main { gap: 32px; grid-template-columns: 1fr; }
  .footer-col ul li a { padding: 8px 0; min-height: 44px; display: flex; align-items: center; }
  .faq-question { min-height: 48px; padding: 18px 20px; font-size: 14px; }
  .btn-primary, .btn-ghost { min-height: 48px; padding: 16px 24px; font-size: 13px; }
  .testi-arrow { width: 44px; height: 44px; font-size: 18px; }
  .section-title { font-size: clamp(24px, 8vw, 32px); }
  .loi-card { padding: 24px 20px; }
  .loi-amount { font-size: 48px; }
  .step-num { font-size: 52px; }
  .comp-head-cell, .comp-cell { padding: 14px 16px; font-size: 12px; }
}

/* Mobile / tablette (≤ 768px) — header minimal : logo + hamburger uniquement */
@media (max-width: 768px) {
  /* Lisibilité : gris plus foncés sur fond blanc (cible ~WCAG AA corps de texte) */
  :root {
    --gray: #4a5568;
    --gray2: #5c6778;
    --text: #121820;
  }
  body {
    font-size: 17px;
    overflow-wrap: break-word;
  }
  /* Grilles / flex : évite qu'une colonne force la page à dépasser en largeur */
  .hero-wrap,
  .hero-left,
  .hero-right {
    min-width: 0;
    max-width: 100%;
  }
  #hero {
    overflow-x: clip;
  }
  #la-loi,
  #comment-ca-marche,
  #comparatif,
  #temoignages,
  #qui-suis-je,
  #faq,
  #cta-final,
  footer {
    max-width: 100%;
    overflow-x: clip;
    box-sizing: border-box;
  }
  /* Bandeau diaspora : stack compact */
  .diaspora-bar { display: block; }
  .diaspora-bar-inner--stack {
    padding: 6px 12px 8px;
    gap: 6px;
  }
  .diaspora-bar-head-divider {
    display: none;
  }
  .diaspora-bar-head {
    gap: 8px;
  }
  .diaspora-bar-flags-pill {
    padding: 5px 11px;
  }
  .diaspora-bar-flags {
    letter-spacing: 0.08em;
    font-size: 0.95rem;
  }
  .diaspora-bar-track {
    padding: 6px 2px 6px 8px;
    border-radius: 10px;
  }
  nav {
    height: 56px;
    padding: 0 16px;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  .nav-cta-inline,
  .lang-dropdown,
  .currency-dropdown { display: none !important; }
  .skip-link:focus { left: env(safe-area-inset-left, 16px); }
  #hero {
    padding: calc(var(--site-header-height, 92px) + 12px) 20px 20px;
    min-height: auto;
    padding-left: env(safe-area-inset-left, 20px);
    padding-right: env(safe-area-inset-right, 20px);
    align-items: flex-start; /* titre visible dès l’arrivée, pas centré verticalement dans la section */
  }
  .hero-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  /* Moins d’air sous la ligne « langues » : la bulle WA flotte en bas-droite, pas besoin de ~5.5rem */
  .hero-left {
    padding-bottom: max(2.75rem, calc(1.5rem + env(safe-area-inset-bottom, 0px)));
    padding-right: max(0px, calc(3.25rem - env(safe-area-inset-right, 0px)));
  }
  .hero-lang-line {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
    gap: 5px 6px;
    color: var(--gray);
    font-weight: 600;
  }
  /* Doublon avec le CTA WhatsApp + bulle flottante — retire un « pavé » de texte */
  .hero-wa-direct {
    display: none;
  }
  .hero-stats {
    margin-top: 14px;
    padding-top: 12px;
    gap: 12px 18px;
    justify-content: flex-start;
  }
  /* Retire les traits verticaux entre les stats = grille plus légère */
  .hero-stats > div:not(.stat) {
    display: none !important;
  }
  /* Logo marque un peu plus lisible sous le bandeau drapeaux */
  .nav-logo {
    font-size: 15px;
    letter-spacing: -0.35px;
    gap: 8px;
  }
  .nav-logo svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  .hero-bg-shape, .hero-bg-dots { display: none; }
  .hero-title { font-size: clamp(36px, 9vw, 52px); }
  .hero-subhead { font-size: 15px; margin: -4px 0 12px 0; line-height: 1.5; font-weight: 600; }
  .hero-desc { font-size: 16px; font-weight: 500; }
  .hero-entry-btn { min-height: 48px; padding: 16px 20px; }
  /* Calculateur : moins « carte énorme », moins d’ombre (effet pavé) */
  .hero-right {
    padding: 22px 16px;
    box-shadow: 0 14px 44px -18px rgba(11, 31, 58, 0.22);
    border-color: rgba(255, 255, 255, 0.05);
  }
  .calc-header {
    margin-bottom: 8px;
  }
  .funnel-explainer {
    font-size: 12px;
    line-height: 1.45;
    margin-top: 6px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
  }
  .funnel-wa-shortcut-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 8px;
  }
  .funnel-detail-link {
    font-size: 13px;
  }
  .funnel-detail-link a {
    color: rgba(255, 255, 255, 0.88);
  }
  #funnel-box .calc-tag {
    font-size: 9px;
    letter-spacing: 0.18em;
  }
  #funnel-box .calc-title {
    font-size: 18px;
  }
  /* Champs ≥16px : lisibilité + évite le zoom automatique iOS */
  #funnel-box .calc-input,
  #funnel-box .calc-select,
  #funnel-box textarea.calc-input {
    font-size: 16px;
  }
  #funnel-box .calc-input::placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  #funnel-box .fstep-q {
    font-size: 15px;
    color: #fff;
  }
  #funnel-box .funnel-hint {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.92);
  }
  /* Raccourci WhatsApp : intégré au bloc, plus de cadre vert séparé */
  .funnel-wa-shortcut {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 12px 0 10px;
    margin-bottom: 10px;
  }
  .diaspora-bar-track {
    box-shadow: none;
    border-color: rgba(0, 229, 160, 0.12);
  }
  .calc-input, .calc-select { min-height: 48px; font-size: 16px; }
  .cb { min-height: 48px; padding: 15px 14px; -webkit-tap-highlight-color: transparent; }
  .reason-btn { min-height: 46px; padding: 12px; }
  .btn-calc, .btn-wa-hero { min-height: 48px; padding: 16px 24px; }
  .pax-btn { width: 42px; height: 46px; }
.nav-drawer a { padding: 14px 16px; min-height: 48px; display: flex; align-items: center; -webkit-tap-highlight-color: transparent; }
  .nav-drawer .drawer-cta { min-height: 48px; padding: 16px; }
  .testi-arrow { width: 44px; height: 44px; }
  .faq-question { padding: 20px 24px; min-height: 48px; }
  .btn-primary, .btn-ghost { min-height: 48px; }
}

/* Mobile : pas de masque (bugs WebKit) ; pas de will-change permanent (iOS peut figer l’animation après un moment) */
@media (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .vol-ticker-viewport,
  .vol-ticker-viewport--track {
    -webkit-mask-image: none;
    mask-image: none;
    min-height: 44px; /* évite une ligne de pastilles à hauteur 0 en flex */
  }
  /* Plus lent que le desktop : lecture confortable sur petit écran (38s était trop rapide) */
  .vol-ticker-rail {
    -webkit-animation: vol-ticker-marquee 78s linear infinite;
    animation: vol-ticker-marquee 78s linear infinite;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .vol-ticker-group,
  button.vol-ticker-chip {
    flex-shrink: 0;
  }
}

/* Tablette / petit desktop (≤ 1080px) */
@media (max-width: 1080px) {
  nav { padding: 0 16px; }

  #hero { padding: calc(var(--site-header-height, 112px) + 24px) 24px 40px; min-height: auto; }
  .hero-bg-shape, .hero-bg-dots { display: none; }
  .hero-wrap { grid-template-columns: 1fr; gap: 40px; }
  @media (min-width: 769px) {
    .hero-wrap { display: grid; flex-direction: unset; }
    .hero-wrap .hero-right { order: unset; }
    .hero-wrap .hero-left { order: unset; }
  }

  .loi-header, .loi-cards, .testi-grid, .steps-grid, .footer-main { grid-template-columns: 1fr; }
  #la-loi, #comment-ca-marche, #comparatif, #temoignages, #qui-suis-je, #faq, #cta-final, footer {
    padding: 60px 24px;
  }

  /* Méthode Robin : une colonne lisible (plus de 4 micro-colonnes sur téléphone) */
  #comment-ca-marche .steps-grid {
    gap: 0;
  }
  #comment-ca-marche .step-card {
    padding: 0 0 28px 0;
    max-width: 100%;
  }
  #comment-ca-marche .step-card:not(:last-child)::after {
    content: '↓';
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 4px;
    font-size: 16px;
    opacity: 0.35;
  }
  #comment-ca-marche .ccm-header {
    margin-bottom: 36px;
  }
  #comment-ca-marche .section-title {
    font-size: clamp(22px, 6.2vw, 30px);
    line-height: 1.18;
    letter-spacing: -0.02em;
    text-wrap: balance;
  }
  #comment-ca-marche .step-desc {
    font-size: 14px;
    line-height: 1.55;
    max-width: 42rem;
  }
  #comment-ca-marche .step-num {
    font-size: 44px;
    margin-bottom: 12px;
  }

  /* Comparatif : ne plus masquer « Les autres » — le bloc .comp-table-scroll permet le scroll */
  .comp-head-cell, .comp-cell { padding: 12px 14px; font-size: 12px; }
}

/* ═══════════════════════════════════════════
   ENTONNOIR PROGRESSIF — CSS COMPLET
═══════════════════════════════════════════ */

/* ── Progress bar ── */
.funnel-progress {
  height: 3px;
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
  margin-top: 14px;
  overflow: hidden;
}
.funnel-progress-bar,
.fp-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--neon), var(--neon-b));
  border-radius: 2px;
  transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.funnel-progress-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-top: 6px;
}
.funnel-hint {
  font-size: 0.82em;
  color: #999;
  font-style: italic;
  margin-top: 4px;
  margin-bottom: 12px;
}
/* Texte d’aide sur fond bleu calculateur : #999 était illisible (contraste insuffisant) */
#funnel-box .funnel-hint {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  font-style: normal;
  font-weight: 500;
}
#funnel-box .funnel-hint.short-wa-note {
  font-size: 13px;
  opacity: 1;
  color: rgba(255, 255, 255, 0.86);
}
.fstep-reassure {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  font-style: italic;
  margin-bottom: 8px;
}
.da-dist-note {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  margin-top: 8px;
}

/* ── Fil d'Ariane ── */
.funnel-crumbs {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
  margin-top: 7px;
  min-height: 13px;
}

/* ── Étapes — cachées par défaut ── */
.fstep { display: none; }
.fstep.active {
  display: block;
  animation: fstepIn 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes fstepIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.fstep-eyebrow {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--neon-b);
  opacity: 0.6;
  margin-bottom: 6px;
}

.fstep-q {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  line-height: 1.45;
  margin-bottom: 10px;
}

/* ── Grille de choix ── */
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 4px;
}
.choice-grid.one-col { grid-template-columns: 1fr; }

/* Boutons de choix */
.cb {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px 9px;
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  transition: background 0.16s, border-color 0.16s, transform 0.15s, box-shadow 0.15s;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Ripple on click */
.cb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0,229,160,0.18) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.cb:active::after { opacity: 1; }

.cb:hover {
  background: rgba(0,200,122,0.10);
  border-color: rgba(0,200,122,0.38);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,200,122,0.1);
}
.cb:active { transform: scale(0.98); }

.cb.wa-cb {
  border-color: rgba(37,211,102,0.25);
  background: rgba(37,211,102,0.05);
}
.cb.wa-cb:hover {
  background: rgba(37,211,102,0.14);
  border-color: #25D366;
  box-shadow: 0 4px 16px rgba(37,211,102,0.15);
}
.cb.warn-cb:hover {
  background: rgba(192,57,43,0.12);
  border-color: rgba(192,57,43,0.4);
  box-shadow: none;
}

.cb-icon { font-size: 20px; line-height: 1; margin-bottom: 4px; }
.cb-main { font-size: 11px; font-weight: 700; color: white; line-height: 1.2; }
.cb-sub  { font-size: 9px; color: rgba(255,255,255,0.38); line-height: 1.3; }

/* ── Bouton retour ── */
.back-btn {
  background: none;
  border: none;
  color: rgba(255,255,255,0.25);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 0 2px;
  letter-spacing: 0.3px;
  display: block;
  transition: color 0.2s;
}
.back-btn:hover { color: rgba(255,255,255,0.6); }

/* ── Chip vol reconnu ── */
.vol-chip {
  margin-top: 7px;
  padding: 9px 12px;
  background: rgba(0,200,122,0.08);
  border: 1px solid rgba(0,200,122,0.2);
  border-radius: 7px;
  display: none;
  align-items: center;
  gap: 10px;
}
.vol-chip.show {
  display: flex;
  animation: fstepIn 0.25s cubic-bezier(0.22,1,0.36,1) both;
}
.chip-ico   { font-size: 18px; flex-shrink: 0; }
.chip-route { font-size: 12px; font-weight: 700; color: white; }
.chip-dist  { font-size: 9px; color: rgba(255,255,255,0.4); margin-top: 2px; letter-spacing: 0.3px; }
.chip-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 12px;
  flex-shrink: 0;
  white-space: nowrap;
}
.badge-long  { background: rgba(0,200,122,0.18); color: #00d685; border: 1px solid rgba(0,200,122,0.3); }
.badge-mid   { background: rgba(0,160,230,0.18); color: #4db8ff; border: 1px solid rgba(0,160,230,0.3); }
.badge-short { background: rgba(210,175,0,0.18);  color: #d4af5a; border: 1px solid rgba(210,175,0,0.3); }
.badge-unk   { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.3); border: 1px solid rgba(255,255,255,0.1); }

/* ── Info box escale ── */
.escale-info {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  background: rgba(0,229,160,0.05);
  border: 1px solid rgba(0,229,160,0.13);
  border-radius: 7px;
  padding: 11px 13px;
  margin-bottom: 14px;
  font-size: 11px;
  color: rgba(255,255,255,0.46);
  line-height: 1.6;
}
.escale-info svg { flex-shrink: 0; margin-top: 1px; }
.escale-info strong { color: rgba(255,255,255,0.8); }

/* ── Box résultat positif ── */
.res-box {
  background: rgba(0,229,160,0.07);
  border: 1.5px solid rgba(0,229,160,0.24);
  border-radius: 10px;
  padding: 20px 22px;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  animation: fstepIn 0.4s cubic-bezier(0.22,1,0.36,1) both;
}
.res-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--neon-b), transparent);
}
.res-tag    { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--neon-b); margin-bottom: 4px; }
.res-amount { font-family: 'Bebas Neue', sans-serif; font-size: 72px; color: var(--neon-b); letter-spacing: -2px; line-height: 1; }
.res-amount span { font-size: 36px; color: var(--neon-b); }
.res-route-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; }
.res-route      { font-size: 13px; color: rgba(255,255,255,0.75); font-weight: 500; }
.res-motif-badge {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.08);
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.res-calc-detail {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  text-align: center;
  margin-top: 10px;
  padding: 8px 10px;
  background: rgba(0,0,0,0.08);
  border-radius: 6px;
  line-height: 1.4;
}
.res-net    { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(0,229,160,0.13); font-size: 12px; color: rgba(255,255,255,0.55); }
.res-net strong { color: var(--neon-b); font-size: 14px; }

/* ── Box non-éligible ── */
.nope-box {
  background: rgba(192,57,43,0.09);
  border: 1.5px solid rgba(192,57,43,0.2);
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 14px;
  animation: fstepIn 0.35s cubic-bezier(0.22,1,0.36,1) both;
}
.nope-title { font-size: 13px; font-weight: 700; color: white; margin-bottom: 7px; }
.nope-body  { font-size: 12px; color: rgba(255,255,255,0.52); line-height: 1.7; }
.nope-body strong { color: rgba(255,255,255,0.8); }
.nope-link  { display: inline-block; margin-top: 12px; font-size: 11px; font-weight: 700; color: var(--neon-b); text-decoration: underline; }

.non-eligible-exit { margin-top: 0; }
.non-eligible-exit .nope-title { font-size: 14px; margin-bottom: 10px; }
.non-eligible-exit .exit-capture,
.non-eligible-exit .exit-referral { margin-top: 20px; }
.non-eligible-exit .exit-capture h4,
.non-eligible-exit .exit-referral h4 { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.9); margin: 0 0 6px; }
.non-eligible-exit .exit-capture p,
.non-eligible-exit .exit-referral p { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.5; margin-bottom: 12px; }
.non-eligible-exit .btn-restart { margin-top: 20px; }

.non-eligible-email,
.non-eligible-referral,
.exit-capture,
.exit-referral {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 14px;
}
.non-eligible-email p:first-child,
.non-eligible-referral p:first-child { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.9); margin-bottom: 4px; }
.non-eligible-email .text-sm,
.non-eligible-referral .text-sm { font-size: 11px; color: rgba(255,255,255,0.5); line-height: 1.5; margin-bottom: 12px; }
.non-eligible-input {
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 10px 12px;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: white;
  outline: none;
}
.non-eligible-input::placeholder { color: rgba(255,255,255,0.35); }
.non-eligible-input:focus { border-color: var(--neon-b); box-shadow: 0 0 0 2px rgba(0,229,160,0.2); }
.non-eligible-btn {
  padding: 10px 18px;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: var(--navy);
  background: var(--neon-b);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.non-eligible-btn:hover { background: var(--neon); }
.non-eligible-link {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--neon-b);
  text-decoration: underline;
}
.non-eligible-link:hover { color: var(--neon); }

/* ── Hero entry, témoignages slider, date picker, loader, raison, reveal, pax, form ── */
/* Mention RGPD / WhatsApp (Meta) près des CTA */
.wa-rgpd-hint {
  font-size: 11px;
  line-height: 1.45;
  margin: 0 0 14px;
  max-width: 540px;
}
.hero-left .wa-rgpd-hint {
  color: rgba(255, 255, 255, 0.7);
  margin-top: -4px;
}
.hero-left .wa-rgpd-hint a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  font-weight: 600;
}
.hero-right .wa-rgpd-hint,
#funnel-box .wa-rgpd-hint {
  color: var(--gray, #6B7A90);
  margin-top: 10px;
  margin-bottom: 0;
}
.hero-right .wa-rgpd-hint a,
#funnel-box .wa-rgpd-hint a {
  color: var(--neon-dark, #009960);
  font-weight: 600;
}
.wa-rgpd-hint--compact {
  font-size: 10px;
  margin-top: 8px !important;
  line-height: 1.4;
}
.funnel-short-wa-rgpd {
  margin-top: 12px !important;
}

.hero-entry { display: flex; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.hero-entry-btn {
  flex: 1; min-width: 140px; display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 11px 16px; border-radius: 8px; font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.5px; cursor: pointer; text-decoration: none;
  transition: all 0.2s; border: 2px solid transparent;
}
.hero-entry-btn.primary { background: var(--neon); color: var(--navy); }
.hero-entry-btn.primary:hover { background: #00d685; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,200,122,0.25); }
.hero-entry-btn.secondary {
  background: rgba(0,200,122,0.22);
  border: 2px solid #00C87A;
  color: var(--navy);
  box-shadow: 0 0 0 1px rgba(0,200,122,0.15);
}
.hero-entry-btn.secondary:hover { border-color: var(--neon-dark); background: rgba(0,200,122,0.35); color: var(--navy); box-shadow: 0 2px 12px rgba(0,200,122,0.2); }
.testi-viewport { width: 100%; }
.testi-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-nav { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 24px; }
.testi-arrow {
  width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--border); background: white;
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s;
  color: var(--navy); font-size: 16px;
}
.testi-arrow:hover { border-color: var(--neon); color: var(--neon-dark); background: rgba(0,200,122,0.04); }
.testi-dots { display: flex; gap: 6px; }
.testi-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--border); cursor: pointer; transition: all 0.2s; }
.testi-dot.active { background: var(--neon); width: 18px; border-radius: 3px; }
/* Calendrier stylisé (étape 3) */
.custom-date-wrap {
  position: relative;
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 4px 4px 4px 18px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.custom-date-wrap:focus-within {
  border-color: var(--neon-b);
  box-shadow: 0 0 0 3px rgba(0,229,160,0.12);
}
.custom-date-wrap input[type="date"] {
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 13px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.custom-date-wrap input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.date-display {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  opacity: 0.8;
}

/* Calendrier Flatpickr — thème Robin (navy + neon), taille réduite */
.flatpickr-calendar.inline,
.flatpickr-calendar.open {
  background: linear-gradient(165deg, #0B1F3A 0%, #122a47 100%);
  border: 1px solid rgba(0,229,160,0.2);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.35);
  transform: scale(0.78);
  transform-origin: top center;
}
.flatpickr-months { background: transparent; }
.flatpickr-current-month { color: #fff; font-size: 12px; font-weight: 700; padding-top: 8px; }
.flatpickr-prev-month svg, .flatpickr-next-month svg { fill: rgba(255,255,255,0.7); width: 10px; height: 10px; }
.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg { fill: #00E5A0; }
.flatpickr-weekdays { background: transparent; }
span.flatpickr-weekday { color: rgba(255,255,255,0.45); font-size: 10px; font-weight: 600; }
.flatpickr-days { background: transparent; border-color: rgba(255,255,255,0.06); }
.dayContainer { background: transparent; }
.flatpickr-day { color: rgba(255,255,255,0.85); border-radius: 6px; font-size: 12px; line-height: 28px; max-width: 28px; height: 28px; }
.flatpickr-day:hover { background: rgba(0,229,160,0.15); border-color: transparent; color: #fff; }
.flatpickr-day.selected { background: #00E5A0; border-color: #00E5A0; color: #0B1F3A; }
.flatpickr-day.today { border-color: rgba(0,229,160,0.5); color: #00E5A0; }
.flatpickr-day.today:hover { background: rgba(0,229,160,0.2); color: #fff; }
.flatpickr-day.flatpickr-disabled { color: rgba(255,255,255,0.2); }
.flatpickr-months .flatpickr-month { background: transparent; color: #fff; }
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month { fill: rgba(255,255,255,0.6); }
.numInputWrapper span.arrowUp:after { border-bottom-color: rgba(255,255,255,0.5); }
.numInputWrapper span.arrowDown:after { border-top-color: rgba(255,255,255,0.5); }
.flatpickr-input[readonly] { cursor: pointer; }

/* Pills distance (remplace le select) */
.dist-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.dist-pill {
  flex: 1;
  min-width: 76px;
  padding: 9px 10px;
  border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.8);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.dist-pill:hover { background: rgba(0,229,160,0.1); border-color: rgba(0,229,160,0.35); color: white; }
.dist-pill.active { background: rgba(0,229,160,0.2); border-color: var(--neon-b); color: white; }
.dist-pill .pill-amount { font-size: 12px; color: var(--neon-b); margin-top: 1px; }
.dist-pill.active .pill-amount { color: white; }
.calc-robin-hint { font-size: 10px; color: rgba(255,255,255,0.5); margin-bottom: 8px; text-align: center; }
/* Tom Select — diagnostic : contraste renforcé pour la recherche Départ/Arrivée (texte saisi bien visible) */
.fstep .ts-wrapper.single .ts-control { background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.3); border-radius: 6px; padding: 10px 12px; min-height: 36px; color: #fff !important; }
.fstep .ts-wrapper .ts-control .ts-input input,
.fstep .ts-wrapper .ts-control input,
#funnel-box .ts-wrapper .ts-control .ts-input input,
#funnel-box .ts-wrapper .ts-control input {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  caret-color: #00E5A0;
}
.fstep .ts-wrapper .ts-control .ts-input input::placeholder,
#funnel-box .ts-wrapper .ts-control input::placeholder { color: rgba(255,255,255,0.85) !important; font-weight: 600 !important; }
.fstep .ts-wrapper .ts-control .item { color: #fff !important; font-size: 12px; font-weight: 700; }
.fstep .ts-wrapper.dropdown-active .ts-control { border-color: rgba(0,229,160,0.5); background: rgba(255,255,255,0.14); }
/* Tom Select global : texte saisi toujours lisible (épais), partout où il y a un champ ville/aéroport */
.ts-wrapper .ts-control input {
  font-weight: 600 !important;
  font-size: 14px !important;
}
#funnel-box .ts-wrapper .ts-control input,
.fstep .ts-wrapper .ts-control input { color: #fff !important; -webkit-text-fill-color: #fff !important; }
/* Liste déroulante (Départ / Arrivée) : fond sombre, texte bien lisible */
.fstep .ts-wrapper .ts-dropdown,
.fstep .ts-dropdown,
#funnel-box .ts-dropdown { background: #0d2445; border: 1.5px solid rgba(255,255,255,0.35); border-radius: 6px; box-shadow: 0 8px 24px rgba(0,0,0,0.5); }
.fstep .ts-wrapper .ts-dropdown .option,
.fstep .ts-dropdown .option,
#funnel-box .ts-dropdown .option { color: #fff !important; font-size: 13px; font-weight: 600; padding: 11px 13px; }
.fstep .ts-wrapper .ts-dropdown .option.active,
.fstep .ts-dropdown .option.active,
#funnel-box .ts-dropdown .option.active { background: rgba(0,229,160,0.25); color: #00E5A0 !important; }
.fstep .ts-wrapper .ts-dropdown .optgroup-header,
.fstep .ts-dropdown .optgroup-header,
#funnel-box .ts-dropdown .optgroup-header { color: rgba(255,255,255,0.9); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 8px 12px; }
.vol-search-wrap { text-align: center; margin-bottom: 8px; }
.calc-label-center { display: block; text-align: center; margin-bottom: 5px; }
.calc-input-big { font-size: 15px; letter-spacing: 1.5px; text-align: center; padding: 11px 14px; }
.route-line { font-size: 12px; color: var(--neon-b); font-weight: 700; margin-top: 6px; min-height: 18px; }
.vol-chip-wrap { display: flex; align-items: center; gap: 8px; padding: 9px 12px; background: rgba(255,255,255,0.06); border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); }
.vol-chip-wrap .chip-route { font-weight: 700; font-size: 11px; }
.vol-chip-wrap .chip-dist { font-size: 9px; color: rgba(255,255,255,0.5); }
.link-no-vol { display: block; margin-top: 6px; font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.7); background: none; border: none; cursor: pointer; text-decoration: underline; padding: 0; }
.link-no-vol:hover { color: var(--neon-b); }
.principaux-vols-wrap { margin-top: 14px; padding: 12px; background: rgba(255,255,255,0.06); border-radius: 8px; border: 1px solid rgba(255,255,255,0.12); }
.principaux-vols-title { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.9); margin: 0 0 10px 0; }
.principaux-vols-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.principaux-vol-chip { font-size: 11px; font-weight: 600; color: #fff; background: rgba(0,229,160,0.2); border: 1px solid rgba(0,229,160,0.4); border-radius: 6px; padding: 8px 12px; cursor: pointer; transition: background .15s, border-color .15s; }
.principaux-vol-chip:hover { background: rgba(0,229,160,0.35); border-color: var(--neon-b); }
.funnel-guide-link { color: rgba(255,255,255,0.7); }
.funnel-guide-link a { color: var(--neon-b); font-weight: 600; text-decoration: underline; }
.funnel-guide-link a:hover { color: #00E5A0; }
.distance-result { font-size: 11px; font-weight: 700; color: var(--neon-b); padding: 8px 11px; background: rgba(0,229,160,0.1); border-radius: 6px; margin-bottom: 8px; min-height: 18px; }
.eb-vol-block { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 6px; }
.eb-vol-block:last-of-type { border-bottom: none; }
.calc-field-label-vol { font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 10px; }
.eb-add-vol-btn { width: 100%; padding: 10px; margin-top: 6px; margin-bottom: 12px; font-size: 11px; font-weight: 700; color: var(--neon-b); background: rgba(0,229,160,0.08); border: 1px dashed rgba(0,229,160,0.35); border-radius: 8px; cursor: pointer; transition: all 0.2s; }
.eb-add-vol-btn:hover { background: rgba(0,229,160,0.15); }
#da-dist-wrap, #eb-dist-wrap { display: none !important; }
#da-dist-wrap.flash, #eb-dist-wrap.flash {
  box-shadow: 0 0 0 3px rgba(255,80,80,0.35);
  border-radius: 10px;
  padding: 4px;
  transition: box-shadow 0.2s;
}
.result-loader { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 24px; text-align: center; }
.loader-dots { display: flex; gap: 8px; }
.loader-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--neon); animation: dotPulse 1.2s ease infinite; }
.loader-dot:nth-child(2) { animation-delay: 0.2s; }
.loader-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes dotPulse { 0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; } 40% { transform: scale(1); opacity: 1; } }
.loader-text { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.55); letter-spacing: 1px; text-transform: uppercase; }
.loader-steps { font-size: 10px; color: rgba(255,255,255,0.3); letter-spacing: 0.5px; }
.reason-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 8px; }
.reason-btn {
  display: flex; align-items: center; gap: 6px; padding: 8px 10px;
  background: rgba(255,255,255,0.05); border: 1.5px solid rgba(255,255,255,0.09); border-radius: 6px;
  cursor: pointer; font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,0.75); text-align: left; transition: all 0.15s; width: 100%;
}
.reason-btn:hover { background: rgba(0,200,122,0.08); border-color: rgba(0,200,122,0.3); color: white; }
.reason-btn.selected { background: rgba(0,200,122,0.12); border-color: var(--neon); color: white; }
.reason-icon { font-size: 14px; flex-shrink: 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.pax-control { display: flex; align-items: center; background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.1); border-radius: 6px; overflow: hidden; }
.pax-btn {
  width: 34px; height: 36px; display: flex; align-items: center; justify-content: center;
  background: none; border: none; color: var(--neon-b); font-size: 16px; font-weight: 700;
  cursor: pointer; transition: background 0.15s; font-family: 'Montserrat', sans-serif;
}
.pax-btn:hover { background: rgba(0,229,160,0.08); }
.pax-val { flex: 1; text-align: center; font-size: 12px; font-weight: 700; color: white; }
.online-form { background: rgba(255,255,255,0.03); border: 1.5px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 20px; margin-top: 14px; }
.online-form .calc-input { margin-bottom: 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.step-card { position: relative; }

