/* ==========================================================================
   FLEXIASSURE — DESIGN SYSTEM & FEUILLE DE STYLE MODERNE
   Charte graphique : Fintech VTC Premium (Deep Navy, Pure White, Vibrant Orange, Cyan Glow)
   Typographie : Hanken Grotesk
   ========================================================================== */

/* ==========================================================================
   NOTE CALL TRACKING — INVENTAIRE DES EMPLACEMENTS DU NUMÉRO DE TÉLÉPHONE
   --------------------------------------------------------------------------
   Si un service de call tracking (numéros de renvoi dynamiques) est souscrit,
   le numéro standard (+33745893005 / 07 45 89 30 05) apparaît à des emplacements
   multiples mais fixes répertoriés ci-dessous :

   1. HEADER DU SITE (site-header__phone) :
      - Lien tel:+33745893005 visible sur desktop dans la barre supérieure de chaque page.
      - Donnée data-track="appel".

   2. MENU MOBILE / NAVIGATION MOBILE (mobile-nav__phone-btn, site-header__mobile-phone) :
      - Bouton d'appel rapide dans le tiroir mobile latéral et icône header responsive.
      - Donnée data-track="appel".

   3. BLOCS CTA HERO & HERO ACTIONS (cta-hero__btn-phone) :
      - Bouton principal avec classe btn-shimmer dans le bloc héro de conversion.
      - Donnée data-track="appel".

   4. BLOCS CTA TRANSVERSAUX DE CONTENU (cta-block__btn) :
      - Boutons d'appel insérés dans le corps des articles, guides et pages profils.
      - Donnée data-track="appel".

   5. COMPOSANTS INTERACTIFS AUTONOMES :
      - Estimateur tarifaire (/estimation-assurance-vtc/) : bouton d'appel sur résultat.
      - Diagnostic dossier (diagnostic-dossier.js / #diag-cta-tel) : bouton d'appel sur sortie.
      - Orientation garanties (orientation-garanties.js / #orient-cta-tel) : bouton d'appel.
      - Checklist documents (checklist-documents.js / cta-block) : bouton d'appel.
      - Critères véhicule (critere-vehicule.js) : conseil et numéros d'orientation.

   6. PAGE CONTACT (/contact/ & /a-propos/) :
      - En-tête contact, bloc CTA principal, coordonnées téléphoniques dans les listes.

   7. FOOTER DU SITE :
      - Mentions légales et bloc d'assistance.

   8. BALISAGE STRUCTURÉ JSON-LD (Schema.org) :
      - Scripts <script type="application/ld+json"> dans le <head> (propriétés "telephone": "+33745893005").

   9. MOTEUR DE RECHERCHE INTERNE (/assets/nav-search.js) :
      - Élément d'action rapide dans l'index de recherche et message de contact vide.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

/* --------------------------------------------------------------------------
   1. VARIABLES CSS GLOBALES
   -------------------------------------------------------------------------- */
:root {
  /* Couleurs de fond & surfaces */
  --bg-page: #f7f9fb;
  --bg-surface: #ffffff;
  --bg-surface-secondary: #f2f4f6;
  --bg-surface-subtle: #eceef0;
  
  /* Palette principale */
  --primary: #091426;
  --primary-container: #1e293b;
  --primary-light: #2d3b52;
  
  /* Accents & Couleurs d'action */
  --accent-orange: #eb6905;
  --accent-orange-hover: #d25a00;
  --accent-orange-light: rgba(235, 105, 5, 0.08);
  --accent-cyan: #57dffe;
  --accent-cyan-subtle: rgba(87, 223, 254, 0.15);
  
  /* Typographie & Encre */
  --text-main: #191c1e;
  --text-muted: #545f73;
  --text-subtle: #75777d;
  --text-inverse: #ffffff;
  
  /* Bordures */
  --border-color: #e0e3e5;
  --border-subtle: #eceef0;
  --border-focus: #eb6905;

  /* Typographie */
  --font-main: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;

  /* Rayons de courbure */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 9999px;

  /* Ombres portées */
  --shadow-sm: 0 1px 3px rgba(9, 20, 38, 0.04), 0 1px 2px rgba(9, 20, 38, 0.02);
  --shadow-md: 0 4px 12px -2px rgba(9, 20, 38, 0.06), 0 2px 6px -1px rgba(9, 20, 38, 0.04);
  --shadow-lg: 0 12px 32px -4px rgba(9, 20, 38, 0.08), 0 4px 12px -2px rgba(9, 20, 38, 0.04);
  --shadow-orange: 0 8px 24px -4px rgba(235, 105, 5, 0.3);

  /* Largeurs de lecture */
  --max-width-text: 820px;
  --max-width-container: 1280px;
  --max-width-header: 1280px;
}

/* --------------------------------------------------------------------------
   2. RESET & STABILITÉ VISUELLE
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: var(--bg-page);
  color: var(--text-main);
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-page);
  color: var(--text-main);
  font-family: var(--font-main);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.nav-locked,
body.search-locked {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  max-width: 100%;
}

/* Tailles strictes pour les icônes SVG des boutons et en-têtes */
.site-header__phone svg,
.site-header__search-btn svg,
.site-header__menu-btn svg,
.site-header__dropdown-icon,
.mobile-nav__phone-btn svg,
.mobile-nav__wa-btn svg,
.mobile-nav__close svg,
.cta-hero__btn-phone svg,
.cta-hero__btn-wa svg,
.cta-block__btn svg,
.cta-block__wa-link svg,
.cta-block__wa-btn svg,
.search-modal__close-btn svg,
.search-empty-icon,
.icon-open,
.icon-close {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  fill: currentColor;
}

.site-nav__dropdown-icon {
  width: 14px;
  height: 14px;
  max-width: 14px;
  max-height: 14px;
  fill: currentColor;
}

/* Lien d'évitement accessibilité */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--primary);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  z-index: 1000;
  text-decoration: none;
  font-family: var(--font-main);
  font-size: 0.9rem;
  font-weight: 600;
  transition: top 0.15s ease;
}

.skip-link:focus {
  top: 16px;
}

/* --------------------------------------------------------------------------
   3. TYPOGRAPHIE & HIÉRARCHIE VISUELLE
   -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-main);
  color: var(--primary);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-top: 0;
}

h1 {
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: var(--primary);
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.65rem;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 20px;
  color: var(--primary);
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.95rem;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 14px;
  color: var(--primary);
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--text-main);
  font-size: 1.05rem;
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;
}

/* Liens textuels */
a {
  color: var(--accent-orange);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color 0.15s ease, opacity 0.15s ease;
}

a:hover {
  color: var(--accent-orange-hover);
}

/* Listes */
ul, ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
}

li {
  margin-bottom: 10px;
  font-size: 1.025rem;
  line-height: 1.65;
}

li::marker {
  color: var(--accent-orange);
}

/* Monospace & Badges */
.ref-mono, time, .num-mono {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.9em;
}

.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background-color: var(--bg-surface-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pill-badge--accent {
  background-color: var(--accent-orange-light);
  border-color: rgba(235, 105, 5, 0.2);
  color: var(--accent-orange);
}

/* --------------------------------------------------------------------------
   4. HEADER MODERNE STICKY AVEC FORMAT BLANC ET CTA ORANGE
   -------------------------------------------------------------------------- */
.site-header {
  background-color: #ffffff;
  color: var(--primary);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}

.site-header__container {
  max-width: var(--max-width-header, 1320px);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 74px;
}

.site-header__brand-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-header__logo {
  font-family: var(--font-main);
  font-weight: 800;
  font-size: 1.5rem;
  color: #091426 !important;
  text-decoration: none !important;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.site-header__logo img {
  height: 48px;
  width: auto;
  max-width: 230px;
  object-fit: contain;
  display: block;
}

@media (max-width: 640px) {
  .site-header__logo img {
    height: 40px;
    max-width: 180px;
  }
}

.site-header__orias-tag {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background-color: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 500;
  color: #475569;
}

@media (min-width: 768px) {
  .site-header__orias-tag {
    display: inline-flex;
  }
}

.site-header__orias-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0284c7;
}

/* Navigation desktop */
.site-nav {
  display: none;
}

@media (min-width: 1024px) {
  .site-nav {
    display: flex;
    align-items: center;
  }
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__item {
  position: relative;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 0;
  color: #091426 !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.site-nav__link:hover,
.site-nav__link.is-active {
  color: #eb6905 !important;
}

/* Actions Header */
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Live Counselor Indicator */
.live-status {
  display: none;
  align-items: center;
  gap: 8px;
}

@media (min-width: 768px) {
  .live-status {
    display: inline-flex;
  }
}

.live-status__dot {
  position: relative;
  width: 10px;
  height: 10px;
}

.live-status__ping {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #10b981;
  opacity: 0.75;
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.live-status__core {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #059669;
}

.live-status__text {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #059669;
  white-space: nowrap;
}

/* Bouton téléphone Header avec libellé APPELER + Numéro */
.site-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px;
  background-color: #eb6905;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(235, 105, 5, 0.3);
  transition: all 0.15s ease;
  white-space: nowrap;
}

.site-header__phone:hover {
  background-color: #d55c00;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(235, 105, 5, 0.4);
}

.site-header__phone:active {
  transform: scale(0.97);
}

.site-header__phone svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  flex-shrink: 0;
}

.site-header__phone-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.15;
}

.site-header__phone-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.95);
  display: block;
  margin-bottom: 1px;
}

.site-header__phone-number {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.02em;
  display: block;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .site-header__phone {
    padding: 8px 12px;
    gap: 6px;
    min-height: 40px;
    justify-content: center;
    border-radius: 10px;
  }
  .site-header__phone-number {
    display: none;
  }
  .site-header__phone-label {
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 0;
  }
}

/* Bouton Recherche Header */
.site-header__search-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  padding: 8px 14px;
  border-radius: var(--radius-md);
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 0.85rem;
  transition: all 0.15s ease;
}

.site-header__search-btn:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.site-header__search-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.site-header__search-kbd {
  display: none;
  font-size: 0.7rem;
  background: #e2e8f0;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #cbd5e1;
  color: #475569;
}

@media (min-width: 640px) {
  .site-header__search-kbd {
    display: inline-block;
  }
}

/* Burger Mobile & Menu Button */
.site-header__menu-btn,
.site-header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  cursor: pointer;
  color: #0f172a;
  transition: all 0.15s ease;
}

.site-header__menu-btn:hover,
.site-header__burger:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.site-header__menu-btn svg,
.site-header__burger svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.site-header__menu-btn .icon-close {
  display: none;
}

.site-header__menu-btn[aria-expanded="true"] .icon-open {
  display: none;
}

.site-header__menu-btn[aria-expanded="true"] .icon-close {
  display: block;
}

@media (min-width: 1024px) {
  .site-header__menu-btn,
  .site-header__burger {
    display: none;
  }
}

.site-header__burger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.2s ease;
}

/* Menu Mobile Latéral (Drawer) */
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  max-width: 360px;
  background-color: var(--primary);
  color: #ffffff;
  z-index: 10000;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.4);
  padding: 24px 20px 32px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-nav.is-open {
  transform: translateX(0);
}

.mobile-nav__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(9, 20, 38, 0.6);
  backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-nav__backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding-right: 44px;
}

.mobile-nav__brand {
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mobile-nav__close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
}

.mobile-nav__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-nav__close svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.mobile-nav__section-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin: 16px 0 8px;
}

.mobile-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-nav__link {
  display: block;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: var(--radius-sm);
  transition: background-color 0.15s ease;
}

.mobile-nav__link:hover,
.mobile-nav__link.is-active {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
}

.mobile-nav__cta-box {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-nav__phone-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--accent-orange);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 16px;
  border-radius: var(--radius-md);
  text-decoration: none !important;
  box-shadow: var(--shadow-orange);
}

.mobile-nav__phone-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.mobile-nav__wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #25D366 !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 16px;
  border-radius: var(--radius-md);
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
  transition: all 0.2s ease;
}

.mobile-nav__wa-btn:hover {
  background-color: #20ba59 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.45);
}

.mobile-nav__wa-btn svg {
  width: 18px;
  height: 18px;
  fill: #ffffff !important;
}

/* Tiroir Mobile (Ancien fallback) */
.site-header__mobile-drawer {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--primary);
  border-bottom: 2px solid var(--accent-orange);
  padding: 20px;
  box-shadow: var(--shadow-lg);
  z-index: 999;
}

.site-header__mobile-drawer.is-open {
  display: block;
}

.site-header__mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site-header__mobile-link {
  display: block;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: var(--radius-sm);
  background-color: rgba(255, 255, 255, 0.05);
}

.site-header__mobile-link.is-active,
.site-header__mobile-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

.site-header__mobile-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header__mobile-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  background-color: var(--accent-orange);
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: var(--radius-md);
}

/* --------------------------------------------------------------------------
   5. STRUCTURE DE PAGE, HERO & COLONNE DE LECTURE
   -------------------------------------------------------------------------- */
.main-content {
  padding: 40px 20px 80px;
  max-width: var(--max-width-container);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .main-content {
    padding: 56px 32px 100px;
  }
}

article {
  max-width: var(--max-width-text);
  margin: 0 auto;
}

/* Fil d'Ariane & Mobile Breadcrumb Trail */
.breadcrumbs {
  margin-bottom: 24px;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.breadcrumbs__separator {
  color: var(--border-color);
  font-size: 0.9rem;
  user-select: none;
}

.breadcrumbs__link {
  color: var(--text-muted) !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.breadcrumbs__link:hover {
  color: var(--primary) !important;
}

.breadcrumbs__current {
  color: var(--primary);
  font-weight: 600;
}

/* Bouton de retour simplifié et navigation mobile */
.breadcrumbs__mobile-back,
.breadcrumbs__mobile-home {
  display: none;
}

/* Version bas d'article */
.breadcrumbs--mobile-bottom {
  display: none;
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 18px;
  }

  /* Affichage du bouton de retour simplifié sur mobile */
  .breadcrumbs__mobile-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 16px;
    background-color: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: 9999px;
    color: var(--primary) !important;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    margin-bottom: 10px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumbs__mobile-back:hover,
  .breadcrumbs__mobile-back:active {
    background-color: #f1f5f9;
    border-color: var(--primary);
    color: var(--primary) !important;
    transform: translateX(-2px);
  }

  .breadcrumbs__mobile-back svg {
    flex-shrink: 0;
    color: var(--accent-orange, #e07a5f);
  }

  .breadcrumbs__mobile-home {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 44px;
    padding: 8px 14px;
    background-color: transparent;
    border: 1px solid var(--border-color);
    border-radius: 9999px;
    color: var(--text-muted) !important;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.2s ease;
  }

  .breadcrumbs__mobile-home:hover,
  .breadcrumbs__mobile-home:active {
    background-color: var(--bg-surface);
    color: var(--primary) !important;
  }

  /* Rendre le fil d'Ariane textuel horizontalement fluide avec scroll propre si long */
  .breadcrumbs__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    padding-bottom: 4px;
    font-size: 0.8rem;
    gap: 6px;
  }

  .breadcrumbs__list::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .breadcrumbs__item,
  .breadcrumbs__current {
    white-space: nowrap;
  }

  /* Fil d'Ariane simplifié de fin d'article pour mobile */
  .breadcrumbs--mobile-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    padding: 1.25rem 1rem;
    background-color: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md, 8px);
  }

  .breadcrumbs--mobile-bottom .breadcrumbs__mobile-back {
    margin-bottom: 0;
    flex: 1 1 auto;
    justify-content: center;
  }

  .breadcrumbs--mobile-bottom .breadcrumbs__mobile-home {
    flex: 0 0 auto;
  }
}

/* Métadonnées de l'article */
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  padding: 14px 20px;
  background-color: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
}

.article-meta__author {
  font-weight: 600;
  color: var(--primary);
}

.article-meta__author a,
.article-meta__author-link {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: var(--accent-orange);
  text-underline-offset: 3px;
  font-weight: 600;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.article-meta__author a:hover,
.article-meta__author-link:hover {
  color: var(--accent-orange) !important;
  text-decoration-color: var(--accent-orange);
}

/* --------------------------------------------------------------------------
   6. COMPOSANTS RÉUTILISABLES & CARTES
   -------------------------------------------------------------------------- */

/* BADGE DE CATÉGORIE / CLUSTER */
.article-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono, 'IBM Plex Mono', monospace);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-orange);
  background: #fff7ed;
  border: 1px solid #ffedd5;
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 14px;
}

/* SOUS-TITRE / PROMESSE ÉDITORIALE (ARTICLE LEAD) */
.article-lead {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #334155;
  font-weight: 500;
  margin: -6px 0 20px 0;
  max-width: 68ch;
}

@media (min-width: 768px) {
  .article-lead {
    font-size: 1.22rem;
    line-height: 1.65;
  }
}

/* BARRE DE CONFIANCE ET MÉTADONNÉES */
.article-trust-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 28px;
  padding: 12px 18px;
  background-color: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
}

.article-trust-bar__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.article-trust-bar__right {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #15803d;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 0.775rem;
  font-weight: 600;
}

/* BLOC RÉPONSE RAPIDE / DIRECT ANSWER BOX */
.quick-answer {
  position: relative;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-left: 4px solid var(--accent-orange);
  border-radius: var(--radius-lg);
  padding: 22px 26px;
  margin: 24px 0 28px;
  box-shadow: var(--shadow-sm);
}

.quick-answer__label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-orange);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.quick-answer__label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

.quick-answer__text {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--primary);
  margin: 0;
  font-weight: 500;
}

/* POINTS CLÉS / SYNTHÈSE SCANNABLE */
.key-takeaways {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-lg);
  padding: 22px 24px;
  margin: 28px 0 32px;
}

.key-takeaways__header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e8f0;
}

.key-takeaways__header svg {
  width: 20px;
  height: 20px;
  color: var(--accent-orange);
  flex-shrink: 0;
}

.key-takeaways__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 640px) {
  .key-takeaways__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.key-takeaways__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
}

.key-takeaways__tag {
  display: inline-block;
  font-family: var(--font-mono, monospace);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #091426;
  color: #ffffff;
  padding: 2px 7px;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 2px;
}

.key-takeaways__content {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #1e293b;
}

.key-takeaways__content strong {
  color: #091426;
  display: block;
  margin-bottom: 2px;
}

/* SOMMAIRE DU GUIDE (TABLE OF CONTENTS) */
.table-of-contents {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin: 28px 0 36px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.table-of-contents__title {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.table-of-contents__title svg {
  width: 18px;
  height: 18px;
  color: var(--accent-orange);
  flex-shrink: 0;
}

.table-of-contents__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.table-of-contents__item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 0.95rem;
}

.table-of-contents__num {
  font-family: var(--font-mono, monospace);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent-orange);
  flex-shrink: 0;
}

.table-of-contents__link {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s ease;
}

.table-of-contents__link:hover {
  color: var(--accent-orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* EXEMPLE CONCRET / CAS PRATIQUE */
.case-study-card {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-left: 4px solid #0284c7;
  border-radius: var(--radius-md);
  padding: 22px 24px;
  margin: 28px 0 32px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.case-study-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

.case-study-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0284c7;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  padding: 3px 8px;
  border-radius: 4px;
}

.case-study-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

.case-study-card__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

@media (min-width: 640px) {
  .case-study-card__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.case-study-card__metric {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  padding: 10px 12px;
}

.case-study-card__metric-label {
  font-size: 0.725rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 2px;
}

.case-study-card__metric-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
}

.case-study-card__text {
  font-size: 0.925rem;
  line-height: 1.55;
  color: #334155;
  margin: 0;
}

/* ENCADRÉ EXPERTISE / CONFIANCE COURTIER */
.expert-quote-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fbf6f0;
  border: 1px solid #fed7aa;
  border-left: 4px solid var(--accent-orange);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin: 28px 0 32px;
}

@media (min-width: 640px) {
  .expert-quote-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 18px;
  }
}

.expert-quote-card__avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.expert-quote-card__content {
  flex: 1 1 auto;
}

.expert-quote-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.expert-quote-card__author {
  font-size: 0.925rem;
  font-weight: 700;
  color: var(--primary);
}

.expert-quote-card__role {
  font-size: 0.775rem;
  color: #c2410c;
  font-family: var(--font-mono, monospace);
  font-weight: 600;
}

.expert-quote-card__text {
  font-size: 0.925rem;
  line-height: 1.55;
  color: #431407;
  margin: 0;
  font-style: italic;
}

/* MINI-OUTIL / DIAGNOSTIC INTERACTIF RAPIDE */
.mini-diagnostic-widget {
  background: #ffffff;
  border: 2px solid #091426;
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  margin: 36px 0;
  box-shadow: 0 4px 16px rgba(9, 20, 38, 0.06);
}

.mini-diagnostic-widget__header {
  margin-bottom: 20px;
  text-align: center;
}

.mini-diagnostic-widget__tag {
  display: inline-block;
  font-family: var(--font-mono, monospace);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-orange);
  background: #fff7ed;
  padding: 3px 10px;
  border-radius: 9999px;
  margin-bottom: 8px;
}

.mini-diagnostic-widget__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0 0 6px 0;
}

.mini-diagnostic-widget__desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
}

.mini-diagnostic-widget__step {
  margin-bottom: 18px;
}

.mini-diagnostic-widget__step-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  display: block;
}

.mini-diagnostic-widget__options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media (min-width: 640px) {
  .mini-diagnostic-widget__options {
    grid-template-columns: repeat(2, 1fr);
  }
}

.diag-option-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-family: var(--font-main);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary);
  cursor: pointer;
  transition: all 0.15s ease;
  text-align: left;
  width: 100%;
}

.diag-option-btn:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

.diag-option-btn.is-active {
  background: #fff7ed;
  border-color: var(--accent-orange);
  color: var(--accent-orange);
  box-shadow: 0 0 0 1px var(--accent-orange);
}

.mini-diagnostic-widget__result {
  display: none;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: var(--radius-md);
  padding: 18px 20px;
  margin-top: 18px;
  animation: fadeIn 0.3s ease;
}

.mini-diagnostic-widget__result.is-visible {
  display: block;
}

.mini-diagnostic-widget__result-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #14532d;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mini-diagnostic-widget__result-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #166534;
  margin-bottom: 14px;
}

.mini-diagnostic-widget__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-orange);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(235, 105, 5, 0.25);
  transition: all 0.15s ease;
}

.mini-diagnostic-widget__cta:hover {
  background: var(--accent-orange-hover);
  transform: translateY(-1px);
}

/* ==========================================================================
   CRO BLOG SYSTEM — COMPOSANTS DE CONVERSION & RÉASSURANCE
   ========================================================================== */

/* A. Bloc d'action rapide sous la réponse rapide (Quick Hook) */
.cro-quick-hook {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #fed7aa;
  border-left: 4px solid var(--accent-orange);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  margin: 18px 0 28px;
  box-shadow: 0 2px 8px rgba(235, 105, 5, 0.05);
}

@media (min-width: 640px) {
  .cro-quick-hook {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}

.cro-quick-hook__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.925rem;
  color: var(--primary);
  line-height: 1.45;
}

.cro-quick-hook__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--accent-orange);
  margin-top: 1px;
}

.cro-quick-hook__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.cro-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--accent-orange);
  color: #ffffff !important;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 0.875rem;
  padding: 9px 16px;
  border-radius: var(--radius-sm);
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(235, 105, 5, 0.25);
  transition: all 0.15s ease;
  white-space: nowrap;
}

.cro-btn-primary:hover {
  background-color: var(--accent-orange-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(235, 105, 5, 0.35);
}

.cro-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: var(--bg-surface-secondary);
  color: var(--primary) !important;
  border: 1px solid var(--border-color);
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  text-decoration: none !important;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.cro-btn-secondary:hover {
  background-color: #ffffff;
  border-color: #cbd5e1;
  color: var(--accent-orange) !important;
}

.cro-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #25D366 !important;
  color: #ffffff !important;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 0.875rem;
  padding: 9px 16px;
  border-radius: var(--radius-sm);
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
  transition: all 0.15s ease;
  white-space: nowrap;
}

.cro-btn-whatsapp:hover {
  background-color: #20ba59 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.45);
}

.cro-btn-whatsapp svg {
  width: 16px;
  height: 16px;
  fill: #ffffff !important;
  flex-shrink: 0;
}

/* B. Bloc commercial discret (Bénéfice + Réassurance + CTA) */
.cro-benefit-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-lg);
  padding: 22px 24px;
  margin: 32px 0;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.cro-benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--accent-orange) 0%, #0284c7 100%);
}

.cro-benefit-card__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.cro-benefit-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
  font-size: 0.725rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
}

.cro-benefit-card__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0 0 12px;
  line-height: 1.35;
}

.cro-benefit-card__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

@media (min-width: 640px) {
  .cro-benefit-card__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

.cro-benefit-card__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.4;
}

.cro-benefit-card__item svg {
  width: 17px;
  height: 17px;
  color: #16a34a;
  flex-shrink: 0;
  margin-top: 1px;
}

.cro-benefit-card__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

@media (min-width: 640px) {
  .cro-benefit-card__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cro-benefit-card__meta {
  font-size: 0.8rem;
  color: #64748b;
}

/* C. Bloc CTA Milieu Contextualisé (cro-mid-cta) */
.cro-mid-cta {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-xl);
  padding: 30px 22px;
  margin: 36px 0;
  text-align: center;
  box-shadow: 0 4px 16px -2px rgba(9, 20, 38, 0.05);
  position: relative;
  overflow: hidden;
}

.cro-mid-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-orange), #0284c7);
}

.cro-mid-cta__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.725rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-orange);
  background-color: var(--accent-orange-light);
  border: 1px solid rgba(235, 105, 5, 0.2);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 12px;
}

.cro-mid-cta__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0 0 8px;
  line-height: 1.3;
}

.cro-mid-cta__desc {
  font-size: 0.925rem;
  color: #64748b;
  max-width: 580px;
  margin: 0 auto 18px;
  line-height: 1.5;
}

.cro-mid-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
  align-items: stretch;
  justify-content: center;
}

@media (min-width: 540px) {
  .cro-mid-cta__actions {
    flex-direction: row;
    align-items: center;
  }
}

.cro-mid-cta__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff !important;
  background-color: #25D366 !important;
  padding: 9px 20px;
  border-radius: var(--radius-pill);
  text-decoration: none !important;
  margin-top: 14px;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.cro-mid-cta__wa:hover {
  background-color: #20ba59 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.5);
  text-decoration: none !important;
}

.cro-mid-cta__wa svg {
  width: 16px;
  height: 16px;
  fill: #ffffff !important;
  flex-shrink: 0;
}

/* D. Bloc CTA Final Multi-Canal (cro-final-cta) */
.cro-final-cta {
  background: linear-gradient(135deg, #091426 0%, #1e293b 100%);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  margin: 40px 0 32px;
  color: #ffffff;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.cro-final-cta::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(235, 105, 5, 0.25) 0%, rgba(235, 105, 5, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cro-final-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.725rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fed7aa;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 12px;
}

.cro-final-cta__title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff !important;
  margin: 0 0 8px;
  line-height: 1.3;
}

.cro-final-cta__desc {
  font-size: 0.925rem;
  color: #cbd5e1;
  max-width: 620px;
  margin: 0 0 20px;
  line-height: 1.5;
}

.cro-final-cta__channels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cro-final-cta__channels {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cro-channel-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  border-radius: var(--radius-md);
  text-decoration: none !important;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 76px;
}

.cro-channel-btn--devis {
  background: var(--accent-orange);
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(235, 105, 5, 0.4);
}

.cro-channel-btn--devis:hover {
  background: var(--accent-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(235, 105, 5, 0.5);
}

.cro-channel-btn--phone {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}

.cro-channel-btn--phone:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.cro-channel-btn--wa {
  background: #25D366;
  color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3);
}

.cro-channel-btn--wa:hover {
  background: #20ba59;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.4);
}

.cro-channel-btn__label {
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}

.cro-channel-btn__sub {
  font-size: 0.725rem;
  opacity: 0.9;
  font-weight: 500;
}

.cro-final-cta__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.775rem;
  color: #94a3b8;
}

.cro-final-cta__trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cro-final-cta__trust-item svg {
  width: 14px;
  height: 14px;
  color: #22c55e;
}

/* E. Mobile Sticky Bottom Bar */
.cro-sticky-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 990;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -4px 20px rgba(9, 20, 38, 0.12);
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
  transform: translateY(110%);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  contain: layout style;
}

@media (max-width: 767px) {
  .cro-sticky-mobile {
    display: block;
  }
}

.cro-sticky-mobile.is-visible {
  transform: translateY(0);
}

.cro-sticky-mobile__container {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
}

.cro-sticky-mobile__btn {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 46px;
  min-height: 46px;
  padding: 0 8px;
  border-radius: var(--radius-md, 8px);
  font-family: var(--font-main, 'Plus Jakarta Sans', system-ui, sans-serif);
  font-weight: 700;
  font-size: 0.84rem;
  text-decoration: none !important;
  white-space: nowrap;
  touch-action: manipulation;
  transition: transform 0.12s ease, filter 0.15s ease, background-color 0.15s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cro-sticky-mobile__btn:active {
  transform: scale(0.96);
  filter: brightness(0.92);
}

.cro-sticky-mobile__btn:focus-visible {
  outline: 2px solid #0284c7;
  outline-offset: 2px;
}

.cro-sticky-mobile__btn--phone {
  background-color: #0f172a;
  color: #ffffff !important;
}

.cro-sticky-mobile__btn--phone:hover {
  background-color: #1e293b;
}

.cro-sticky-mobile__btn--wa {
  background-color: #25D366;
  color: #ffffff !important;
}

.cro-sticky-mobile__btn--wa:hover {
  background-color: #20ba59;
}

.cro-sticky-mobile__btn--quote {
  background-color: var(--accent-orange, #eb6905);
  color: #ffffff !important;
  flex: 1.25 1 0;
  box-shadow: 0 2px 8px rgba(235, 105, 5, 0.35);
}

.cro-sticky-mobile__btn--quote:hover {
  background-color: var(--accent-orange-hover, #d45d00);
}

.cro-sticky-mobile__btn svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  fill: currentColor;
}

/* Écrans très étroits (< 360px) : ajustement typographique */
@media (max-width: 359px) {
  .cro-sticky-mobile__container {
    gap: 5px;
  }
  .cro-sticky-mobile__btn {
    font-size: 0.775rem;
    padding: 0 4px;
    gap: 4px;
  }
  .cro-sticky-mobile__btn svg {
    width: 15px;
    height: 15px;
  }
}

/* Padding de sécurité en bas pour ne jamais masquer le dernier paragraphe ou le footer */
@media (max-width: 767px) {
  body.has-cro-sticky {
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* BLOC CTA HERO / DÉBUT DE PAGE (Même format que la page d'accueil) */
.cta-hero {
  margin: 32px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cta-hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 680px;
  justify-content: center;
  align-items: stretch;
}

@media (min-width: 640px) {
  .cta-hero__buttons {
    flex-direction: row;
    align-items: center;
  }
}

.cta-hero__btn-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--accent-orange);
  color: #ffffff !important;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.05rem;
  padding: 16px 28px;
  border-radius: var(--radius-md);
  text-decoration: none !important;
  box-shadow: 0 10px 25px -5px rgba(235, 105, 5, 0.35);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
}

.cta-hero__btn-phone:hover {
  background-color: var(--accent-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -4px rgba(235, 105, 5, 0.45);
}

.cta-hero__btn-phone:active {
  transform: scale(0.98);
}

.cta-hero__btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #25D366 !important;
  color: #ffffff !important;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.05rem;
  padding: 16px 28px;
  border-radius: var(--radius-md);
  text-decoration: none !important;
  box-shadow: 0 10px 25px -5px rgba(37, 211, 102, 0.4);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
}

.cta-hero__btn-wa:hover {
  background-color: #20ba59 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -4px rgba(37, 211, 102, 0.55);
}

.cta-hero__btn-wa:active {
  transform: scale(0.98);
}

.cta-hero__btn-wa svg {
  width: 20px;
  height: 20px;
  fill: #ffffff !important;
}

.cta-hero__subtext {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.cta-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
}

/* BLOC CTA PRINCIPAL */
.cta-block {
  background: linear-gradient(135deg, #ffffff 0%, var(--bg-surface-secondary) 100%);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 36px 28px;
  margin: 48px 0;
  text-align: center;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.cta-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-orange), var(--accent-cyan));
}

.cta-block__hook {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
  line-height: 1.3;
}

.cta-block__buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
}

@media (min-width: 640px) {
  .cta-block__buttons {
    flex-direction: row;
    align-items: center;
  }
}

.cta-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 12px;
  padding: 16px 28px;
  background-color: var(--accent-orange);
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-orange);
  transition: all 0.15s ease;
  position: relative;
  overflow: hidden;
}

.cta-block__btn:hover {
  background-color: var(--accent-orange-hover);
  transform: translateY(-2px);
}

.cta-block__btn:active {
  transform: scale(0.98);
}

.cta-block__schedule {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 14px;
}

.cta-block__wa-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff !important;
  background-color: #25D366 !important;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-block__wa-link:hover {
  background-color: #20ba59 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.45);
  text-decoration: none !important;
}

.cta-block__wa-link svg {
  width: 18px;
  height: 18px;
  fill: #ffffff !important;
}

/* CARTES ET CALLOUTS */
.card {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin: 24px 0;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}

.card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(235, 105, 5, 0.3);
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 32px 0;
}

@media (min-width: 640px) {
  .card-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* BLOC FAQ */
.faq-section {
  margin-top: 56px;
  margin-bottom: 48px;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin-bottom: 12px;
  box-shadow: var(--shadow-sm);
}

.faq-item h3 {
  font-size: 1.15rem;
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--primary);
}

.faq-item p {
  color: var(--text-muted);
  margin: 0;
  font-size: 1rem;
}

/* BLOC ARTICLES RECOMMANDÉS */
.read-next {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--border-color);
}

.read-next__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}

@media (min-width: 640px) {
  .read-next__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .read-next__grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

.read-next__card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-decoration: none !important;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}

.read-next__card:hover {
  transform: translateY(-3px);
  border-color: var(--accent-orange);
  box-shadow: var(--shadow-md);
}

.read-next__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.35;
}

.read-next__desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
  flex-grow: 1;
}

/* SECTION SOURCES LÉGALES ET RÉGLEMENTAIRES */
.sources-section {
  margin-top: 3.5rem;
  padding: 24px;
  background-color: var(--bg-surface-secondary, #f8fafc);
  border: 1px solid var(--border-color, #e2e8f0);
  border-radius: var(--radius-lg, 12px);
}

.sources-section h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary, #091426);
  margin: 0 0 14px;
}

.sources-section ul {
  margin: 0;
  padding-left: 20px;
  color: var(--text-muted, #475569);
  font-size: 0.9rem;
  line-height: 1.6;
}

.sources-section li {
  margin-bottom: 8px;
}

.sources-section li:last-child {
  margin-bottom: 0;
}

.sources-section a {
  color: var(--accent-orange, #eb6905);
  text-decoration: underline;
}

.sources-section a:hover {
  color: var(--accent-orange-hover, #c75600);
}

/* TABLEAUX MODERNES ET TABLEAUX DE FOURCHETTES TARIFAIRES */
.table-wrapper {
  overflow-x: auto;
  margin: 32px 0;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  background-color: #ffffff;
  box-shadow: var(--shadow-sm);
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
}

th, td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-subtle);
}

th {
  font-weight: 700;
  background-color: var(--bg-surface-secondary);
  color: var(--primary);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Lignes alternées */
tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

tr:last-child td {
  border-bottom: none;
}

tr:hover td {
  background-color: rgba(235, 105, 5, 0.04);
}

/* Montants tarifaires en IBM Plex Mono */
.table-price,
.table-amount,
.table-fourchette,
td.table-price,
td:has(.ref-mono),
.pricing-table td:nth-child(2),
.pricing-table td:nth-child(3) {
  font-family: var(--font-mono, 'IBM Plex Mono', monospace);
  font-weight: 600;
  color: var(--primary);
  letter-spacing: -0.01em;
}

/* Ligne de mention sous le tableau en texte secondaire 14px */
.table-caption,
.table-mention,
.table-note,
.table-wrapper + .table-mention,
.table-wrapper + p.table-note {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 0 4px;
}

/* --------------------------------------------------------------------------
   BAROMÈTRE & FOURCHETTES TARIFAIRES (DESIGN EXACT PHOTO)
   -------------------------------------------------------------------------- */
.market-barometer-section {
  padding: 80px 16px;
  background-color: var(--bg-surface, #fcfbf9);
}

.market-barometer-header {
  text-align: center;
  margin-bottom: 40px;
}

.market-barometer-eyebrow {
  color: #e07a5f;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.market-barometer-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .market-barometer-title {
    font-size: 2.35rem;
  }
}

.market-barometer-desc {
  font-size: 1rem;
  color: #64748b;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

.market-table-wrapper {
  overflow-x: auto;
  margin: 0 auto 28px;
  max-width: 960px;
  border-radius: 16px;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.04), 0 2px 6px -1px rgba(0, 0, 0, 0.02);
  border: 1px solid #e8e3de;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.market-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  min-width: 640px;
}

.market-table thead tr th {
  padding: 20px 24px;
  font-size: 0.925rem;
  font-weight: 700;
  color: #1e293b;
  text-transform: none;
  letter-spacing: normal;
  border-bottom: 1px solid #ded6ce;
  background-color: #e5e1dc;
}

.market-table thead tr th:first-child {
  border-top-left-radius: 15px;
  text-align: left;
  width: 40%;
}

.market-table thead tr th:nth-child(2) {
  text-align: center;
  width: 30%;
}

.market-table thead tr th:last-child {
  border-top-right-radius: 15px;
  text-align: center;
  width: 30%;
  background-color: #ded7cf;
}

.market-table tbody tr {
  background-color: #ffffff !important;
}

.market-table tbody tr td {
  padding: 24px;
  border-bottom: 1px solid #ede8e3;
  vertical-align: middle;
  background-color: #ffffff;
}

.market-table tbody tr:last-child td {
  border-bottom: none;
}

.market-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.market-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

/* Profil conducteur */
.market-table-profile-title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.market-table-profile-subtitle {
  display: block;
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.4;
}

/* Colonne Tiers */
.market-table-price-tiers {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e293b;
  white-space: nowrap;
}

.market-table-unit {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #64748b;
}

/* Colonne Tous Risques (avec fond beige chaud teinté) */
.market-table tbody tr td.market-table-highlight,
.market-table tbody tr td:last-child {
  background-color: #fbf6f0 !important;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
}

.market-table tbody tr:hover td {
  background-color: #f9f9f8;
}

.market-table tbody tr:hover td:last-child {
  background-color: #f7eee4 !important;
}

/* Bloc mention estimation */
.market-estimation-notice {
  max-width: 860px;
  margin: 28px auto 0;
  font-size: 0.75rem;
  line-height: 1.65;
  color: #64748b;
  text-align: left;
  padding: 0 8px;
}

.market-estimation-notice strong {
  color: #334155;
  font-weight: 700;
}

/* Bouton CTA estimer selon profil */
.market-estimation-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.market-estimation-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e07a5f;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.market-estimation-cta-link:hover {
  color: #c96247;
  transform: translateX(2px);
}

.market-estimation-cta-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.market-estimation-cta-link:hover svg {
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   7. SECTION CTA PRÉ-FOOTER & FOOTER ÉLÉGANT
   -------------------------------------------------------------------------- */
.site-prefooter-cta {
  background-color: #091426 !important;
  color: #ffffff !important;
  padding: 64px 20px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.site-prefooter-cta__container {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.site-prefooter-cta__title {
  font-family: var(--font-display, var(--font-main));
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff !important;
  margin: 0 0 14px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

@media (min-width: 640px) {
  .site-prefooter-cta__title {
    font-size: 2.4rem;
  }
}

.site-prefooter-cta__desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.6;
  margin: 0 auto 32px;
  max-width: 650px;
}

.site-prefooter-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  .site-prefooter-cta__buttons {
    flex-direction: row;
    gap: 18px;
  }
}

.site-prefooter-cta__btn-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ffffff !important;
  color: #091426 !important;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 15px 28px;
  border-radius: 14px;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  min-width: 260px;
}

.site-prefooter-cta__btn-phone:hover {
  background-color: #f8fafc !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.site-prefooter-cta__btn-phone svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  fill: #091426 !important;
  flex-shrink: 0;
}

.site-prefooter-cta__btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #25D366 !important;
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 15px 28px;
  border-radius: 14px;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
  transition: all 0.2s ease;
  min-width: 260px;
}

.site-prefooter-cta__btn-whatsapp:hover {
  background-color: #20ba5a !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.45);
}

.site-prefooter-cta__btn-whatsapp svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  fill: #ffffff !important;
  flex-shrink: 0;
}

.site-prefooter-cta__subtext {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75) !important;
  margin: 0;
  font-weight: 500;
}

/* FOOTER MINIMALISTE 1 LIGNE */
.site-footer {
  background-color: #ffffff;
  border-top: 1px solid #e2e8f0;
  padding: 24px 24px;
  color: #64748b;
  font-size: 0.875rem;
}

.site-footer__container {
  max-width: var(--max-width-header, 1320px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: center;
}

@media (min-width: 900px) {
  .site-footer__container {
    flex-direction: row;
    text-align: left;
  }
}

.site-footer__brand {
  color: #334155;
  font-size: 0.875rem;
}

.site-footer__brand strong {
  font-weight: 800;
  color: #091426;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.site-footer__orias {
  color: #64748b;
  font-size: 0.875rem;
}

.site-footer__links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer__links a {
  color: #64748b !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  transition: color 0.15s ease;
}

.site-footer__links a:hover {
  color: #eb6905 !important;
}

/* --------------------------------------------------------------------------
   8. MODALE DE RECHERCHE ACCESSIBLE
   -------------------------------------------------------------------------- */
.search-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.search-modal.is-open {
  display: block;
}

.search-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(9, 20, 38, 0.6);
  backdrop-filter: blur(4px);
}

.search-modal__container {
  position: relative;
  max-width: 600px;
  margin: 60px auto 0;
  background-color: #ffffff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--border-color);
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

.search-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
}

.search-modal__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

.search-modal__close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--text-muted);
}

.search-modal__input-wrapper {
  padding: 16px 20px;
  background-color: var(--bg-surface-secondary);
}

.search-modal__input {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--font-main);
  font-size: 1rem;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  outline: none;
  background-color: #ffffff;
}

.search-modal__input:focus {
  border-color: var(--accent-orange);
  box-shadow: 0 0 0 3px var(--accent-orange-light);
}

.search-modal__results {
  padding: 16px 20px;
  overflow-y: auto;
  flex-grow: 1;
}

/* --------------------------------------------------------------------------
   9. BARRE DE PROGRESSION DE LECTURE & EFFETS SHIMMER
   -------------------------------------------------------------------------- */
.reading-progress-track {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(9, 20, 38, 0.1);
  z-index: 9999;
  pointer-events: none;
}

.reading-progress-bar {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent-orange) 0%, #ff8c38 60%, var(--accent-cyan) 100%);
  transform-origin: 0% 50%;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 30ms linear;
}

/* Effet Shimmer & Pulse */
.btn-shimmer {
  position: relative;
  overflow: hidden;
}

.btn-shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-45deg) translateX(-100%);
  animation: shimmer 4s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Mobile Sticky Bottom Bar */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid var(--border-color);
  padding: 12px 16px;
  display: flex;
  gap: 10px;
  z-index: 90;
  box-shadow: 0 -4px 16px rgba(9, 20, 38, 0.08);
}

@media (min-width: 640px) {
  .mobile-sticky-bar {
    display: none;
  }
}

.mobile-sticky-bar__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px;
  background-color: var(--accent-orange);
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-orange);
}

/* --------------------------------------------------------------------------
   OUTIL D'ESTIMATION ASSURANCE VTC (CALCULATEUR STATIQUE MULTI-ÉTAPES)
   -------------------------------------------------------------------------- */
.estimator-tool {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl, 16px);
  padding: 24px 18px;
  margin: 32px 0;
  box-shadow: 0 10px 25px -5px rgba(9, 20, 38, 0.05), 0 8px 10px -6px rgba(9, 20, 38, 0.03);
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .estimator-tool {
    padding: 36px 32px;
  }
}

/* En-tête de progression */
.estimator-progress-wrapper {
  margin-bottom: 28px;
}

.estimator-progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.estimator-step-indicator {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--accent-orange, #eb6905);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.estimator-step-hint {
  font-size: 0.8rem;
  color: var(--text-muted, #64748b);
  font-weight: 500;
}

.estimator-progress-track {
  width: 100%;
  height: 6px;
  background-color: #f1f5f9;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}

.estimator-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #ea580c, #f97316);
  border-radius: 9999px;
  transition: width 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Formulaire et conteneur des étapes */
.estimator-form {
  position: relative;
}

.estimator-step {
  display: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.estimator-step.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.estimator-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 24px 0;
  background: transparent;
}

.estimator-legend {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary, #091426);
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.3;
}

.estimator-legend__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: var(--primary, #091426);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
}

/* Grilles de cartes */
.estimator-options-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 640px) {
  .estimator-options-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .estimator-options-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .estimator-options-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 860px) {
  .estimator-options-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Cartes interactives améliorées */
.estimator-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 72px;
  padding: 16px 18px;
  background-color: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 180ms ease;
  user-select: none;
}

.estimator-card:hover {
  border-color: #cbd5e1;
  background-color: #f8fafc;
  transform: translateY(-1px);
}

.estimator-card:has(input:checked),
.estimator-card.is-selected {
  border-color: #ea580c;
  background-color: #fffaf5;
  box-shadow: 0 0 0 1px #ea580c, 0 4px 12px -2px rgba(234, 88, 12, 0.12);
}

.estimator-card:has(input:focus-visible) {
  outline: 2px solid #ea580c;
  outline-offset: 2px;
}

.estimator-card__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.estimator-card__icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background-color: #f1f5f9;
  color: #475569;
  flex-shrink: 0;
  transition: all 180ms ease;
}

.estimator-card:has(input:checked) .estimator-card__icon-wrapper,
.estimator-card.is-selected .estimator-card__icon-wrapper {
  background-color: #ea580c;
  color: #ffffff;
}

.estimator-card__icon-wrapper svg {
  width: 20px;
  height: 20px;
}

.estimator-card__content {
  flex: 1;
  min-width: 0;
}

.estimator-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary, #091426);
  line-height: 1.35;
  margin: 0 0 4px 0;
}

.estimator-card__desc {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.4;
  margin: 0;
}

.estimator-card__radio-indicator {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  margin-top: 2px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease;
}

.estimator-card:has(input:checked) .estimator-card__radio-indicator,
.estimator-card.is-selected .estimator-card__radio-indicator {
  border-color: #ea580c;
}

.estimator-card:has(input:checked) .estimator-card__radio-indicator::after,
.estimator-card.is-selected .estimator-card__radio-indicator::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ea580c;
}

/* Barre de navigation entre les étapes */
.estimator-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
}

.estimator-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: all 180ms cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}

.estimator-nav-btn--back {
  background-color: #f8fafc;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.estimator-nav-btn--back:hover:not(:disabled) {
  background-color: #f1f5f9;
  color: #0f172a;
  border-color: #cbd5e1;
}

.estimator-nav-btn--back:disabled {
  opacity: 0;
  pointer-events: none;
}

.estimator-nav-btn--next,
.estimator-nav-btn--submit {
  background-color: #ea580c;
  color: #ffffff !important;
  border: 1px solid transparent;
  box-shadow: 0 4px 14px -2px rgba(234, 88, 12, 0.35);
  margin-left: auto;
}

.estimator-nav-btn--next:hover,
.estimator-nav-btn--submit:hover {
  background-color: #c2410c;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px -2px rgba(234, 88, 12, 0.45);
}

.estimator-nav-btn--next:active,
.estimator-nav-btn--submit:active {
  transform: scale(0.98);
}

.estimator-nav-btn svg {
  width: 18px;
  height: 18px;
}

/* Zone d'affichage des résultats */
.estimator-results {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 2px dashed #e2e8f0;
  contain: layout;
  animation: estimatorFadeIn 220ms ease-out;
}

@keyframes estimatorFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.estimator-price-card {
  background: linear-gradient(135deg, #091426 0%, #152238 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px -5px rgba(9, 20, 38, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.estimator-price-card__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ea580c;
  background: rgba(234, 88, 12, 0.15);
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 12px;
}

.estimator-price-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #cbd5e1;
  margin: 0 0 10px 0;
}

.estimator-price-card__value {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  font-family: var(--font-mono, 'IBM Plex Mono', monospace);
  margin: 0;
}

@media (min-width: 640px) {
  .estimator-price-card__value {
    font-size: 2.25rem;
  }
}

.estimator-null-card {
  background-color: #fff7ed;
  border: 2px solid #fed7aa;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.estimator-null-card__text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #9a3412;
  margin: 0;
  line-height: 1.45;
}

/* BLOC MENTION ESTIMATION : Encadré discret bordure cuivre (#c27845 / #b45309), texte 14px */
.bloc-mention-estimation,
.estimator-disclaimer,
.mention-estimation {
  background-color: #fffbf7;
  border: 1px solid #e0c8b0;
  border-left: 4px solid #c27845;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.55;
  color: #5c4333;
  font-weight: 500;
}

/* ==========================================================================
   NOUVEAU PARCOURS DE CONVERSION FINAL
   ========================================================================== */
.estimator-conversion-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 20px;
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .estimator-conversion-card {
    padding: 32px 28px;
  }
}

.estimator-conversion-card__header {
  margin-bottom: 20px;
}

.estimator-conversion-card__title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary, #091426);
  margin: 0 0 6px 0;
}

.estimator-conversion-card__subtitle {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}

.estimator-conversion-card__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .estimator-conversion-card__actions {
    flex-direction: row;
    justify-content: center;
  }
}

.estimator-conversion-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 180ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

@media (min-width: 640px) {
  .estimator-conversion-btn {
    width: auto;
    min-width: 220px;
  }
}

.estimator-conversion-btn--wa {
  background-color: #25d366;
  color: #ffffff !important;
  box-shadow: 0 4px 14px -2px rgba(37, 211, 102, 0.35);
}

.estimator-conversion-btn--wa:hover {
  background-color: #1eb954;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px -2px rgba(37, 211, 102, 0.45);
}

.estimator-conversion-btn--phone {
  background-color: var(--primary, #091426);
  color: #ffffff !important;
  box-shadow: 0 4px 14px -2px rgba(9, 20, 38, 0.25);
}

.estimator-conversion-btn--phone:hover {
  background-color: #152238;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px -2px rgba(9, 20, 38, 0.35);
}

.estimator-conversion-btn__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.estimator-conversion-card__note {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0 0 16px 0;
  line-height: 1.4;
}

.estimator-reset-area {
  padding-top: 14px;
  border-top: 1px solid #e2e8f0;
}

.estimator-reset-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: #64748b;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 150ms ease;
}

.estimator-reset-btn:hover {
  color: var(--primary, #091426);
  background-color: #e2e8f0;
}

@media (prefers-reduced-motion: reduce) {
  .estimator-step,
  .estimator-progress-fill,
  .estimator-results,
  .estimator-card,
  .estimator-nav-btn,
  .estimator-conversion-btn {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

/* ==========================================================================
   COMPOSANT DIAGNOSTIC DOSSIER (Autonome, Accessible & 100% Qualitatif)
   ========================================================================== */
.diagnostic-dossier {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  margin: 40px 0;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

@media (min-width: 640px) {
  .diagnostic-dossier {
    padding: 40px 36px;
  }
}

.diagnostic-dossier::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-orange), var(--accent-cyan));
}

.diagnostic-header {
  margin-bottom: 28px;
  text-align: center;
}

.diagnostic-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-orange);
  background: rgba(235, 105, 5, 0.1);
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 14px;
}

.diagnostic-badge svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.diagnostic-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0 0 10px;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .diagnostic-title {
    font-size: 1.85rem;
  }
}

.diagnostic-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Barre de progression */
.diagnostic-progress {
  margin-bottom: 28px;
}

.diagnostic-progress__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.diagnostic-progress__counter {
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-orange);
}

.diagnostic-progress__track {
  width: 100%;
  height: 6px;
  background-color: var(--bg-surface-secondary);
  border-radius: 9999px;
  overflow: hidden;
}

.diagnostic-progress__bar {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-orange), #ff8c33);
  border-radius: 9999px;
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Étape du formulaire */
.diagnostic-step {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  margin: 0;
  background-color: #ffffff;
  display: none;
}

.diagnostic-step.is-active {
  display: block;
  animation: fadeInStep 0.25s ease-out;
}

@keyframes fadeInStep {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.diagnostic-step.shake-notice {
  animation: shakeNotice 0.4s ease;
}

@keyframes shakeNotice {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

.diagnostic-legend {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
  padding: 0 4px;
  width: 100%;
}

.diagnostic-step-num {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-orange);
}

.diagnostic-step-question {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.35;
}

.diagnostic-step-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 2px 0 0;
}

/* Options radio en cartes cliquables premium */
.diagnostic-cards-grid,
.diagnostic-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 640px) {
  .diagnostic-cards-grid,
  .diagnostic-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

.diagnostic-card,
.diagnostic-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background-color: var(--bg-surface);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-md);
  cursor: pointer;
  min-height: 64px;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  user-select: none;
  text-align: left;
}

.diagnostic-card:hover,
.diagnostic-option:hover {
  border-color: rgba(235, 105, 5, 0.6);
  background-color: #fffaf6;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.diagnostic-card input[type="radio"],
.diagnostic-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.diagnostic-card__indicator,
.diagnostic-option__indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  background-color: #ffffff;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.18s ease;
}

.diagnostic-card__indicator::after,
.diagnostic-option__indicator::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.diagnostic-card.is-selected,
.diagnostic-option.is-selected,
.diagnostic-card:has(input[type="radio"]:checked),
.diagnostic-option:has(input[type="radio"]:checked) {
  border-color: var(--accent-orange);
  background-color: #fff7ed;
  box-shadow: 0 2px 10px rgba(235, 105, 5, 0.12);
}

.diagnostic-card.is-selected .diagnostic-card__indicator,
.diagnostic-option.is-selected .diagnostic-option__indicator,
.diagnostic-card input[type="radio"]:checked ~ .diagnostic-card__indicator,
.diagnostic-option input[type="radio"]:checked ~ .diagnostic-option__indicator {
  border-color: var(--accent-orange);
  background-color: var(--accent-orange);
}

.diagnostic-card.is-selected .diagnostic-card__indicator::after,
.diagnostic-option.is-selected .diagnostic-option__indicator::after,
.diagnostic-card input[type="radio"]:checked ~ .diagnostic-card__indicator::after,
.diagnostic-option input[type="radio"]:checked ~ .diagnostic-option__indicator::after {
  opacity: 1;
  transform: scale(1);
}

.diagnostic-card:focus-within,
.diagnostic-option:focus-within {
  outline: 2px solid var(--accent-orange);
  outline-offset: 2px;
}

.diagnostic-card__content,
.diagnostic-option__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex-grow: 1;
}

.diagnostic-card__title,
.diagnostic-option__label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.35;
}

.diagnostic-card__desc {
  font-size: 0.825rem;
  color: var(--text-muted);
  line-height: 1.4;
  font-weight: 500;
}

/* Boutons de navigation */
.diagnostic-nav-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.diagnostic-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-family: var(--font-main);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.15s ease;
  min-height: 48px;
}

.diagnostic-nav-btn--prev {
  background-color: var(--bg-surface-secondary);
  color: var(--text-main);
  border: 1px solid var(--border-color);
}

.diagnostic-nav-btn--prev:hover {
  background-color: var(--border-color);
}

.diagnostic-nav-btn--next {
  background-color: var(--primary);
  color: #ffffff;
  border: none;
  margin-left: auto;
}

.diagnostic-nav-btn--next:hover {
  background-color: var(--primary-light);
  transform: translateY(-1px);
}

.diagnostic-nav-btn--next:active {
  transform: scale(0.98);
}

/* Zone de Résultat Qualitative (anti-CLS et carte 16px) */
.diagnostic-result {
  min-height: 220px;
  contain: layout;
  animation: fadeInResult 0.35s ease-out;
}

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

.diagnostic-result-card {
  background: linear-gradient(135deg, #091426 0%, #152238 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  margin-bottom: 28px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}

@media (min-width: 640px) {
  .diagnostic-result-card {
    padding: 36px 32px;
  }
}

.diagnostic-result-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-orange);
  background: rgba(235, 105, 5, 0.15);
  border: 1px solid rgba(235, 105, 5, 0.3);
  padding: 4px 14px;
  border-radius: 9999px;
  margin-bottom: 16px;
}

.diagnostic-result-card--a .diagnostic-result-badge {
  color: #4ade80;
  background: rgba(74, 222, 128, 0.15);
  border-color: rgba(74, 222, 128, 0.3);
}

.diagnostic-result-card--b .diagnostic-result-badge {
  color: var(--accent-cyan);
  background: rgba(87, 223, 254, 0.15);
  border-color: rgba(87, 223, 254, 0.3);
}

.diagnostic-result-card--c .diagnostic-result-badge {
  color: #fb923c;
  background: rgba(251, 146, 60, 0.15);
  border-color: rgba(251, 146, 60, 0.3);
}

.diagnostic-result-card--d .diagnostic-result-badge {
  color: #c084fc;
  background: rgba(192, 132, 252, 0.15);
  border-color: rgba(192, 132, 252, 0.3);
}

.diagnostic-result-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
}

.diagnostic-result-text {
  font-size: 1.1rem;
  line-height: 1.65;
  font-weight: 500;
  color: #f1f5f9;
  margin: 0;
}

@media (min-width: 640px) {
  .diagnostic-result-text {
    font-size: 1.2rem;
  }
}

/* Zone d'action / Parcours de conversion final */
.diagnostic-next-steps {
  background-color: var(--bg-surface-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  margin-bottom: 28px;
  text-align: center;
}

@media (min-width: 640px) {
  .diagnostic-next-steps {
    padding: 30px 28px;
  }
}

.diagnostic-next-steps__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0 0 8px;
  line-height: 1.3;
}

.diagnostic-next-steps__subtitle {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0 0 20px;
  line-height: 1.5;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.diagnostic-ctas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 620px;
  margin: 0 auto 16px;
}

@media (min-width: 600px) {
  .diagnostic-ctas-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.diagnostic-cta-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 14px 20px;
  border-radius: var(--radius-md);
  font-family: var(--font-main);
  text-decoration: none !important;
  font-weight: 700;
  min-height: 60px;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.diagnostic-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.diagnostic-cta-btn:active {
  transform: scale(0.98);
}

.diagnostic-cta-btn__main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.diagnostic-cta-btn__sub {
  font-size: 0.775rem;
  font-weight: 500;
  opacity: 0.9;
  letter-spacing: 0.02em;
}

.diagnostic-cta-btn--phone {
  background-color: var(--primary);
  color: #ffffff !important;
  border: 1.5px solid var(--primary);
}

.diagnostic-cta-btn--phone:hover {
  background-color: var(--primary-light);
  border-color: var(--primary-light);
}

.diagnostic-cta-btn--whatsapp {
  background-color: #128c7e;
  color: #ffffff !important;
  border: 1.5px solid #128c7e;
}

.diagnostic-cta-btn--whatsapp:hover {
  background-color: #075e54;
  border-color: #075e54;
}

.diagnostic-next-steps__schedule {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.4;
}

/* Articles recommandés */
.diagnostic-articles {
  margin-bottom: 28px;
}

.diagnostic-articles__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 14px;
}

.diagnostic-articles__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 640px) {
  .diagnostic-articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.diagnostic-article-card {
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  background-color: var(--bg-surface-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  text-decoration: none !important;
  transition: all 0.18s ease;
}

.diagnostic-article-card:hover {
  background-color: #ffffff;
  border-color: var(--accent-orange);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.diagnostic-article-card__tag {
  font-size: 0.725rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-orange);
  margin-bottom: 6px;
}

.diagnostic-article-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
  line-height: 1.35;
}

.diagnostic-article-card__desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 12px;
  line-height: 1.5;
  flex-grow: 1;
}

.diagnostic-article-card__arrow {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent-orange);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.diagnostic-article-card:hover .diagnostic-article-card__arrow {
  color: var(--accent-orange-hover);
}

/* Bouton refaire le test */
.diagnostic-reset-area {
  text-align: center;
  margin-top: 16px;
}

.diagnostic-reset-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-main);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: all 0.15s ease;
}

.diagnostic-reset-btn:hover {
  color: var(--primary);
  background-color: var(--bg-surface-secondary);
}

.diagnostic-reset-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* ==========================================================================
   13. COMPOSANT AUTONOME : ORIENTATION GARANTIES
   ========================================================================== */
.orientation-garanties {
  margin: 40px 0;
  padding: 32px 28px;
  background-color: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  position: relative;
}

@media (max-width: 640px) {
  .orientation-garanties {
    padding: 24px 18px;
    margin: 32px 0;
  }
}

.orientation-header {
  margin-bottom: 24px;
}

.orientation-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background-color: rgba(0, 168, 143, 0.1);
  color: var(--accent-teal);
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.orientation-badge svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.orientation-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0 0 8px;
  line-height: 1.25;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.orientation-subtitle {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.55;
}

/* Barre de progression */
.orientation-progress {
  margin-bottom: 24px;
}

.orientation-progress__track {
  height: 6px;
  background-color: var(--bg-surface-secondary);
  border-radius: 9999px;
  overflow: hidden;
  margin-bottom: 12px;
}

.orientation-progress__bar {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-teal), #00c9aa);
  border-radius: 9999px;
  transition: width 0.3s ease;
}

.orientation-progress__steps {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
}

.orientation-progress__step {
  transition: color 0.2s ease;
  white-space: nowrap;
}

.orientation-progress__step.is-active {
  color: var(--accent-teal);
  font-weight: 700;
}

.orientation-progress__step.is-completed {
  color: var(--text-main);
}

@media (max-width: 540px) {
  .orientation-progress__steps {
    font-size: 0.725rem;
  }
}

/* Formulaire et étapes */
.orientation-form {
  margin: 0;
}

.orientation-step {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px;
  margin: 0;
  background-color: #ffffff;
  display: none;
}

.orientation-step.is-active {
  display: block;
  animation: orientFadeIn 0.25s ease-out;
}

@keyframes orientFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.orientation-legend {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
  padding: 0 6px;
  width: 100%;
}

.orientation-step-num {
  font-size: 0.775rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-teal);
}

.orientation-step-question {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.4;
}

/* Options Oui / Non (min-height 54px > 48px) */
.orientation-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  .orientation-options {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.orientation-option {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background-color: #ffffff;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.18s ease;
  user-select: none;
  min-height: 54px;
}

.orientation-option:hover {
  border-color: var(--accent-teal);
  background-color: rgba(0, 168, 143, 0.03);
}

.orientation-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.orientation-option__indicator {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--border-color);
  margin-right: 14px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s ease;
}

.orientation-option input[type="radio"]:checked + .orientation-option__indicator {
  border-color: var(--accent-teal);
  background-color: var(--accent-teal);
}

.orientation-option input[type="radio"]:checked + .orientation-option__indicator::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}

.orientation-option:has(input[type="radio"]:checked),
.orientation-option.is-selected {
  border-color: var(--accent-teal);
  background-color: rgba(0, 168, 143, 0.06);
  box-shadow: 0 0 0 1px var(--accent-teal);
}

.orientation-option__label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.35;
}

/* Boutons de navigation (min-height 48px) */
.orientation-nav-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--border-color);
}

.orientation-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: var(--radius-sm);
  font-family: var(--font-main);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
  min-height: 48px;
}

.orientation-nav-btn--prev {
  background-color: transparent;
  color: var(--text-muted);
  border: 1px solid var(--border-color);
}

.orientation-nav-btn--prev:hover {
  background-color: var(--bg-surface-secondary);
  color: var(--primary);
}

.orientation-nav-btn--next {
  margin-left: auto;
  background-color: var(--primary);
  color: #ffffff;
  border: 1px solid var(--primary);
}

.orientation-nav-btn--next:hover {
  background-color: var(--primary-hover);
  transform: translateY(-1px);
}

/* Zone Résultat Qualitative (anti-CLS et carte 16px) */
.orientation-result {
  min-height: 220px;
  contain: layout;
  animation: orientFadeIn 0.3s ease-out;
}

.orientation-result-card {
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 24px;
  border-left: 4px solid var(--accent-teal);
  background-color: #ffffff;
  box-shadow: var(--shadow-sm);
}

.orientation-result-card--low {
  border-left-color: #3b82f6;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.04) 0%, #ffffff 100%);
}

.orientation-result-card--medium {
  border-left-color: var(--accent-teal);
  background: linear-gradient(135deg, rgba(0, 168, 143, 0.04) 0%, #ffffff 100%);
}

.orientation-result-card--high {
  border-left-color: var(--accent-orange);
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.04) 0%, #ffffff 100%);
}

.orientation-result-badge {
  display: inline-block;
  font-size: 0.775rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
  margin-bottom: 10px;
  background-color: var(--bg-surface-secondary);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}

.orientation-result-card--low .orientation-result-badge {
  color: #1e40af;
  background-color: #dbeafe;
}

.orientation-result-card--medium .orientation-result-badge {
  color: #065f46;
  background-color: #d1fae5;
}

.orientation-result-card--high .orientation-result-badge {
  color: #9a3412;
  background-color: #ffedd5;
}

.orientation-result-text {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-main);
  margin: 0;
  font-weight: 500;
}

/* Articles recommandés */
.orientation-articles {
  margin: 24px 0;
}

.orientation-articles__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 14px;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.orientation-articles__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 640px) {
  .orientation-articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.orientation-article-card {
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  background-color: var(--bg-surface-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  text-decoration: none !important;
  transition: all 0.18s ease;
}

.orientation-article-card:hover {
  background-color: #ffffff;
  border-color: var(--accent-teal);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.orientation-article-card__tag {
  font-size: 0.725rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-teal);
  margin-bottom: 6px;
}

.orientation-article-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
  line-height: 1.35;
}

.orientation-article-card__desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0 0 12px;
  line-height: 1.5;
  flex-grow: 1;
}

.orientation-article-card__arrow {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent-teal);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.orientation-article-card:hover .orientation-article-card__arrow {
  color: var(--accent-teal-hover);
}

/* CTA dans orientation */
.orientation-cta-block {
  margin: 24px 0 16px;
  background: var(--bg-surface);
}

/* Bouton reset */
.orientation-reset-area {
  text-align: center;
  margin-top: 20px;
}

.orientation-reset-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-main);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: all 0.15s ease;
}

.orientation-reset-btn:hover {
  color: var(--primary);
  background-color: var(--bg-surface-secondary);
}

.orientation-reset-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* ==========================================================================
   14. COMPOSANT AUTONOME : CRITÈRES VÉHICULE
   ========================================================================== */
.critere-vehicule {
  margin: 40px 0;
  padding: 32px 28px;
  background-color: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  position: relative;
}

@media (max-width: 640px) {
  .critere-vehicule {
    padding: 24px 18px;
    margin: 32px 0;
  }
}

.critere-header {
  margin-bottom: 24px;
}

.critere-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background-color: rgba(0, 168, 143, 0.1);
  color: var(--accent-teal);
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.critere-badge svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.critere-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0 0 8px;
  line-height: 1.25;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.critere-subtitle {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.55;
}

/* Formulaire */
.critere-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 0 24px;
}

@media (max-width: 720px) {
  .critere-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.critere-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.critere-field--full {
  grid-column: 1 / -1;
}

.critere-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
}

.critere-hint {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: -2px;
  margin-bottom: 4px;
}

.critere-select,
.critere-input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  background-color: #ffffff;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-family: var(--font-main);
  font-size: 0.95rem;
  color: var(--text-main);
  transition: all 0.18s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='%2364748b'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
}

.critere-input {
  background-image: none;
}

.critere-select:focus,
.critere-input:focus {
  outline: none;
  border-color: var(--accent-teal);
  box-shadow: 0 0 0 3px rgba(0, 168, 143, 0.12);
}

.critere-radios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.critere-radio-card {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  background-color: #ffffff;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all 0.18s ease;
  min-height: 48px;
  user-select: none;
}

.critere-radio-card:hover {
  border-color: var(--accent-teal);
  background-color: rgba(0, 168, 143, 0.03);
}

.critere-radio-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.critere-radio-card__indicator {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--border-color);
  margin-right: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s ease;
}

.critere-radio-card input[type="radio"]:checked + .critere-radio-card__indicator {
  border-color: var(--accent-teal);
  background-color: var(--accent-teal);
}

.critere-radio-card input[type="radio"]:checked + .critere-radio-card__indicator::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}

.critere-radio-card:has(input[type="radio"]:checked) {
  border-color: var(--accent-teal);
  background-color: rgba(0, 168, 143, 0.06);
  box-shadow: 0 0 0 1px var(--accent-teal);
}

.critere-radio-card__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.3;
}

.critere-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  background-color: var(--primary);
  color: #ffffff;
  border: 1px solid var(--primary);
  border-radius: var(--radius-sm);
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 48px;
}

.critere-submit-btn:hover {
  background-color: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

/* Zone Résultat (anti-CLS et carte 16px) */
.critere-result {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
  min-height: 200px;
  contain: layout;
  animation: critereFadeIn 0.3s ease-out;
}

@keyframes critereFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.critere-result-box {
  padding: 22px 24px;
  border-radius: 16px;
  margin-bottom: 24px;
  border-left: 4px solid;
  background-color: #ffffff;
  box-shadow: var(--shadow-sm);
}

/* État 🟢 Conforme réglementaire */
.critere-result-box--conforme {
  border-left-color: #10b981;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, #ffffff 100%);
}

.critere-result-box--conforme .critere-result-badge {
  color: #065f46;
  background-color: #d1fae5;
}

/* État 🟠 Demande de vérification */
.critere-result-box--verification {
  border-left-color: #f59e0b;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, #ffffff 100%);
}

.critere-result-box--verification .critere-result-badge {
  color: #92400e;
  background-color: #fef3c7;
}

.critere-result-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.775rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
}

.critere-result-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-main);
  margin: 0;
  font-weight: 500;
}

.critere-result-list {
  margin: 14px 0 14px 20px;
  padding: 0;
  color: var(--text-main);
  font-size: 0.95rem;
  line-height: 1.6;
}

.critere-result-list li {
  margin-bottom: 6px;
}

/* Liens d'approfondissement */
.critere-links {
  margin: 24px 0;
}

.critere-links__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 12px;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.critere-links__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 640px) {
  .critere-links__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.critere-link-card {
  display: flex;
  flex-direction: column;
  padding: 16px 18px;
  background-color: var(--bg-surface-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  text-decoration: none !important;
  transition: all 0.18s ease;
}

.critere-link-card:hover {
  background-color: #ffffff;
  border-color: var(--accent-teal);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.critere-link-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 4px;
}

.critere-link-card__desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 8px;
  line-height: 1.45;
  flex-grow: 1;
}

.critere-link-card__arrow {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent-teal);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.critere-reset-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-main);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: all 0.15s ease;
  margin-top: 14px;
}

.critere-reset-btn:hover {
  color: var(--primary);
  background-color: var(--bg-surface-secondary);
}

/* ==========================================================================
   15. COMPOSANT AUTONOME : CHECKLIST DOCUMENTS
   ========================================================================== */
.checklist-documents {
  margin: 36px 0;
  padding: 32px 28px;
  background-color: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  position: relative;
}

@media (max-width: 640px) {
  .checklist-documents {
    padding: 24px 18px;
    margin: 28px 0;
  }
}

.checklist-header {
  margin-bottom: 24px;
}

.checklist-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background-color: rgba(235, 105, 5, 0.1);
  color: var(--accent-orange);
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.checklist-badge svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.checklist-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0 0 8px;
  line-height: 1.25;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.checklist-subtitle {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.55;
}

/* Grille des situations (cases à cocher multiples) */
.checklist-situations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.checklist-checkbox-card {
  display: flex;
  align-items: flex-start;
  padding: 14px 16px;
  background-color: #ffffff;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all 0.18s ease;
  min-height: 48px;
  user-select: none;
}

.checklist-checkbox-card:hover {
  border-color: var(--accent-teal);
  background-color: rgba(0, 168, 143, 0.03);
}

.checklist-checkbox-card input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checklist-checkbox-card__box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid var(--border-color);
  margin-right: 12px;
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s ease;
  background-color: #ffffff;
}

.checklist-checkbox-card input[type="checkbox"]:checked + .checklist-checkbox-card__box {
  border-color: var(--accent-teal);
  background-color: var(--accent-teal);
}

.checklist-checkbox-card input[type="checkbox"]:checked + .checklist-checkbox-card__box svg {
  display: block;
}

.checklist-checkbox-card__box svg {
  display: none;
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

.checklist-checkbox-card:has(input[type="checkbox"]:checked) {
  border-color: var(--accent-teal);
  background-color: rgba(0, 168, 143, 0.06);
  box-shadow: 0 0 0 1px var(--accent-teal);
}

.checklist-checkbox-card__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.checklist-checkbox-card__label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.checklist-checkbox-card__desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Zone des résultats générés */
.checklist-result-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}

.checklist-result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.checklist-result-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.checklist-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  border-radius: 9999px;
  background-color: var(--primary);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
}

.checklist-print-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #ffffff;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: var(--primary);
  font-family: var(--font-main);
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.18s ease;
  min-height: 40px;
}

.checklist-print-btn:hover {
  border-color: var(--accent-teal);
  color: var(--accent-teal);
  background-color: rgba(0, 168, 143, 0.04);
}

.checklist-print-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Liste des documents cumulée sans doublon */
.checklist-items-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: border-color 0.15s ease;
}

.checklist-item:hover {
  border-color: var(--border-color-focus);
}

.checklist-item__check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ecfdf5;
  color: #059669;
  border: 1.5px solid #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.checklist-item__check svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.checklist-item__body {
  flex-grow: 1;
}

.checklist-item__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 3px;
}

.checklist-item__detail {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0;
}

.checklist-item__tag {
  display: inline-block;
  font-size: 0.725rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 6px;
  background-color: var(--bg-surface-secondary);
  color: var(--text-muted);
}

.checklist-item__tag--base {
  background-color: #f1f5f9;
  color: #475569;
}

.checklist-item__tag--specific {
  background-color: #fff7ed;
  color: #c2410c;
}

/* Texte de transition obligatoire */
.checklist-advice-text {
  font-size: 0.95rem;
  color: var(--text-main);
  line-height: 1.6;
  margin: 20px 0 16px;
  padding: 14px 18px;
  background-color: var(--bg-surface-secondary);
  border-left: 3px solid var(--accent-orange);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-weight: 500;
}

/* RÈGLE D'IMPRESSION PROPRE (@media print) POUR LA CHECKLIST DOCUMENTS */
@media print {
  @page {
    margin: 1.5cm;
    size: A4 portrait;
  }

  body * {
    visibility: hidden;
  }
  
  .checklist-documents,
  .checklist-documents * {
    visibility: visible;
  }

  .checklist-documents {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    background: #ffffff !important;
  }

  .checklist-header {
    margin-bottom: 16px;
    border-bottom: 2px solid #091426;
    padding-bottom: 12px;
  }

  .checklist-title {
    font-size: 1.4rem !important;
    color: #000000 !important;
  }

  .checklist-subtitle {
    font-size: 0.9rem !important;
    color: #444444 !important;
  }

  /* Éléments interactifs et non pertinents masqués lors de l'impression */
  .checklist-situations,
  .checklist-checkbox-card,
  .checklist-print-btn,
  .checklist-badge,
  .cta-block,
  .cta-hero,
  .site-header,
  .site-footer,
  .breadcrumbs,
  .floating-contact-bubble,
  .mobile-nav,
  #search-modal {
    display: none !important;
  }

  .checklist-result-section {
    border-top: none !important;
    margin-top: 12px !important;
    padding-top: 0 !important;
  }

  .checklist-result-title {
    font-size: 1.1rem !important;
    color: #000000 !important;
    margin-bottom: 12px !important;
  }

  .checklist-items-list {
    margin-bottom: 16px;
  }

  .checklist-item {
    border: 1px solid #d1d5db !important;
    border-radius: 4px !important;
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 8px !important;
    padding: 10px 14px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .checklist-item__check {
    border: 1.5px solid #000000 !important;
    background: transparent !important;
    color: #000000 !important;
  }

  .checklist-item__check svg {
    fill: #000000 !important;
  }

  .checklist-item__title {
    color: #000000 !important;
    font-size: 0.95rem !important;
  }

  .checklist-item__detail {
    color: #333333 !important;
    font-size: 0.85rem !important;
  }

  .checklist-item__tag {
    border: 1px solid #cccccc !important;
    background: transparent !important;
    color: #444444 !important;
  }
  
  .checklist-advice-text {
    border-left: 3px solid #000000 !important;
    background: #f8f9fa !important;
    color: #222222 !important;
    padding: 10px 14px !important;
    font-size: 0.85rem !important;
    break-inside: avoid;
  }
}

/* ==========================================================================
   THEME ANIMATIONS & MODERN UTILITIES (HANKEN GROTESK DESIGN SYSTEM)
   ========================================================================== */
.hero-glow {
  background: radial-gradient(circle at center, rgba(87, 223, 254, 0.08) 0%, transparent 70%);
}

.delay-100 { animation-delay: 100ms; opacity: 0; }
.delay-200 { animation-delay: 200ms; opacity: 0; }
.delay-300 { animation-delay: 300ms; opacity: 0; }

.animate-fade-up {
  animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-pulse-glow {
  animation: pulseGlow 2s infinite;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(235, 105, 5, 0.4);
  }
  50% {
    box-shadow: 0 0 20px 8px rgba(235, 105, 5, 0);
  }
}

.btn-shimmer {
  position: relative;
  overflow: hidden;
}

.btn-shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-45deg) translateX(-100%);
  animation: shimmer 4s infinite;
}

@keyframes shimmer {
  0% {
    transform: skewX(-45deg) translateX(-100%);
  }
  100% {
    transform: skewX(-45deg) translateX(200%);
  }
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.star-anim {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: opacity, transform;
}

.star-anim.is-visible {
  opacity: 1;
  transform: scale(1);
}

.stars-container {
  color: #FFB800;
}

.stars-container svg {
  color: #FFB800;
  fill: #FFB800;
}






