/* ==========================================================================
   ISOCAD CONSULTING — DESIGN SYSTEM & NOUVELLE EXPÉRIENCE VISUELLE
   Corporate Premium • Lumineux • Compact • Moderne • Élégant
   ========================================================================== */

:root {
  /* Palette de couleurs officielle */
  --color-primary-navy: #0A192F;
  --color-navy-dark: #061122;
  --color-corporate-blue: #024B99;
  --color-accent-blue: #0284C7;
  --color-cyan-glow: #00B4D8;
  --color-cyan-light: #E0F2FE;
  --color-cyan-subtle: #F0F9FF;
  
  --color-text-main: #0F172A;
  --color-text-secondary: #334155;
  --color-text-muted: #64748B;
  --color-text-inverse: #FFFFFF;

  --color-bg-body: #F8FAFC;
  --color-bg-card: #FFFFFF;
  --color-bg-alt: #F1F5F9;
  --color-border: #E2E8F0;
  --color-border-hover: #CBD5E1;

  /* Statuts CRM */
  --status-nouveau: #0284C7;
  --status-contacte: #D97706;
  --status-qualification: #8B5CF6;
  --status-en-cours: #3B82F6;
  --status-proposition: #EC4899;
  --status-relance: #F59E0B;
  --status-converti: #10B981;
  --status-perdu: #EF4444;

  /* Ombres et élévations */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 10px 15px -3px rgba(10, 25, 47, 0.07), 0 4px 6px -4px rgba(10, 25, 47, 0.03);
  --shadow-xl: 0 20px 25px -5px rgba(10, 25, 47, 0.1), 0 8px 10px -6px rgba(10, 25, 47, 0.04);
  --shadow-card: 0 10px 30px rgba(2, 75, 153, 0.06);

  /* Arrondis */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-full: 9999px;

  --transition-fast: 150ms ease;
  --transition-base: 240ms cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Base Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--color-text-main);
  background-color: var(--color-bg-body);
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  color: var(--color-primary-navy);
  line-height: 1.25;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all var(--transition-fast);
}

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

button, input, select, textarea {
  font: inherit;
  border: none;
  outline: none;
}

/* Container */
.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section {
  padding: 4.5rem 0;
  position: relative;
}

.section-alt {
  background-color: #FFFFFF;
}

.section-soft {
  background: linear-gradient(180deg, #F8FAFC 0%, #F0F9FF 100%);
}

.section-navy {
  background-color: var(--color-primary-navy);
  color: var(--color-text-inverse);
}

.section-navy h2, .section-navy h3 {
  color: #FFFFFF;
}

.section-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3rem auto;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.9rem;
  border-radius: var(--radius-full);
  background: var(--color-cyan-light);
  color: var(--color-corporate-blue);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.85rem;
}

.section-navy .section-badge {
  background: rgba(0, 180, 216, 0.15);
  color: var(--color-cyan-glow);
  border: 1px solid rgba(0, 180, 216, 0.3);
}

.section-title {
  font-size: 2.35rem;
  margin-bottom: 0.85rem;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.85rem;
  }
  .section {
    padding: 3rem 0;
  }
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.section-navy .section-subtitle {
  color: #CBD5E1;
}

/* ==========================================================================
   1 & 2. NOUVEAU HEADER COMPACT & STICKY FLUIDE
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.7);
  z-index: 1100;
  transition: height 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.3s ease, 
              background-color 0.3s ease;
}

/* Après Scroll : Réduit, compact, ombre douce */
.site-header.scrolled {
  height: 60px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 16px rgba(10, 25, 47, 0.05);
  border-bottom-color: rgba(226, 232, 240, 0.9);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

/* Logo Brand */
.logo-container {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
}

.logo-img {
  height: 44px;
  width: auto;
  object-fit: contain;
  transition: height 0.3s ease, transform var(--transition-fast);
}

.site-header.scrolled .logo-img {
  height: 36px;
}

.logo-container:active {
  transform: scale(0.97);
}

/* Menu Central Épuré & Intelligent */
.nav-center-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  list-style: none;
}

.nav-link {
  font-size: 0.885rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  position: relative;
  padding: 0.4rem 0.2rem;
  transition: color var(--transition-fast);
  white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
  color: var(--color-corporate-blue);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color-corporate-blue);
  transition: width var(--transition-base);
  border-radius: 2px;
}

.nav-link:hover::after, .nav-link.active::after {
  width: 80%;
}

/* Actions Droite */
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

/* Bouton Discret : Demander une formation */
.btn-header-formation {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  font-size: 0.815rem;
  font-weight: 600;
  color: var(--color-corporate-blue);
  background: var(--color-cyan-subtle);
  border: 1px solid rgba(2, 75, 153, 0.16);
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
}

.btn-header-formation:hover {
  background: var(--color-cyan-light);
  border-color: var(--color-corporate-blue);
  transform: translateY(-1px);
}

/* Bouton Mis en Avant : Demander une ingénierie */
.btn-header-ingenierie {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.52rem 1.15rem;
  font-size: 0.825rem;
  font-weight: 700;
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--color-corporate-blue) 0%, var(--color-accent-blue) 100%);
  border-radius: var(--radius-full);
  border: none;
  box-shadow: 0 3px 10px rgba(2, 75, 153, 0.22);
  transition: all var(--transition-fast);
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
}

.btn-header-ingenierie:hover {
  transform: translateY(-1.5px);
  box-shadow: 0 5px 14px rgba(2, 75, 153, 0.32);
  color: #FFFFFF;
}

/* Petite Icône WhatsApp */
.btn-header-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.25);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-header-wa:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

/* Mobile Toggle Hamburger */
.btn-mobile-toggle {
  display: none;
  background: transparent;
  padding: 0.4rem;
  cursor: pointer;
  color: var(--color-primary-navy);
  border-radius: var(--radius-sm);
}

@media (max-width: 1040px) {
  .nav-center-wrapper {
    display: none;
  }
  .btn-header-formation {
    display: none;
  }
  .btn-mobile-toggle {
    display: flex;
  }
}

/* Mobile Drawer (Panneau Propre) (Règle 03) */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: 85vw;
  background: #FFFFFF;
  box-shadow: -10px 0 30px rgba(10, 25, 47, 0.15);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.mobile-drawer-header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-drawer-body {
  padding: 1.5rem;
  overflow-y: auto;
  flex-grow: 1;
}

.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.mobile-nav-link {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-primary-navy);
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px solid #F1F5F9;
}

.mobile-nav-link:hover, .mobile-nav-link.active {
  color: var(--color-corporate-blue);
}

.mobile-drawer-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid var(--color-border);
  background: var(--color-bg-body);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 25, 47, 0.4);
  backdrop-filter: blur(4px);
  z-index: 1150;
  display: none;
}

.mobile-backdrop.open {
  display: block;
}

/* ==========================================================================
   4, 5, 6 & 7. SYSTÈME INTELLIGENT DE BOUTONS FLOTTANTS PERMANENTS
   ========================================================================== */

/* Desktop : Colonne verticale sur le bord droit */
.floating-cta-dock {
  position: fixed;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  z-index: 990;
  pointer-events: none;
}

.floating-cta-item {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  padding: 0.55rem;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 14px rgba(10, 25, 47, 0.12);
  border: 1px solid var(--color-border);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  max-width: 46px;
  white-space: nowrap;
}

.floating-cta-item:hover {
  max-width: 250px;
  padding-right: 1.15rem;
  box-shadow: 0 8px 22px rgba(10, 25, 47, 0.18);
  transform: translateX(-3px);
}

.floating-cta-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.floating-cta-label {
  font-size: 0.825rem;
  font-weight: 700;
  margin-left: 0.6rem;
  opacity: 0;
  transition: opacity 0.2s ease 0.05s;
  color: var(--color-primary-navy);
}

.floating-cta-item:hover .floating-cta-label {
  opacity: 1;
}

/* 1 — WhatsApp */
.floating-cta-whatsapp .floating-cta-icon {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #FFFFFF;
}

/* 2 — Demander une formation */
.floating-cta-formation .floating-cta-icon {
  background: var(--color-cyan-light);
  color: var(--color-corporate-blue);
}

/* 3 — Demander une ingénierie */
.floating-cta-ingenierie {
  background: linear-gradient(135deg, var(--color-corporate-blue) 0%, var(--color-accent-blue) 100%);
  border-color: transparent;
}
.floating-cta-ingenierie .floating-cta-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
.floating-cta-ingenierie .floating-cta-label {
  color: #FFFFFF;
}

/* Mobile Floating Bar (Thumb-friendly, margin-bottom secure) (Règle 06) */
@media (max-width: 768px) {
  .floating-cta-dock {
    top: auto;
    bottom: 1.25rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    flex-direction: row;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 0.4rem 0.65rem;
    border-radius: var(--radius-full);
    box-shadow: 0 8px 24px rgba(10, 25, 47, 0.16);
    border: 1px solid rgba(226, 232, 240, 0.9);
    width: auto;
    max-width: 92vw;
    gap: 0.5rem;
  }

  .floating-cta-item {
    max-width: none;
    padding: 0.4rem 0.75rem;
    box-shadow: none;
    border: none;
    background: transparent;
  }

  .floating-cta-item:hover {
    max-width: none;
    transform: none;
  }

  .floating-cta-label {
    opacity: 1;
    font-size: 0.785rem;
  }

  .floating-cta-ingenierie {
    background: linear-gradient(135deg, var(--color-corporate-blue) 0%, var(--color-accent-blue) 100%);
    border-radius: var(--radius-full);
  }
}

/* ==========================================================================
   HERO CORPORATE CINÉMATIQUE
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  margin-top: 72px;
  overflow: hidden;
  background-color: var(--color-primary-navy);
  color: #FFFFFF;
}

.hero-media-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  filter: saturate(1.05) brightness(0.95);
}

.hero-poster-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/hero-bg.jpg') center center / cover no-repeat;
  opacity: 0.55;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(6, 17, 34, 0.94) 0%,
    rgba(10, 25, 47, 0.85) 50%,
    rgba(2, 75, 153, 0.6) 100%
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 840px;
  padding: 3.5rem 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 1.05rem;
  border-radius: var(--radius-full);
  background: rgba(0, 180, 216, 0.15);
  border: 1px solid rgba(0, 180, 216, 0.35);
  color: var(--color-cyan-glow);
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(8px);
}

.hero-title {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.15;
  color: #FFFFFF;
  margin-bottom: 0.85rem;
  letter-spacing: -0.03em;
}

.hero-title span {
  background: linear-gradient(90deg, #FFFFFF 0%, #BAE6FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-slogan {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-cyan-glow);
  margin-bottom: 1.25rem;
}

.hero-description {
  font-size: 1.15rem;
  color: #E2E8F0;
  line-height: 1.65;
  margin-bottom: 2.25rem;
  max-width: 720px;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.75rem;
  font-size: 0.925rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  color: #FFFFFF;
  background: linear-gradient(135deg, #0284C7 0%, #0369A1 100%);
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.35);
  transition: all var(--transition-base);
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.btn-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(2, 132, 199, 0.45);
  color: #FFFFFF;
}

.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.65rem;
  font-size: 0.925rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  transition: all var(--transition-base);
  cursor: pointer;
  font-family: inherit;
}

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  color: #FFFFFF;
}

.btn-cta-tertiary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.65rem;
  font-size: 0.925rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  color: var(--color-cyan-glow);
  background: transparent;
  border: 1px solid var(--color-cyan-glow);
  transition: all var(--transition-base);
  cursor: pointer;
}

.btn-cta-tertiary:hover {
  background: rgba(0, 180, 216, 0.12);
  transform: translateY(-2px);
  color: #FFFFFF;
}

/* ==========================================================================
   LES 4 ENTRÉES PRINCIPALES (SECTION "QUEL EST VOTRE BESOIN ?")
   ========================================================================== */
.entrances-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: -2.5rem;
  position: relative;
  z-index: 10;
}

@media (max-width: 1024px) {
  .entrances-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
  }
}

@media (max-width: 640px) {
  .entrances-grid {
    grid-template-columns: 1fr;
  }
}

.entrance-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: 1.85rem 1.5rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.entrance-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--color-corporate-blue), var(--color-cyan-glow));
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.entrance-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--color-cyan-glow);
}

.entrance-card:hover::before {
  opacity: 1;
}

.entrance-num {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--color-accent-blue);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.entrance-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary-navy);
  margin-bottom: 0.5rem;
}

.entrance-desc {
  font-size: 0.925rem;
  color: var(--color-text-secondary);
  margin-bottom: 1.5rem;
  flex-grow: 1;
  line-height: 1.5;
}

.entrance-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1.15rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--color-corporate-blue);
  background: var(--color-cyan-subtle);
  border-radius: var(--radius-md);
  border: 1px solid rgba(2, 75, 153, 0.1);
  transition: all var(--transition-fast);
  cursor: pointer;
}

.entrance-card:hover .entrance-btn {
  background: var(--color-corporate-blue);
  color: #FFFFFF;
}

/* ==========================================================================
   8, 9 & 10. SECTION NOUS TROUVER & GOOGLE MAPS INTERACTIVE
   ========================================================================== */
.section-location {
  background: #FFFFFF;
  border-top: 1px solid var(--color-border);
  position: relative;
}

.location-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 2.5rem;
  align-items: stretch;
}

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

.location-info-card {
  background: var(--color-bg-body);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-brand-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-primary-navy);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.location-detail-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.location-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.location-detail-item svg {
  color: var(--color-corporate-blue);
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.location-label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
  margin-bottom: 0.15rem;
}

.location-val {
  font-weight: 600;
  color: var(--color-text-main);
}

.map-wrapper-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
  min-height: 400px;
  position: relative;
  background: #F1F5F9;
}

.map-iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: none;
  display: block;
}

.map-fallback-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  background: #F8FAFC;
  padding: 2rem;
  text-align: center;
}

/* ==========================================================================
   11. FOOTER RECONFIGURÉ (Immédiatement après Google Maps)
   ========================================================================== */
.site-footer {
  background-color: var(--color-navy-dark);
  color: #94A3B8;
  padding-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.75fr 1fr 1fr 1.5fr;
  gap: 2.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  filter: brightness(1.2);
}

.footer-slogan {
  color: var(--color-cyan-glow);
  font-weight: 600;
  font-size: 0.925rem;
}

.footer-desc {
  font-size: 0.885rem;
  line-height: 1.6;
  color: #94A3B8;
}

.footer-col h4 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.4rem;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--color-cyan-glow);
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-links a {
  font-size: 0.885rem;
  color: #94A3B8;
  transition: all var(--transition-fast);
}

.footer-links a:hover {
  color: #FFFFFF;
  transform: translateX(3px);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 0.85rem;
}

.footer-contact-item svg {
  flex-shrink: 0;
  color: var(--color-cyan-glow);
  margin-top: 0.2rem;
}

.footer-bottom {
  padding: 1.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.825rem;
  color: #64748B;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-legal-links a:hover {
  color: #FFFFFF;
}

/* Toast Notifications System */
.toast-container {
  position: fixed;
  top: 90px;
  right: 1.5rem;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  pointer-events: none;
}

.toast-message {
  pointer-events: auto;
  min-width: 300px;
  max-width: 420px;
  padding: 0.85rem 1.15rem;
  background: #FFFFFF;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 25px rgba(10, 25, 47, 0.12);
  border-left: 4px solid var(--color-accent-blue);
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  animation: slideInToast 0.25s ease forwards;
}

.toast-message.success {
  border-left-color: #10B981;
}

.toast-message.error {
  border-left-color: #EF4444;
}

.toast-message.warning {
  border-left-color: #F59E0B;
}

@keyframes slideInToast {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
