/**
 * Page d'accueil Propulsecar — v21 (redesign 2026)
 * Prefixe : hi- (home-index)
 * Police : League Spartan (déjà chargée dans base.html) pour les titres
 */

/* ===== VARIABLES ===== */
.home-index {
  --hi-navy: #0B1F3A;
  --hi-blue: #034AAA;
  --hi-blue-mid: #1558C0;
  --hi-blue-light: #E8F0FB;
  --hi-blue-pale: #F0F5FF;
  --hi-blue-2: #1558C0;
  --hi-blue-3: #2A7FE0;
  --hi-blue-pale-2: #D4E5FF;
  --hi-navy-light: rgba(11,31,58,0.08);
  --hi-off-white: #F8F8F6;
  --hi-gray-100: #F2F2EF;
  --hi-gray-200: #E5E5E0;
  --hi-gray-400: #9B9B94;
  --hi-gray-600: #5C5C58;
  --hi-border: rgba(11,31,58,0.08);
  --hi-text: #0B1F3A;

  /* ── Boutons v2 — dégradés & ombres brand ────────────── */
  --hi-grad-primary:       linear-gradient(135deg, #1558C0 0%, #034AAA 55%, #0B2E7A 100%);
  --hi-grad-primary-hover: linear-gradient(135deg, #2A7FE0 0%, #1558C0 55%, #034AAA 100%);
  --hi-grad-white:         linear-gradient(180deg, #FFFFFF 0%, #F0F4FB 100%);
  --hi-grad-navy:          linear-gradient(135deg, #1a3a6b 0%, #0B1F3A 55%, #081629 100%);
  --hi-grad-navy-hover:    linear-gradient(135deg, #2A4E8A 0%, #1a3a6b 55%, #0B1F3A 100%);
  --hi-sh-blue:        0 6px 20px rgba(21,88,192,.32), 0 1px 3px rgba(3,74,170,.25);
  --hi-sh-blue-hover:  0 10px 28px rgba(21,88,192,.45), 0 2px 5px rgba(3,74,170,.3);
  --hi-sh-white:       0 8px 24px rgba(11,31,58,.35), 0 1px 2px rgba(11,31,58,.28);
  --hi-sh-white-hover: 0 14px 32px rgba(11,31,58,.42), 0 2px 6px rgba(11,31,58,.32);
  --hi-sh-navy:        0 6px 20px rgba(11,31,58,.35), 0 1px 3px rgba(11,31,58,.28);
  --hi-sh-navy-hover:  0 10px 28px rgba(11,31,58,.45), 0 2px 5px rgba(11,31,58,.32);
  --hi-inset-hl:       inset 0 1px 0 rgba(255,255,255,.22);
  --hi-ease:           cubic-bezier(.2,.7,.2,1);

  /* ── Système de radius unifié ────────────────────────────────
     5 niveaux + pill + circle. Toutes les nouvelles règles doivent
     utiliser ces tokens plutôt que des valeurs hard-codées. */
  --hi-r-sm:     8px;   /* tags, chips internes, price badge */
  --hi-r-md:    12px;   /* boutons, icônes container, search-bar inner */
  --hi-r-lg:    16px;   /* cards standard (car, trust, pro-item, search-bar) */
  --hi-r-xl:    20px;   /* grandes cards & grids (understand, ac, cta-final) */
  --hi-r-xxl:   24px;   /* panels majeurs (sym, join) */
  --hi-r-pill:  999px;  /* badges arrondis pill */
  --hi-r-circle: 50%;   /* avatars ronds */
  --hi-btn-radius: var(--hi-r-md);

  padding-bottom: 0;
  margin-top: -0.5rem;
}

@media (min-width: 992px) {
  .home-index { margin-top: 0; }
}

/* ===== HERO ===== */
.hi-hero {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 72px;
  background: var(--hi-navy);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hi-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.hi-hero-glow {
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(3,74,170,0.35) 0%, transparent 70%);
  top: -100px; right: -100px;
  pointer-events: none;
}

.hi-hero-glow-2 {
  position: absolute;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(245,114,42,0.1) 0%, transparent 70%);
  bottom: 60px; left: 40px;
  pointer-events: none;
}

.hi-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  width: 100%;
}

.hi-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: var(--hi-r-pill);
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin-bottom: 28px;
  letter-spacing: 0.04em;
  animation: hiSlideUp 0.6s ease both;
}

.hi-eyebrow-dot {
  width: 6px; height: 6px;
  border-radius: var(--hi-r-circle);
  background: var(--hi-blue-3);
  display: inline-block;
  flex-shrink: 0;
}

.hi-hero-title {
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 800;
  color: white;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
  animation: hiSlideUp 0.6s 0.1s ease both;
}

/* Accent bleu vif sur fond sombre — readable sur navy */
.hi-accent { color: #6AABFF; }

.hi-hero-sub {
  font-size: 17px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  margin-bottom: 36px;
  line-height: 1.6;
  animation: hiSlideUp 0.6s 0.2s ease both;
}

/* Search */
.hi-search-wrap {
  position: relative;
  /* Stacking context au-dessus de .hi-hero-ctas (qui crée son propre
     contexte à cause du transform de l'animation hiSlideUp) afin que
     la dropdown de suggestions passe au-dessus des boutons. */
  z-index: 30;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 28px;
  animation: hiSlideUp 0.6s 0.3s ease both;
}

.hi-search-bar {
  background: white;
  border-radius: var(--hi-r-lg);
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 20px 70px rgba(0,0,0,0.35);
}

/* ── Dropdown suggestions autocomplete — look premium ── */
#suggestions {
  /* Écrase z-index inline (1040) pour rester dans notre contexte propre,
     et garantit le placement au-dessus de tous les siblings hero. */
  z-index: 50 !important;
  border: 1px solid rgba(11,31,58,.08) !important;
  border-radius: var(--hi-r-lg) !important;
  box-shadow: 0 24px 60px rgba(11,31,58,.22), 0 4px 12px rgba(11,31,58,.1) !important;
  margin-top: 8px !important;
  overflow: hidden;
  max-height: 420px;
  overflow-y: auto;
}
#suggestions .suggestion-item,
#suggestions .suggestion-item:link,
#suggestions .suggestion-item:visited {
  color: var(--hi-navy);
  text-decoration: none;
  transition: background-color .14s ease;
}
#suggestions .suggestion-item:hover,
#suggestions .suggestion-item:focus {
  background: var(--hi-blue-pale);
  color: var(--hi-navy);
}
#suggestions .suggestion-item .text-primary {
  color: var(--hi-blue) !important;
}
#suggestions .suggestion-item:last-child {
  border-bottom: 0 !important;
}

.hi-search-left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
}

.hi-search-icon {
  color: var(--hi-gray-400);
  flex-shrink: 0;
}

.hi-search-input {
  border: none;
  outline: none;
  font-size: 15px;
  color: var(--hi-text);
  background: transparent;
  width: 100%;
  font-family: inherit;
}

.hi-search-input::placeholder { color: var(--hi-gray-400); }

/* ============================================================
   BOUTONS V2 — Système Propulsecar premium
   3 patterns : primary (gradient brand), white (sur navy), ghost
   + 2 variantes : navy (solid) pour cards gris-pâle, chip (nav)
   + modifiers : block (100% width), sm (compact), lg (hero)
   ============================================================ */

/* Base partagée */
.hi-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border: 0;
  border-radius: var(--hi-btn-radius);
  font: 700 14px/1 'League Spartan', 'Inter', system-ui, sans-serif;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform .22s var(--hi-ease),
    box-shadow .22s var(--hi-ease),
    background .22s ease,
    border-color .14s ease;
  outline: none;
}
.hi-btn i { font-size: 13px; }
.hi-btn:active { transform: translateY(0) scale(.98); }
.hi-btn:focus-visible {
  outline: 2px solid var(--hi-blue-3);
  outline-offset: 3px;
}

/* Sheen diagonal — passe au hover (effet Stripe/Linear) */
.hi-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
    transparent 40%,
    rgba(255,255,255,.22) 50%,
    transparent 60%);
  transform: translateX(-120%);
  transition: transform .7s ease;
  pointer-events: none;
}
.hi-btn:hover::after { transform: translateX(120%); }

/* ⚠️ Neutralise la règle globale `a:visited { color: ... }` de style.css
   qui faisait apparaître du texte bleu sur fond bleu dès le premier clic.
   On force la couleur sur tous les états interactifs pour chaque variante. */

/* ── Variante PRIMARY : gradient brand bleu ── */
.hi-btn-primary,
.hi-btn-primary:link,
.hi-btn-primary:visited {
  background: var(--hi-grad-primary);
  color: #fff;
  box-shadow: var(--hi-sh-blue), var(--hi-inset-hl);
}
.hi-btn-primary:hover,
.hi-btn-primary:focus {
  background: var(--hi-grad-primary-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--hi-sh-blue-hover), var(--hi-inset-hl);
}
.hi-btn-primary:focus-visible { outline-color: #fff; }

/* ── Variante WHITE : sur fond navy/sombre ── */
.hi-btn-white,
.hi-btn-white:link,
.hi-btn-white:visited {
  background: var(--hi-grad-white);
  color: var(--hi-navy);
  box-shadow: var(--hi-sh-white), var(--hi-inset-hl);
}
.hi-btn-white:hover,
.hi-btn-white:focus {
  color: var(--hi-navy);
  transform: translateY(-2px);
  box-shadow: var(--hi-sh-white-hover), var(--hi-inset-hl);
}

/* ── Variante GHOST : fantôme blanc sur navy ── */
.hi-btn-ghost,
.hi-btn-ghost:link,
.hi-btn-ghost:visited {
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.5);
}
.hi-btn-ghost:hover,
.hi-btn-ghost:focus {
  background: rgba(255,255,255,.14);
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(11,31,58,.28);
}

/* ── Variante NAVY : solid navy sur fond clair ── */
.hi-btn-navy,
.hi-btn-navy:link,
.hi-btn-navy:visited {
  background: var(--hi-grad-navy);
  color: #fff;
  box-shadow: var(--hi-sh-navy), var(--hi-inset-hl);
}
.hi-btn-navy:hover,
.hi-btn-navy:focus {
  background: var(--hi-grad-navy-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--hi-sh-navy-hover), var(--hi-inset-hl);
}

/* ── Modifiers ── */
.hi-btn-block { display: flex; width: 100%; }
.hi-btn-sm    { padding: 10px 18px; font-size: 13px; }
.hi-btn-lg    { padding: 15px 30px; font-size: 15px; }

/* Reduce-motion */
@media (prefers-reduced-motion: reduce) {
  .hi-btn, .hi-btn::after { transition: none; animation: none; }
  .hi-btn:hover { transform: none; }
  .hi-btn:hover::after { transform: translateX(-120%); }
}

/* ── Positionnement : bouton de recherche dans la search-bar ── */
.hi-search-btn {
  margin: 6px;
  white-space: nowrap;
}

/* Pills CTA (container hero) */
.hi-hero-ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
  animation: hiSlideUp 0.6s 0.4s ease both;
}

/* Stats */
.hi-hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  animation: hiSlideUp 0.6s 0.5s ease both;
  flex-wrap: wrap;
}

.hi-stat { text-align: center; padding: 0 24px; }

.hi-stat-num {
  font-family: 'League Spartan', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: white;
}

.hi-stat-lbl {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  margin-top: 3px;
}

.hi-stat-div {
  width: 0.5px;
  height: 36px;
  background: rgba(255,255,255,0.12);
}

/* Hero — desktop : padding horizontal standard,
   le gabarit 1140px est assuré par .home-index */
@media (min-width: 992px) {
  .hi-hero {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 600px) {
  .hi-hero { padding: 90px 20px 60px; }
  .hi-hero-title { font-size: 30px; }
  .hi-hero-sub { font-size: 15px; }
  .hi-stat-div { display: none; }
  .hi-stat { padding: 8px 16px; }
  .hi-hero-ctas { gap: 8px; }
  .hi-search-bar { flex-direction: column; border-radius: var(--hi-r-md); }
  .hi-search-left { width: 100%; border-bottom: 0.5px solid var(--hi-border); }
  .hi-search-btn { margin: 8px; width: calc(100% - 16px); }
}

/* ===== GABARIT GLOBAL — même traitement que .vehicles-page ===== */
/* Sur desktop : toute la page (backgrounds inclus) est contenue à 1140px,
   centrée avec shadow, comme /vehicules. */
@media (min-width: 992px) {
  .home-index {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.13);
  }
}

/* ===== SECTIONS COMMUNES ===== */
.hi-section { padding: 80px 0; }
.hi-section.hi-understand { background: var(--hi-off-white); }
.hi-section.hi-advance { background: white; }
.hi-section.hi-symmetry { background: var(--hi-off-white); }
.hi-section.hi-marketplace { background: white; }
.hi-section.hi-trust { background: var(--hi-off-white); }
.hi-section.hi-pros-section { background: white; }
.hi-section.hi-join-section { background: var(--hi-off-white); padding-bottom: 60px; }

/* .hi-section-tag : chip tag de section (pill) */
.hi-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hi-blue);
  background: var(--hi-blue-pale);
  border-radius: var(--hi-r-pill);
  padding: 5px 14px;
  margin-bottom: 18px;
}

.hi-section-h2 {
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--hi-navy);
  margin-bottom: 12px;
}

.hi-section-sub {
  font-size: 16px;
  color: var(--hi-gray-600);
  font-weight: 300;
  line-height: 1.7;
  max-width: 520px;
}

/* Scroll reveal */
.hi-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* ===== COMPRENDRE ===== */
.hi-understand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--hi-gray-200);
  border-radius: var(--hi-r-xl);
  overflow: hidden;
  margin-top: 48px;
}

.hi-understand-item {
  background: white;
  padding: 32px 24px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
  display: block;
}

.hi-understand-item:hover {
  background: var(--hi-blue-pale);
  color: inherit;
}

.hi-understand-num {
  font-family: 'League Spartan', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--hi-blue);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.hi-understand-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--hi-r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}

.hi-understand-icon i { font-size: 18px; }

.hi-u-blue   { background: var(--hi-blue-light);  color: var(--hi-blue); }
.hi-u-orange { background: var(--hi-blue-pale-2); color: var(--hi-blue-2); }
.hi-u-green  { background: var(--hi-navy-light);  color: var(--hi-navy); }
.hi-u-navy   { background: var(--hi-navy);         color: white; }
.hi-u-navy-inv { background: rgba(255,255,255,0.12); color: white; }

.hi-understand-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--hi-navy);
}

.hi-understand-item p {
  font-size: 13px;
  color: var(--hi-gray-600);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .hi-understand-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .hi-understand-grid { grid-template-columns: 1fr; }
}

/* ===== COMMENT AVANCER ===== */
.hi-advance-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}

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

.hi-ac-card {
  border-radius: var(--hi-r-xl);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
}

.hi-ac-card:hover { transform: translateY(-4px); }

.hi-ac-solo {
  background: var(--hi-gray-100);
  border: 0.5px solid var(--hi-gray-200);
}

.hi-ac-free {
  background: var(--hi-navy);
}

.hi-ac-pro {
  background: var(--hi-blue-pale);
  border: 0.5px solid rgba(3,74,170,0.15);
}

.hi-ac-badge {
  position: absolute;
  top: 18px; right: 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--hi-r-pill);
}

/* Badges sans orange ni vert : variantes bleues distinctes */
.hi-badge-free        { background: var(--hi-blue-light);  color: var(--hi-blue); }
.hi-badge-recommended { background: var(--hi-navy);         color: white; }
.hi-badge-premium     { background: var(--hi-blue);         color: white; }

.hi-ac-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--hi-r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 18px;
}

.hi-ac-solo .hi-ac-icon { background: var(--hi-gray-200); color: var(--hi-navy); }
.hi-ac-free .hi-ac-icon { background: rgba(255,255,255,0.15); color: white; }
.hi-ac-pro .hi-ac-icon { background: var(--hi-blue-light); color: var(--hi-blue); }

.hi-ac-title {
  font-family: 'League Spartan', sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 8px;
}

.hi-ac-solo .hi-ac-title,
.hi-ac-pro .hi-ac-title { color: var(--hi-navy); }
.hi-ac-free .hi-ac-title { color: white; }

.hi-ac-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.hi-ac-solo .hi-ac-desc,
.hi-ac-pro .hi-ac-desc { color: var(--hi-gray-600); }
.hi-ac-free .hi-ac-desc { color: rgba(255,255,255,0.65); }

.hi-ac-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.hi-ac-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.hi-ac-solo .hi-ac-features li,
.hi-ac-pro .hi-ac-features li { color: var(--hi-gray-600); }
.hi-ac-free .hi-ac-features li { color: rgba(255,255,255,0.8); }

.hi-ac-check {
  width: 18px; height: 18px;
  border-radius: var(--hi-r-circle);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
}

.hi-ac-solo .hi-ac-check { background: var(--hi-gray-200); color: var(--hi-gray-600); }
.hi-ac-free .hi-ac-check { background: rgba(255,255,255,0.15); color: white; }
.hi-ac-pro .hi-ac-check { background: var(--hi-blue-light); color: var(--hi-blue); }

/* Spacing/layout uniquement — le visuel vient du .hi-btn-* appliqué en HTML */
.hi-ac-cta { margin-top: auto; }

@media (max-width: 900px) {
  .hi-advance-cards { grid-template-columns: 1fr; }
  .hi-advance-header { flex-direction: column; align-items: flex-start; }
}

/* ===== SYMÉTRIE ===== */
.hi-sym-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--hi-gray-200);
  border-radius: var(--hi-r-xxl);
  overflow: hidden;
  margin-top: 48px;
}

.hi-sym-panel {
  background: white;
  padding: 48px 44px;
}

.hi-sym-dark { background: var(--hi-navy); }

.hi-sym-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--hi-r-pill);
  margin-bottom: 24px;
}

.hi-sym-tag i { font-size: 11px; }

.hi-sym-tag-sell { background: var(--hi-blue-light); color: var(--hi-blue); }
.hi-sym-tag-buy { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.75); }

.hi-sym-panel h3 {
  font-family: 'League Spartan', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
  color: var(--hi-navy);
}

.hi-sym-dark h3 { color: white; }

.hi-sym-steps { list-style: none; padding: 0; margin: 0 0 28px; }

.hi-sym-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 0.5px solid var(--hi-border);
}

.hi-sym-dark .hi-sym-step { border-bottom-color: rgba(255,255,255,0.08); }
.hi-sym-step:last-child { border-bottom: none; }

.hi-sym-num {
  width: 26px; height: 26px;
  border-radius: var(--hi-r-circle);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
}

.hi-sym-panel:not(.hi-sym-dark) .hi-sym-num { background: var(--hi-blue-light); color: var(--hi-blue); }
.hi-sym-dark .hi-sym-num { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); }

.hi-sym-text h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--hi-navy);
}

.hi-sym-dark .hi-sym-text h4 { color: white; }

.hi-sym-text p {
  font-size: 13px;
  color: var(--hi-gray-400);
  line-height: 1.5;
  margin: 0;
}

.hi-sym-dark .hi-sym-text p { color: rgba(255,255,255,0.45); }

/* Spacing contextuel — visuel via .hi-btn-* en HTML */
.hi-sym-cta { margin-top: 8px; align-self: flex-start; }

@media (max-width: 900px) {
  .hi-sym-grid { grid-template-columns: 1fr; }
  .hi-sym-panel { padding: 36px 28px; }
}

/* ===== MARKETPLACE ===== */
.hi-marketplace-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 16px;
}

.hi-see-all {
  font-size: 14px;
  color: var(--hi-blue);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.hi-see-all:hover { color: var(--hi-blue-mid); }

.hi-cars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hi-car-card {
  background: white;
  border-radius: var(--hi-r-lg);
  overflow: hidden;
  border: 0.5px solid var(--hi-gray-200);
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
  display: block;
}

.hi-car-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(11,31,58,0.1);
  border-color: transparent;
  color: inherit;
}

.hi-car-img {
  height: 200px;
  position: relative;
  background: var(--hi-gray-100);
  overflow: hidden;
}

.hi-car-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hi-car-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hi-gray-400);
}

.hi-car-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 5px;
}

.hi-car-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--hi-r-sm);
}

.hi-tag-pro { background: var(--hi-navy); color: white; }
.hi-tag-part { background: #f0f0ec; color: #555; }

.hi-car-price-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: white;
  color: var(--hi-navy);
  font-family: 'League Spartan', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: var(--hi-r-sm);
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

.hi-car-body { padding: 16px 18px; }

.hi-car-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--hi-navy);
}

.hi-car-meta {
  font-size: 13px;
  color: var(--hi-gray-400);
  margin-bottom: 12px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.hi-car-meta span + span::before { content: '·'; margin-right: 4px; }

/* Spacing contextuel — visuel via .hi-btn-primary en HTML */
.hi-car-contact-btn { margin-top: 4px; }

@media (max-width: 900px) {
  .hi-cars-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .hi-cars-grid { grid-template-columns: 1fr; }
}

/* ===== TRUST ===== */
.hi-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.hi-trust-card {
  border-radius: var(--hi-r-lg);
  padding: 28px 22px;
  border: 0.5px solid var(--hi-gray-200);
  background: white;
  transition: all 0.2s;
}

.hi-trust-card:hover {
  border-color: var(--hi-blue);
  transform: translateY(-2px);
}

.hi-trust-icon {
  width: 52px; height: 52px;
  border-radius: var(--hi-r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.hi-trust-icon i { font-size: 18px; }

.hi-trust-card h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--hi-navy);
}

.hi-trust-card p {
  font-size: 13px;
  color: var(--hi-gray-600);
  line-height: 1.6;
  margin: 0;
}

.hi-trust-big {
  grid-column: span 2;
  background: var(--hi-navy);
  border-color: transparent;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 36px;
}

.hi-trust-big:hover { border-color: transparent; }

.hi-trust-big-content h3 { color: white; }
.hi-trust-big-content p { color: rgba(255,255,255,0.6); margin-top: 4px; }

/* Spacing contextuel — visuel via .hi-btn-white en HTML */
.hi-trust-big-cta { flex-shrink: 0; white-space: nowrap; }

@media (max-width: 900px) {
  .hi-trust-grid { grid-template-columns: 1fr 1fr; }
  .hi-trust-big { grid-column: span 2; flex-direction: column; gap: 16px; align-items: flex-start; }
}

@media (max-width: 560px) {
  .hi-trust-grid { grid-template-columns: 1fr; }
  .hi-trust-big { grid-column: span 1; }
}

/* ===== PROS ===== */
.hi-pros-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 16px;
}

.hi-pros-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hi-pro-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--hi-off-white);
  border-radius: var(--hi-r-lg);
  padding: 15px 16px;
  border: 0.5px solid var(--hi-gray-200);
  transition: all 0.2s;
  text-decoration: none;
  color: inherit;
}

.hi-pro-item:hover {
  background: var(--hi-blue-pale);
  border-color: rgba(3,74,170,0.2);
  color: inherit;
}

.hi-pro-avatar {
  width: 46px; height: 46px;
  border-radius: var(--hi-r-circle);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'League Spartan', sans-serif;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
}

.hi-av-blue   { background: var(--hi-blue-light);  color: var(--hi-blue); }
.hi-av-orange { background: var(--hi-navy-light);  color: var(--hi-navy); }

.hi-pro-info { flex: 1; }

.hi-pro-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--hi-navy);
  margin-bottom: 2px;
}

.hi-pro-loc {
  font-size: 12px;
  color: var(--hi-gray-400);
}

.hi-pro-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
}

.hi-stars { color: #F59E0B; font-size: 12px; }
.hi-rating-num { font-size: 12px; color: var(--hi-gray-600); font-weight: 500; }
.hi-pro-new { font-size: 12px; color: var(--hi-gray-400); }

.hi-pro-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: var(--hi-r-pill);
  text-transform: uppercase;
  white-space: nowrap;
}

.hi-badge-freelance { background: var(--hi-blue-light);  color: var(--hi-blue); }
.hi-badge-pro-type  { background: var(--hi-navy);         color: white; }

/* ===== CTA FINAL ===== */
.hi-cta-final {
  background: var(--hi-navy);
  padding: 100px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hi-cta-final-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 40px 40px;
}

.hi-cta-final-glow {
  position: absolute;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(3,74,170,0.4) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hi-cta-final-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}

.hi-cta-final h2 {
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 800;
  color: white;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.hi-cta-final p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 40px;
  font-weight: 400;
}

.hi-cta-final-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Container CTA final — les boutons utilisent .hi-btn-white / .hi-btn-ghost + .hi-btn-lg */

/* ===== JOIN / RÉSEAUX ===== */
.hi-join {
  background: var(--hi-navy);
  border-radius: var(--hi-r-xxl);
  padding: 44px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Légère trame de fond cohérente avec le hero */
.hi-join::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.hi-join > * { position: relative; z-index: 1; }

.hi-join-title {
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 800;
  color: white;
  margin-bottom: 10px;
  line-height: 1.2;
}

.hi-join-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 24px;
  line-height: 1.5;
}

.hi-join-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

/* Spacing des CTA du bloc "Rejoins-nous" — visuel via .hi-btn-white / .hi-btn-ghost */

.hi-social-strip {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Chips réseaux sociaux : solid semi-dark pour sortir du fond navy */
.hi-social-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 15px;
  border-radius: var(--hi-r-pill);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  transition: all 0.2s;
}

.hi-social-chip:hover {
  background: rgba(255,255,255,0.18);
  color: white;
  border-color: rgba(255,255,255,0.6);
}

/* ===== ANIMATIONS ===== */
@keyframes hiSlideUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
  .hi-section { padding: 60px 0; }
  .hi-cta-final { padding: 72px 20px; }
  .hi-join { padding: 32px 20px; }
}

/* ═══════════════════════════════════════════════════════════════
   ÉTAPE B — Polish visuel premium (tokens + overrides ciblés)
   Objectif : lift brand, glow, dégradés radiaux, stagger reveal
   ═══════════════════════════════════════════════════════════════ */

/* ── B.1  HERO : glow brand derrière les stats & search bar ── */
.home-index .hi-stat-num {
  text-shadow:
    0 0 40px rgba(42,127,224,.35),
    0 0 14px rgba(42,127,224,.25);
}
.home-index .hi-search-bar {
  background:
    linear-gradient(180deg, #FFFFFF 0%, #FAFBFE 100%);
  border: 1px solid rgba(11,31,58,.06);
  transition:
    box-shadow .25s var(--hi-ease),
    border-color .2s ease;
}
.home-index .hi-search-bar:focus-within {
  border-color: rgba(42,127,224,.55);
  box-shadow:
    0 20px 70px rgba(0,0,0,.35),
    0 0 0 4px rgba(42,127,224,.18);
}

/* ── B.2  AVATARS & ICÔNES en dégradé radial brand ── */
.home-index .hi-pro-avatar.hi-av-blue {
  background:
    radial-gradient(circle at 30% 28%, #4A92EA 0%, #1558C0 55%, #034AAA 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    0 2px 6px rgba(3,74,170,.25);
}
.home-index .hi-pro-avatar.hi-av-orange {
  background:
    radial-gradient(circle at 30% 28%, #2A4E8A 0%, #0B1F3A 55%, #081629 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    0 2px 6px rgba(11,31,58,.32);
}

.home-index .hi-trust-icon.hi-u-blue {
  background:
    radial-gradient(circle at 30% 28%, #4A92EA 0%, #1558C0 55%, #034AAA 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.25),
    0 4px 12px rgba(3,74,170,.22);
}
.home-index .hi-trust-icon.hi-u-orange {
  background:
    radial-gradient(circle at 30% 28%, #2A4E8A 0%, #0B1F3A 55%, #081629 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    0 4px 12px rgba(11,31,58,.28);
}
.home-index .hi-trust-icon.hi-u-navy,
.home-index .hi-trust-icon.hi-u-navy-inv {
  background:
    radial-gradient(circle at 30% 28%, #1a3a6b 0%, #0B1F3A 55%, #081629 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.2),
    0 4px 12px rgba(11,31,58,.28);
}
.home-index .hi-trust-icon.hi-u-green {
  background:
    radial-gradient(circle at 30% 28%, #3A6FA8 0%, #1558C0 55%, #0B2E7A 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 4px 12px rgba(3,74,170,.22);
}

/* ── B.3  CARDS UNDERSTAND : lift renforcé + shadow brand ── */
.home-index .hi-understand-grid {
  background: rgba(11,31,58,.06);
}
.home-index .hi-understand-item {
  transition:
    transform .28s var(--hi-ease),
    background .28s var(--hi-ease),
    box-shadow .28s var(--hi-ease);
  position: relative;
  z-index: 1;
}
.home-index .hi-understand-item:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 40px rgba(11,31,58,.12),
    0 4px 10px rgba(3,74,170,.08);
  z-index: 2;
}

/* ── B.4  Numéro "01/02/03/04" : letter-spacing animé au hover ── */
.home-index .hi-understand-num {
  transition:
    transform .3s var(--hi-ease),
    letter-spacing .3s var(--hi-ease),
    color .3s var(--hi-ease);
  transform-origin: left center;
  will-change: transform, letter-spacing;
}
.home-index .hi-understand-item:hover .hi-understand-num {
  letter-spacing: 0.18em;
  transform: translateX(3px);
  color: var(--hi-blue-3);
}

/* ── B.5  AC CARDS : border-top brand + lift renforcé ── */
.home-index .hi-ac-card {
  transition:
    transform .28s var(--hi-ease),
    box-shadow .28s var(--hi-ease);
}
.home-index .hi-ac-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--hi-blue-3), transparent);
  opacity: 0;
  transition: opacity .3s var(--hi-ease);
  pointer-events: none;
  z-index: 2;
}
.home-index .hi-ac-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 22px 50px rgba(11,31,58,.14),
    0 6px 14px rgba(3,74,170,.08);
}
.home-index .hi-ac-card:hover::before { opacity: 1; }
.home-index .hi-ac-free:hover {
  box-shadow:
    0 22px 50px rgba(11,31,58,.45),
    0 6px 14px rgba(3,74,170,.22);
}

/* ── B.6  CAR CARDS : lift plus marqué + shadow brand ── */
.home-index .hi-car-card {
  transition:
    transform .28s var(--hi-ease),
    box-shadow .28s var(--hi-ease),
    border-color .2s ease;
}
.home-index .hi-car-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 24px 60px rgba(11,31,58,.15),
    0 4px 14px rgba(3,74,170,.12);
}

/* Price badge : glass-morph navy */
.home-index .hi-car-price-badge {
  background: rgba(11,31,58,.88);
  color: #fff;
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  box-shadow:
    0 4px 14px rgba(11,31,58,.28),
    inset 0 1px 0 rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
}

/* Tag "Pro" : glass navy cohérent avec le price badge */
.home-index .hi-tag-pro {
  background: rgba(11,31,58,.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.18);
}

/* ── B.7  TRUST CARD : lift + shadow colorée ── */
.home-index .hi-trust-card {
  transition:
    transform .28s var(--hi-ease),
    box-shadow .28s var(--hi-ease),
    border-color .2s ease;
}
.home-index .hi-trust-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 40px rgba(11,31,58,.12),
    0 4px 10px rgba(3,74,170,.1);
  border-color: rgba(3,74,170,.25);
}

/* ── B.8  PRO ITEM : lift + shadow brand légère ── */
.home-index .hi-pro-item {
  transition:
    transform .25s var(--hi-ease),
    box-shadow .25s var(--hi-ease),
    background .2s ease,
    border-color .2s ease;
}
.home-index .hi-pro-item:hover {
  transform: translateY(-2px);
  box-shadow:
    0 10px 22px rgba(11,31,58,.08),
    0 2px 6px rgba(3,74,170,.06);
}

/* ── B.9  STAGGER SCROLL REVEAL ──
   Les enfants des grids signalent leur apparition en vague.
   Cibles : grids marqués .hi-reveal qui ont des enfants atomiques. */
.home-index .hi-understand-grid.hi-reveal > *,
.home-index .hi-advance-cards.hi-reveal > *,
.home-index .hi-sym-grid.hi-reveal > *,
.home-index .hi-cars-grid.hi-reveal > *,
.home-index .v6-cars-grid.hi-reveal > *,
.home-index .hi-trust-grid.hi-reveal > *,
.home-index .hi-pros-grid.hi-reveal > * {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .55s var(--hi-ease),
    transform .55s var(--hi-ease);
}
.home-index .hi-understand-grid.hi-reveal.hi-visible > *,
.home-index .hi-advance-cards.hi-reveal.hi-visible > *,
.home-index .hi-sym-grid.hi-reveal.hi-visible > *,
.home-index .hi-cars-grid.hi-reveal.hi-visible > *,
.home-index .v6-cars-grid.hi-reveal.hi-visible > *,
.home-index .hi-trust-grid.hi-reveal.hi-visible > *,
.home-index .hi-pros-grid.hi-reveal.hi-visible > * {
  opacity: 1;
  transform: none;
}
.home-index .hi-reveal.hi-visible > :nth-child(1) { transition-delay: .00s; }
.home-index .hi-reveal.hi-visible > :nth-child(2) { transition-delay: .07s; }
.home-index .hi-reveal.hi-visible > :nth-child(3) { transition-delay: .14s; }
.home-index .hi-reveal.hi-visible > :nth-child(4) { transition-delay: .21s; }
.home-index .hi-reveal.hi-visible > :nth-child(5) { transition-delay: .28s; }
.home-index .hi-reveal.hi-visible > :nth-child(6) { transition-delay: .35s; }
.home-index .hi-reveal.hi-visible > :nth-child(7) { transition-delay: .42s; }
.home-index .hi-reveal.hi-visible > :nth-child(8) { transition-delay: .49s; }
.home-index .hi-reveal.hi-visible > :nth-child(n+9) { transition-delay: .56s; }

/* ── B.10  Motion safety globale ── */
@media (prefers-reduced-motion: reduce) {
  .home-index .hi-understand-item,
  .home-index .hi-ac-card,
  .home-index .hi-car-card,
  .home-index .hi-trust-card,
  .home-index .hi-pro-item,
  .home-index .hi-ac-card::before,
  .home-index .hi-search-bar,
  .home-index .hi-stat-num {
    transition: none !important;
    animation: none !important;
  }
  .home-index .hi-understand-item:hover,
  .home-index .hi-ac-card:hover,
  .home-index .hi-car-card:hover,
  .home-index .hi-trust-card:hover,
  .home-index .hi-pro-item:hover { transform: none !important; }
  .home-index .hi-stat-num { text-shadow: none !important; }
  .home-index [class*="hi-reveal"] > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ════════════════════════════════════════════════════
   V6 — Nouvelles sections (formation-strip, 3 modes,
   pros + filter-tabs, vision, achat-card, cta-section)
   Tokens propres : --v6-* pour éviter les collisions.
   ════════════════════════════════════════════════════ */
.home-index {
  --v6-navy:      #0B1F3A;
  --v6-navy-2:    #0d2348;
  --v6-blue:      #2A6FCC;
  --v6-blue-dk:   #1a5fb8;
  --v6-blue-pale: #EEF4FF;
  --v6-off:       #F6F8FC;
  --v6-g100:      #EBEEF5;
  --v6-g200:      #D8DCE8;
  --v6-g300:      #B4BCCE;
  --v6-g400:      #8892A8;
  --v6-g500:      #5C6780;
  --v6-green:     #16A34A;
  --v6-green-bg:  #F0FDF4;
  --v6-amber:     #F59E0B;
  --v6-r-sm:  10px;
  --v6-r-md:  14px;
  --v6-r-lg:  22px;
  --v6-r-xl:  32px;
  --v6-r-2xl: 48px;
  --v6-r-pill:999px;
  --v6-sh-sm: 0 2px 12px rgba(11,31,58,.07);
  --v6-sh-md: 0 8px 32px rgba(11,31,58,.10);
  --v6-sh-lg: 0 20px 60px rgba(11,31,58,.14);
  --v6-sh-xl: 0 32px 80px rgba(11,31,58,.18);
  --v6-spring: cubic-bezier(.16,1,.3,1);
  --v6-float-t: 7s;
}

/* ── Règle séparatrice ── */
hr.v6-rule { border: none; height: 1px; background: var(--v6-g200); }

/* ── Shell sections V6 ── */
.v6-sec { padding: 96px 0; }
.v6-sec.v6-bg-off { background: var(--v6-off); }
.v6-sw { max-width: 1160px; margin: 0 auto; padding: 0 48px; min-width: 0; }

.v6-ey-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.v6-ey-wrap .v6-bar { width: 20px; height: 1.5px; background: var(--v6-blue); }
.v6-ey-wrap span { font-size: 10px; font-weight: 700; color: var(--v6-blue); text-transform: uppercase; letter-spacing: 2.5px; }

.v6-sh2 { font-family: "League Spartan", sans-serif; font-size: clamp(28px,3.8vw,50px); font-weight: 800; letter-spacing: -1.5px; color: var(--v6-navy); line-height: 1.06; }
.v6-sh2 .v6-acc { color: var(--v6-blue); }
.v6-sbody { font-size: 15px; color: var(--v6-g500); line-height: 1.72; max-width: 480px; margin-top: 14px; }

/* ── Scroll reveal V6 ── */
.v6-r { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--v6-spring), transform .65s var(--v6-spring); }
.v6-r.v6-v { opacity: 1; transform: none; }
.v6-r.v6-d1 { transition-delay: .08s; }
.v6-r.v6-d2 { transition-delay: .16s; }
.v6-r.v6-d3 { transition-delay: .24s; }
.v6-r.v6-d4 { transition-delay: .32s; }

/* ════════════════════════════════
   HERO V6 (section .v6-hero)
   ════════════════════════════════ */
.v6-hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 48px 64px;
  gap: 80px;
  align-items: start;
  position: relative;
  overflow-x: clip;
}
.v6-hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse 65% 55% at 15% 0%, rgba(42,111,204,.04) 0%, transparent 65%);
  pointer-events: none; z-index: 0;
}
.v6-hero > * { position: relative; z-index: 1; }

/* Left */
.v6-hero-left { display: flex; flex-direction: column; min-width: 0; }
.v6-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 32px; }
.v6-ey-bar { width: 28px; height: 2px; background: var(--v6-blue); border-radius: 2px; }
.v6-ey-text { font-size: 11px; font-weight: 700; color: var(--v6-blue); text-transform: uppercase; letter-spacing: 2.5px; }

.v6-hero-h1 {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 900; line-height: .96;
  letter-spacing: -2.5px; color: var(--v6-navy);
  margin-bottom: 6px;
}
.v6-hero-h1-b {
  display: block;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 900; line-height: .96;
  letter-spacing: -2.5px; color: var(--v6-blue);
  margin-bottom: 28px; position: relative;
}
.v6-hero-h1-b::after {
  content: ''; position: absolute; bottom: -8px; left: 0;
  height: 3px; width: 0; background: var(--v6-blue); opacity: .25; border-radius: 2px;
  animation: v6Line .6s .9s var(--v6-spring) forwards;
}
@keyframes v6Line { to { width: 100%; } }

.v6-hero-sub { font-size: 16px; font-weight: 400; color: var(--v6-g500); line-height: 1.68; max-width: 380px; margin-bottom: 40px; }
.v6-hero-sub strong { color: var(--v6-navy); font-weight: 600; }

/* CTA stack */
.v6-hero-ctas { display: flex; flex-direction: column; gap: 10px; max-width: 340px; margin-bottom: 44px; }

.v6-btn-sell,
.v6-btn-sell:link,
.v6-btn-sell:visited {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  font-size: 16px; font-weight: 700; color: white;
  background: linear-gradient(135deg, var(--v6-blue) 0%, var(--v6-blue-dk) 100%);
  padding: 17px 28px; border-radius: var(--v6-r-md); width: 100%;
  transition: background .15s, transform .12s, box-shadow .18s;
  position: relative; overflow: hidden;
}
.v6-btn-sell:hover { background: linear-gradient(135deg, #347ddd 0%, var(--v6-blue) 100%); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(42,111,204,.28); color: white; }
.v6-btn-sell svg { width: 15px; height: 15px; stroke: white; fill: none; stroke-width: 2.5; stroke-linecap: round; flex-shrink: 0; }
.v6-btn-sell::before {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.07), transparent);
  animation: v6Shimmer 3.5s 2s ease infinite; pointer-events: none;
}
@keyframes v6Shimmer { to { left: 200%; } }

.v6-btn-sell-micro { font-size: 11px; font-weight: 500; color: var(--v6-g400); text-align: center; margin-top: -2px; }

.v6-btn-pros {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  font-size: 14px; font-weight: 600; color: var(--v6-navy);
  background: white; border: 1.5px solid var(--v6-g200);
  padding: 14px 28px; border-radius: var(--v6-r-md); width: 100%;
  transition: border-color .15s, color .15s, transform .12s;
}
.v6-btn-pros:hover { border-color: var(--v6-blue); color: var(--v6-blue); transform: translateY(-1px); }
.v6-btn-pros svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; flex-shrink: 0; }

/* Proof bar */
.v6-hero-proof { display: flex; align-items: center; }
.v6-proof-item { display: flex; align-items: center; gap: 8px; padding-right: 20px; }
.v6-proof-item:not(:first-child) { padding-left: 20px; border-left: 1px solid var(--v6-g200); }
.v6-proof-ico { flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.v6-proof-lbl { font-size: 12px; font-weight: 600; color: var(--v6-navy); letter-spacing: -.1px; }

/* Right — phone */
.v6-hero-right {
  display: flex; justify-content: center; align-items: center;
  position: relative; padding: 48px 80px 48px 40px;
  min-width: 0;
}

/* Phone device */
.v6-phone-wrap {
  position: relative; width: 260px;
  filter: drop-shadow(0 40px 80px rgba(11,31,58,.18)) drop-shadow(0 8px 24px rgba(11,31,58,.10));
}
.v6-phone-device {
  width: 260px; height: 536px;
  background: #F0F2F7;
  border-radius: 46px; border: 8px solid #D8DCE8;
  position: relative; overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), inset 0 -1px 0 rgba(0,0,0,.04);
}
.v6-phone-device::before {
  content: ''; position: absolute; top: 80px; right: -10px;
  width: 4px; height: 48px; background: #CBD0DC; border-radius: 0 3px 3px 0;
  box-shadow: 0 20px 0 #CBD0DC;
}
.v6-phone-island {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 80px; height: 22px; background: #1A1A1F; border-radius: 11px; z-index: 20;
}
.v6-phone-screen { width: 100%; height: 100%; background: white; overflow: hidden; position: relative; }
.v6-phone-status {
  display: flex; align-items: center; justify-content: space-between;
  padding: 44px 18px 8px; font-size: 10px; font-weight: 600; color: var(--v6-navy); letter-spacing: .2px;
}
.v6-phone-status-r { display: flex; align-items: center; gap: 4px; }

/* App screens */
.v6-app-screen {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  display: flex; flex-direction: column; padding-top: 72px;
  opacity: 0; transform: translateY(16px);
  transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1);
  pointer-events: none;
}
.v6-app-screen.active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.v6-app-screen.exit   { opacity: 0; transform: translateY(-12px); }

/* Screen 1 */
.v6-scr-home { padding: 72px 18px 18px; }
.v6-scr-home-header { margin-bottom: 20px; }
.v6-scr-home-greeting { font-size: 11px; color: var(--v6-g400); font-weight: 500; margin-bottom: 2px; }
.v6-scr-home-title { font-family: "League Spartan", sans-serif; font-size: 20px; font-weight: 900; color: var(--v6-navy); letter-spacing: -.5px; line-height: 1.1; }
.v6-scr-home-sub { font-size: 11px; color: var(--v6-g500); line-height: 1.5; margin-top: 4px; }
.v6-scr-home-cta {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--v6-navy); color: white;
  border-radius: 14px; padding: 16px; margin-top: 16px;
  cursor: pointer; transition: transform .15s;
  position: relative; overflow: hidden; border: none; width: 100%;
}
.v6-scr-home-cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(255,255,255,.08) 0%,transparent 60%); }
.v6-scr-home-cta:hover { transform: scale(.98); }
.v6-scr-home-cta.tapped { transform: scale(.96); }
.v6-scr-cta-acheter { margin-bottom: 6px; }
.v6-scr-cta-vendre  { margin-bottom: 6px; background: rgba(42,111,204,.08) !important; }
.v6-scr-cta-vendre .v6-scr-cta-label { color: var(--v6-navy); }
.v6-scr-cta-pro     { background: var(--v6-off) !important; }
.v6-scr-cta-pro .v6-scr-cta-label { color: var(--v6-navy); }
.v6-scr-cta-pro .v6-scr-cta-sub   { color: var(--v6-g400); }
.v6-scr-cta-label { font-family: "League Spartan", sans-serif; font-size: 14px; font-weight: 800; }
.v6-scr-cta-sub   { font-size: 10px; color: rgba(255,255,255,.5); margin-top: 2px; }
.v6-scr-cta-arrow { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v6-scr-cta-arrow svg { width: 13px; height: 13px; stroke: white; fill: none; stroke-width: 2.5; stroke-linecap: round; }

/* Screen 2 — dual paths */
.v6-scr-modes { padding: 72px 14px 14px; }
.v6-scr-back { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--v6-blue); font-weight: 600; margin-bottom: 14px; }
.v6-scr-back svg { width: 12px; height: 12px; stroke: var(--v6-blue); fill: none; stroke-width: 2.5; stroke-linecap: round; }
.v6-scr-modes-title { font-family: "League Spartan", sans-serif; font-size: 16px; font-weight: 800; color: var(--v6-navy); letter-spacing: -.3px; margin-bottom: 4px; }
.v6-scr-dual-paths { display: flex; gap: 0; margin-top: 8px; }
.v6-scr-path { flex: 1; }
.v6-scr-path-sep { width: 1px; background: var(--v6-g200); margin: 0 10px; flex-shrink: 0; }
.v6-scr-path-title { display: flex; align-items: center; gap: 5px; font-family: "League Spartan", sans-serif; font-size: 11px; font-weight: 800; color: var(--v6-blue); margin-bottom: 8px; }
.v6-scr-path-step { font-size: 10px; color: var(--v6-g500); font-weight: 500; padding: 5px 8px; border-radius: 6px; margin-bottom: 4px; line-height: 1.3; transition: background .15s; }
.v6-scr-step-active { background: var(--v6-blue-pale); color: var(--v6-blue); font-weight: 700; }

/* Screen 3 */
.v6-scr-profile { padding: 72px 14px 14px; }
.v6-scr-match-pill { display: inline-flex; align-items: center; gap: 5px; background: var(--v6-green-bg); border: 1px solid rgba(22,163,74,.2); border-radius: 99px; padding: 4px 10px; margin-bottom: 12px; }
.v6-scr-match-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--v6-green); }
.v6-scr-match-text { font-size: 10px; font-weight: 700; color: var(--v6-green); }
.v6-scr-profile-card { background: white; border: 1px solid var(--v6-g200); border-radius: 14px; padding: 14px; box-shadow: 0 4px 16px rgba(11,31,58,.07); opacity: 0; transform: translateY(10px); transition: opacity .6s .1s var(--v6-spring), transform .6s .1s var(--v6-spring); }
.v6-scr-profile-card.visible { opacity: 1; transform: translateY(0); }
.v6-scr-local-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 12px; }
.v6-scr-local-item { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 8px 4px; background: var(--v6-off); border-radius: 8px; transition: background .15s; }
.v6-scr-local-item:hover { background: var(--v6-blue-pale); }
.v6-scr-local-ico { width: 28px; height: 28px; background: white; border-radius: 7px; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 4px rgba(11,31,58,.05); }
.v6-scr-local-lbl { font-size: 9px; font-weight: 700; color: var(--v6-g500); letter-spacing: .2px; text-align: center; }
.v6-scr-contact-btn { display: block; width: 100%; padding: 11px; text-align: center; background: var(--v6-blue); color: white; border-radius: 10px; font-size: 12px; font-weight: 700; border: none; cursor: pointer; transition: background .15s, transform .1s; }
.v6-scr-contact-btn:hover { background: var(--v6-blue-dk); transform: scale(.99); }
.v6-scr-contact-btn.tapped { transform: scale(.97); background: var(--v6-blue-dk); }

/* Screen 4 */
.v6-scr-confirm { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 72px 24px 24px; text-align: center; }
.v6-scr-confirm-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--v6-green-bg); border: 2px solid rgba(22,163,74,.2); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.v6-scr-confirm-icon svg { width: 24px; height: 24px; stroke: var(--v6-green); fill: none; stroke-width: 2.5; stroke-linecap: round; }
.v6-scr-confirm-title { font-family: "League Spartan", sans-serif; font-size: 17px; font-weight: 800; color: var(--v6-navy); letter-spacing: -.3px; margin-bottom: 6px; }
.v6-scr-confirm-sub { font-size: 11px; color: var(--v6-g500); line-height: 1.5; margin-bottom: 16px; }
.v6-scr-confirm-chips { display: flex; flex-direction: column; gap: 6px; margin-top: 12px; }
.v6-scr-confirm-chip-sm { background: var(--v6-blue-pale); color: var(--v6-blue); border: 1px solid rgba(42,111,204,.15); border-radius: var(--v6-r-pill); padding: 5px 12px; font-size: 10px; font-weight: 600; text-align: center; }

/* Phone dots */
.v6-phone-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; z-index: 20; }
.v6-phone-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--v6-g300); transition: background .3s, transform .3s; }
.v6-phone-dot.on { background: var(--v6-blue); transform: scale(1.3); }

/* Floating cards */
.v6-float { position: absolute; background: white; border-radius: var(--v6-r-lg); box-shadow: var(--v6-sh-lg); border: 1px solid var(--v6-g200); z-index: 10; transition: transform .4s var(--v6-spring), box-shadow .4s; }
.v6-float:hover { transform: translateY(-5px) !important; box-shadow: var(--v6-sh-xl); }

.v6-float-freelance { top: 52px; left: -60px; padding: 12px 14px; width: 192px; animation: v6FloatAnim var(--v6-float-t) ease-in-out infinite; }
.v6-float-freelance:hover { animation-play-state: paused; }
.v6-float-garage { right: -68px; bottom: 120px; padding: 12px 14px; width: 188px; animation: v6FloatAnim var(--v6-float-t) ease-in-out infinite; animation-delay: -1.8s; }
.v6-float-garage:hover { animation-play-state: paused; }
.v6-float-services { right: -56px; top: 48px; padding: 11px 13px; width: 200px; animation: v6FloatAnim var(--v6-float-t) ease-in-out infinite; animation-delay: -3.5s; }
.v6-float-services:hover { animation-play-state: paused; }

@keyframes v6FloatAnim { 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-10px); } }

.v6-fc-dot-wrap { display: flex; align-items: center; gap: 6px; margin-bottom: 5px; }
.v6-fc-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--v6-green); flex-shrink: 0; animation: v6Pulse 2s ease infinite; }
@keyframes v6Pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.4)} }
.v6-fc-live-label { font-family: "League Spartan", sans-serif; font-size: 12px; font-weight: 800; color: var(--v6-navy); letter-spacing: -.2px; }
.v6-fc-tags-row { font-size: 10px; color: var(--v6-g400); font-weight: 500; margin-top: 5px; }
.v6-fc-card-ico { width: 28px; height: 28px; background: var(--v6-blue-pale); border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.v6-fc-garage-icon { width: 30px; height: 30px; background: var(--v6-blue-pale); border-radius: var(--v6-r-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 7px; }
.v6-fc-garage-name { font-family: "League Spartan", sans-serif; font-size: 12px; font-weight: 800; color: var(--v6-navy); letter-spacing: -.2px; margin-bottom: 3px; }
.v6-fc-garage-tags { font-size: 10px; color: var(--v6-g400); font-weight: 500; }

.v6-fc-services-row { display: flex; gap: 5px; margin-bottom: 6px; flex-wrap: wrap; }
.v6-fc-service-chip { display: inline-flex; align-items: center; gap: 3px; background: var(--v6-blue-pale); border-radius: 99px; padding: 3px 8px; font-size: 10px; font-weight: 600; color: var(--v6-blue); }
.v6-fc-services-label { font-size: 10px; font-weight: 500; color: var(--v6-g400); }

/* Hero chips */
.v6-hero-chips { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; flex-wrap: nowrap; white-space: nowrap; }
.v6-hero-chip { display: flex; align-items: center; gap: 5px; background: white; border: 1px solid var(--v6-g200); border-radius: 99px; padding: 6px 11px; font-size: 10px; font-weight: 600; color: var(--v6-g500); box-shadow: 0 2px 8px rgba(11,31,58,.05); transition: border-color .2s, color .2s; }
.v6-hero-chip:hover { border-color: var(--v6-blue); color: var(--v6-blue); }
.v6-hero-chip-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }

/* Ecosystem orbit */
.v6-ecosystem { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 560px; height: 560px; pointer-events: none; opacity: 0; transition: opacity .6s ease; }
.v6-ecosystem.active { opacity: 1; }
.v6-eco-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.v6-eco-ring { transform-origin: 280px 280px; }
.v6-ecosystem.active .v6-eco-ring-1 { animation: v6RingPulse 6s ease-in-out infinite; }
.v6-ecosystem.active .v6-eco-ring-2 { animation: v6RingPulse 6s 2s ease-in-out infinite; }
@keyframes v6RingPulse { 0%,100%{opacity:.6} 50%{opacity:1} }
.v6-eco-line { stroke-dashoffset: 200; transition: stroke-dashoffset .8s ease; }
.v6-ecosystem.active .v6-eco-line { stroke-dashoffset: 0; }
.v6-eco-node { position: absolute; display: flex; flex-direction: column; align-items: center; gap: 4px; opacity: 0; transform: scale(.6); transition: opacity .55s ease, transform .55s var(--v6-spring); }
.v6-ecosystem.active .v6-eco-node { opacity: 1; transform: scale(1); }
.v6-eco-node-1 { top: 24%; left: 18%; transition-delay: .1s; }
.v6-eco-node-2 { top: 16%; left: 67%; transition-delay: .18s; }
.v6-eco-node-3 { top: 49%; left: 78%; transition-delay: .26s; }
.v6-eco-node-4 { top: 73%; left: 62%; transition-delay: .34s; }
.v6-eco-node-5 { top: 66%; left: 16%; transition-delay: .42s; }
.v6-eco-node-ico { width: 36px; height: 36px; background: white; border: 1px solid var(--v6-g200); border-radius: 10px; display: flex; align-items: center; justify-content: center; box-shadow: var(--v6-sh-sm); }
.v6-eco-node-ico svg { width: 16px; height: 16px; }
.v6-eco-node-lbl { font-size: 9px; font-weight: 700; color: var(--v6-g500); letter-spacing: .5px; text-transform: uppercase; white-space: nowrap; }

/* ════════════════════════════════
   FORMATION STRIP
   ════════════════════════════════ */
.v6-formation-strip { width: 100%; border-top: 1px solid var(--v6-g200); border-bottom: 1px solid var(--v6-g200); background: var(--v6-navy); overflow-x: clip; }
.v6-formation-strip-overlay { display: flex; align-items: center; justify-content: space-between; padding: 64px 80px; max-width: 1160px; margin: 0 auto; gap: 80px; }
.v6-formation-strip-text { max-width: 440px; }
.v6-fst-label { font-size: 10px; font-weight: 700; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 14px; }
.v6-fst-title { font-family: "League Spartan", sans-serif; font-size: clamp(22px,2.8vw,34px); font-weight: 800; color: white; letter-spacing: -1px; line-height: 1.1; margin-bottom: 12px; }
.v6-fst-btn { display: inline-flex; align-items: center; gap: 8px; background: white; color: var(--v6-navy); padding: 12px 24px; border-radius: var(--v6-r-md); font-size: 14px; font-weight: 700; transition: transform .15s, box-shadow .15s; }
.v6-fst-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.18); color: var(--v6-navy); }
.v6-fst-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; }
.v6-fst-pills { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }
.v6-fst-pill,
.v6-fst-pill:link,
.v6-fst-pill:visited { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.32); border-radius: var(--v6-r-md); padding: 12px 18px; font-size: 13px; font-weight: 700; color: #fff; transition: background .2s, border-color .2s, transform .15s; text-decoration: none; }
.v6-fst-pill:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.48); color: #fff; transform: translateY(-1px); }
.v6-fst-pill svg { stroke: rgba(255,255,255,.9); }

/* ════════════════════════════════
   PARTNERS TICKER (homepage)
   ════════════════════════════════ */
.v6-partners-ticker {
  display: block;
  border-top: 1px solid var(--v6-g200);
  border-bottom: 1px solid var(--v6-g200);
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.v6-partners-ticker__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 10px 0;
}

.v6-partners-ticker__track {
  display: flex;
  align-items: center;
  gap: 34px;
  width: max-content;
  animation: v6PartnersTicker 30s linear infinite;
  will-change: transform;
}

.v6-partners-ticker__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 110px;
  height: 28px;
  opacity: .82;
}

.v6-partners-ticker__item img {
  display: block;
  position: static;
  max-height: 26px;
  max-width: 130px;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  filter: grayscale(100%);
}

.v6-partners-ticker__item--plaqueimmat img {
  max-height: 30px;
  max-width: 155px;
}

.v6-partners-ticker__item--labonnecartegrise img {
  max-height: 30px;
  max-width: 165px;
}

.v6-partners-ticker:hover .v6-partners-ticker__track {
  animation-play-state: paused;
}

@keyframes v6PartnersTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .v6-partners-ticker {
    overflow: hidden;
  }
  .v6-partners-ticker__inner {
    padding: 8px 0;
    min-width: 0;
  }
  .v6-partners-ticker__track {
    gap: 14px;
    animation: v6PartnersTicker 22s linear infinite !important;
    width: max-content;
    justify-content: flex-start;
    flex-wrap: nowrap !important;
    will-change: transform;
  }
  .v6-partners-ticker__item {
    min-width: 94px !important;
    height: 24px !important;
    max-width: none !important;
  }
  .v6-partners-ticker__item img {
    max-height: 22px !important;
    max-width: 118px !important;
  }
  .v6-partners-ticker__item--plaqueimmat,
  .v6-partners-ticker__item--labonnecartegrise {
    min-width: 94px !important;
  }
  .v6-partners-ticker__item--plaqueimmat img,
  .v6-partners-ticker__item--labonnecartegrise img {
    max-height: 22px !important;
    max-width: 118px !important;
  }
  .v6-partners-ticker__item[aria-hidden="true"] { display: inline-flex; }
}

@media (max-width: 480px) {
  .v6-partners-ticker__track { gap: 12px; }
  .v6-partners-ticker__item {
    min-width: 84px !important;
    height: 22px !important;
  }
  .v6-partners-ticker__item img { max-height: 16px !important; max-width: 86px !important; }
  .v6-partners-ticker__item--plaqueimmat,
  .v6-partners-ticker__item--labonnecartegrise {
    min-width: 84px !important;
  }
  .v6-partners-ticker__item--plaqueimmat img,
  .v6-partners-ticker__item--labonnecartegrise img {
    max-height: 19px !important;
    max-width: 103px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v6-partners-ticker__track { animation: none; }
}

/* ════════════════════════════════
   3 MODES
   ════════════════════════════════ */
.v6-modes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--v6-g200); border: 1px solid var(--v6-g200); border-radius: var(--v6-r-xl); overflow: hidden; margin-top: 52px; }
.v6-modes-grid > * { min-width: 0; }
.v6-mc { background: white; padding: 44px 36px 40px; display: flex; flex-direction: column; transition: background .2s; cursor: pointer; text-decoration: none; }
.v6-mc:hover { background: var(--v6-off); }
.v6-mc.v6-feat { background: var(--v6-navy); }
.v6-mc.v6-feat:hover { background: var(--v6-navy-2); }
.v6-mc-n { font-family: "League Spartan", sans-serif; font-size: 11px; font-weight: 800; color: var(--v6-g200); letter-spacing: 1.5px; margin-bottom: 28px; }
.v6-mc.v6-feat .v6-mc-n { color: rgba(255,255,255,.1); }
.v6-mc-ico { width: 46px; height: 46px; border-radius: var(--v6-r-md); border: 1px solid var(--v6-g200); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; flex-shrink: 0; }
.v6-mc.v6-feat .v6-mc-ico { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.05); }
.v6-mc-ico svg { width: 21px; height: 21px; stroke: var(--v6-blue); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.v6-mc.v6-feat .v6-mc-ico svg { stroke: rgba(255,255,255,.6); }
.v6-mc-tag { display: inline-block; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; padding: 3px 9px; border-radius: var(--v6-r-pill); background: var(--v6-blue-pale); color: var(--v6-blue); margin-bottom: 10px; width: fit-content; }
.v6-mc.v6-feat .v6-mc-tag { background: rgba(255,255,255,.1); color: rgba(255,255,255,.5); }
.v6-mc-title { font-family: "League Spartan", sans-serif; font-size: 21px; font-weight: 800; color: var(--v6-navy); letter-spacing: -.4px; margin-bottom: 10px; }
.v6-mc.v6-feat .v6-mc-title { color: white; }
.v6-mc-body { font-size: 14px; color: var(--v6-g500); line-height: 1.65; flex: 1; }
.v6-mc.v6-feat .v6-mc-body { color: rgba(255,255,255,.42); }
.v6-mc-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 26px; font-size: 12px; font-weight: 600; color: var(--v6-blue); transition: gap .18s; }
.v6-mc.v6-feat .v6-mc-link { color: rgba(255,255,255,.55); }
.v6-mc:hover .v6-mc-link { gap: 10px; }
.v6-mc-link svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; }

/* ════════════════════════════════
   PROS — filter tabs + grid
   ════════════════════════════════ */
.v6-pros-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.v6-local-form { display: flex; gap: 8px; margin-top: 14px; max-width: 420px; }
.v6-local-input { flex: 1; min-width: 0; border: 1px solid var(--v6-g200); border-radius: 10px; padding: 10px 12px; font-size: 13px; }
.v6-local-btn { border: 0; border-radius: 10px; background: var(--v6-navy); color: #fff; padding: 10px 12px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.v6-local-form { position: relative; }
.v6-local-suggestions { position: absolute; left: 0; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid var(--v6-g200); border-radius: 10px; box-shadow: var(--v6-sh-md); z-index: 60; max-height: 250px; overflow-y: auto; }
.v6-local-suggestion-item { width: 100%; border: 0; background: transparent; text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--v6-g100); display: flex; flex-direction: column; gap: 2px; }
.v6-local-suggestion-item:last-child { border-bottom: 0; }
.v6-local-suggestion-item:hover { background: var(--v6-blue-pale); }
.v6-local-sug-name { color: var(--v6-navy); font-size: 13px; font-weight: 700; line-height: 1.2; }
.v6-local-sug-meta { color: var(--v6-g500); font-size: 11px; line-height: 1.2; }
.v6-local-hint { margin-top: 8px; font-size: 12px; color: var(--v6-g500); }
.v6-local-services { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 0 0 16px; }
.v6-local-service-item { border: 1px solid var(--v6-g200); border-radius: 12px; background: #fff; padding: 10px 12px; text-decoration: none; display: flex; flex-direction: column; gap: 2px; }
.v6-local-service-name { color: var(--v6-navy); font-size: 12px; font-weight: 700; line-height: 1.25; }
.v6-local-service-city { color: var(--v6-g500); font-size: 11px; }
.v6-see-all { display: flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 600; color: var(--v6-blue); transition: gap .18s; white-space: nowrap; text-decoration: none; }
.v6-see-all:hover { gap: 9px; color: var(--v6-blue); }
.v6-see-all svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; }

.v6-ftabs-wrap { border-bottom: 1px solid var(--v6-g200); margin-bottom: 32px; overflow-x: clip; }
.v6-ftabs {
  display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(to right, black 0%, black calc(100% - 32px), transparent 100%);
  mask-image: linear-gradient(to right, black 0%, black calc(100% - 32px), transparent 100%);
}
.v6-ftabs.scrolled-start {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 32px, black calc(100% - 32px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 32px, black calc(100% - 32px), transparent 100%);
}
.v6-ftabs.scrolled-end { -webkit-mask-image: none; mask-image: none; }
.v6-ftabs::-webkit-scrollbar { display: none; }

.v6-ftab {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 10px 20px 0; border: none; background: none; cursor: pointer;
  white-space: nowrap; flex-shrink: 0; position: relative;
  color: var(--v6-g400); margin-bottom: -1px;
}
.v6-ftab::after { content: ''; display: block; height: 2px; margin-top: 10px; background: transparent; border-radius: 2px; transition: background .2s; }
.v6-ftab.on::after   { background: var(--v6-navy); }
.v6-ftab:hover::after { background: var(--v6-g300); }
.v6-ftab-ico { width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .25s var(--v6-spring); }
.v6-ftab:hover .v6-ftab-ico { transform: scale(1.08); }
.v6-ftab-ico svg { width: 22px; height: 22px; fill: none; stroke: var(--v6-g400); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: stroke .2s; }
.v6-ftab:hover .v6-ftab-ico svg { stroke: var(--v6-navy); }
.v6-ftab.on .v6-ftab-ico svg { stroke: var(--v6-navy); }
.v6-ftab-lbl { font-size: 11px; font-weight: 600; letter-spacing: .1px; color: var(--v6-g400); transition: color .2s; }
.v6-ftab:hover .v6-ftab-lbl { color: var(--v6-navy); }
.v6-ftab.on .v6-ftab-lbl { color: var(--v6-navy); }

.v6-pros-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.v6-pros-grid > * { min-width: 0; }
.v6-pros-filter-hidden { display: none !important; }
.v6-pc { background: white; border: 1px solid var(--v6-g200); border-radius: var(--v6-r-lg); padding: 20px; transition: transform .22s, box-shadow .22s, border-color .22s; display: block; text-decoration: none; }
.v6-pc:hover { transform: translateY(-4px); box-shadow: var(--v6-sh-lg); border-color: var(--v6-g300); }
.v6-pc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.v6-pc-av { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: "League Spartan", sans-serif; font-size: 14px; font-weight: 800; color: white; }
.v6-pc-av.ca { background: var(--v6-blue); }
.v6-pc-av.cb { background: #D97706; }
.v6-pc-av.cc { background: var(--v6-navy); }
.v6-pc-av.cd { background: #0EA5E9; }
.v6-pc-badge { font-size: 9px; font-weight: 700; color: var(--v6-g400); text-transform: uppercase; letter-spacing: .8px; }
.v6-pc-name { font-family: "League Spartan", sans-serif; font-size: 14px; font-weight: 800; color: var(--v6-navy); margin-bottom: 2px; letter-spacing: -.2px; }
.v6-pc-role { font-size: 11px; font-weight: 500; color: var(--v6-blue); margin-bottom: 6px; }
.v6-pc-city { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--v6-g400); margin-bottom: 8px; }
.v6-pc-city svg { width: 10px; height: 10px; stroke: var(--v6-g400); fill: none; stroke-width: 2; stroke-linecap: round; }
.v6-pc-stars { font-size: 11px; color: var(--v6-g500); margin-bottom: 14px; }
.v6-pc-stars .s { color: var(--v6-amber); }
.v6-pc-btn { display: block; width: 100%; padding: 9px; text-align: center; background: var(--v6-off); border: 1px solid var(--v6-g200); border-radius: var(--v6-r-sm); font-size: 12px; font-weight: 600; color: var(--v6-navy); transition: all .15s; }
.v6-pc:hover .v6-pc-btn { background: var(--v6-navy); color: white; border-color: var(--v6-navy); }

/* ════════════════════════════════
   VISION
   ════════════════════════════════ */
.v6-vision-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 52px; }
.v6-vision-grid > * { min-width: 0; }
.v6-vc { border-radius: var(--v6-r-lg); padding: 28px 26px; border: 1px solid var(--v6-g200); background: white; position: relative; overflow: hidden; transition: transform .22s, box-shadow .22s; }
.v6-vc:hover { transform: translateY(-3px); box-shadow: var(--v6-sh-md); }
.v6-vc::before { position: absolute; top: 16px; right: 16px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; padding: 3px 9px; border-radius: var(--v6-r-pill); }
.v6-vc.live { border-color: rgba(42,111,204,.2); }
.v6-vc.live::before { content: "Disponible"; background: var(--v6-green-bg); color: var(--v6-green); }
.v6-vc.soon::before { content: "Bientôt"; background: #FFFBEB; color: var(--v6-amber); }
.v6-vc-ico { width: 44px; height: 44px; border-radius: var(--v6-r-md); background: var(--v6-off); border: 1px solid var(--v6-g200); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.v6-vc.live .v6-vc-ico { background: var(--v6-blue-pale); border-color: rgba(42,111,204,.15); }
.v6-vc-ico svg { width: 20px; height: 20px; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.v6-vc.live .v6-vc-ico svg { stroke: var(--v6-blue); }
.v6-vc.soon .v6-vc-ico svg { stroke: var(--v6-g400); }
.v6-vc-title { font-family: "League Spartan", sans-serif; font-size: 16px; font-weight: 800; color: var(--v6-navy); letter-spacing: -.3px; margin-bottom: 7px; }
.v6-vc.soon .v6-vc-title { color: var(--v6-g500); }
.v6-vc-body { font-size: 13px; color: var(--v6-g500); line-height: 1.65; }

/* ════════════════════════════════
   ACHAT CARD
   ════════════════════════════════ */
.v6-achat-card {
  background: var(--v6-navy); border-radius: var(--v6-r-2xl);
  padding: 72px 80px; display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 60px; position: relative; overflow: hidden;
}
.v6-achat-card::before { content: ''; position: absolute; top: -120px; right: -80px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(42,111,204,.18) 0%, transparent 65%); border-radius: 50%; pointer-events: none; }
.v6-achat-eyebrow { font-size: 10px; font-weight: 700; color: rgba(255,255,255,.28); text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 16px; }
.v6-achat-h2 { font-family: "League Spartan", sans-serif; font-size: clamp(26px,3.2vw,40px); font-weight: 800; letter-spacing: -1.5px; color: white; line-height: 1.06; margin-bottom: 14px; }
.v6-achat-sub { font-size: 15px; color: rgba(255,255,255,.4); line-height: 1.7; max-width: 400px; margin-bottom: 30px; }
.v6-achat-feats { display: flex; flex-direction: column; gap: 8px; margin-bottom: 32px; }
.v6-af { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.5); }
.v6-af svg { width: 13px; height: 13px; stroke: rgba(42,111,204,.9); fill: none; stroke-width: 2; stroke-linecap: round; flex-shrink: 0; }
.v6-btn-wh { display: inline-flex; align-items: center; gap: 8px; background: white; color: var(--v6-navy); padding: 14px 28px; border-radius: var(--v6-r-md); font-size: 15px; font-weight: 700; transition: transform .15s, box-shadow .15s; text-decoration: none; }
.v6-btn-wh:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.2); color: var(--v6-navy); }
.v6-btn-wh svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; }
.v6-achat-v { display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; flex-shrink: 0; }
.v6-av { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: var(--v6-r-md); padding: 13px 16px; display: flex; align-items: center; gap: 12px; min-width: 236px; transition: background .15s; }
.v6-av:hover { background: rgba(255,255,255,.1); }
.v6-av-e { font-size: 20px; }
.v6-av-n { font-family: "League Spartan", sans-serif; font-size: 12px; font-weight: 800; color: rgba(255,255,255,.88); }
.v6-av-m { font-size: 11px; color: rgba(255,255,255,.3); margin-top: 1px; }
.v6-av-p { font-family: "League Spartan", sans-serif; font-size: 13px; font-weight: 800; color: #7EB8FF; margin-left: auto; }

/* ════════════════════════════════
   CTA FINAL V6
   ════════════════════════════════ */
.v6-cta-section { background: var(--v6-off); border-top: 1px solid var(--v6-g200); padding: 120px 48px; text-align: center; }
.v6-cta-h2 { font-family: "League Spartan", sans-serif; font-size: clamp(40px,7vw,88px); font-weight: 900; letter-spacing: -3px; color: var(--v6-navy); line-height: .94; margin-bottom: 20px; }
.v6-cta-h2 .v6-acc { color: var(--v6-blue); }
.v6-cta-sub { font-size: clamp(14px,1.6vw,17px); color: var(--v6-g400); max-width: 380px; margin: 0 auto 40px; line-height: 1.65; }
.v6-cta-btns { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.v6-cta-a { display: flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 700; color: white; background: var(--v6-blue); padding: 17px 36px; border-radius: var(--v6-r-md); transition: background .15s, transform .12s, box-shadow .15s; text-decoration: none; }
.v6-cta-a:hover { background: var(--v6-blue-dk); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(42,111,204,.3); color: white; }
.v6-cta-a svg { width: 15px; height: 15px; stroke: white; fill: none; stroke-width: 2.5; stroke-linecap: round; }
.v6-cta-b { display: flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 600; color: var(--v6-navy); background: white; border: 1.5px solid var(--v6-g200); padding: 17px 32px; border-radius: var(--v6-r-md); transition: border-color .15s, transform .12s; text-decoration: none; }
.v6-cta-b:hover { border-color: var(--v6-navy); transform: translateY(-2px); color: var(--v6-navy); }
.v6-cta-b svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; }

/* ════════════════════════════════
   STICKY CTA MOBILE
   ════════════════════════════════ */
.v6-sticky-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  padding: 16px 20px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--v6-g200);
  z-index: 900;
}
.v6-sticky-cta-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; font-size: 16px; font-weight: 700; color: white;
  background: var(--v6-navy); padding: 17px; border-radius: var(--v6-r-lg);
  box-shadow: 0 8px 32px rgba(11,31,58,.25); text-decoration: none;
}
.v6-sticky-cta-btn svg { width: 16px; height: 16px; stroke: white; fill: none; stroke-width: 2.5; stroke-linecap: round; }
.v6-sticky-cta-micro { text-align: center; font-size: 11px; color: var(--v6-g400); margin-top: 8px; font-weight: 500; }

/* ── Search bar hero ── */
.v6-search-form { position: relative; margin-bottom: 28px; max-width: 420px; }
.v6-search-form--pretitle { margin-bottom: 52px; }
.v6-search-bar {
  display: flex; align-items: center;
  background: white; border: 1.5px solid var(--v6-g200);
  border-radius: var(--v6-r-lg); padding: 6px 6px 6px 16px;
  box-shadow: var(--v6-sh-sm);
  transition: border-color .2s, box-shadow .2s;
}
.v6-search-bar:focus-within { border-color: var(--v6-blue); box-shadow: 0 0 0 3px rgba(42,111,204,.12); }
.v6-search-ico { color: var(--v6-g400); flex-shrink: 0; }
.v6-search-input {
  flex: 1; border: none; outline: none; background: transparent;
  font-size: 14px; color: var(--v6-navy); padding: 8px 10px;
  font-family: "Montserrat", sans-serif;
}
.v6-search-input::placeholder { color: var(--v6-g400); }
.v6-search-btn {
  background: var(--v6-navy); color: white; border: none;
  border-radius: var(--v6-r-md); padding: 10px 18px;
  font-size: 13px; font-weight: 700; cursor: pointer;
  transition: background .15s;
  white-space: nowrap; font-family: inherit;
}
.v6-search-btn:hover { background: var(--v6-navy-2); }
.v6-search-suggestions {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0;
  background: white; border: 1px solid var(--v6-g200);
  border-radius: var(--v6-r-md); box-shadow: var(--v6-sh-lg);
  z-index: 200; overflow: hidden;
}

/* Test reversible : barre hero plus grande sur desktop. */
@media (min-width: 1101px) {
  .v6-search-form--pretitle {
    width: 100%;
    max-width: 560px;
    margin-bottom: 58px;
  }

  .v6-search-form--pretitle .v6-search-bar {
    border-width: 2px;
    padding: 8px 8px 8px 18px;
    box-shadow: var(--v6-sh-md);
  }

  .v6-search-form--pretitle .v6-search-input {
    font-size: 15px;
    padding: 11px 12px;
  }

  .v6-search-form--pretitle .v6-search-btn {
    padding: 12px 22px;
    font-size: 14px;
  }
}

/* ── Marketplace header + grid ── */
.v6-mkt-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }

/* Grille marketplace : le HTML utilise .v6-cars-grid (pas .hi-cars-grid) — sans cela les cartes
   s’étirent sur toute la largeur et les photos deviennent des panoramas peu esthétiques. */
.home-index .v6-cars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.home-index .v6-cars-grid .hi-car-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

/* Ratio photo fixe (≈ 16:10) au lieu d’une hauteur px sur une largeur variable */
.home-index .v6-cars-grid .hi-car-img {
  height: auto;
  aspect-ratio: 16 / 10;
  flex-shrink: 0;
}

.home-index .v6-cars-grid .hi-car-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-index .v6-cars-grid .hi-car-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.home-index .v6-cars-grid .hi-car-actions {
  margin-top: auto;
}

@media (max-width: 1100px) {
  .home-index .v6-cars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .home-index .v6-cars-grid {
    grid-template-columns: 1fr;
  }
}

/* ════════════════════════════════
   RESPONSIVE V6
   ════════════════════════════════ */

/* ── Empêche tout débordement horizontal (floating cards, ecosystem SVG)
   html est le vrai conteneur viewport sur Android Chrome ── */
html { overflow-x: hidden; }
.home-index { overflow-x: hidden; }

/* ── 1100 px : version mobile-safe du widget phone
   On garde l'animation du téléphone, on masque seulement ce qui déborde. ── */
@media (max-width: 1100px) {
  .v6-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 48px 40px 52px;
    gap: 18px;
  }
  .v6-hero-right {
    display: flex;
    padding: 16px 0 0;
    overflow: hidden;
  }
  /* Sources de débordement horizontal */
  .v6-float,
  .v6-ecosystem,
  .v6-hero-chips { display: none; }
  .v6-pros-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .v6-modes-grid { grid-template-columns: 1fr; }
  .v6-vision-grid { grid-template-columns: 1fr 1fr; }
  .v6-achat-card { grid-template-columns: 1fr; padding: 48px 40px; }
  .v6-formation-strip-overlay { padding: 48px 40px; }
}
@media (max-width: 768px) {
  /* Hero : centrage et espacement mobile */
  .v6-hero {
    min-height: auto;
    padding: 44px 20px 34px;
    text-align: center;
  }
  .v6-hero-eyebrow { justify-content: center; }
  .v6-hero-sub { margin: 0 auto 20px; }
  .v6-hero-ctas { max-width: 100%; }
  .v6-hero-proof { justify-content: center; flex-wrap: wrap; gap: 0; }
  /* Search bar pleine largeur sur mobile */
  .v6-search-form { max-width: 100%; }
  /* Champ + bouton empilés — évite le débordement du libellé « Rechercher » */
  .v6-search-bar {
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
  }
  .v6-search-input {
    flex: 1 1 0;
    min-width: 0;
    padding: 8px 6px;
  }
  .v6-search-btn {
    flex: 1 1 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
  }
  /* Ville + bouton « Actualiser… » en colonne — texte sur plusieurs lignes */
  .v6-local-form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .v6-local-btn {
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
    padding: 12px 14px;
  }

  .v6-sw { padding: 0 20px; }
  .v6-sec { padding: 56px 0; }
  .v6-mkt-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .v6-pros-head { flex-direction: column; align-items: flex-start; }
  .v6-local-form { width: 100%; max-width: 100%; }
  .v6-local-services { grid-template-columns: 1fr; }
  .v6-vision-grid { grid-template-columns: 1fr; }
  .v6-achat-card { padding: 36px 20px; }
  .v6-achat-v { display: none; }
  .v6-formation-strip-overlay { padding: 40px 20px; gap: 32px; flex-direction: column; }
  .v6-cta-section { padding: 60px 20px; }
}
@media (max-width: 480px) {
  .v6-pros-grid { grid-template-columns: 1fr; }
  .v6-cta-btns { flex-direction: column; width: 100%; }
  .v6-cta-a, .v6-cta-b { width: 100%; justify-content: center; }
  .v6-modes-grid { border-radius: var(--v6-r-lg); }
}
@media (prefers-reduced-motion: reduce) {
  .v6-float, .v6-fc-live-dot, .v6-eco-ring-1, .v6-eco-ring-2 { animation: none !important; }
  .v6-btn-sell::before { animation: none !important; }
  .v6-r { transition: none !important; opacity: 1 !important; transform: none !important; }
}
