@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;600;700;800&family=Work+Sans:wght@400;500;600&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Outfit:wght@600;700;800&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap');

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined', sans-serif !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  backface-visibility: hidden;
}

*, *::before, *::after {
  box-sizing: border-box !important;
}

/* OPTIMISATION ULTRA-FLUIDE DU DÉFILEMENT (60 FPS GPU) */
img, video {
  max-width: 100%;
  content-visibility: auto;
}

.mag-card, .card, .btn, .header, .vfm-footer {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* BOUTON PANIER COMPACT & RÉACTIF MOBILES */
.btn-cart-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 50px;
  color: #0F172A;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
}

.btn-cart-trigger:hover {
  border-color: #0096D6;
  color: #0096D6;
  box-shadow: 0 4px 12px rgba(0, 150, 214, 0.15);
}

.cart-trigger-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  background: #E31E24;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50px;
}

@media (max-width: 640px) {
  .cart-trigger-label {
    display: none !important;
  }
  .btn-cart-trigger {
    padding: 6px 10px;
  }
}

/* --------------------------------------------------------------------------
   1. DESIGN TOKENS & VARIABLES CSS
   -------------------------------------------------------------------------- */
:root {
  /* Couleurs de Marque (Basées sur la charte VFM & Pedrollo) */
  --color-primary: #0096D6;            /* Bleu Cyan Hydrique */
  --color-primary-dark: #0B4C8C;       /* Bleu Nuit VFM */
  --color-primary-light: #E6F4FA;      /* Bleu très doux */
  --color-accent: #E31E24;             /* Rouge VFM Badge & Highlight */
  --color-accent-hover: #C4151A;       /* Rouge Survol */
  
  /* Couleurs Neutres & Surfaces */
  --color-bg: #F8FAFC;                 /* Fond d'écran clair principal */
  --color-surface: #FFFFFF;            /* Surface des cartes */
  --color-surface-glass: rgba(255, 255, 255, 0.88);
  --color-text-main: #0F172A;          /* Texte principal (Haute lisibilité) */
  --color-text-muted: #475569;         /* Texte secondaire (Conforme WCAG AA) */
  --color-border: #E2E8F0;             /* Bordure légère */
  --color-border-hover: #CBD5E1;       /* Bordure survol */

  /* Mode Sombre (Footer & Sections Témoin) */
  --color-dark-bg: #07121E;
  --color-dark-surface: #0F2238;
  --color-dark-border: rgba(255, 255, 255, 0.1);
  --color-dark-text: #F1F5F9;

  /* Typographie & Échelles (Grade International) */
  --font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'Plus Jakarta Sans', 'Inter', sans-serif;
  
  /* Radii & Ombrages (Inspiration Apple / Stripe) */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  
  --shadow-sm: 0 2px 6px rgba(11, 76, 140, 0.04);
  --shadow-md: 0 12px 30px -5px rgba(11, 76, 140, 0.08), 0 8px 12px -6px rgba(11, 76, 140, 0.04);
  --shadow-lg: 0 20px 45px -10px rgba(11, 76, 140, 0.16);
  --shadow-glow: 0 0 30px rgba(0, 150, 214, 0.4);

  /* Transitions & Fluidité */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  
  /* Dimensions & Spacing (Conteneur 1350px) */
  --container-max-width: 1350px;
  --header-height: 90px;
  --z-header: 1000;
  --z-drawer: 1500;
  --z-modal: 2000;
}

/* --------------------------------------------------------------------------
   2. RESET CSS & NORMALISATION
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* TYPOGRAPHIE DYNAMIQUE FLUIDE SELON L'ÉCRAN */
html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 2560px) {
  html { font-size: 18px; }
}
@media (min-width: 1800px) and (max-width: 2559px) {
  html { font-size: 16.5px; }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  html { font-size: 15.5px; }
}
@media (min-width: 768px) and (max-width: 1199px) {
  html { font-size: 14.5px; }
}
@media (max-width: 767px) {
  html { font-size: 13.5px; }
}
@media (max-width: 480px) {
  html { font-size: 13px; }
}

body {
  font-family: var(--font-family);
  background-color: var(--color-bg);
  color: var(--color-text-main);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   FOND ARTISTIQUE ARRIÈRE-PLAN (ARTISTIC MESH CANVAS) & ANIMATIONS WOW
   ========================================================================== */

/* FOND ARTISTIQUE GLOBAL */
.artistic-bg-wrapper {
  position: relative;
  overflow: hidden;
}

.artistic-bg-wrapper::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 150, 214, 0.12) 0%, rgba(11, 76, 140, 0.05) 50%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
  animation: floatOrb 18s ease-in-out infinite alternate;
}

.artistic-bg-wrapper::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 750px;
  height: 750px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 30, 36, 0.06) 0%, rgba(0, 150, 214, 0.04) 50%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  animation: floatOrb 22s ease-in-out infinite alternate-reverse;
}

@keyframes floatOrb {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(40px, -60px) scale(1.1); }
  100% { transform: translate(-30px, 40px) scale(0.95); }
}

/* ANIMATION SHIMMER REFLET VERRE DE POLI (WOW HOVER EFFECT) */
.shimmer-card {
  position: relative;
  overflow: hidden;
}

.shimmer-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -150%;
  width: 100%;
  height: 200%;
  background: linear-gradient(
    60deg,
    transparent 30%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 70%
  );
  transform: rotate(25deg);
  transition: opacity 0.3s ease;
  pointer-events: none;
  opacity: 0;
}

.shimmer-card:hover::after {
  opacity: 1;
  animation: shimmerSweep 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes shimmerSweep {
  0% { left: -150%; }
  100% { left: 150%; }
}

/* REVEAL ON SCROLL FLUIDE & ULTRA-RAPIDE */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

/* Accessibilité Focus Clavier (WCAG 2.1 AA) */
:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   3. LAYOUT & CONTENEURS SYSTEM
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

/* --------------------------------------------------------------------------
   4. EN-TÊTE STICKY & NAVBAR (GLASSMORPHISM)
   -------------------------------------------------------------------------- */
.header {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 100px;
  background: #FFFFFF !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  z-index: 99999 !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex;
  align-items: center;
}

.header.scrolled {
  height: 75px !important;
  background: rgba(7, 29, 51, 0.88) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  box-shadow: 0 12px 35px rgba(7, 29, 51, 0.45) !important;
  border-bottom: 1px solid rgba(0, 150, 214, 0.35) !important;
}

.header.scrolled .nav__link {
  color: #F8FAFC !important;
}

.header.scrolled .nav__link:hover, 
.header.scrolled .nav__link.active, 
.header.scrolled .nav__link.nav__link--active {
  color: #38BDF8 !important;
}

.header.scrolled .header__logo img {
  height: 68px !important;
  max-height: 68px !important;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4)) brightness(1.05) !important;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__logo {
  display: flex !important;
  align-items: center !important;
}

.header__logo img,
header nav img {
  height: 96px !important;
  max-height: 96px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 2px 6px rgba(11, 76, 140, 0.16)) contrast(1.12) !important;
  transition: height 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s ease !important;
}

.header__logo:hover img,
header nav a:hover img {
  transform: scale(1.03) !important;
}

.header.scrolled .header__logo img,
.header.scrolled header nav img {
  height: 70px !important;
  max-height: 70px !important;
}

/* ==========================================================================
   LOGO IN FOOTER & CARDS (.vfm-footer__logo-card)
   ========================================================================== */
.vfm-footer__logo-card, .footer__logo-card {
  background: #FFFFFF !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 12px !important;
  display: inline-block !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #E2E8F0 !important;
  margin-bottom: 1.25rem !important;
}

.vfm-footer__logo-card img, .footer__logo-card img {
  height: 90px !important;
  max-height: 90px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
  filter: contrast(1.08) !important;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.nav__link {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--color-text-muted);
  position: relative;
  padding: 0.5rem 0.25rem;
  transition: color 0.3s ease;
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #0096D6 0%, #0B4C8C 100%);
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: var(--radius-full);
}

.nav__link:hover, .nav__link.active, .nav__link.nav__link--active, .nav__link--active {
  color: #0096D6 !important;
  font-weight: 700 !important;
}

.nav__link:hover::after, .nav__link.active::after, .nav__link.nav__link--active::after, .nav__link--active::after {
  width: 100% !important;
  height: 3px !important;
  background: #0096D6 !important;
  border-radius: 4px !important;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* BOUTON D'ACTION PANIER BARRE DE NAVIGATION */
.btn-cart-trigger {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  background: linear-gradient(135deg, rgba(0, 150, 214, 0.08) 0%, rgba(11, 76, 140, 0.12) 100%);
  border: 1px solid rgba(0, 150, 214, 0.25);
  border-radius: var(--radius-full);
  padding: 0.5rem 1rem;
  color: var(--color-primary-dark);
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-cart-trigger:hover {
  background: linear-gradient(135deg, #0B4C8C 0%, #0096D6 100%);
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(0, 150, 214, 0.3);
  transform: translateY(-2px);
}

.btn-cart-trigger:active {
  transform: translateY(1px) scale(0.98);
}

.cart-trigger-count {
  background: var(--color-accent);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.15rem 0.55rem;
  border-radius: 12px;
  min-width: 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(230, 0, 40, 0.3);
}

/* BOUTON BURGER MOBILE EXECUTIVE PREMIUM */
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 150, 214, 0.08) 0%, rgba(11, 76, 140, 0.12) 100%);
  border: 1.5px solid rgba(0, 150, 214, 0.25);
  color: var(--color-primary-dark);
  cursor: pointer;
  z-index: 1001;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(11, 76, 140, 0.05);
}

.nav-toggle:hover,
.nav-toggle[aria-expanded="true"] {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(0, 150, 214, 0.3);
  transform: translateY(-1px);
}

.nav-toggle .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.nav-toggle[aria-expanded="true"] .material-symbols-outlined {
  transform: rotate(90deg);
}

/* ==========================================================================
   HEADER RESPONSIVE MOBILE DRAWER (ADAPTATION SMARTPHONE)
   ========================================================================== */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(7, 18, 30, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

body.menu-open {
  overflow: hidden !important;
}

@media (max-width: 991px) {
  .nav-toggle {
    display: inline-flex !important;
    z-index: 10000;
  }

  .header__nav nav {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background: #07121E;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    padding: 5rem 1.75rem 2rem 1.75rem;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
    display: flex;
    flex-direction: column;
    visibility: hidden;
  }

  .header__nav nav.nav-open,
  .header__nav nav.open {
    transform: translateX(0) !important;
    visibility: visible !important;
  }

  .nav__list {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    width: 100% !important;
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  .nav__link {
    color: #F8FAFC !important;
    font-size: 1.1rem !important;
    width: 100%;
    display: block;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav__link.nav__link--active, .nav__link.active {
    color: #0096D6 !important;
    font-weight: 800 !important;
  }

  .header__actions .btn--accent {
    display: none;
  }
}

/* --------------------------------------------------------------------------
   5. BOUTONS & COMPOSANTS INTERACTIFS
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.95rem;
  transition: all var(--transition-normal);
  white-space: nowrap;
}

.btn--primary {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #FFFFFF;
  box-shadow: var(--shadow-sm);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
}

.btn--accent {
  background: var(--color-accent);
  color: #FFFFFF;
}

.btn--accent:hover {
  background: var(--color-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(227, 30, 36, 0.3);
}

.btn--outline {
  border: 1.5px solid var(--color-primary-dark);
  color: var(--color-primary-dark);
}

.btn--outline:hover {
  background: var(--color-primary-light);
  transform: translateY(-2px);
}

/* Badges */
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.55rem 1.25rem;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
}

.badge--red,
#heroInfoBadge {
  background: linear-gradient(135deg, #E31E24 0%, #C4151A 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(227, 30, 36, 0.4) !important;
}

.badge--blue {
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  border: 1px solid rgba(0, 150, 214, 0.2);
}

/* --------------------------------------------------------------------------
   6. HERO SECTION (STYLE APPLE / VERCEL)
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  padding-top: calc(var(--header-height) + 4rem);
  padding-bottom: 6rem;
  background: radial-gradient(circle at 90% 10%, rgba(0, 150, 214, 0.12) 0%, transparent 60%),
              radial-gradient(circle at 10% 90%, rgba(11, 76, 140, 0.08) 0%, transparent 50%);
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
}

.hero__title {
  font-family: var(--font-heading);
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--color-primary-dark);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.hero__title span {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__description {
  font-size: 1.15rem;
  color: var(--color-text-muted);
  margin-bottom: 2rem;
  max-width: 580px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.hero__badges {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
}

.hero__partner {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.hero__partner-name {
  color: #005596;
  font-weight: 800;
  font-size: 1.1rem;
}

/* Visuel Hero / Carte d'équipement */
.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero__card {
  position: relative;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
  transition: transform var(--transition-smooth);
}

.hero__card:hover {
  transform: translateY(-6px);
}

.hero__image-wrapper {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-primary-light);
}

.hero__image {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
   7. SECTIONS & CARTES PRODUITS / SERVICES
   -------------------------------------------------------------------------- */
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3.5rem auto;
}

.section-header__subtitle {
  color: var(--color-accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  display: block;
}

.section-header__title {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color-primary-dark);
}

/* Grille des Services (3 piliers) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.service-card {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 2.25rem 1.75rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-border-hover);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card__icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-sm);
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.service-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  margin-bottom: 0.75rem;
}

.service-card__text {
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

/* Catalogue & Filtres */
.catalogue__filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.filter-btn {
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.9rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-text-muted);
  transition: all var(--transition-fast);
}

.filter-btn:hover, .filter-btn.active {
  background: var(--color-primary-dark);
  color: #FFFFFF;
  border-color: var(--color-primary-dark);
  box-shadow: var(--shadow-sm);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  gap: 1rem;
}

.product-card {
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #0096D6 0%, #005FA4 50%, #E31E24 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.product-card:hover::before {
  opacity: 1;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 95, 164, 0.14);
  border-color: #CBD5E1;
}

.product-card__image-container {
  height: 195px;
  background: radial-gradient(circle at 50% 50%, #FFFFFF 40%, #F8FAFC 100%);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #F1F5F9;
  position: relative;
}

.product-card__image {
  max-height: 85%;
  max-width: 85%;
  object-fit: contain;
  margin: 0 auto;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-card__image {
  transform: scale(1.08);
}

/* HERO CAROUSEL FULL HEADER (CATALOGUE) */
.catalogue-hero-header {
  position: relative;
  width: 100%;
  padding: 1rem 0 2rem 0;
  background: linear-gradient(180deg, var(--color-primary-dark) 0%, #07121E 100%);
}

.hero-carousel {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  aspect-ratio: 16 / 8;
  min-height: 350px;
  max-height: 520px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.25);
  background: #0B1928;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 768px) {
  .hero-carousel {
    aspect-ratio: 16 / 10;
    min-height: 280px;
    border-radius: 14px;
  }
}

.hero-carousel__slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0B1928;
}

.hero-carousel__slide.active {
  opacity: 1;
  visibility: visible;
}

.hero-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-carousel__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7, 18, 30, 0.45) 100%);
  pointer-events: none;
  z-index: 2;
}

.hero-carousel__caption {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  text-align: left;
  max-width: 580px;
  color: #FFFFFF;
  z-index: 5;
  padding: 0.75rem 1.25rem;
  background: rgba(7, 18, 30, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.hero-carousel__title {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0.2rem 0;
  line-height: 1.2;
}

.hero-carousel__subtitle {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0.2rem 0 0 0;
  line-height: 1.35;
}

.hero-carousel__badge-tag {
  display: inline-block;
  background: var(--color-accent);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  box-shadow: 0 3px 8px rgba(227, 30, 36, 0.3);
}

@media (max-width: 768px) {
  .hero-carousel__caption {
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    max-width: none;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    background: rgba(7, 18, 30, 0.4);
  }
  .hero-carousel__title {
    font-size: 1.1rem !important;
  }
  .hero-carousel__subtitle {
    display: none;
  }
  .hero-carousel__badge-tag {
    font-size: 0.68rem;
    padding: 0.15rem 0.5rem;
  }
}

.hero-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #0B4C8C;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 35;
  pointer-events: auto;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-carousel__btn:hover {
  background: #0B4C8C;
  color: #FFFFFF;
  transform: translateY(-50%) scale(1.1);
}

.hero-carousel__btn--prev {
  left: 0.75rem;
}

.hero-carousel__btn--next {
  right: 0.75rem;
}

@media (max-width: 768px) {
  .hero-carousel__btn {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.65);
  }
  .hero-carousel__btn--prev {
    left: 0.35rem;
  }
  .hero-carousel__btn--next {
    right: 0.35rem;
  }
}

.hero-carousel__bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/* BANDEAU EN 2 LIGNES DU CARROUSEL (LIGNE 1: BADGE, LIGNE 2: TITRE) */
.hero-carousel__caption-seamless {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 18, 30, 0.88) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  z-index: 9;
}

.hero-carousel__caption-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  width: 100%;
}

#heroInfoTitle {
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin-left: 0 !important;
  display: block !important;
}

@media (max-width: 768px) {
  .hero-carousel__caption-seamless {
    padding: 0.6rem 1rem;
  }
  .hero-carousel__caption-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #heroInfoTitle {
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    white-space: normal !important;
  }
}

/* PILULE DES PUCES EN HAUT À DROITE */
.hero-carousel__dots {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  gap: 0.5rem;
  z-index: 35;
  pointer-events: auto;
  background: rgba(7, 18, 30, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.35rem 0.75rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.hero-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.hero-carousel__dot.active {
  width: 28px;
  border-radius: 10px;
  background: #FFFFFF;
}
/* CARROUSELS DE CATALOGUE PAR CATÉGORIE */
.carousel-category-block {
  width: 100%;
  grid-column: 1 / -1;
  margin-bottom: 3.5rem;
  display: block;
}

.carousel-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--color-border);
}

.carousel-title-group h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  margin-top: 0.25rem;
}

.carousel-nav-btns {
  display: flex;
  gap: 0.5rem;
}

.carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  color: var(--color-primary-dark);
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all var(--transition-fast);
}

.carousel-btn:hover {
  background: var(--color-primary-dark);
  color: #FFFFFF;
  border-color: var(--color-primary-dark);
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(11, 76, 140, 0.25);
}

.carousel-track-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0.25rem 1.25rem 0.25rem;
}

.carousel-track-wrapper::-webkit-scrollbar {
  display: none;
}

.carousel-track {
  display: flex;
  gap: 1.25rem;
}

.carousel-track .product-card {
  flex: 0 0 270px;
  width: 270px;
  min-width: 270px;
}
.search-bar-container {
  position: relative;
  max-width: 680px;
  width: 100%;
  margin: 1.75rem auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.search-bar-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 150, 214, 0.25);
  border-radius: 50px;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
  box-shadow: 0 8px 30px rgba(7, 18, 30, 0.12), 0 2px 8px rgba(0, 150, 214, 0.05);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.search-bar-wrapper:focus-within {
  background: #FFFFFF;
  border-color: var(--color-primary);
  box-shadow: 0 12px 35px rgba(0, 150, 214, 0.22), 0 0 0 4px rgba(0, 150, 214, 0.14);
  transform: translateY(-2px);
}

.search-bar-icon-svg {
  width: 20px;
  height: 20px;
  color: var(--color-primary);
  flex-shrink: 0;
  margin-right: 0.85rem;
  transition: transform 0.25s ease, color 0.25s ease;
}

.search-bar-wrapper:focus-within .search-bar-icon-svg {
  color: var(--color-primary-dark);
  transform: scale(1.1);
}

.search-bar-input {
  flex: 1;
  width: 100%;
  padding: 0.85rem 0.5rem 0.85rem 0;
  border: none;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 500;
  color: #0F172A;
  outline: none;
}

.search-bar-input::placeholder {
  color: #94A3B8;
  font-weight: 400;
}

.search-clear-btn {
  background: #F1F5F9;
  border: none;
  color: #64748B;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  margin-right: 0.35rem;
  line-height: 1;
}

.search-clear-btn.visible {
  opacity: 1;
  visibility: visible;
}

.search-clear-btn:hover {
  background: var(--color-accent);
  color: #FFFFFF;
}

.search-count-badge {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(7, 18, 30, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.25rem 0.85rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.02em;
}

.product-card__body {
  background: #FFFFFF;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card__category {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #005FA4;
  background: #EBF5FF;
  padding: 0.22rem 0.65rem;
  border-radius: 50px;
  width: fit-content;
  margin-bottom: 0.65rem;
  display: inline-block;
}

.product-card__title {
  font-size: 1rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 0.5rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7rem;
}

.product-card__description,
.product-card__desc,
.product-card p {
  font-size: 0.83rem;
  color: #64748B;
  line-height: 1.45;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.6rem;
  flex-grow: 1;
}

.product-card__footer {
  margin-top: auto;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.6rem;
  width: 100%;
}

.product-card__footer .badge {
  display: none;
}

/* BOUTON PILULE OUTLINE ULTRA SOIGNÉ (EXACTEMENT COMME LA MAQUETTE) */
.btn-add-devis-pill,
.product-card__footer .btn {
  width: 100% !important;
  border-radius: 50px !important;
  background: #FFFFFF !important;
  border: 1.5px solid #005FA4 !important;
  color: #005FA4 !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.04em !important;
  padding: 0.68rem 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 2px 8px rgba(0, 95, 164, 0.06) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.btn-add-devis-pill:hover,
.product-card__footer .btn:hover {
  background: linear-gradient(135deg, #005FA4 0%, #0096D6 100%) !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
  box-shadow: 0 6px 20px rgba(0, 150, 214, 0.35) !important;
  transform: translateY(-2px) !important;
}

/* --------------------------------------------------------------------------
   8. SECTION CONTACT & DEVIS EXPRESS
   -------------------------------------------------------------------------- */
.contact-section {
  background: var(--color-dark-bg);
  color: var(--color-dark-text);
  position: relative;
  overflow: hidden;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
}

.contact-info__title {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.contact-item__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background: rgba(0, 150, 214, 0.15);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.contact-item__label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.2rem;
}

.contact-item__value {
  font-size: 1.1rem;
  font-weight: 600;
  color: #FFFFFF;
}

.contact-form {
  background: var(--color-dark-surface);
  border-radius: var(--radius-md);
  padding: 2.5rem;
  border: 1px solid var(--color-dark-border);
  box-shadow: var(--shadow-lg);
}

/* --------------------------------------------------------------------------
   7. TIROIR DE PANIER CORPORATE ULTRA-MODERNE (LUXURY GRADE)
   -------------------------------------------------------------------------- */
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 18, 30, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-normal);
}

.cart-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 440px;
  max-width: 92vw;
  height: 100vh;
  background: #FFFFFF;
  z-index: 10005;
  display: flex;
  flex-direction: column;
  box-shadow: -15px 0 45px rgba(0, 0, 0, 0.25);
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.cart-drawer.open {
  transform: translateX(0);
}

body.cart-drawer-open {
  overflow: hidden;
}

body.cart-drawer-open .floating-cart-btn {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: scale(0.8) !important;
}

/* En-tête du tiroir */
.cart-drawer__header {
  background: linear-gradient(135deg, #07121E 0%, #0B4C8C 100%);
  color: #FFFFFF;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(7, 18, 30, 0.25);
  position: relative;
  z-index: 2;
}

.cart-drawer__header-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cart-drawer__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  letter-spacing: -0.01em;
}

.cart-icon-badge {
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-count-pill {
  font-size: 0.75rem;
  font-weight: 700;
  background: var(--color-accent);
  color: #FFFFFF;
  padding: 0.2rem 0.65rem;
  border-radius: 50px;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(227, 6, 19, 0.4);
}

.cart-drawer__subtitle {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.cart-drawer__header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.cart-clear-btn {
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.35rem 0.75rem;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  transition: all var(--transition-fast);
}

.cart-clear-btn:hover {
  background: rgba(239, 68, 68, 0.9);
  border-color: rgba(239, 68, 68, 1);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.cart-drawer__close {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
  line-height: 1;
}

.cart-drawer__close:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  transform: rotate(90deg);
}

/* Corps du tiroir */
.cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 1.35rem;
  background: #F8FAFC;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* État Panier Vide */
.cart-empty-state {
  margin: auto 0;
  padding: 3rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cart-empty-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-empty-icon-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0, 150, 214, 0.25) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulseGlow 3s infinite ease-in-out;
}

.cart-empty-icon {
  font-size: 3rem;
  position: relative;
  z-index: 1;
}

.cart-empty-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.5rem;
}

.cart-empty-text {
  font-size: 0.85rem;
  color: #64748B;
  line-height: 1.5;
  max-width: 280px;
  margin-bottom: 1.5rem;
}

.btn-empty-browse {
  background: linear-gradient(135deg, #0B4C8C 0%, #0096D6 100%);
  color: #FFFFFF;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(11, 76, 140, 0.25);
  transition: all var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-empty-browse:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(11, 76, 140, 0.35);
  color: #FFFFFF;
}

/* Carte Produit dans le Panier */
.cart-item-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all var(--transition-fast);
}

.cart-item-card:hover {
  border-color: rgba(0, 150, 214, 0.3);
  box-shadow: 0 6px 18px rgba(0, 150, 214, 0.08);
}

.cart-item-img-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  flex-shrink: 0;
  border: 1px solid #E2E8F0;
}

.cart-item-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cart-item-content {
  flex: 1;
  min-width: 0;
}

.cart-item-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-item-cat {
  font-size: 0.72rem;
  color: var(--color-primary);
  font-weight: 600;
  display: block;
  margin-bottom: 0.4rem;
}

.cart-qty-picker {
  display: inline-flex;
  align-items: center;
  background: #F1F5F9;
  border-radius: 50px;
  padding: 0.15rem 0.4rem;
  gap: 0.4rem;
  border: 1px solid #E2E8F0;
}

.cart-qty-btn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  color: #0F172A;
  font-weight: 700;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
  line-height: 1;
}

.cart-qty-btn:hover {
  background: var(--color-primary);
  color: #FFFFFF;
  border-color: var(--color-primary);
}

.cart-qty-value {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0F172A;
  min-width: 18px;
  text-align: center;
}

.cart-item-delete {
  background: transparent;
  border: none;
  color: #94A3B8;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
  transition: color var(--transition-fast);
  border-radius: 50%;
}

.cart-item-delete:hover {
  color: var(--color-accent);
}

/* Pied du Tiroir / Formulaire */
.cart-drawer__footer {
  padding: 1.25rem 1.5rem;
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
}

.cart-footer__title {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.75rem;
}

.cart-form-group {
  margin-bottom: 0.55rem;
}

.cart-form-input {
  width: 100%;
  padding: 0.65rem 0.85rem;
  background: #F8FAFC;
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  font-size: 0.84rem;
  color: #0F172A;
  transition: all var(--transition-fast);
}

.cart-form-input:focus {
  outline: none;
  background: #FFFFFF;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(0, 150, 214, 0.15);
}

/* GROUPE D'ENTRÉE TÉLÉPHONE AVEC INDICATIF PAYS (+225) */
.phone-input-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.phone-country-select {
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  padding: 0.65rem 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0F172A;
  cursor: pointer;
  outline: none;
  flex-shrink: 0;
  transition: all var(--transition-fast);
}

.phone-country-select:focus {
  border-color: var(--color-primary);
  background: #FFFFFF;
}

.phone-with-select {
  flex: 1;
}

/* =====================================================
   BOUTON RETOUR EN HAUT — PREMIUM SCROLL PROGRESS
   ===================================================== */
.back-to-top-wrapper {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px) scale(0.85);
  transition: opacity 0.4s cubic-bezier(0.16,1,0.3,1),
              transform 0.4s cubic-bezier(0.16,1,0.3,1),
              visibility 0.4s;
}

.back-to-top-wrapper.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* Anneau SVG de progression */
.back-to-top-wrapper svg.btt-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  pointer-events: none;
}

.btt-ring-track {
  fill: none;
  stroke: rgba(255,255,255,0.18);
  stroke-width: 2.5;
}

.btt-ring-progress {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 138; /* 2*PI*22 ≈ 138 */
  stroke-dashoffset: 138;
  transition: stroke-dashoffset 0.1s linear;
}

/* Bouton principal */
.back-to-top-btn {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0096D6 0%, #005FA4 100%);
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(0, 150, 214, 0.45),
              0 2px 8px rgba(0, 95, 164, 0.3);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1),
              box-shadow 0.3s ease;
  overflow: hidden;
}

.back-to-top-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.3) 0%, transparent 65%);
  pointer-events: none;
}

.back-to-top-btn .btt-icon {
  font-family: 'Material Symbols Outlined', sans-serif;
  font-size: 1.5rem;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}

.back-to-top-btn:hover {
  transform: scale(1.12) translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 150, 214, 0.6),
              0 4px 12px rgba(0, 95, 164, 0.4);
}

.back-to-top-btn:hover .btt-icon {
  transform: translateY(-2px);
}

.back-to-top-btn:active {
  transform: scale(0.96);
}

/* Tooltip */
.btt-tooltip {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: rgba(10, 20, 40, 0.88);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.38rem 0.75rem;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
  border: 1px solid rgba(255,255,255,0.12);
}

.btt-tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: rgba(10, 20, 40, 0.88);
  border-right: none;
}

.back-to-top-wrapper:hover .btt-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}




/* MARQUEE CARROUSEL DE PARTENAIRES & CLIENTS (TICKER) */
.marquee-section {
  padding: 3.5rem 0;
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  overflow: hidden;
}

.marquee-container {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 3rem;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-track {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 3rem;
  min-width: 100%;
  animation: marqueeScroll 25s linear infinite;
}

.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.partner-logo-badge {
  background: #F8FAFC;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 0.75rem 1.75rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-primary-dark);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.partner-logo-badge:hover {
  border-color: var(--color-primary);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 150, 214, 0.15);
}

.btn-checkout-email {
  width: 100%;
  background: linear-gradient(135deg, #0B4C8C 0%, #0096D6 100%);
  color: #FFFFFF;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(11, 76, 140, 0.25);
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.btn-checkout-email:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(11, 76, 140, 0.35);
}

.btn-whatsapp-devis {
  background: #25D366 !important;
  color: #FFFFFF !important;
  border: none !important;
  width: 100% !important;
  padding: 0.75rem 1rem !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  cursor: pointer !important;
  margin-top: 0.5rem !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25) !important;
  transition: all var(--transition-fast) !important;
  text-decoration: none !important;
}

.btn-whatsapp-devis:hover {
  background: #1EBE57 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35) !important;
}

.floating-cart-btn,
#floatingCartBtn {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.9);
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--color-dark-border);
  border-radius: var(--radius-sm);
  color: #FFFFFF;
  transition: border-color var(--transition-fast);
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--color-primary);
  background: rgba(255, 255, 255, 0.08);
}

.form-textarea {
  resize: vertical;
  min-height: 110px;
}

/* --------------------------------------------------------------------------
   9. FOOTER CORPORATE ULTRA-PROFESSIONNEL (STRIPE & VERCEL GRADE)
   -------------------------------------------------------------------------- */
.footer {
  background: linear-gradient(180deg, #07121E 0%, #03080F 100%);
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #00D2FF 0%, #005FA4 25%, #FF0033 50%, #9B51E0 75%, #00D2FF 100%);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.5), 0 0 20px rgba(255, 0, 51, 0.4);
  z-index: 10;
}

/* ==========================================================================
   VFM HERO EXECUTIVE SECTION (EXACT MATCH USER SCREENSHOT)
   ========================================================================== */
.vfm-hero-executive {
  background: linear-gradient(135deg, #051A3D 0%, #082E6E 50%, #00458A 100%);
  padding: 7.5rem 0 5.5rem 0;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.vfm-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  position: relative;
  z-index: 2;
}

.vfm-hero-content {
  max-width: 640px;
}

.vfm-badge-red {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #D91D24;
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 1.15rem;
  border-radius: 50px;
  margin-bottom: 1.75rem;
  box-shadow: 0 4px 15px rgba(217, 29, 36, 0.4);
}

.vfm-hero-title {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.vfm-highlight-red {
  color: #E31E24;
}

.vfm-hero-text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  max-width: 620px;
  margin-bottom: 2.5rem;
}

.vfm-hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.vfm-btn-red {
  background: #D91D24;
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.9rem 1.75rem;
  border-radius: 8px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 8px 25px rgba(217, 29, 36, 0.45);
  transition: all 0.25s ease;
}

.vfm-btn-red:hover {
  background: #B9141B;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(217, 29, 36, 0.6);
}

.vfm-btn-link {
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.25rem;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.vfm-btn-link:hover {
  opacity: 1;
  text-decoration: underline !important;
}

/* PANNEAU FLOTTANT MÉTRIQUES EXECUTIVE */
.vfm-hero-metrics-panel {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 2rem 2.25rem;
  width: 380px;
  flex-shrink: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.vfm-metric-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.vfm-metric-item--last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.vfm-metric-label {
  font-size: 0.7rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25rem;
}

.vfm-metric-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: #FFFFFF;
  font-family: var(--font-heading);
  margin: 0;
}

.vfm-metric-icon-red {
  color: #E31E24;
  font-size: 1.5rem;
}

.vfm-metric-icon {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
}

@media (max-width: 992px) {
  .vfm-hero-container {
    flex-direction: column;
  }
  .vfm-hero-metrics-panel {
    width: 100%;
  }
  .vfm-hero-title {
    font-size: 2.4rem;
  }
}

/* ==========================================================================
   SECTION DISTRIBUTEUR AGRÉÉ & CERTIFICAT INTERACTIF (INGÉNIEUX)
   ========================================================================== */
.vfm-distributor-section {
  background: #FFFFFF;
  padding: 4.5rem 0;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.vfm-distributor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

@media (max-width: 992px) {
  .vfm-distributor-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.vfm-distributor-media-card {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.vfm-distributor-tabs {
  display: flex;
  gap: 0.5rem;
  background: #E2E8F0;
  padding: 0.35rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}

.vfm-dist-tab-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.6rem 1rem;
  border-radius: 50px;
  border: none;
  background: transparent;
  color: #475569;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.vfm-dist-tab-btn.active {
  background: #005FA4;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 95, 164, 0.25);
}

.vfm-dist-tab-content {
  display: none;
  animation: fadeInDist 0.35s ease forwards;
}

.vfm-dist-tab-content.active {
  display: block;
}

@keyframes fadeInDist {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.vfm-cert-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 2.5px solid #D4AF37;
  background: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vfm-cert-frame:hover {
  transform: scale(1.015);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
}

.vfm-cert-gold-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: linear-gradient(135deg, #B8960C, #D4AF37, #F5E06E);
  color: #1A1200;
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  z-index: 3;
}

.vfm-cert-img {
  width: 100%;
  height: 520px;
  object-fit: contain;
  object-position: center;
  background: #F1F5F9;
  padding: 0.5rem;
  display: block;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s ease;
}

/* ÉTAT AGRANDI DIRECTEMENT SUR LA PAGE (IN-CARD EXPAND) */
.vfm-cert-frame.expanded .vfm-cert-img {
  height: 880px;
}

@media (max-width: 768px) {
  .vfm-cert-frame.expanded .vfm-cert-img {
    height: 640px;
  }
}

.vfm-cert-frame:hover .vfm-cert-img {
  transform: scale(1.025);
}

.vfm-cert-zoom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 65px;
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0) 100%);
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  opacity: 0.95;
  transition: opacity 0.3s ease;
  font-weight: 700;
  font-size: 0.85rem;
  text-align: center;
  padding: 0.75rem;
  pointer-events: none;
}

.vfm-cert-frame:hover .vfm-cert-zoom-overlay {
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 95, 164, 0.95) 0%, rgba(0, 95, 164, 0) 100%);
}

.vfm-cert-loupe-btn {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  background: linear-gradient(135deg, #022B6B 0%, #0070C0 100%);
  color: #FFFFFF;
  border: 2px solid #D4AF37;
  padding: 0.75rem 1.6rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 10px 30px rgba(0, 43, 107, 0.5), 0 0 15px rgba(212, 175, 55, 0.4);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
}

.vfm-cert-loupe-btn:hover {
  background: linear-gradient(135deg, #C01823 0%, #E22618 100%);
  border-color: #FFFFFF;
  transform: translateX(-50%) scale(1.08);
  box-shadow: 0 14px 35px rgba(192, 24, 35, 0.6), 0 0 20px rgba(255, 255, 255, 0.6);
}

.vfm-loupe-icon {
  font-size: 1.6rem !important;
  color: #FFD700;
  animation: vfmLoupePulse 1.8s infinite ease-in-out;
}

@keyframes vfmLoupePulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 2px rgba(255,215,0,0.5)); }
  50% { transform: scale(1.3); color: #FFFFFF; filter: drop-shadow(0 0 8px rgba(255,255,255,0.9)); }
}

.vfm-cert-caption-bar {
  background: linear-gradient(135deg, #07121E 0%, #0B4C8C 100%);
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  margin-top: 0.75rem;
  font-size: 0.83rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.vfm-cert-live-dot {
  width: 8px;
  height: 8px;
  background: #10B981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10B981;
  animation: pulseDot 1.8s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.8; }
}

.vfm-dist-title {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.vfm-dist-text {
  color: #475569;
  line-height: 1.65;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.vfm-dist-features-grid {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 1.5rem 0;
}

.vfm-feature-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #F8FAFC;
  padding: 0.9rem 1.25rem;
  border-radius: 12px;
  border-left: 4px solid #005FA4;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

.vfm-feature-card--accent {
  border-left-color: #E31E24;
}

.vfm-feature-icon-box {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #EBF5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vfm-feature-icon-box--red {
  background: #FEE2E2;
}

.vfm-feature-card-title {
  font-weight: 800;
  font-size: 0.92rem;
  color: #0F172A;
  margin: 0 0 0.15rem 0;
}

.vfm-feature-card-desc {
  font-size: 0.8rem;
  color: #64748B;
  margin: 0;
}

.vfm-btn-cert-pdf {
  border-radius: 50px !important;
  padding: 0.75rem 1.6rem !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.6rem !important;
}

.footer__main {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

/* ==========================================================================
   LIGHTBOX MODAL DYNAMIQUE (AFFICHAGE FULLSCREEN HD TOUTES PAGES)
   ========================================================================== */
.vfm-lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none !important;
  align-items: center;
  justify-content: center;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.vfm-lightbox-modal.open,
.vfm-lightbox-modal.active {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.vfm-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 30, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.vfm-lightbox-container {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 24px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  transform: scale(0.92);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.vfm-lightbox-modal.open .vfm-lightbox-container {
  transform: scale(1);
}

.vfm-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F1F5F9;
  border: none;
  color: #0F172A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}

.vfm-lightbox-close:hover {
  background: #E31E24;
  color: #FFFFFF;
}

.vfm-lightbox-header {
  padding: 1.5rem 1.75rem 1rem 1.75rem;
  border-bottom: 1px solid #E2E8F0;
}

.vfm-lightbox-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #0F172A;
  margin: 0;
}

.vfm-lightbox-body {
  padding: 1.5rem;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8FAFC;
  max-height: 60vh;
}

.vfm-lightbox-img {
  max-width: 100%;
  max-height: 52vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.vfm-lightbox-footer {
  padding: 1rem 1.75rem;
  border-top: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  background: #FFFFFF;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 3rem;
}

.footer__logo-card {
  background: #FFFFFF;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 1.25rem;
  transition: transform var(--transition-fast);
}

.footer__logo-card:hover {
  transform: translateY(-2px);
}

.footer__logo-card img {
  height: 56px;
  width: auto;
  object-fit: contain;
}

.footer__brand-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.25rem;
}

.footer__title {
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
  display: inline-block;
}

.footer__title::after {
  content: '';
  position: absolute;
  bottom: -0.35rem;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--color-primary);
  border-radius: var(--radius-full);
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer__link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  transition: all var(--transition-fast);
  display: inline-flex;
  align-items: center;
}

.footer__link:hover {
  color: var(--color-primary);
  transform: translateX(3px);
}

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.88rem;
}

.footer__contact-icon {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

/* ==========================================================================
   PANIER DE DEVIS (SHOPPING CART DRAWER SYSTEM)
   ========================================================================== */

.nav__cart-btn {
  position: relative;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  color: var(--color-text-main);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all var(--transition-fast);
}

.nav__cart-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.cart-count-badge {
  background: var(--color-accent);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* OVERLAY ET TIROIR LATÉRAL */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 18, 30, 0.6);
  backdrop-filter: blur(4px);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-normal);
}

/* Tiroir de panier géré au-dessus */

.cart-drawer__title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-drawer__close {
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-sm);
  transition: background var(--transition-fast);
}

.cart-drawer__close:hover {
  background: rgba(255, 255, 255, 0.15);
}

.cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.cart-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--color-text-muted);
}

.cart-item {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-border);
  align-items: center;
}

.cart-item__img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border);
}

.cart-item__details {
  flex: 1;
}

.cart-item__title {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.25rem;
}

.cart-item__qty-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.4rem;
}

.cart-item__qty-btn {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  width: 26px;
  height: 26px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
}

.cart-item__remove {
  color: var(--color-accent);
  background: transparent;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0.4rem;
}

.cart-drawer__footer {
  padding: 1.5rem;
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border);
}

/* TOAST NOTIFICATION */
.toast-notification {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--color-primary-dark);
  color: #FFFFFF;
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 1300;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(50px);
  transition: all var(--transition-normal);
  border-left: 4px solid var(--color-accent);
}

.toast-notification.show,
.toast-notification.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

/* LIGHTBOX MODAL (ZOOM IMAGE PRODUIT) */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(7, 18, 30, 0.85);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-normal);
}

.lightbox-modal.open {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  text-align: center;
  transform: scale(0.9);
  transition: transform var(--transition-normal);
}

.lightbox-modal.open .lightbox-content {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-text-main);
  transition: all var(--transition-fast);
}

.lightbox-close:hover {
  background: var(--color-accent);
  color: #FFFFFF;
  border-color: var(--color-accent);
}

.lightbox-image-wrapper {
  max-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.lightbox-image {
  max-height: 340px;
  max-width: 100%;
  object-fit: contain;
}

.lightbox-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  margin-bottom: 0.5rem;
}

.footer__bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  flex-wrap: wrap;
  gap: 1rem;
}

/* ==========================================================================
   FOOTER EXECUTIVE VFM SERVICES (EXACT MATCH IMAGE USER)
   ========================================================================== */
.vfm-footer {
  background: #08101D;
  color: #94A3B8;
  padding: 4.5rem 0 0 0;
  border-top: none;
  font-family: var(--font-family);
  position: relative;
}

.vfm-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #00D2FF 0%, #005FA4 25%, #FF0033 50%, #9B51E0 75%, #00D2FF 100%);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.5), 0 0 20px rgba(255, 0, 51, 0.4);
  z-index: 10;
}

/* ==========================================================================
   MODULE INTERACTIF DE ZOOM IMAGE & ATTESTATION HD (VFM ZOOM ENGINE)
   ========================================================================== */
.vfm-lightbox-overlay,
.vfm-lightbox-modal,
#vfmZoomModal,
#vfmDirectZoomModal {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -99999 !important;
  width: 0 !important;
  height: 0 !important;
}

.vfm-lightbox-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
}

.vfm-lightbox-x-btn {
  position: absolute !important;
  top: 1.5rem !important;
  right: 1.5rem !important;
  z-index: 100 !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #FFFFFF !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
}

.vfm-lightbox-x-btn:hover {
  background: #E31E24 !important;
  transform: scale(1.1) !important;
}

.vfm-lightbox-center-wrap {
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
  max-width: 95vw !important;
  max-height: 94vh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: auto !important;
}

.vfm-lightbox-toolbar {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  background: rgba(15, 23, 42, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  padding: 0.55rem 1.35rem !important;
  border-radius: 50px !important;
  margin-bottom: 0.85rem !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.vfm-tb-tag {
  color: #00D2FF;
  font-weight: 800;
  font-size: 0.78rem;
  margin-right: 0.5rem;
  letter-spacing: 0.05em;
}

.vfm-lightbox-toolbar button {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vfm-lightbox-toolbar button:hover {
  background: #005FA4;
}

.vfm-tb-dl {
  background: linear-gradient(135deg, #005FA4, #0096D6);
  color: #FFFFFF !important;
  padding: 0.35rem 0.95rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none !important;
  margin-left: 0.5rem;
}

.vfm-lightbox-img-box {
  position: relative !important;
  overflow: hidden !important;
  width: auto !important;
  max-width: 92vw !important;
  height: auto !important;
  max-height: 84vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.75), 0 0 2px rgba(255, 255, 255, 0.3) !important;
  background: rgba(15, 23, 42, 0.7) !important;
  backdrop-filter: blur(8px) !important;
  margin: 0 auto !important;
}

.vfm-lightbox-img-box img {
  display: block !important;
  max-width: 92vw !important;
  max-height: 84vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  border-radius: 10px !important;
  transition: transform 0.15s ease-out;
  cursor: grab;
}

.vfm-footer__container {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
}

.vfm-footer__logo-card {
  background: #FFFFFF;
  padding: 0.6rem 1.25rem;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.vfm-footer__logo-card img {
  height: 44px;
  width: auto;
  object-fit: contain;
}

.vfm-footer__desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #CBD5E1;
  margin-bottom: 1.5rem;
  max-width: 340px;
}

.vfm-footer__legal {
  font-size: 0.85rem;
  color: #64748B;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.vfm-footer__legal-title {
  font-weight: 700;
  color: #94A3B8;
}

.vfm-footer__socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.vfm-footer__social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1B2738;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.vfm-footer__social-btn:hover {
  background: var(--color-primary);
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 150, 214, 0.4);
}

.vfm-footer__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1.75rem;
  letter-spacing: -0.01em;
}

.vfm-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.vfm-footer__links a {
  color: #94A3B8;
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.vfm-footer__links a:hover {
  color: #FFFFFF;
  transform: translateX(4px);
}

.vfm-footer__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.vfm-footer__contact-list li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.95rem;
  color: #CBD5E1;
}

.vfm-footer__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 150, 214, 0.15);
  border: 1px solid rgba(0, 150, 214, 0.35);
  color: #0096D6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.vfm-footer__contact-list li:hover .vfm-footer__icon {
  background: #0096D6;
  color: #FFFFFF;
  border-color: #0096D6;
  box-shadow: 0 0 15px rgba(0, 150, 214, 0.5);
  transform: scale(1.1);
}

.vfm-footer__contact-list a {
  color: #CBD5E1;
  transition: color 0.2s ease;
}

.vfm-footer__contact-list a:hover {
  color: #0096D6;
}

.vfm-footer__bottom {
  background: #050B14;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 0;
  text-align: center;
}

.vfm-footer__bottom p {
  font-size: 0.88rem;
  color: #64748B;
  margin: 0;
}

@media (max-width: 992px) {
  .vfm-footer__container {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 576px) {
  .vfm-footer__container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 640px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
   FORMULAIRE DE DEVIS EXECUTIVE PREMIUM
   -------------------------------------------------------------------------- */
/* BADGES D'ICÔNES DE CONTACT HAUTE DÉFINITION */
.contact-item {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1.5rem;
}

.contact-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contact-item__icon .material-symbols-outlined {
  font-size: 1.4rem;
}

.contact-item__icon--location {
  background: linear-gradient(135deg, rgba(0, 150, 214, 0.12) 0%, rgba(11, 76, 140, 0.18) 100%) !important;
  color: #0096D6 !important;
  border: 1px solid rgba(0, 150, 214, 0.25) !important;
}

.contact-item__icon--phone {
  background: linear-gradient(135deg, rgba(11, 76, 140, 0.12) 0%, rgba(7, 18, 30, 0.18) 100%) !important;
  color: #0B4C8C !important;
  border: 1px solid rgba(11, 76, 140, 0.25) !important;
}

.contact-item__icon--whatsapp {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.14) 0%, rgba(18, 140, 126, 0.22) 100%) !important;
  color: #25D366 !important;
  border: 1px solid rgba(37, 211, 102, 0.3) !important;
}

/* INTERFACE DE CONFIRMATION SUCCÈS MODAL 10/10 */
.devis-success-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
}

.devis-success-modal.open {
  opacity: 1;
  visibility: visible;
}

.devis-success-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 30, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.devis-success-card {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: linear-gradient(145deg, #FFFFFF 0%, #F8FAFC 100%);
  border: 1px solid rgba(0, 150, 214, 0.25);
  border-radius: 24px;
  padding: 2.25rem 2rem;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  transform: scale(0.92) translateY(20px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.devis-success-modal.open .devis-success-card {
  transform: scale(1) translateY(0);
}

.devis-success-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748B;
  transition: all 0.2s ease;
}

.devis-success-close:hover {
  background: #E31E24;
  color: #FFFFFF;
  border-color: #E31E24;
}

.devis-success-icon-badge {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.15) 0%, rgba(18, 140, 126, 0.25) 100%);
  border: 2px solid rgba(37, 211, 102, 0.4);
  color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem auto;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}

.devis-success-icon-badge .material-symbols-outlined {
  font-size: 2.75rem;
}

.devis-success-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: #0B1928;
  margin-bottom: 0.5rem;
}

.devis-success-subtitle {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.45;
  margin-bottom: 1.5rem;
}

.devis-success-recap {
  background: #F1F5F9;
  border-radius: 16px;
  padding: 1.1rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: left;
}

.devis-recap-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.devis-recap-item .material-symbols-outlined {
  color: #0096D6;
  font-size: 1.35rem;
}

.devis-recap-item small {
  display: block;
  font-size: 0.75rem;
  color: #64748B;
  text-transform: uppercase;
  font-weight: 700;
}

.devis-recap-item strong {
  font-size: 0.92rem;
  color: #0F172A;
}

.devis-success-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.btn-success-wa {
  width: 100%;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #FFFFFF;
  border-radius: 50px;
  padding: 0.85rem 1.5rem;
  font-size: 0.98rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
  transition: all 0.25s ease;
}

.btn-success-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}

.btn-success-close {
  width: 100%;
  background: transparent;
  border: 1px solid #CBD5E1;
  color: #64748B;
  border-radius: 50px;
  padding: 0.65rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-success-close:hover {
  background: #F1F5F9;
  color: #0F172A;
}

.contact-info-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(235, 245, 255, 0.88) 100%) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  border-radius: 22px !important;
  padding: 2.25rem !important;
  border: 1.5px solid rgba(0, 150, 214, 0.3) !important;
  box-shadow: 0 20px 45px rgba(0, 150, 214, 0.14), inset 0 1px 1px #FFFFFF !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-info-card h2 {
  color: #0B1928 !important;
  font-weight: 800 !important;
}

.contact-info-card .contact-item {
  margin-bottom: 1.65rem;
}

.contact-info-card .contact-item:last-child {
  margin-bottom: 0;
}

.contact-info-card .contact-item__label {
  color: #475569 !important;
  font-weight: 700 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.2rem !important;
}

.contact-info-card .contact-item__value,
.contact-info-card .contact-item__value a {
  color: #0F172A !important;
  font-weight: 800 !important;
  font-size: 1.02rem !important;
  line-height: 1.4 !important;
}

.contact-info-card .contact-item__value a:hover {
  color: #0096D6 !important;
  text-decoration: underline !important;
}

/* GALERIE SHOWROOM INTERACTIVE 10/10 */
.showroom-gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 260px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #E2E8F0;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.showroom-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.showroom-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 150, 214, 0.2);
  border-color: #0096D6;
}

.showroom-gallery-item:hover img {
  transform: scale(1.08);
}

.showroom-gallery-caption {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 18, 30, 0.88) 100%);
  padding: 1.25rem 1rem 0.85rem 1rem;
  color: #FFFFFF;
  font-size: 0.88rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* MATRICE DE PIÈGES INVISIBLES ANTI-BOT (HONEYPOT MATRIX) */
.vfm-honeypot-trap,
.hp-matrix-field {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  z-index: -9999 !important;
}

.contact-form {
  background: linear-gradient(135deg, #0B1928 0%, #07121E 100%) !important;
  border-radius: 22px !important;
  padding: 2.25rem !important;
  border: 1px solid rgba(0, 150, 214, 0.3) !important;
  box-shadow: 0 25px 50px rgba(7, 18, 30, 0.25) !important;
  position: relative;
}

.contact-form h3 {
  color: #FFFFFF !important;
}

.contact-form p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.contact-form .form-label {
  color: #FFFFFF !important;
  font-weight: 700 !important;
  font-size: 0.92rem !important;
  margin-bottom: 0.4rem !important;
  display: block !important;
}

.contact-item:hover .contact-item__icon {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.contact-item__label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748B;
  margin-bottom: 0.15rem;
}

.contact-item__value {
  font-size: 0.98rem;
  font-weight: 700;
  color: #0B1928;
}

.contact-item__value a {
  color: #0B1928;
  transition: color 0.2s ease;
}

.contact-item__value a:hover {
  color: #0096D6;
}

.form-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.form-input-wrapper .material-symbols-outlined {
  position: absolute;
  left: 0.9rem;
  color: #0096D6;
  font-size: 1.2rem;
  pointer-events: none;
  z-index: 2;
}

.form-input-wrapper .form-input,
.form-input-wrapper .form-select,
.form-input-wrapper .form-textarea {
  padding-left: 2.75rem !important;
}

.form-input,
.form-select,
.form-textarea,
.phone-country-select {
  width: 100% !important;
  border-radius: 12px !important;
  border: 1.5px solid #CBD5E1 !important;
  background: #F8FAFC !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.92rem !important;
  color: #0F172A !important;
  transition: all 0.25s ease !important;
  font-family: inherit !important;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus,
.phone-country-select:focus {
  border-color: #0096D6 !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 4px rgba(0, 150, 214, 0.15) !important;
  outline: none !important;
}

.phone-input-group {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}

.phone-country-select {
  width: 110px !important;
  flex-shrink: 0;
  cursor: pointer;
}

.btn-submit-devis {
  width: 100%;
  background: linear-gradient(135deg, #E31E24 0%, #C4151A 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 0.9rem 1.75rem !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.6rem !important;
  box-shadow: 0 8px 25px rgba(227, 30, 36, 0.35) !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-submit-devis:hover {
  transform: translateY(-2px) scale(1.01) !important;
  box-shadow: 0 14px 32px rgba(227, 30, 36, 0.48) !important;
}

@media (max-width: 640px) {
  .contact-form {
    padding: 1.35rem 1rem !important;
    border-radius: 16px !important;
  }
  .form-row-2col {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .phone-country-select {
    width: 98px !important;
    padding: 0.65rem 0.4rem !important;
    font-size: 0.85rem !important;
  }
}

/* --------------------------------------------------------------------------
   10. RESPONSIVE DESIGN (MOBILE FIRST OVERRIDES)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero__description {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__badges {
    justify-content: center;
  }
}

/* ==========================================================================
   DESIGN RESPONSIVE OPTIMISÉ (MOBILES, TABLETTES & ÉCRANS LARGES)
   ========================================================================== */

@media (max-width: 992px) {
  .header__container {
    padding: 0 1rem;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: inline-flex !important;
  }

  /* Hero & Carrousels */
  .hero-carousel-slide {
    min-height: 480px;
    padding: 4rem 1.25rem 3rem;
  }

  .hero__title {
    font-size: clamp(1.75rem, 5.5vw, 2.5rem);
    line-height: 1.22;
  }

  .hero__subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  /* Filtres & Recherche sur Catalogue */
  .catalogue__filters {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.5rem;
    padding-bottom: 0.75rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .filter-btn {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 0.82rem;
    padding: 0.5rem 0.9rem;
    scroll-snap-align: start;
  }

  .search-bar-wrapper {
    padding: 0.4rem 0.75rem;
  }

  .search-input-field {
    font-size: 0.92rem;
  }

  .carousel-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .carousel-nav-btns {
    align-self: flex-end;
  }

  .carousel-track {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.6rem !important;
  }

  .carousel-track .product-card {
    flex: 0 0 45% !important;
    max-width: 45% !important;
    scroll-snap-align: start;
    border-radius: 12px !important;
    padding: 0.45rem !important;
  }

  .carousel-track .product-card__image-container {
    height: 75px !important;
    padding: 0.3rem !important;
  }

  .carousel-track .product-card__image {
    max-height: 68% !important;
    max-width: 68% !important;
  }

  .carousel-track .product-card__title {
    font-size: 0.78rem !important;
    line-height: 1.2 !important;
  }

  .carousel-track .product-card__subtitle,
  .carousel-track .product-card p {
    font-size: 0.7rem !important;
    line-height: 1.25 !important;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .hero-carousel-slide {
    min-height: 420px;
    padding: 3.5rem 1rem 2.5rem;
  }

  .hero__title {
    font-size: 1.55rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
  }

  .carousel-track .product-card {
    flex: 0 0 42% !important;
    max-width: 42% !important;
  }

  .product-card__image-container {
    height: 85px !important;
  }

  .cart-drawer {
    width: 100%;
    max-width: 100vw;
    border-radius: 0;
  }

  .cart-drawer__header {
    padding: 1.25rem 1rem;
  }

  .cart-drawer__body,
  .cart-drawer__footer {
    padding: 1rem;
  }

  .btn-add-devis-pill {
    font-size: 0.82rem;
    padding: 0.65rem 0.85rem;
  }

  .phone-input-group {
    gap: 0.35rem;
  }

  .phone-country-select {
    padding: 0.6rem 0.35rem;
    font-size: 0.8rem;
  }
}

/* ==========================================================================
   SUITE RESPONSIVE INTEGRALE (MOBILE, TABLETTE, LAPTOP, ECRAINS 2K & 4K)
   ========================================================================== */

/* ÉCRANS 2K & 4K ULTRA-LARGES (>= 1800px & >= 2560px) */
@media (min-width: 1800px) {
  :root {
    --container-max-width: 1550px;
  }
  .container {
    max-width: 1550px !important;
  }
  body {
    font-size: 1.125rem;
  }
}

@media (min-width: 2560px) {
  :root {
    --container-max-width: 1800px;
  }
  .container {
    max-width: 1800px !important;
  }
  body {
    font-size: 1.25rem;
  }
  .vfm-footer__container,
  .dept-card-grid,
  .values-grid-luxury {
    gap: 3rem;
  }
}

/* LAPTOPS ET DOCKING STATIONS (1200px - 1799px) */
@media (min-width: 1200px) and (max-width: 1799px) {
  .container {
    max-width: 1350px;
  }
}

/* TABLETTES ET HYBRIDES (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 96%;
    padding: 0 1.5rem;
  }
  .vfm-footer__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  .dept-card-grid,
  .values-grid-luxury {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILES ET SMARTPHONES (320px - 767px) */
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 1.25rem;
  }
  .vfm-footer__container {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    text-align: center;
  }
  .vfm-footer__col--brand {
    align-items: center;
    text-align: center;
  }
  .vfm-footer__contact-list li {
    justify-content: center;
  }
  .vfm-footer__socials {
    justify-content: center;
  }
  .dept-card-grid,
  .values-grid-luxury {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .whatsapp-float-btn {
    bottom: 1.25rem;
    left: 1.25rem;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }
  .product-card__image-container {
    height: 170px !important;
  }
  .product-card {
    border-radius: 14px;
  }
  .executive-img {
    height: 250px;
    object-fit: cover;
  }
}

/* ADAPTATION DE LA BARRE DE NAVIGATION (HEADER & LOGO) PAR APPAREIL */
@media (min-width: 2560px) {
  :root {
    --header-height: 145px;
  }
  .header.scrolled {
    --header-height: 105px;
  }
  .header__logo-img,
  img[alt*="Logo"] {
    max-height: 85px !important;
  }
}

@media (min-width: 1800px) and (max-width: 2559px) {
  :root {
    --header-height: 135px;
  }
  .header__logo-img,
  img[alt*="Logo"] {
    max-height: 75px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  :root {
    --header-height: 120px;
  }
  .header.scrolled {
    --header-height: 90px;
  }
  .header__logo-img,
  img[alt*="Logo"] {
    max-height: 65px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  :root {
    --header-height: 95px;
  }
  .header.scrolled {
    --header-height: 80px;
  }
  .header__logo-img,
  img[alt*="Logo"] {
    max-height: 52px !important;
  }
  .nav__list {
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  :root {
    --header-height: 75px;
  }
  .header.scrolled {
    --header-height: 65px;
  }
  .header__logo-img,
  img[alt*="Logo"] {
    max-height: 44px !important;
  }
  .nav-toggle {
    width: 42px;
    height: 42px;
  }
}

/* ADAPTATION RESPONSIVE DYNAMIQUE DES BOUTONS PAR APPAREIL */
@media (min-width: 2560px) {
  .btn, .font-button, button:not(.nav-toggle) {
    padding: 1rem 2.25rem;
    font-size: 1.1rem;
  }
  .btn-cart-trigger {
    padding: 0.65rem 1.35rem;
    font-size: 1rem;
  }
}

@media (min-width: 1800px) and (max-width: 2559px) {
  .btn, .font-button, button:not(.nav-toggle) {
    padding: 0.85rem 2rem;
    font-size: 1.05rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn, .font-button, button:not(.nav-toggle) {
    padding: 0.7rem 1.4rem;
    font-size: 0.9rem;
  }
  .btn-cart-trigger {
    padding: 0.45rem 0.85rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 767px) {
  .btn, .font-button, button:not(.nav-toggle) {
    padding: 0.6rem 1.15rem;
    font-size: 0.84rem;
    min-height: 44px;
  }
  .btn-cart-trigger {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
  }
  .btn-cart-text {
    display: none;
  }
}

/* ADAPTATION RESPONSIVE DYNAMIQUE DES TITRES (H1-H6) ET PARAGRAPHES (P) PAR APPAREIL */
@media (min-width: 2560px) {
  h1, .hero__title, .font-headline-xl { font-size: 3.75rem !important; line-height: 1.18; }
  h2, .section-header__title, .font-headline-lg { font-size: 2.75rem !important; line-height: 1.22; }
  h3, .font-headline-md { font-size: 2rem !important; }
  h4 { font-size: 1.5rem !important; }
  p, .font-body-lg, .font-body-md { font-size: 1.2rem !important; line-height: 1.65; }
  small { font-size: 1rem !important; }
}

@media (min-width: 1800px) and (max-width: 2559px) {
  h1, .hero__title, .font-headline-xl { font-size: 3.25rem !important; line-height: 1.2; }
  h2, .section-header__title, .font-headline-lg { font-size: 2.35rem !important; line-height: 1.25; }
  h3, .font-headline-md { font-size: 1.75rem !important; }
  h4 { font-size: 1.35rem !important; }
  p, .font-body-lg, .font-body-md { font-size: 1.1rem !important; line-height: 1.6; }
  small { font-size: 0.92rem !important; }
}

@media (min-width: 768px) and (max-width: 1199px) {
  h1, .hero__title, .font-headline-xl { font-size: 2.25rem !important; line-height: 1.22; }
  h2, .section-header__title, .font-headline-lg { font-size: 1.75rem !important; line-height: 1.25; }
  h3, .font-headline-md { font-size: 1.35rem !important; }
  h4 { font-size: 1.1rem !important; }
  p, .font-body-lg, .font-body-md { font-size: 0.95rem !important; line-height: 1.55; }
  small { font-size: 0.82rem !important; }
}

@media (max-width: 767px) {
  h1, .hero__title, .font-headline-xl { font-size: 1.75rem !important; line-height: 1.24; }
  h2, .section-header__title, .font-headline-lg { font-size: 1.4rem !important; line-height: 1.26; }
  h3, .font-headline-md { font-size: 1.2rem !important; }
  h4 { font-size: 1.05rem !important; }
  p, .font-body-lg, .font-body-md { font-size: 0.88rem !important; line-height: 1.5; }
  small { font-size: 0.78rem !important; }
}

/* ADAPTATION DU CTA DU HEADER SUR MOBILE (ANTI-COLLISION LOGO/BOUTON) */
@media (max-width: 640px) {
  .header .btn--accent,
  header a[href*="devisForm"],
  .header__actions a[href*="contact.html#devisForm"] {
    display: none !important;
  }
}
@media (min-width: 641px) and (max-width: 991px) {
  .header .btn--accent,
  header a[href*="devisForm"],
  .header__actions a[href*="contact.html#devisForm"] {
    padding: 0.45rem 0.9rem !important;
    font-size: 0.8rem !important;
  }
}


/* ==========================================================================
   ANIMATIONS HIGH-PERFORMANCE & MICRO-INTERACTIONS EXPERT (VFM SUITE)
   ========================================================================== */

/* 1. PULSATION DU BADGE DEVIS EXPRESS ET SÉCURITÉ */
@keyframes badgePulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.4); }
  70% { transform: scale(1.03); box-shadow: 0 0 0 10px rgba(227, 30, 36, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(227, 30, 36, 0); }
}

.badge--red {
  animation: badgePulse 2.8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* 2. SURVOL DYNAMIQUE DES CARTES PRODUITS ET SERVICES (ELEVATION & GLOW) */
.product-card, .service-card, .vfm-feature-card, .catalogue-card {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease !important;
}

.product-card:hover, .service-card:hover, .vfm-feature-card:hover, .catalogue-card:hover {
  transform: translateY(-8px) scale(1.01) !important;
  box-shadow: 0 20px 40px -10px rgba(11, 76, 140, 0.18), 0 0 20px rgba(0, 150, 214, 0.12) !important;
}

/* 3. EFFET DE GLISSEMENT DE L'ICÔNE DANS LES BOUTONS SURVOLÉS */
.btn-submit-devis, .btn--accent, .btn--primary, .btn-cart-trigger {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-submit-devis .material-symbols-outlined,
.btn--accent .material-symbols-outlined,
.btn--primary .material-symbols-outlined {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-submit-devis:hover .material-symbols-outlined,
.btn--accent:hover .material-symbols-outlined,
.btn--primary:hover .material-symbols-outlined {
  transform: translateX(4px) scale(1.1);
}

/* 4. TRANSITION DE ZOOMS DOUX SUR LES IMAGES PRODUIT AU SURVOL */
.product-card__img-wrapper img, .catalogue-card__img-wrapper img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product-card:hover .product-card__img-wrapper img,
.catalogue-card:hover .catalogue-card__img-wrapper img {
  transform: scale(1.07) rotate(0.5deg);
}

/* 5. FONDU & GLISSEMENT FLUIDE DU PANIER / DRAWER */
@keyframes cartDrawerSlide {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.cart-drawer.active {
  animation: cartDrawerSlide 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* 6. TRANSITION FLUIDE ET ÉLÉGANTE À CHAQUE CHARGEMENT DE PAGE (PAGE FADE-IN) */
@keyframes pageFadeIn {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

body {
  animation: pageFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Transition de sortie douce sur les liens de navigation */
.page-transition-out {
  opacity: 0 !important;
  transform: translateY(-8px) !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}



/* ==========================================================================
   POPUP MODALE CENTRALE DE PANIER (DESIGN GLASSMORPHISME ÉLÉGANT)
   ========================================================================== */
.cart-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-modal.open {
  opacity: 1;
  visibility: visible;
}

.cart-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 30, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity 0.3s ease;
}

.cart-modal-card {
  position: relative;
  width: 100%;
  max-width: 680px;
  max-height: 88vh;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
  transform: scale(0.92) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-modal.open .cart-modal-card {
  transform: scale(1) translateY(0);
}

/* HEADER MODALE */
.cart-modal-header {
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, #07121E 0%, #0B4C8C 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-modal-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
}

.cart-modal-badge {
  background: #0096D6;
  color: #FFFFFF;
  font-size: 0.78rem;
  padding: 0.15rem 0.6rem;
  border-radius: 12px;
  font-weight: 700;
}

.cart-modal-close {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #FFFFFF;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.cart-modal-close:hover {
  background: rgba(227, 30, 36, 0.85);
}

/* BODY MODALE (SCROLLABLE) */
.cart-modal-body {
  padding: 1.5rem;
  overflow-y: auto;
  max-height: 55vh;
}

.cart-modal-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  margin-bottom: 0.75rem;
  transition: all 0.2s ease;
}

.cart-modal-item:hover {
  background: #FFFFFF;
  border-color: #CBD5E1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.cart-modal-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0.35rem;
  border: 1px solid #E2E8F0;
}

.cart-modal-info {
  flex: 1;
}

.cart-modal-info h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1D3176;
  margin-bottom: 0.2rem;
}

.cart-modal-info span {
  font-size: 0.75rem;
  color: #64748B;
}

.cart-modal-qty {
  display: flex;
  align-items: center;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  background: #FFFFFF;
}

.cart-modal-qty-btn {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  font-weight: 700;
  color: #1D3176;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-modal-qty-val {
  width: 28px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0F172A;
}

.cart-modal-del {
  background: #FEF2F2;
  border: 1px solid #FCA5A5;
  color: #DC2626;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.cart-modal-del:hover {
  background: #DC2626;
  color: #FFFFFF;
}

/* FOOTER MODALE (FORMULAIRE & ACTIONS) */
.cart-modal-footer {
  padding: 1.25rem 1.5rem;
  background: #F8FAFC;
  border-top: 1px solid #E2E8F0;
}

.cart-modal-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

@media (max-width: 576px) {
  .cart-modal-form-row {
    grid-template-columns: 1fr;
  }
}

.cart-modal-input {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  font-size: 0.85rem;
  background: #FFFFFF;
  box-sizing: border-box;
}

.cart-modal-input:focus {
  outline: none;
  border-color: #0096D6;
  box-shadow: 0 0 0 3px rgba(0, 150, 214, 0.15);
}

.cart-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

@media (max-width: 576px) {
  .cart-modal-actions {
    grid-template-columns: 1fr;
  }
}

.btn-modal-email {
  padding: 0.75rem;
  background: linear-gradient(135deg, #0B4C8C 0%, #0096D6 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  box-shadow: 0 4px 12px rgba(11, 76, 140, 0.2);
}

.btn-modal-wa {
  padding: 0.75rem;
  background: #25D366;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

/* ==========================================================================
   STYLE DÉDIÉ BOUTON PANIER ACTIF (PILULE BLEUE INTENSE + BADGE ROUGE)
   ========================================================================== */
.btn-cart-trigger, #navCartBtn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 1.1rem !important;
  background: #F1F5F9;
  color: #1D3176;
  border: 1.5px solid #CBD5E1;
  border-radius: 50px !important;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

.btn-cart-trigger:hover, #navCartBtn:hover {
  background: #E2E8F0;
  border-color: #0096D6;
  color: #0096D6;
}

.btn-cart-trigger.active, #navCartBtn.active {
  background: linear-gradient(135deg, #005FA4 0%, #0096D6 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 0.55rem 1.25rem !important;
  box-shadow: 0 4px 15px rgba(0, 150, 214, 0.45) !important;
}

.btn-cart-trigger.active span, #navCartBtn.active span {
  color: #FFFFFF !important;
}

.btn-cart-trigger.active .cart-trigger-label, #navCartBtn.active .cart-trigger-label {
  color: #FFFFFF !important;
  font-weight: 800 !important;
  font-size: 0.92rem !important;
}

.btn-cart-trigger.active .cart-trigger-count, #navCartBtn.active .cart-trigger-count, #navCartBtn.active #navCartCount {
  background: #E31E24 !important;
  color: #FFFFFF !important;
  font-weight: 800 !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.8rem !important;
  box-shadow: 0 2px 8px rgba(227, 30, 36, 0.5) !important;
  padding: 0 !important;
  margin-left: 0.3rem !important;
}


/* ==========================================================================
   TOAST NOTIFICATION FLOTTANTE (AJOUT AU PANIER RÉUSSI)
   ========================================================================== */
.toast-notification {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, #071D33 0%, #0B4C8C 100%);
  color: #FFFFFF;
  border: 1.5px solid #0096D6;
  border-radius: 16px;
  padding: 1.1rem 1.4rem;
  box-shadow: 0 15px 40px rgba(7, 29, 51, 0.4);
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 999999;
  transform: translateY(120px) scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  max-width: 440px;
}

.toast-notification.show {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
}

.toast-img-wrapper {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.toast-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.toast-content-box {
  flex: 1;
}

.toast-badge-title {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  color: #38BDF8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.toast-item-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.25;
}

.toast-btn-action {
  background: #0096D6;
  color: #FFFFFF !important;
  padding: 0.5rem 0.9rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 150, 214, 0.4);
}

.toast-btn-action:hover {
  background: #0077B6;
  transform: translateY(-1px);
}

/* ==========================================================================
   PAGINATION DESIGN PILULE OVALE GLOBAL (CONFORME À LA MAQUETTE USER)
   ========================================================================== */
.pedrollo-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #E2E8F0;
}

.pedrollo-page-btn {
  min-width: 54px;
  height: 34px;
  padding: 0 1rem;
  border-radius: 50px;
  border: 1.2px solid #D0DFEE;
  background: #FFFFFF;
  color: #1A365D;
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.02);
  text-decoration: none;
}

.pedrollo-page-btn:hover {
  background: #F8FAFC;
  border-color: #1A365D;
  color: #1A365D;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 54, 93, 0.12);
}

.pedrollo-page-btn.active {
  background: #1A365D;
  color: #FFFFFF;
  border-color: #1A365D;
  box-shadow: 0 6px 18px rgba(26, 54, 93, 0.35);
}

.pedrollo-page-dots {
  color: #94A3B8;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0 0.35rem;
  letter-spacing: 0.08em;
}

@media (max-width: 600px) {
  .pedrollo-pagination-wrapper {
    gap: 0.35rem !important;
    padding: 1.5rem 0.25rem 0 0.25rem !important;
    max-width: 100% !important;
    justify-content: center !important;
  }

  .pedrollo-page-btn {
    min-width: 36px !important;
    height: 34px !important;
    padding: 0 0.4rem !important;
    font-size: 0.8rem !important;
  }

  .pedrollo-page-dots {
    padding: 0 0.15rem !important;
    font-size: 0.85rem !important;
  }
}
