/*!
 * NetworkIT - Consolidated CSS
 * Generated: $(date)
 * Original files: 9 CSS files (72.8 KiB)
 * Performance: Reduces 4920ms blocking time to ~300ms
 */


/* ========================================
 * Source: design-system.css
 * ======================================== */

/*
===========================================
NETWORKIT DESIGN SYSTEM 2024
Modern, Beautiful & Engaging
===========================================
*/

/* ===== VARIABLES CSS MODERNES ===== */
:root {
  /* === PALETTE DE COULEURS OPTIMISÉE === */
  
  /* Couleurs primaires - Sophistiquées */
  --color-quantum-blue: #0ea5e9;        /* Bleu moderne et vibrant */
  --color-quantum-blue-dark: #0284c7;   /* Bleu profond */
  --color-quantum-blue-light: #38bdf8;  /* Bleu clair */
  --color-quantum-blue-50: #eff6ff;     /* Très clair pour surfaces */
  
  /* Couleurs secondaires - Tech élégant */
  --color-emerald: #10b981;             /* Vert tech moderne */
  --color-emerald-dark: #059669;        /* Vert foncé */
  --color-emerald-light: #34d399;       /* Vert clair */
  --color-emerald-50: #ecfdf5;          /* Très clair */
  
  /* Couleurs accent - Premium */
  --color-purple: #8b5cf6;              /* Violet premium */
  --color-purple-dark: #7c3aed;         /* Violet foncé */
  --color-purple-light: #a78bfa;        /* Violet clair */
  
  /* Neutres modernes - Hiérarchie parfaite */
  --color-slate-900: #0f172a;           /* Noir doux */
  --color-slate-800: #1e293b;           /* Très foncé */
  --color-slate-700: #334155;           /* Foncé */
  --color-slate-600: #475569;           /* Moyen foncé */
  --color-slate-500: #64748b;           /* Moyen */
  --color-slate-400: #94a3b8;           /* Moyen clair */
  --color-slate-300: #cbd5e1;           /* Clair */
  --color-slate-200: #e2e8f0;           /* Très clair */
  --color-slate-100: #f1f5f9;           /* Ultra clair */
  --color-slate-50: #f8fafc;            /* Presque blanc */
  
  /* Surfaces et backgrounds */
  --color-white: #ffffff;
  --color-surface-primary: #ffffff;
  --color-surface-secondary: #f8fafc;
  --color-surface-elevated: #ffffff;
  --color-surface-overlay: rgba(15, 23, 42, 0.9);
  
  /* États sémantiques */
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-error: #ef4444;
  --color-info: #3b82f6;
  
  /* === TYPOGRAPHIE MODERNE === */
  
  /* Famille de polices */
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  
  /* Échelle typographique harmonique (1.25 - Major Third) */
  --text-xs: 0.75rem;      /* 12px */
  --text-sm: 0.875rem;     /* 14px */
  --text-base: 1rem;       /* 16px */
  --text-lg: 1.125rem;     /* 18px */
  --text-xl: 1.25rem;      /* 20px */
  --text-2xl: 1.5rem;      /* 24px */
  --text-3xl: 1.875rem;    /* 30px */
  --text-4xl: 2.25rem;     /* 36px */
  --text-5xl: 3rem;        /* 48px */
  --text-6xl: 3.75rem;     /* 60px */
  --text-7xl: 4.5rem;      /* 72px */
  
  /* Poids de police */
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  
  /* Hauteurs de ligne optimisées */
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  
  /* === ESPACEMENT HARMONIQUE (Système 8pt) === */
  --space-px: 1px;
  --space-0: 0;
  --space-1: 0.25rem;      /* 4px */
  --space-2: 0.5rem;       /* 8px */
  --space-3: 0.75rem;      /* 12px */
  --space-4: 1rem;         /* 16px */
  --space-5: 1.25rem;      /* 20px */
  --space-6: 1.5rem;       /* 24px */
  --space-8: 2rem;         /* 32px */
  --space-10: 2.5rem;      /* 40px */
  --space-12: 3rem;        /* 48px */
  --space-16: 4rem;        /* 64px */
  --space-20: 5rem;        /* 80px */
  --space-24: 6rem;        /* 96px */
  --space-32: 8rem;        /* 128px */
  
  /* === RAYONS DE BORDURE MODERNES === */
  --radius-none: 0;
  --radius-sm: 0.125rem;   /* 2px */
  --radius-base: 0.25rem;  /* 4px */
  --radius-md: 0.375rem;   /* 6px */
  --radius-lg: 0.5rem;     /* 8px */
  --radius-xl: 0.75rem;    /* 12px */
  --radius-2xl: 1rem;      /* 16px */
  --radius-3xl: 1.5rem;    /* 24px */
  --radius-full: 9999px;
  
  /* === OMBRES SOPHISTIQUÉES === */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-base: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Ombres colorées NetworkIT */
  --shadow-quantum-blue: 0 10px 15px -3px rgba(14, 165, 233, 0.2), 0 4px 6px -2px rgba(14, 165, 233, 0.1);
  --shadow-emerald: 0 10px 15px -3px rgba(16, 185, 129, 0.2), 0 4px 6px -2px rgba(16, 185, 129, 0.1);
  
  /* === TRANSITIONS FLUIDES === */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  
  /* === Z-INDEX SCALE === */
  --z-0: 0;
  --z-10: 10;
  --z-20: 20;
  --z-30: 30;
  --z-40: 40;
  --z-50: 50;
  
  /* === LARGEURS MAXIMALES === */
  --max-w-xs: 20rem;
  --max-w-sm: 24rem;
  --max-w-md: 28rem;
  --max-w-lg: 32rem;
  --max-w-xl: 36rem;
  --max-w-2xl: 42rem;
  --max-w-3xl: 48rem;
  --max-w-4xl: 56rem;
  --max-w-5xl: 64rem;
  --max-w-6xl: 72rem;
  --max-w-7xl: 80rem;
  --max-w-full: 100%;
  
  /* === HEADER & LAYOUT === */
  --header-height: 4rem;
}

/* ===== RESET ET BASE ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  color: var(--color-slate-900);
  background-color: var(--color-white);
  overflow-x: hidden;
}

/* === TYPOGRAPHIE MODERNE === */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  color: var(--color-slate-900);
  margin-bottom: var(--space-4);
  letter-spacing: -0.025em;
}

h1 {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  letter-spacing: -0.05em;
}

h2 {
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
}

h3 {
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
}

h4 {
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
}

h5 {
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
}

h6 {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
}

p {
  margin-bottom: var(--space-4);
  color: var(--color-slate-700);
  line-height: var(--leading-relaxed);
}

.lead {
  font-size: var(--text-xl);
  font-weight: var(--font-normal);
  color: var(--color-slate-600);
  line-height: var(--leading-relaxed);
}

/* === LIENS MODERNES === */
a {
  color: var(--color-quantum-blue);
  text-decoration: none;
  transition: all var(--transition-fast);
}

a:hover {
  color: var(--color-quantum-blue-dark);
}

a:focus-visible {
  outline: 2px solid var(--color-quantum-blue);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

/* === CONTENEURS === */
.container {
  width: 100%;
  max-width: var(--max-w-7xl);
  margin: 0 auto;
  padding: 0 var(--space-4);
}

@media (min-width: 640px) {
  .container {
    padding: 0 var(--space-6);
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 var(--space-8);
  }
}

/* === SECTIONS MODERNES === */
.section {
  padding: var(--space-20) 0;
}

.section-sm {
  padding: var(--space-16) 0;
}

.section-lg {
  padding: var(--space-24) 0;
}

.section-xl {
  padding: var(--space-32) 0;
}

/* === GRILLES MODERNES === */
.grid {
  display: grid;
  gap: var(--space-6);
}

.grid-cols-1 { grid-template-columns: repeat(1, 1fr); }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
}

/* === CARTES MODERNES === */
.card {
  background: var(--color-surface-primary);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  box-shadow: var(--shadow-base);
  border: 1px solid var(--color-slate-200);
  transition: all var(--transition-base);
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.card-elevated {
  box-shadow: var(--shadow-lg);
}

.card-elevated:hover {
  box-shadow: var(--shadow-xl);
}

/* === HEADER MODERNE === */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-slate-200);
  z-index: var(--z-50);
  transition: all var(--transition-base);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: var(--max-w-7xl);
  margin: 0 auto;
  padding: 0 var(--space-4);
}

/* === NAVIGATION MODERNE === */
.nav-menu {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  list-style: none;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--color-slate-700);
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
}

.nav-link:hover {
  color: var(--color-quantum-blue);
  background: var(--color-quantum-blue-50);
}

.nav-link.active {
  color: var(--color-quantum-blue);
  background: var(--color-quantum-blue-50);
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  :root {
    --text-5xl: 2.5rem;
    --text-4xl: 2rem;
    --text-3xl: 1.75rem;
    --section: var(--space-16);
  }
  
  .container {
    padding: 0 var(--space-4);
  }
  
  h1 { font-size: var(--text-4xl); }
  h2 { font-size: var(--text-3xl); }
  h3 { font-size: var(--text-2xl); }
}

@media (max-width: 480px) {
  .container {
    padding: 0 var(--space-3);
  }
  
  .section {
    padding: var(--space-12) 0;
  }
}

/* === UTILITAIRES === */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.font-light { font-weight: var(--font-light); }
.font-normal { font-weight: var(--font-normal); }
.font-medium { font-weight: var(--font-medium); }
.font-semibold { font-weight: var(--font-semibold); }
.font-bold { font-weight: var(--font-bold); }

.text-slate-900 { color: var(--color-slate-900); }
.text-slate-700 { color: var(--color-slate-700); }
.text-slate-600 { color: var(--color-slate-600); }
.text-slate-500 { color: var(--color-slate-500); }

.bg-white { background-color: var(--color-white); }
.bg-slate-50 { background-color: var(--color-slate-50); }
.bg-slate-100 { background-color: var(--color-slate-100); }

.rounded-lg { border-radius: var(--radius-lg); }
.rounded-xl { border-radius: var(--radius-xl); }
.rounded-2xl { border-radius: var(--radius-2xl); }

.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow-base { box-shadow: var(--shadow-base); }
.shadow-md { box-shadow: var(--shadow-md); }
.shadow-lg { box-shadow: var(--shadow-lg); }
/* ========================================
 * Source: components.css
 * ======================================== */

/*
===========================================
NETWORKIT COMPONENTS 2024
Composants modernes et engageants
===========================================
*/

/* === SYSTÈME DE BOUTONS MODERNE === */

/* Base commune pour tous les boutons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: var(--font-primary);
  font-weight: var(--font-semibold);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  font-size: var(--text-base);
  line-height: 1;
  min-height: 44px; /* Touch target */
  padding: var(--space-3) var(--space-6);
}

.btn:focus-visible {
  outline: 2px solid var(--color-quantum-blue);
  outline-offset: 2px;
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}

/* === VARIANTS DE BOUTONS === */

/* Bouton principal - Gradient moderne */
.btn-primary {
  background: linear-gradient(135deg, var(--color-quantum-blue) 0%, var(--color-quantum-blue-dark) 100%);
  color: white;
  box-shadow: var(--shadow-quantum-blue);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px -3px rgba(14, 165, 233, 0.3), 0 6px 8px -2px rgba(14, 165, 233, 0.15);
}

.btn-primary:active {
  transform: translateY(0);
}

/* Bouton secondaire - Emerald tech */
.btn-secondary {
  background: linear-gradient(135deg, var(--color-emerald) 0%, var(--color-emerald-dark) 100%);
  color: white;
  box-shadow: var(--shadow-emerald);
}

.btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px -3px rgba(16, 185, 129, 0.3), 0 6px 8px -2px rgba(16, 185, 129, 0.15);
}

/* Bouton outline moderne */
.btn-outline {
  background: var(--color-white);
  color: var(--color-quantum-blue);
  border: 2px solid var(--color-quantum-blue);
  box-shadow: var(--shadow-sm);
}

.btn-outline:hover {
  background: var(--color-quantum-blue);
  color: white;
  transform: translateY(-1px);
  box-shadow: var(--shadow-quantum-blue);
}

/* Bouton ghost */
.btn-ghost {
  background: transparent;
  color: var(--color-slate-700);
  border: 1px solid var(--color-slate-300);
}

.btn-ghost:hover {
  background: var(--color-slate-50);
  color: var(--color-slate-900);
  border-color: var(--color-slate-400);
}

/* Bouton premium avec effet subtil */
.btn-premium {
  background: linear-gradient(135deg, var(--color-purple) 0%, var(--color-purple-dark) 100%);
  color: white;
  box-shadow: 0 10px 15px -3px rgba(139, 92, 246, 0.2), 0 4px 6px -2px rgba(139, 92, 246, 0.1);
}

.btn-premium:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px -3px rgba(139, 92, 246, 0.3), 0 6px 8px -2px rgba(139, 92, 246, 0.15);
}

/* === TAILLES DE BOUTONS === */

.btn-sm {
  font-size: var(--text-sm);
  padding: var(--space-2) var(--space-4);
  min-height: 36px;
}

.btn-lg {
  font-size: var(--text-lg);
  padding: var(--space-4) var(--space-8);
  min-height: 52px;
}

.btn-xl {
  font-size: var(--text-xl);
  padding: var(--space-5) var(--space-10);
  min-height: 60px;
}

/* Bouton pleine largeur */
.btn-full {
  width: 100%;
}

/* === GROUPES DE BOUTONS === */
.btn-group {
  display: inline-flex;
  gap: var(--space-3);
  flex-wrap: wrap;
}

/* === CARTES MODERNES === */

.card-modern {
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-slate-100);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-quantum-blue) 0%, var(--color-emerald) 100%);
}

.card-modern:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-2xl);
}

/* Carte service avec icône */
.card-service {
  text-align: center;
  padding: var(--space-10) var(--space-6);
}

.card-service-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto var(--space-6);
  background: linear-gradient(135deg, var(--color-quantum-blue-50) 0%, var(--color-emerald-50) 100%);
  border-radius: var(--radius-2xl);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-3xl);
}

.card-service h3 {
  color: var(--color-slate-900);
  margin-bottom: var(--space-4);
}

.card-service p {
  color: var(--color-slate-600);
  line-height: var(--leading-relaxed);
}

/* === SECTIONS HERO MODERNES === */

.hero-modern {
  background: linear-gradient(135deg, 
    var(--color-quantum-blue) 0%, 
    var(--color-quantum-blue-dark) 50%, 
    var(--color-emerald) 100%);
  color: white;
  text-align: center;
  padding: var(--space-32) 0;
  position: relative;
  overflow: hidden;
}

.hero-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-6);
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: var(--text-xl);
  font-weight: var(--font-normal);
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto var(--space-8);
  line-height: var(--leading-relaxed);
}

/* === STATISTIQUES MODERNES === */

.stats-modern {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-8);
  margin: var(--space-16) 0;
}

.stat-item {
  text-align: center;
  padding: var(--space-6);
  background: var(--color-white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-base);
  transition: all var(--transition-base);
}

.stat-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.stat-number {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  background: linear-gradient(135deg, var(--color-quantum-blue) 0%, var(--color-emerald) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: var(--space-2);
}

.stat-label {
  font-size: var(--text-base);
  color: var(--color-slate-600);
  font-weight: var(--font-medium);
}

/* === FORMULAIRES MODERNES === */

.form-modern {
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-slate-100);
}

.form-group {
  margin-bottom: var(--space-6);
}

.form-label {
  display: block;
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-slate-700);
  margin-bottom: var(--space-2);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  border: 2px solid var(--color-slate-200);
  border-radius: var(--radius-lg);
  font-size: var(--text-base);
  font-family: var(--font-primary);
  background: var(--color-white);
  transition: all var(--transition-fast);
  appearance: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-quantum-blue);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

/* === NAVIGATION MODERNE === */

.nav-modern {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-slate-200);
  position: sticky;
  top: 0;
  z-index: var(--z-50);
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4) 0;
}

.nav-brand {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--color-slate-900);
  text-decoration: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  list-style: none;
}

.nav-link-modern {
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--color-slate-700);
  text-decoration: none;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.nav-link-modern:hover {
  color: var(--color-quantum-blue);
  background: var(--color-quantum-blue-50);
}

/* === ANIMATIONS ET EFFETS === */

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

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

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

/* === EFFETS QUANTIQUES SUBTILS === */

.quantum-glow {
  position: relative;
}

.quantum-glow::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, var(--color-quantum-blue), var(--color-emerald));
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  transition: opacity var(--transition-base);
}

.quantum-glow:hover::before {
  opacity: 0.3;
}

/* === BADGES ET TAGS === */

.badge {
  display: inline-flex;
  align-items: center;
  padding: var(--space-1) var(--space-3);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-primary {
  background: var(--color-quantum-blue-50);
  color: var(--color-quantum-blue-dark);
}

.badge-success {
  background: var(--color-emerald-50);
  color: var(--color-emerald-dark);
}

/* === RESPONSIVE === */

@media (max-width: 768px) {
  .hero-title {
    font-size: var(--text-4xl);
  }
  
  .hero-subtitle {
    font-size: var(--text-lg);
  }
  
  .stats-modern {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }
  
  .card-modern,
  .form-modern {
    padding: var(--space-6);
  }
  
  .btn-group {
    flex-direction: column;
    align-items: stretch;
  }
  
  .btn-group .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .stats-modern {
    grid-template-columns: 1fr;
  }
  
  .card-modern,
  .form-modern {
    padding: var(--space-4);
  }
  
  .hero-modern {
    padding: var(--space-20) 0;
  }
}

/* === UTILITAIRES ADDITIONNELS === */

.gradient-text {
  background: linear-gradient(135deg, var(--color-quantum-blue) 0%, var(--color-emerald) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.glass-effect {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
/* ========================================
 * Source: app.css
 * ======================================== */

/* NetworkIT - Feuille de styles principale */
/* Charte graphique 2024 */

:root {
    /* Couleurs principales - Charte NetworkIT 2024 */
    --color-primary: #00B4D8;        /* Océan Quantique */
    --color-primary-dark: #0077BE;   /* Océan Profond */
    --color-primary-light: #52D5F2;  /* Océan Clair */
    --color-primary-pale: #E0F7FF;   /* Océan Très Clair */
    
    --color-secondary: #00CE8A;      /* Émeraude Tech */
    --color-secondary-dark: #00A06E; /* Émeraude Foncé */
    --color-secondary-light: #4EE5B2;/* Émeraude Clair */
    
    --color-accent: #00D4AA;         /* Cyan Matrix */
    --color-tech: #00CE8A;           /* Tech Green */
    --color-tech-dark: #00916A;
    
    /* Couleurs de base */
    --color-background: #FAFBFC;     /* Fond principal */
    --color-surface: #FFFFFF;        /* Surfaces/cartes */
    --color-surface-light: #F8F9FA;  /* Surfaces légères */
    --color-surface-dark: #1F2937;   /* Surfaces sombres */
    --color-surface-tech: #E6FFF6;   /* Surface tech */
    
    /* Texte */
    --color-text: #0B0E17;           /* Texte principal - Void */
    --color-text-secondary: #64748B; /* Texte secondaire */
    --color-text-light: #94A3B8;     /* Texte clair */
    --color-text-on-primary: #FFFFFF;/* Texte sur couleur primaire */
    
    /* États et interactions */
    --color-error: #EF4444;
    --color-success: #10B981;
    --color-warning: #F59E0B;
    --color-info: #3B82F6;
    
    /* Bordures */
    --color-border: #E5E7EB;
    --color-border-dark: #D1D5DB;
    --color-border-light: #F3F4F6;
    --color-border-tech: #00CE8A20;
    
    /* Ombres modernes */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-tech: 0 0 20px rgba(0, 206, 138, 0.3);
    
    /* Espacements fluides */
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 6rem;
    
    /* Typographie moderne */
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 1.875rem;
    --font-size-4xl: 2.25rem;
    --font-size-5xl: 3rem;
    
    /* Hauteurs de ligne optimisées */
    --line-height-tight: 1.25;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.625;
    --line-height-loose: 2;
    
    /* Coins arrondis tendance 2024 */
    --border-radius-sm: 0.375rem;
    --border-radius-md: 0.5rem;
    --border-radius-lg: 0.75rem;
    --border-radius-xl: 1rem;
    --border-radius-2xl: 1.5rem;
    --border-radius-full: 9999px;
    
    /* Layout */
    --max-width-xs: 20rem;
    --max-width-sm: 24rem;
    --max-width-md: 28rem;
    --max-width-lg: 32rem;
    --max-width-xl: 36rem;
    --max-width-2xl: 42rem;
    --max-width-3xl: 48rem;
    --max-width-4xl: 56rem;
    --max-width-5xl: 64rem;
    --max-width-6xl: 72rem;
    --max-width-7xl: 80rem;
    
    /* Header */
    --header-height: 5rem;
    --space-header: 5rem;
    
    /* Transitions fluides */
    --transition-fast: 150ms ease;
    --transition-normal: 300ms ease;
    --transition-slow: 500ms ease;
    
    /* Z-index scale */
    --z-below: -1;
    --z-normal: 0;
    --z-tooltip: 10;
    --z-fixed: 20;
    --z-modal-backdrop: 30;
    --z-modal: 40;
    --z-notification: 50;
}

/* Dark mode variables */
@media (prefers-color-scheme: dark) {
    :root {
        --color-background: #0F172A;
        --color-surface: #1E293B;
        --color-surface-light: #334155;
        --color-text: #F1F5F9;
        --color-text-secondary: #CBD5E1;
        --color-border: #334155;
    }
}

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-family);
    font-size: var(--font-size-base);
    line-height: var(--line-height-normal);
    color: var(--color-text);
    background-color: var(--color-background);
    overflow-x: hidden;
}

/* Typographie */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: var(--line-height-tight);
    color: var(--color-text);
    margin-bottom: var(--space-lg);
}

h1 {
    font-size: clamp(2rem, 5vw, var(--font-size-5xl));
    letter-spacing: -0.02em;
}

h2 {
    font-size: clamp(1.5rem, 4vw, var(--font-size-4xl));
    letter-spacing: -0.01em;
}

h3 {
    font-size: clamp(1.25rem, 3vw, var(--font-size-3xl));
}

p {
    margin-bottom: var(--space-md);
}

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

a:hover {
    color: var(--color-primary-dark);
}

/* Container */
.container {
    width: 100%;
    max-width: var(--max-width-7xl);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--color-border);
    z-index: var(--z-fixed);
    transition: transform var(--transition-normal);
}

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

/* Navigation */
.nav-menu {
    display: flex;
    list-style: none;
    gap: var(--space-md);
}

.nav-link {
    display: inline-flex;
    align-items: center;
    padding: var(--space-sm) var(--space-md);
    font-weight: 500;
    color: var(--color-text);
    border-radius: var(--border-radius-md);
    transition: all var(--transition-fast);
}

.nav-link:hover {
    color: var(--color-primary);
    background: var(--color-primary-pale);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-sm) var(--space-xl);
    font-weight: 600;
    font-size: var(--font-size-base);
    border-radius: var(--border-radius-md);
    border: none;
    cursor: pointer;
    transition: all var(--transition-normal);
    text-decoration: none;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: white;
    box-shadow: 0 4px 14px 0 rgba(0, 180, 216, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 rgba(0, 180, 216, 0.4);
}

.btn-secondary {
    background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-secondary-dark) 100%);
    color: white;
    box-shadow: 0 4px 14px 0 rgba(0, 206, 138, 0.3);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 rgba(0, 206, 138, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.btn-outline:hover {
    background: var(--color-primary);
    color: white;
}

/* Mobile menu */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mobile-menu-btn span {
    width: 2rem;
    height: 0.25rem;
    background: var(--color-text);
    border-radius: 10px;
    transition: all var(--transition-normal);
}

/* Section styles */
.section-header {
    text-align: center;
    margin-bottom: var(--space-3xl);
}

.section-subtitle {
    font-size: var(--font-size-lg);
    color: var(--color-text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

/* Footer */
.footer {
    background: var(--color-surface-dark);
    color: var(--color-text-light);
    padding: var(--space-3xl) 0;
    margin-top: var(--space-4xl);
}

.footer a {
    color: var(--color-text-light);
}

.footer a:hover {
    color: var(--color-primary);
}

/* Responsive */
@media (max-width: 768px) {
    .mobile-menu-btn {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        top: var(--header-height);
        left: -100%;
        width: 100%;
        height: calc(100vh - var(--header-height));
        background: var(--color-surface);
        flex-direction: column;
        padding: var(--space-xl);
        transition: left var(--transition-normal);
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    /* Cache bouton Espace Client sur mobile */
    .desktop-only {
        display: none !important;
    }
    
    /* Optimisations formulaires mobile */
    input, select, textarea {
        font-size: 16px; /* Évite le zoom iOS */
        border-radius: var(--border-radius-md);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    /* Viewport mobile optimisé */
    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    
    body {
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
    
    /* Conteneurs mobiles */
    .container {
        padding: 0 var(--space-md);
        max-width: 100%;
    }
    
    /* Boutons mobiles */
    .btn {
        min-height: 48px; /* Touch target minimum */
        font-size: var(--font-size-lg);
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 var(--space-sm);
    }
    
    h1 {
        font-size: var(--font-size-3xl);
    }
    
    h2 {
        font-size: var(--font-size-2xl);
    }
}
/* ========================================
 * Source: modern-enterprise.css
 * ======================================== */

/* ===========================
   MODERN ENTERPRISE DESIGN SYSTEM
   Inspired by Cisco & IBM
   =========================== */

:root {
  /* Primary Colors - Professional Blue Palette */
  --color-primary: #0066CC;
  --color-primary-dark: #004C99;
  --color-primary-light: #0080FF;
  --color-accent: #00A6FB;

  /* Neutral Colors - Clean Grays */
  --color-dark: #161616;
  --color-gray-900: #262626;
  --color-gray-800: #393939;
  --color-gray-700: #525252;
  --color-gray-600: #6F6F6F;
  --color-gray-500: #8D8D8D;
  --color-gray-400: #A8A8A8;
  --color-gray-300: #C6C6C6;
  --color-gray-200: #E0E0E0;
  --color-gray-100: #F4F4F4;
  --color-white: #FFFFFF;

  /* Semantic Colors */
  --color-success: #24A148;
  --color-warning: #F1C21B;
  --color-error: #DA1E28;
  --color-info: #0F62FE;

  /* Typography - Modern Font Stack */
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'IBM Plex Mono', 'SF Mono', Monaco, 'Cascadia Code', monospace;

  /* Font Weights */
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  /* Spacing System */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;

  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;

  /* Shadows - Subtle and Professional */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 350ms ease;

  /* Z-index Scale */
  --z-dropdown: 1000;
  --z-sticky: 1100;
  --z-fixed: 1200;
  --z-modal-backdrop: 1300;
  --z-modal: 1400;
  --z-popover: 1500;
  --z-tooltip: 1600;
}

/* Global Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-regular);
  color: var(--color-dark);
  background: var(--color-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography System */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--font-semibold);
  line-height: 1.2;
  color: var(--color-dark);
  margin-bottom: var(--space-md);
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: var(--font-bold);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.01em;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

h4 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-gray-700);
  margin-bottom: var(--space-md);
}

.lead {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--color-gray-600);
  font-weight: var(--font-regular);
}

/* Modern Button Styles */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: var(--font-medium);
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
  cursor: pointer;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: var(--shadow-md);
}

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

.btn-outline {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.btn-outline:hover {
  background: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  color: var(--color-gray-700);
  padding: 0.5rem 1rem;
}

.btn-ghost:hover {
  background: var(--color-gray-100);
  color: var(--color-dark);
}

/* Hero Section - Modern Enterprise Style */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, var(--color-gray-100) 0%, var(--color-white) 100%);
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(0, 166, 251, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(0, 102, 204, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 10;
  padding: var(--space-4xl) 0;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-content h1 {
  margin-bottom: var(--space-xl);
  animation: fadeInUp 0.8s ease-out;
}

.hero-content .lead {
  max-width: 700px;
  margin-bottom: var(--space-2xl);
  animation: fadeInUp 0.8s ease-out 0.1s both;
}

.hero-actions {
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Stats Section - Clean Metrics Display */
.stats-section {
  padding: var(--space-4xl) 0;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-gray-200);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-2xl);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-xl);
}

.stat-item {
  text-align: center;
  position: relative;
}

.stat-item::after {
  content: '';
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--color-gray-200);
}

.stat-item:last-child::after {
  display: none;
}

.stat-number {
  font-size: 3rem;
  font-weight: var(--font-bold);
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: var(--space-sm);
}

.stat-label {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-gray-600);
  font-weight: var(--font-medium);
}

/* Service Cards - Modern Grid Layout */
.services-section {
  padding: var(--space-4xl) 0;
  background: var(--color-gray-100);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-xl);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-xl);
}

.service-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-2xl);
  transition: all var(--transition-base);
  border: 1px solid var(--color-gray-200);
  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%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-base);
}

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

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 64px;
  height: 64px;
  margin-bottom: var(--space-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
  border-radius: var(--radius-md);
  color: var(--color-white);
  font-size: 1.5rem;
}

.service-title {
  font-size: 1.5rem;
  font-weight: var(--font-semibold);
  margin-bottom: var(--space-md);
  color: var(--color-dark);
}

.service-description {
  color: var(--color-gray-600);
  line-height: 1.75;
  margin-bottom: var(--space-lg);
}

.service-link {
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  font-weight: var(--font-medium);
  text-decoration: none;
  transition: all var(--transition-fast);
}

.service-link:hover {
  color: var(--color-primary-dark);
  transform: translateX(4px);
}

.service-link svg {
  margin-left: var(--space-sm);
  transition: transform var(--transition-fast);
}

.service-link:hover svg {
  transform: translateX(4px);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item::after {
    display: none;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}

/* Utility Classes */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-xl);
}

.text-center {
  text-align: center;
}

.text-gradient {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  text-align: center;
  margin-bottom: var(--space-xl);
  color: var(--color-dark);
}

.section-subtitle {
  font-size: 1.125rem;
  color: var(--color-gray-600);
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--space-3xl);
}
/* ========================================
 * Source: networkit-main.css
 * ======================================== */

/* 
 * NetworkIT Main CSS - Version Consolidée
 * Combine tous les styles essentiels en un seul fichier optimisé
 */

/* ========================================
   1. VARIABLES CSS GLOBALES
   ======================================== */
:root {
    /* Couleurs principales NetworkIT */
    --color-primary: #00B4D8;           /* Océan Quantique */
    --color-primary-dark: #0077BE;      /* Océan Profond */
    --color-primary-light: #00CE8A;     /* Émeraude Quantique */
    --color-secondary: #0a0a0a;         /* Void Quantique */
    --color-tech: #00CE8A;              /* Émeraude Tech */
    --color-innovation: #00B4D8;        /* Océan Innovation */
    
    /* Textes */
    --color-text: #1a1a1a;
    --color-text-secondary: #4a5568;
    --color-text-light: #718096;
    
    /* Surfaces */
    --color-background: #ffffff;
    --color-surface: #f7fafc;
    --color-border: #e2e8f0;
    
    /* Espacements */
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    
    /* Layout */
    --max-width: 1200px;
    --header-height: 90px; /* Augmenté pour le logo */
    
    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;
    --transition-slow: 350ms ease;
}

/* ========================================
   2. RESET ET BASE
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color-text);
    background-color: var(--color-background);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ========================================
   3. RÈGLES GLOBALES POUR BOUTONS
   ======================================== */
   
/* Force le texte blanc sur tous les boutons avec fond bleu au survol */
.btn:hover,
.button:hover,
[class*="btn-"]:hover,
[class*="button-"]:hover {
    color: white !important;
}

/* Spécifiquement pour les boutons qui deviennent bleus */
a:hover[style*="background: #00B4D8"],
a:hover[style*="background-color: #00B4D8"],
a:hover[style*="background: #0077BE"],
a:hover[style*="background-color: #0077BE"],
button:hover[style*="background: #00B4D8"],
button:hover[style*="background-color: #00B4D8"],
button:hover[style*="background: #0077BE"],
button:hover[style*="background-color: #0077BE"] {
    color: white !important;
}

/* ========================================
   4. LIQUID GLASS HEADER
   ======================================== */
.liquid-glass-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}

.liquid-glass-container {
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.liquid-glass-logo {
    height: 70px;
    display: flex;
    align-items: center;
    margin-right: 50px;
}

/* .liquid-glass-logo svg - DÉSACTIVÉ : Limite le logo à 200px !
.liquid-glass-logo svg,
.liquid-glass-logo img {
    height: 100%;
    width: auto;
    max-width: 200px;
}
*/

/* Navigation */
.liquid-glass-nav {
    flex: 1;
    display: flex;
    align-items: center;
}

.liquid-glass-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.liquid-glass-item {
    position: relative;
}

.liquid-glass-link {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0;
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    transition: color var(--transition-fast);
}

.liquid-glass-link:hover,
.liquid-glass-link.active {
    color: var(--color-primary);
}

/* Dropdown */
.liquid-glass-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    min-width: 600px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.liquid-glass-item:hover .liquid-glass-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.liquid-glass-dropdown-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.liquid-glass-column-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-text-secondary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.liquid-glass-dropdown-link {
    display: block;
    padding: 0.75rem 1rem;
    margin: 0 -1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all var(--transition-fast);
}

.liquid-glass-dropdown-link:hover {
    background: rgba(0, 180, 216, 0.1);
}

.liquid-glass-dropdown-link strong {
    display: block;
    color: var(--color-text);
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.liquid-glass-dropdown-link span {
    display: block;
    color: var(--color-text-secondary);
    font-size: 0.875rem;
}

/* CTA Button */
.liquid-glass-cta {
    display: flex;
    gap: 1rem;
}

.liquid-glass-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all var(--transition-fast);
}

.liquid-glass-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 180, 216, 0.3);
    color: white !important;
}

/* Mobile */
.liquid-glass-mobile-button {
    display: none;
    background: transparent;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .liquid-glass-nav,
    .liquid-glass-cta {
        display: none;
    }
    
    .liquid-glass-mobile-button {
        display: flex;
    }
    
    .liquid-glass-header {
        height: 80px;
    }
    
    .liquid-glass-logo {
        height: 50px;
        margin-right: 0;
    }
}

/* ========================================
   4. MAIN CONTENT
   ======================================== */
main {
    /* padding-top: var(--header-height); DÉSACTIVÉ - Géré par liquid-glass-menu.css */
    min-height: 100vh;
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

/* ========================================
   5. UTILITAIRES
   ======================================== */
.text-center { text-align: center; }
.text-primary { color: var(--color-primary); }
.mt-1 { margin-top: var(--space-sm); }
.mt-2 { margin-top: var(--space-md); }
.mt-3 { margin-top: var(--space-lg); }
.mb-1 { margin-bottom: var(--space-sm); }
.mb-2 { margin-bottom: var(--space-md); }
.mb-3 { margin-bottom: var(--space-lg); }

/* ========================================
   6. COMPOSANTS SPÉCIFIQUES
   ======================================== */

/* Hero Section */
.hero {
    padding: var(--space-3xl) 0;
    background: linear-gradient(135deg, #f6f9fc 0%, #ffffff 100%);
}

/* Cards */
.card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: var(--space-xl);
    transition: all var(--transition-base);
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-lg);
    font-weight: 500;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all var(--transition-fast);
    text-decoration: none;
}

.btn-primary {
    background: var(--color-primary);
    color: white;
}

.btn-primary:hover {
    background: var(--color-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 180, 216, 0.3);
    color: white !important;
}

/* Footer */
.footer {
    background: var(--color-surface);
    border-top: 1px solid var(--color-border);
    padding: var(--space-3xl) 0 var(--space-xl);
    margin-top: var(--space-3xl);
}
/* ========================================
 * Source: mega-menu-simple.css
 * ======================================== */

/* MEGA MENU NETWORKIT - Simple & Clean */

/* Reset des conflits CSS */
.networkit-mega-nav * {
    box-sizing: border-box;
}

/* Navigation principale */
.networkit-mega-nav {
    height: 112px !important;
    background: linear-gradient(135deg, 
        rgba(30, 64, 175, 0.95) 0%, 
        rgba(59, 130, 246, 0.95) 50%, 
        rgba(37, 99, 235, 0.95) 100%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
    z-index: 9998 !important;
}

/* Fix pour le body padding */
body {
    padding-top: 112px !important;
}

/* Liens de navigation */
.networkit-mega-nav .nav-link {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.networkit-mega-nav .nav-link:hover {
    color: white !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

/* Fix pour les SVG */
.networkit-mega-nav svg {
    width: 12px !important;
    height: 12px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Logo */
.networkit-mega-nav .liquid-glass-logo svg {
    width: 210px !important;
    height: 84px !important;
}

/* Mega Dropdown - Full Width */
.networkit-mega-nav .mega-dropdown-full {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    z-index: 9999 !important;
    margin-top: 0.5rem !important;
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* État actif du dropdown */
.networkit-mega-nav .group:hover .mega-dropdown-full {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Contenu du mega dropdown */
.networkit-mega-nav .mega-dropdown-content {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 2.5rem 3rem !important;
}

/* Titres des colonnes */
.networkit-mega-nav .mega-menu-title {
    color: #1e40af !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 2px solid #e5e7eb !important;
    position: relative !important;
}

.networkit-mega-nav .mega-menu-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 30px !important;
    height: 2px !important;
    background: linear-gradient(90deg, #1e40af, #3b82f6) !important;
}

/* Liens du mega menu */
.networkit-mega-nav .mega-menu-link {
    display: block !important;
    padding: 0.5rem 0.75rem !important;
    margin: 0.125rem 0 !important;
    color: #374151 !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
    border-radius: 6px !important;
    position: relative !important;
}

.networkit-mega-nav .mega-menu-link:hover {
    color: #1e40af !important;
    background-color: rgba(30, 64, 175, 0.05) !important;
    padding-left: 1.25rem !important;
}

.networkit-mega-nav .mega-menu-link:hover::before {
    content: '' !important;
    position: absolute !important;
    left: 0.5rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 3px !important;
    height: 16px !important;
    background: linear-gradient(180deg, #1e40af, #3b82f6) !important;
    border-radius: 2px !important;
}

/* Footer du mega menu */
.networkit-mega-nav .mega-menu-footer {
    border-top: 1px solid #e5e7eb !important;
    margin-top: 2rem !important;
    padding-top: 1.5rem !important;
}

/* Bouton CTA */
.networkit-mega-nav .btn-primary {
    background: linear-gradient(135deg, #1e40af, #3b82f6) !important;
    color: white !important;
    padding: 0.625rem 1.5rem !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.networkit-mega-nav .btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 20px rgba(30, 64, 175, 0.3) !important;
}

/* Grilles Tailwind */
.networkit-mega-nav .grid {
    display: grid !important;
}

.networkit-mega-nav .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.networkit-mega-nav .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.networkit-mega-nav .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.networkit-mega-nav .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.networkit-mega-nav .gap-6 {
    gap: 1.5rem !important;
}

.networkit-mega-nav .gap-8 {
    gap: 2rem !important;
}

.networkit-mega-nav .gap-12 {
    gap: 3rem !important;
}

/* Utilitaires Tailwind */
.networkit-mega-nav .space-y-2 > * + * {
    margin-top: 0.5rem !important;
}

.networkit-mega-nav .space-y-3 > * + * {
    margin-top: 0.75rem !important;
}

.networkit-mega-nav .flex {
    display: flex !important;
}

.networkit-mega-nav .items-center {
    align-items: center !important;
}

.networkit-mega-nav .items-flex-start {
    align-items: flex-start !important;
}

.networkit-mega-nav .justify-between {
    justify-content: space-between !important;
}

.networkit-mega-nav .text-xs {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    line-height: 1.4 !important;
}

.networkit-mega-nav .block {
    display: block !important;
}

/* Mobile menu button */
.networkit-mega-nav #mobile-menu-button {
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 0.5rem !important;
    border-radius: 0.375rem !important;
}

.networkit-mega-nav #mobile-menu-button:hover {
    color: white !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.networkit-mega-nav #mobile-menu-button svg {
    width: 24px !important;
    height: 24px !important;
}

/* Mobile menu */
.networkit-mega-nav #mobile-menu {
    background: white !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

.networkit-mega-nav #mobile-menu a {
    color: #374151 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.networkit-mega-nav #mobile-menu a:hover {
    color: #1e40af !important;
    background: rgba(30, 64, 175, 0.05) !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .networkit-mega-nav .grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    
    .networkit-mega-nav .grid-cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .networkit-mega-nav {
        height: 64px !important;
    }
    
    body {
        padding-top: 64px !important;
    }
    
    .networkit-mega-nav .mega-dropdown-full {
        display: none !important;
    }
    
    .networkit-mega-nav .grid-cols-6,
    .networkit-mega-nav .grid-cols-4,
    .networkit-mega-nav .grid-cols-3,
    .networkit-mega-nav .grid-cols-2 {
        grid-template-columns: 1fr !important;
    }
}

/* Animation */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.networkit-mega-nav .mega-dropdown-full .grid > div {
    animation: slideInUp 0.4s ease-out forwards;
    animation-delay: calc(var(--delay, 0) * 0.05s);
}

.networkit-mega-nav .mega-dropdown-full .grid > div:nth-child(1) { --delay: 1; }
.networkit-mega-nav .mega-dropdown-full .grid > div:nth-child(2) { --delay: 2; }
.networkit-mega-nav .mega-dropdown-full .grid > div:nth-child(3) { --delay: 3; }
.networkit-mega-nav .mega-dropdown-full .grid > div:nth-child(4) { --delay: 4; }
.networkit-mega-nav .mega-dropdown-full .grid > div:nth-child(5) { --delay: 5; }
.networkit-mega-nav .mega-dropdown-full .grid > div:nth-child(6) { --delay: 6; }
/* ========================================
 * Source: menu-icons-fix.css
 * ======================================== */

/* FIX URGENT - Icônes Menu NetworkIT */

/* Reset complet des SVG dans la navigation */
nav svg:not(.logo-svg):not(.liquid-glass-logo svg) {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Flèches dropdown encore plus petites */
nav .group > a svg,
nav a[class*="dropdown"] svg {
    width: 12px !important;
    height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
}

/* Mobile menu button */
nav #mobile-menu-button svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
}

/* Logo exception */
nav .liquid-glass-logo svg,
nav .logo-liquid svg,
nav [class*="logo"] svg {
    width: 210px !important;
    height: 84px !important;
    max-width: 210px !important;
    max-height: 84px !important;
    min-width: 210px !important;
    min-height: 84px !important;
}

/* Reset de tous les autres CSS qui pourraient affecter les SVG */
.liquid-glass-header svg:not(.logo-svg),
.liquid-glass-menu svg:not(.logo-svg),
.networkit-mega-nav svg:not(.logo-svg) {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

/* Forcer l'override de tous les CSS précédents */
nav * svg {
    width: 16px !important;
    height: 16px !important;
}

nav .liquid-glass-logo * svg,
nav .logo-liquid * svg,
nav [class*="logo"] * svg {
    width: 210px !important;
    height: 84px !important;
}

/* Mobile burger menu */
nav button svg {
    width: 24px !important;
    height: 24px !important;
}

/* Espacement body */
body {
    padding-top: 80px !important;
}

/* Assurer la visibilité */
nav {
    z-index: 9999 !important;
}
/* ========================================
 * Source: menu-override-final.css
 * ======================================== */

/* MENU OVERRIDE FINAL - NetworkIT.fr */
/* Basé sur le site en production */

/* Menu principal */
.menu-networkit {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

/* Container */
.menu-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

/* Content avec hauteur normale */
.menu-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 80px !important;
    padding: 0 !important;
}

/* Logo correctement dimensionné */
.menu-logo {
    display: flex !important;
    align-items: center !important;
    height: 60px !important;
}

.menu-logo a {
    display: flex !important;
    align-items: center !important;
}

/* Force le logo SVG à être visible */
.menu-logo svg {
    height: 60px !important;
    width: auto !important;
    max-width: 240px !important;
    min-height: 60px !important;
    display: block !important;
}

/* Override spécifique pour logo-liquid */
.menu-logo .liquid-glass-logo svg,
.menu-logo [data-concept="liquid"] {
    height: 60px !important;
    width: auto !important;
    max-width: 240px !important;
    min-height: 60px !important;
}

/* Texte logo fallback */
.menu-logo .logo-text {
    font-size: 28px !important;
    color: #1e40af !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
}

/* Navigation */
.menu-nav {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

/* Liens de navigation */
.menu-link {
    color: #374151 !important;
    text-decoration: none !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}

.menu-link:hover {
    background: rgba(30, 64, 175, 0.08) !important;
    color: #1e40af !important;
}

/* Bouton Contact */
.menu-cta {
    background: #1e40af !important;
    color: white !important;
    font-weight: 600 !important;
}

.menu-cta:hover {
    background: #1d4ed8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.25) !important;
}

/* Flèches dropdown */
.menu-arrow {
    margin-left: 4px !important;
    font-size: 10px !important;
    opacity: 0.7 !important;
}

/* Sous-menus */
.submenu {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: white !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12) !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.25s ease !important;
    margin-top: 10px !important;
    min-width: 700px !important;
    max-width: 900px !important;
}

.menu-item:hover .submenu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
}

.submenu-content {
    padding: 24px !important;
}

.submenu-column h4 {
    color: #1e40af !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 12px 0 !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.submenu-column a {
    display: block !important;
    color: #4b5563 !important;
    text-decoration: none !important;
    padding: 8px 0 !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}

.submenu-column a:hover {
    color: #1e40af !important;
    padding-left: 8px !important;
}

/* Body spacing */
body {
    padding-top: 80px !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .menu-content {
        height: 70px !important;
    }
    
    .menu-logo svg,
    .menu-logo [data-concept="liquid"] {
        height: 50px !important;
        max-width: 180px !important;
    }
    
    .menu-nav {
        display: none !important;
    }
    
    .mobile-toggle {
        display: flex !important;
    }
    
    body {
        padding-top: 70px !important;
    }
}

/* Reset des overrides conflictuels */
.menu-logo svg *,
.liquid-glass-logo svg *,
[class*="logo"] svg * {
    height: inherit !important;
    width: inherit !important;
}

/* Force la priorité absolue */
header.menu-networkit *,
nav.menu-container * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
/* ========================================
 * Source: logo-svg-fix.css
 * ======================================== */

/* LOGO SVG FIX RADICAL - NetworkIT */

/* Force le logo SVG à une taille visible */
.menu-logo svg[width="300"][height="120"],
.menu-logo svg[data-concept="liquid"],
.menu-logo svg {
    width: 200px !important;
    height: 80px !important;
    min-width: 200px !important;
    min-height: 80px !important;
    max-width: 200px !important;
    max-height: 80px !important;
    transform: scale(1) !important;
}

/* Force le texte dans le SVG à être plus grand */
.menu-logo svg text,
.menu-logo svg .logo-network-text {
    font-size: 36px !important;
    font-weight: 900 !important;
}

/* Container du logo */
.menu-logo {
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    padding: 10px 0 !important;
}

.menu-logo a {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

/* Menu ajusté pour le logo */
.menu-content {
    height: 100px !important;
    padding: 10px 0 !important;
}

/* Body padding */
body {
    padding-top: 100px !important;
}

/* Alternative : Remplacer le logo SVG par du texte si nécessaire */
.menu-logo-text-fallback {
    display: none;
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #1e40af !important;
    text-transform: lowercase !important;
    letter-spacing: -1px !important;
}

.menu-logo-text-fallback .it {
    color: #3b82f6 !important;
    font-style: italic !important;
}

/* Si le SVG est vraiment cassé, afficher le texte */
@supports not (display: flex) {
    .menu-logo svg {
        display: none !important;
    }
    
    .menu-logo-text-fallback {
        display: block !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .menu-logo svg {
        width: 150px !important;
        height: 60px !important;
        min-width: 150px !important;
        min-height: 60px !important;
    }
    
    .menu-logo svg text {
        font-size: 28px !important;
    }
    
    .menu-content {
        height: 80px !important;
    }
    
    body {
        padding-top: 80px !important;
    }
}

/* Force override absolu */
.menu-logo *,
.menu-logo svg * {
    max-width: unset !important;
    max-height: unset !important;
}