    body {
      /* Fonds clairs bleutés */
      --bg-dark: #ffffff;
      --bg-card: rgba(255, 255, 255, 0.55);
      --bg-elevated: #ffffff;
      --luxury-1: #ffffff;
      --luxury-2: #EEF2F4;
      --luxury-3: #EEF2F4;

      /* Accent : bleu BMW azur */
      --accent: #0166B1;
      --accent-hover: #014F88;
      --accent-muted: rgba(1, 102, 177, 0.12);

      /* Textes doux (pas de noir pur) */
      --text-primary: #1a1d24;
      --text-secondary: #4a5160;
      --text-muted: #767e8c;

      /* Bordures verre clair */
      --border: rgba(1, 102, 177, 0.14);
      --border-soft: rgba(1, 102, 177, 0.08);

      color: var(--text-primary);
    }

    /* Fond blanc cassé avec léger dégradé bleuté, fixe */
    body {
      background:#ffffff;
      background-attachment: fixed !important;
    }

    /* Sections transparentes pour laisser voir le fond */
    .features,
    .engagements,
    .services,
    .testimonials,
    .payment,
    main > section,
    main > div,
    .hero,
    .hero-section,
    section {
      background: transparent !important;
      background-image: none !important;
    }
    /* Barres séparatrices discrètes */
    .engagements::before,
    .engagements::after,
    .testimonials::before,
    .testimonials::after,
    .services::before,
    .payment::before {
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent) !important;
      box-shadow: none !important;
    }

    /* ════════════════════════════════════════════
       IMAGE DE FOND — section hero uniquement (Tesla / Collioure)
       Image étirée sur TOUTE la section (plein cadre, centrée) :
       elle remplit l'intégralité du fond, sans bandes ni flou.
    ════════════════════════════════════════════ */
    .hero.hero-split {
      position: relative !important;
      background: #ffffff !important;
      overflow: hidden;
    }
    .hero.hero-split .hero-bg {
      display: block !important;
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
    }
    .hero.hero-split .hero-bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background-color: #ffffff;
      background-image:
        linear-gradient(90deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.93) 38%, rgba(255,255,255,0.64) 55%, rgba(255,255,255,0.22) 72%, rgba(255,255,255,0) 87%),
        image-set(url('/img/vp-tesla-y.avif') type('image/avif'), url('/img/vp-tesla-y.webp') type('image/webp'));
      background-size: cover, cover;
      background-position: center, center;
      background-repeat: no-repeat, no-repeat;
    }
    @supports not (background-image: url('x.webp')) {
      .hero.hero-split .hero-bg::after {
        background: url('/img/hero-vtc.jpg') center center / cover no-repeat;
      }
    }
    .hero.hero-split .hero-gradient,
    .hero.hero-split .hero-grid { display: none !important; }
    .hero.hero-split .hero-inner { position: relative !important; z-index: 1 !important; }

    /* ── « Discover our services » : blanc + léger contour noir ── */
    .hero.hero-split .hero-scroll,
    .hero.hero-split .hero-scroll:hover {
      color: #ffffff !important;
    }
    .hero.hero-split .hero-scroll span {
      font-weight: 600;
      text-shadow:
        -1px 0 0 rgba(0, 0, 0, 0.5),
        1px 0 0 rgba(0, 0, 0, 0.5),
        0 -1px 0 rgba(0, 0, 0, 0.5),
        0 1px 0 rgba(0, 0, 0, 0.5),
        0 2px 8px rgba(0, 0, 0, 0.35);
    }
    .hero.hero-split .hero-scroll-line {
      background: linear-gradient(to bottom, #ffffff, transparent) !important;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }

    /* ── Formulaire : colonne plus large, contenu plus aéré ── */
    @media (min-width: 961px) {
      .hero-split .hero-inner {
        grid-template-columns: 1fr 620px !important;
        max-width: 1300px !important;
        gap: 3.5rem !important;
      }
    }
    .hero-form-wrap { font-size: 0.95rem !important; }
    .hero-form { padding: 1.5rem 1.75rem 1.65rem !important; }
    .hero-form-title { margin-bottom: 1rem !important; }
    .hero-form-grid { gap: 0.85rem 1.25rem !important; }
    .hero-form .form-row label { margin-bottom: 0.35rem !important; }
    .hero-form .form-row input,
    .hero-form .form-row select {
      padding: 0.65rem 0.9rem !important;
    }
    .hero-form .form-actions { margin-top: 1rem !important; }
    /* Options « Services sur demande » moins étouffées */
    .hero-form-services-supp-options-row { gap: 0.6rem !important; }
    .hero-form-services-supp-options-row label.hero-form-services-supp-option {
      padding: 0.75rem 0.4rem !important;
      font-size: 0.78rem !important;
      gap: 0.35rem 0.45rem !important;
    }
    .hero-form-services-supp-option-icon {
      width: 21px !important;
      height: 21px !important;
    }

    /* Top bar : verre clair */
    .header {
      background: rgba(255, 255, 255, 0.72) !important;
      
      
      border-bottom: 1px solid rgba(1, 102, 177, 0.14) !important;
    }
    .header .header-inner,
    .header .logo,
    .header .logo-text,
    .header .nav-list a,
    .header .nav-active {
      color: #1a1d24 !important;
    }
    .header .btn-phone {
      background: #0166B1 !important;
      border: 1px solid #014F88 !important;
      color: #ffffff !important;
      
    }
    .header .nav-toggle span { background: #1a1d24 !important; }

    /* ════════════════════════════════════════════
       EFFET VERRE « WIDGET iOS » sur tous les cartons
    ════════════════════════════════════════════ */
    .feature-card,
    .hero-features .feature-card,
    .engagement-card,
    .service-card,
    .form-card,
    .booking-card,
    .hero-form-wrap,
    .payment-inner {
      position: relative !important;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.6) 40%, rgba(232,239,249,0.5) 100%) !important;
      
      
      border: 1px solid rgba(255, 255, 255, 0.9) !important;
      border-radius: 26px !important;
      box-shadow:
        0 10px 40px rgba(1, 102, 177, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.9),
        inset 0 -1px 1px rgba(1, 102, 177, 0.05) !important;
      overflow: hidden !important;
    }

    /* Le formulaire est DANS la carte verre : pas de second flou imbriqué
       (le double backdrop-filter provoquait des artefacts de rendu) */
    .hero-form {
      
      
    }


    /* ════════════════════════════════════════════
       CORRECTIF ARTEFACTS — cartes du hero
       Le backdrop-filter de ces 3 cartes ré-échantillonnait la photo
       à CHAQUE repaint voisin (hovers du formulaire) : clignotements.
       On remplace le flou temps réel par un fond verre plus opaque,
       visuellement équivalent et totalement stable. Chaque zone est
       isolée pour cloisonner les repaints.
    ════════════════════════════════════════════ */
    .hero-features .feature-card {
      
      
      background:
        linear-gradient(135deg, rgba(255,255,255,0.94) 0%, rgba(252,253,255,0.86) 40%, rgba(238,244,252,0.82) 100%) !important;
      isolation: isolate;
    }
    .hero-features .feature-card:hover {
      background:
        linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 40%, rgba(238,244,252,0.88) 100%) !important;
    }
    .hero-form-wrap {
      isolation: isolate;
      contain: paint;
    }

    /* Reflet brillant en haut du carton (comme un verre poli) */
    .feature-card::after,
    .engagement-card::after,
    .service-card::after {
      content: '' !important;
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      height: 45% !important;
      background: linear-gradient(180deg, rgba(255,255,255,0.7), transparent) !important;
      pointer-events: none !important;
      border-radius: 26px 26px 0 0 !important;
      z-index: 0 !important;
    }
    /* Le contenu passe au-dessus du reflet */
    .feature-card > *,
    .engagement-card > *,
    .service-card > * {
      position: relative !important;
      z-index: 1 !important;
    }

    /* Survol : le verre s'illumine */
    .feature-card:hover,
    .engagement-card:hover,
    .service-card:hover {
      background:
        linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.75) 40%, rgba(232,239,249,0.6) 100%) !important;
      border-color: rgba(1, 102, 177, 0.3) !important;
      box-shadow:
        0 18px 56px rgba(1, 102, 177, 0.2),
        inset 0 1px 1px rgba(255, 255, 255, 0.95) !important;
    }

    /* ════════════════════════════════════════════
       CHAMPS DE FORMULAIRE — clair lisible
    ════════════════════════════════════════════ */
    .hero-form input,
    .hero-form select,
    .hero-form textarea,
    .form-row-inner input,
    .form-row-inner select,
    .hero-select-trajet,
    .stepper,
    .stepper-input {
      background: rgba(255, 255, 255, 0.85) !important;
      color: #1a1d24 !important;
      border: 1px solid rgba(1, 102, 177, 0.2) !important;
    }
    .hero-form input::placeholder,
    .hero-form textarea::placeholder,
    .form-row-inner input::placeholder {
      color: #767e8c !important;
    }
    .stepper-btn { color: #0166B1 !important; }
    .stepper-input { color: #1a1d24 !important; }
    .type-trajet-btn {
      background: rgba(255, 255, 255, 0.85) !important;
      color: #4a5160 !important;
      border: 1px solid rgba(1, 102, 177, 0.2) !important;
    }
    .type-trajet-input:checked + .type-trajet-btn {
      background: #0166B1 !important;
      border-color: #014F88 !important;
      color: #ffffff !important;
    }
    .hero-form input:focus,
    .hero-form select:focus,
    .hero-form textarea:focus {
      border-color: #0166B1 !important;
      background: #ffffff !important;
    }

    /* ════════════════════════════════════════════
       Accents bleus (datepicker, boutons)
    ════════════════════════════════════════════ */
    /* Datepicker */
    .datepicker-cell--selected,
    .datepicker-btn-valider {
      background: #0166B1 !important;
      color: #ffffff !important;
    }
    .datepicker-cell--selected:hover,
    .datepicker-btn-valider:hover {
      background: #014F88 !important;
    }
    /* Bouton WhatsApp : vraie couleur WhatsApp */
    .btn-whatsapp,
    a.btn-whatsapp.btn-primary {
      background: #25D366 !important;
      /* Texte sombre : convention du site (style.css) + contraste AA
         (le blanc sur ce vert était à ~1.9:1, illisible pour certains) */
      color: #0b1a12 !important;
      border: 1px solid #1ebe5b !important;
      box-shadow: 0 6px 22px rgba(37, 211, 102, 0.35) !important;
      
    }
    .btn-whatsapp:hover,
    a.btn-whatsapp.btn-primary:hover {
      background: #1ebe5b !important;
      box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45) !important;
    }
    .btn-whatsapp .btn-whatsapp-icon,
    .btn-whatsapp i { color: #0b1a12 !important; }
    /* Boutons principaux : bleu BMW */
    .btn-primary,
    .btn-book,
    .btn-cta,
    .btn-estimate {
      background: #0166B1 !important;
      border: 1px solid #014F88 !important;
      color: #ffffff !important;
      box-shadow: 0 6px 22px rgba(1, 102, 177, 0.3) !important;
      
    }
    .btn-primary:hover,
    .btn-book:hover,
    .btn-cta:hover,
    .btn-estimate:hover {
      background: #014F88 !important;
      box-shadow: 0 8px 28px rgba(1, 102, 177, 0.4) !important;
    }
    /* RGPD consent checkbox */
    .hero-form-consent-row { margin: 0.5rem 0 1.25rem; }
    .consent-checkbox {
      display: flex;
      align-items: flex-start;
      gap: 0.65rem;
      cursor: pointer;
      font-size: 0.85rem;
      color: #4a5160;
      line-height: 1.55;
    }
    .consent-checkbox input[type="checkbox"] {
      width: 18px;
      height: 18px;
      margin-top: 2px;
      flex-shrink: 0;
      accent-color: #0166B1;
      cursor: pointer;
    }
    .consent-checkbox a { color: #0166B1; text-decoration: underline; }
    .consent-checkbox a:hover { color: #014F88; }
    .consent-required { color: #e05252; font-weight: 700; }
    .consent-checkbox.consent-error span { color: #e05252; }
    .consent-checkbox.consent-error input[type="checkbox"] { outline: 2px solid #e05252; outline-offset: 2px; }
  
      /* ── Cartes d'avis style Google (6 cartes blanches) ── */
      .reviews-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.85rem;
        margin-top: 1.5rem;
      }
      .review-g {
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.55rem;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
        transition: transform .2s ease, box-shadow .2s ease;
      }
      .review-g:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
      }
      .review-g-head {
        display: flex;
        align-items: center;
        gap: 0.55rem;
      }
      .review-g-avatar {
        width: 32px; height: 32px;
        border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        color: #fff; font-weight: 700; font-size: 0.85rem;
        flex-shrink: 0;
        font-family: 'Outfit', sans-serif;
      }
      .review-g-meta { display: flex; flex-direction: column; line-height: 1.2; }
      .review-g-name {
        font-weight: 700; font-size: 0.82rem; color: #1a1a1a;
        font-family: 'Outfit', sans-serif;
      }
      .review-g-date { font-size: 0.70rem; color: #70757a; margin-top: 1px; }
      .review-g-glogo { margin-left: auto; flex-shrink: 0; }
      .review-g-glogo svg { width: 16px; height: 16px; }
      .review-g-stars { color: #fbbc04; font-size: 0.80rem; letter-spacing: 1px; }
      .review-g-text {
        font-size: 0.78rem; color: #3c4043; line-height: 1.55;
        flex: 1; margin: 0;
        display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
      }
      .review-g-btn {
        display: block;
        text-align: center;
        background: #0166B1;
        color: #ffffff;
        font-weight: 600;
        font-size: 0.78rem;
        padding: 0.5rem 0.75rem;
        border-radius: 8px;
        text-decoration: none;
        border: none;
        transition: background .2s ease;
      }
      .review-g-btn:hover { background: #014F88; }
      @media (max-width: 900px) {
        .reviews-grid { grid-template-columns: 1fr 1fr; }
      }
      @media (max-width: 580px) {
        .reviews-grid { grid-template-columns: 1fr; }
      }
    
            .payment-logos {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              gap: 0.8rem;
            }
            .payment-item {
              display: inline-flex !important;
              padding: 0 !important;
              border-radius: 9px !important;
              background: transparent !important;
              border: none !important;
              box-shadow: none !important;
              line-height: 0 !important;
              transition: transform .2s ease, filter .2s ease !important;
            }
            .payment-item:hover {
              transform: translateY(-4px) scale(1.05) !important;
              filter: drop-shadow(0 8px 18px rgba(1, 102, 177, 0.35)) !important;
            }
            .payment-logo {
              display: block;
              line-height: 0;
            }
            .payment-logo .pay-svg {
              width: 76px;
              height: 30px;
              display: block;
              border-radius: 8px;
            }
            /* Cadenas "paiement sécurisé" : bleu BMW */
            .payment-icon-trust {
              background: rgba(1, 102, 177, 0.12) !important;
              border: 1px solid rgba(1, 102, 177, 0.3) !important;
              color: #0166B1 !important;
              box-shadow: 0 0 20px rgba(1, 102, 177, 0.12) !important;
              
            }
          

/* ══ V2 : surcharge disposition hero + fin du verre ══ */
/* ══ V2 : disposition hero (colonne à droite) + fin de l'effet verre ══ */
body { --bg-card: #ffffff !important; }
.header {
  background: #ffffff !important;
  border-bottom: 1px solid #ECEEF1 !important;
  box-shadow: 0 1px 0 rgba(16,24,40,0.05), 0 6px 20px rgba(16,24,40,0.03) !important;
}
.feature-card, .hero-features .feature-card, .engagement-card, .service-card,
.form-card, .booking-card, .hero-form-wrap, .payment-inner {
  background: #ffffff !important;
  border: 1px solid #ECEEF1 !important;
  border-radius: 16px !important;
  box-shadow: 0 1px 2px rgba(16,24,40,0.04), 0 8px 24px rgba(16,24,40,0.05) !important;
}
.feature-card::after, .engagement-card::after, .service-card::after { display: none !important; }
.feature-card:hover, .engagement-card:hover, .service-card:hover,
.hero-features .feature-card:hover {
  background: #ffffff !important;
  border-color: #cfe0ef !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 30px rgba(1,102,177,0.10) !important;
}
.hero-form input, .hero-form select, .hero-form textarea,
.form-row-inner input, .form-row-inner select, .hero-select-trajet,
.stepper, .stepper-input, .type-trajet-btn {
  background: #ffffff !important;
  border: 1px solid #d7dbe0 !important;
}
@media (min-width: 961px) {
  .hero-split .hero-inner {
    grid-template-columns: 1fr 465px !important;
    max-width: 1300px !important;
    gap: 0 !important;
    align-items: center !important;
  }
  .hero-split .hero-content {
    grid-column: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.1rem !important;
    width: 100% !important;
  }
  .hero-split .hero-content .hero-title {
    font-size: 2.1rem !important;
    line-height: 1.12 !important;
    margin: 0 !important;
  }
  .hero-split .hero-form-wrap { width: 100% !important; margin: 0 !important; }
  .hero-split .hero-features { margin: 0 !important; }
  .hero-split .hero-features-grid {
    grid-template-columns: 1fr !important;
    gap: 0.55rem !important;
  }
  .hero-split .hero-features .feature-card {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    column-gap: 0.85rem !important;
    align-items: center !important;
    padding: 0.75rem 1rem !important;
    text-align: left !important;
  }
  .hero-split .hero-features .feature-icon {
    grid-row: 1 / span 2 !important;
    margin: 0 !important;
    width: 32px !important;
    height: 32px !important;
  }
  .hero-split .hero-features .feature-title { margin: 0 0 0.1rem !important; font-size: 0.95rem !important; }
  .hero-split .hero-features .feature-desc { margin: 0 !important; font-size: 0.8rem !important; line-height: 1.4 !important; }
}

/* ══ V3 : hero 2 colonnes — titre+texte+stats à gauche, formulaire à droite ══ */
@media (min-width: 961px) {
  .hero-split .hero-inner {
    grid-template-columns: 1fr 480px !important;
    max-width: 1240px !important;
    gap: 3rem !important;
    align-items: center !important;
  }
  .hero-split .hero-content {
    grid-column: 1 !important;
    display: block !important;
    text-align: left !important;
    width: auto !important;
  }
  .hero-split .hero-content .hero-title {
    font-size: clamp(2rem, 3.4vw, 3rem) !important;
    line-height: 1.1 !important;
    margin: 0 0 1.1rem !important;
  }
  .hero-split .hero-form-wrap { width: 100% !important; margin: 0 !important; }
}
.hero-split .hero-lead {
  font-size: 1rem; line-height: 1.7; color: #4a5160;
  max-width: 560px; margin: 0 0 1.6rem;
}
.hero-split .hero-stats { display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; margin: 0; }
.hero-split .hero-stat { display: flex; flex-direction: column; gap: 2px; }
.hero-split .hero-stat-num {
  font-size: 1.05rem; font-weight: 700; color: #14181F; line-height: 1.1;
  display: inline-flex; align-items: center; gap: 5px;
}
.hero-split .hero-stat-num i { color: #0166B1; font-size: .85em; }
.hero-split .hero-stat-label { font-size: .78rem; color: #8a909a; line-height: 1.3; }



/* ── Lisibilité du hero sur photo claire : texte foncé + voile ── */
.hero-split .hero-content .hero-title { color: #14181F !important; }
.hero-split .hero-lead { color: #3a4150 !important; }
.hero-split .hero-stat-label { color: #5b6472 !important; }
