/* === COMPOSANTS SPÉCIFIQUES BIG WAMBSS === */

/* === BOUTONS === */
.btn-wambss-primary {
  background: var(--gradient-primary);
  color: var(--primary-white);
  border: none;
  padding: var(--space-3) var(--space-6);
  border-radius: var(--border-radius-md);
  font-family: var(--font-family-heading);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition: all var(--transition-base);
  cursor: pointer;
}

.btn-wambss-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  filter: brightness(1.1);
}

.btn-wambss-secondary {
  background: var(--gradient-secondary);
  color: var(--primary-white);
  border: none;
  padding: var(--space-3) var(--space-6);
  border-radius: var(--border-radius-md);
  font-family: var(--font-family-heading);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition: all var(--transition-base);
  cursor: pointer;
}

.btn-wambss-outline {
  background: transparent;
  color: var(--primary-blue);
  border: var(--border-width-2) solid var(--primary-blue);
  padding: var(--space-3) var(--space-6);
  border-radius: var(--border-radius-md);
  font-family: var(--font-family-heading);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition: all var(--transition-base);
  cursor: pointer;
}

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

/* === CARTES PRODUITS === */
.product-card {
  background: var(--primary-white);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: all var(--transition-base);
  border: var(--border-width) solid var(--neutral-200);
}

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

.product-card-header {
  background: var(--section-bg-accent);
  padding: var(--space-4);
  border-bottom: var(--border-width) solid var(--primary-blue-light);
}

.product-card-body {
  padding: var(--space-5);
}

.product-card-footer {
  background: var(--section-bg-secondary);
  padding: var(--space-4);
  border-top: var(--border-width) solid var(--neutral-200);
}

.product-title {
  font-family: var(--font-family-heading);
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: var(--space-2);
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.product-reference {
  font-family: var(--font-family-mono);
  font-size: var(--text-sm);
  color: var(--neutral-600);
  background: var(--neutral-100);
  padding: var(--space-1) var(--space-2);
  border-radius: var(--border-radius-sm);
  display: inline-block;
}

.product-price {
  font-family: var(--font-family-heading);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--secondary-copper);
}

/* === BADGES ET ÉTIQUETTES === */
.badge-new {
  background: var(--gradient-primary);
  color: var(--primary-white);
  font-size: var(--text-xs);
  font-weight: 600;
  padding: var(--space-1) var(--space-2);
  border-radius: var(--border-radius-full);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-promo {
  background: var(--gradient-secondary);
  color: var(--primary-white);
  font-size: var(--text-xs);
  font-weight: 600;
  padding: var(--space-1) var(--space-2);
  border-radius: var(--border-radius-full);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-stock {
  background: var(--success);
  color: var(--primary-white);
  font-size: var(--text-xs);
  font-weight: 500;
  padding: var(--space-1) var(--space-2);
  border-radius: var(--border-radius-sm);
}

.badge-stock.out-of-stock {
  background: var(--error);
}

.badge-stock.low-stock {
  background: var(--warning);
}

/* === CATÉGORIES === */
.category-card {
  background: var(--primary-white);
  border-radius: var(--border-radius-xl);
  padding: var(--space-6);
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}

.category-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto var(--space-4);
  background: var(--section-bg-accent);
  border-radius: var(--border-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
  font-size: var(--text-3xl);
}

.category-title {
  font-family: var(--font-family-heading);
  font-weight: 600;
  color: var(--neutral-900);
  margin-bottom: var(--space-2);
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

/* === HERO BANNER BIG WAMBSS === */

/* Hero Index - Page d'accueil */
.hero-wambss-index {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

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

.hero-bg-image {
  width: 100%;
  height: 100%;
  background-image: url('https://images.unsplash.com/photo-1621905252507-b35492cc74b4?ixlib=rb-4.0.3&auto=format&fit=crop&w=2340&q=80');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg-secondary {
  background-image: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?ixlib=rb-4.0.3&auto=format&fit=crop&w=2076&q=80');
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(26, 32, 44, 0.8) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.hero-content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
}

.hero-main-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: var(--space-16);
  align-items: center;
  min-height: 80vh;
}

/* Section texte */
.hero-text-section {
  color: var(--primary-white);
}

.hero-title {
  margin-bottom: var(--space-6);
}

.hero-brand {
  display: block;
  font-family: var(--font-family-heading);
  font-size: var(--text-6xl);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 0.9;
  margin-bottom: var(--space-2);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-tagline {
  display: block;
  font-family: var(--font-family-primary);
  font-size: var(--text-2xl);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-transform: none;
  letter-spacing: 0.025em;
}

.hero-description {
  font-size: var(--text-xl);
  line-height: 1.6;
  margin-bottom: var(--space-8);
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.feature-icon {
  font-size: var(--text-2xl);
  width: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

.feature-text {
  font-size: var(--text-lg);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}

/* Section CTA avec forme personnalisée */
.hero-cta-section {
  position: relative;
}

.cta-card {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);

  /* Forme custom avec clip-path */
  clip-path: polygon(
    0 0,
    calc(100% - 30px) 0,
    100% 30px,
    100% 100%,
    30px 100%,
    0 calc(100% - 30px)
  );
}

.cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-blue), var(--secondary-copper));
}

.cta-card-inner {
  padding: var(--space-8);
  color: var(--neutral-800);
}

.cta-title {
  font-family: var(--font-family-heading);
  font-size: var(--text-3xl);
  font-weight: 600;
  color: var(--neutral-900);
  margin-bottom: var(--space-3);
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.cta-subtitle {
  font-size: var(--text-lg);
  color: var(--neutral-600);
  margin-bottom: var(--space-6);
  line-height: 1.5;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

/* Boutons CTA avec animations - FORCE STYLES */
a.btn-cta-primary,
.btn-cta-primary {
  background: #00AEEF !important;
  color: var(--primary-white) !important;
  padding: var(--space-4) var(--space-6);
  text-decoration: none;
  font-family: var(--font-family-heading);
  font-weight: 700;
  font-size: var(--text-lg);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  border: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all var(--transition-base);
  box-shadow: 0 8px 25px rgba(0, 174, 239, 0.6), 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);

  /* Forme asymétrique */
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
}

a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #0088BB !important;
  transform: translateX(5px);
  color: var(--primary-white) !important;
  text-decoration: none;
  box-shadow: 0 12px 35px rgba(0, 174, 239, 0.8), 0 0 0 3px rgba(255, 255, 255, 0.4);
}

.btn-cta-primary .btn-arrow {
  font-size: var(--text-xl);
  transition: transform var(--transition-base);
}

.btn-cta-primary:hover .btn-arrow {
  transform: translateX(5px);
}

a.btn-cta-secondary,
.btn-cta-secondary {
  background: rgba(255, 255, 255, 0.15);
  color: var(--primary-white) !important;
  padding: var(--space-3) var(--space-6);
  text-decoration: none;
  font-family: var(--font-family-heading);
  font-weight: 600;
  font-size: var(--text-base);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all var(--transition-base);
  text-align: center;
  border-radius: var(--border-radius-md);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 10px rgba(0, 0, 0, 0.1);
}

a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  color: var(--primary-white) !important;
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}

.cta-info {
  text-align: center;
  padding-top: var(--space-4);
  border-top: 1px solid var(--neutral-200);
}

.cta-location {
  font-size: var(--text-base);
  color: var(--neutral-600);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
}

.cta-location i {
  color: var(--primary-blue);
}

/* Force visibilité textes boutons CTA */
.btn-cta-primary .btn-text,
.btn-cta-primary .btn-arrow {
  color: white !important;
  font-weight: 800 !important;
}

.btn-cta-secondary .btn-text {
  color: white !important;
  font-weight: 700 !important;
}

/* Hero autres pages */
.hero-wambss-other {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  color: var(--primary-white);
}

.hero-other-content {
  position: relative;
  z-index: 10;
  text-align: center;
}

.hero-breadcrumb {
  margin-bottom: var(--space-6);
  font-size: var(--text-base);
}

.breadcrumb-item {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color var(--transition-base);
}

.breadcrumb-item:hover {
  color: var(--primary-white);
  text-decoration: none;
}

.breadcrumb-separator {
  margin: 0 var(--space-2);
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-current {
  color: var(--primary-white);
  font-weight: 500;
}

.hero-other-title {
  font-family: var(--font-family-heading);
  font-size: var(--text-5xl);
  font-weight: 600;
  margin-bottom: var(--space-4);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.title-icon {
  margin-right: var(--space-3);
  font-size: var(--text-4xl);
}

.hero-other-subtitle {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-4);
  color: rgba(255, 255, 255, 0.9);
}

.hero-other-description {
  font-size: var(--text-lg);
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Animations */
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-text-section {
  animation: slideInFromLeft 0.8s ease-out;
}

.hero-cta-section {
  animation: slideInFromRight 0.8s ease-out 0.3s both;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-main-content {
    grid-template-columns: 1fr;
    gap: var(--space-8);
    text-align: center;
  }

  .hero-brand {
    font-size: var(--text-4xl);
  }

  .hero-tagline {
    font-size: var(--text-xl);
  }

  .hero-description {
    font-size: var(--text-lg);
  }

  .cta-card-inner {
    padding: var(--space-6);
  }

  .cta-title {
    font-size: var(--text-2xl);
  }

  .hero-features {
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
  }

  .hero-other-title {
    font-size: var(--text-3xl);
  }
}

/* === NAVBAR BIG WAMBSS AVEC EFFET SCROLL === */

/* Navbar de base */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  background: transparent !important;
  border-bottom: none;
  padding: var(--space-4) 0;
  color-scheme: light !important;
}

/* Navbar au scroll */
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 174, 239, 0.2);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: var(--space-3) 0;
  color-scheme: light !important;
}

.navbar-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--space-4);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo/Brand */
.navbar-brand {
  font-family: var(--font-family-heading);
  font-weight: 700;
  font-size: var(--text-2xl);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary-white);
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.navbar.scrolled .navbar-brand {
  color: var(--primary-blue);
  text-shadow: none;
}

.navbar-logo {
  height: 40px;
  width: auto;
  margin-left: 15px;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

/* Supprimer tout pseudo-élément sur le logo */
.navbar-logo::before,
.navbar-logo::after,
.navbar-brand::before,
.navbar-brand::after {
  display: none !important;
  content: none !important;
}

.navbar.scrolled .navbar-logo {
  filter: none;
}

/* Navigation links */
.navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: var(--space-8);
}

.navbar-nav li a {
  font-family: var(--font-family-primary);
  font-weight: 500;
  font-size: var(--text-base);
  color: var(--primary-white) !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--border-radius-md);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.navbar.scrolled .navbar-nav li a {
  color: var(--neutral-700) !important;
  text-shadow: none;
}

.navbar-nav li a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--primary-white) !important;
  text-decoration: none;
}

.navbar.scrolled .navbar-nav li a:hover {
  background: rgba(0, 174, 239, 0.1);
  color: var(--primary-blue) !important;
}

.navbar-nav li a i {
  font-size: var(--text-sm);
}

/* Actions navbar */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

/* Téléphone navbar */
.navbar-phone {
  display: flex;
  align-items: center;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--primary-white) !important;
  text-decoration: none;
  font-family: var(--font-family-primary);
  font-weight: 600;
  font-size: var(--text-base);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--border-radius-md);
  transition: all var(--transition-base);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.navbar.scrolled .phone-link {
  color: var(--neutral-700) !important;
  text-shadow: none;
}

.phone-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--primary-white) !important;
  text-decoration: none;
  transform: scale(1.05);
}

.navbar.scrolled .phone-link:hover {
  background: rgba(0, 174, 239, 0.1);
  color: var(--primary-blue) !important;
}

.phone-link i {
  font-size: var(--text-lg);
  color: var(--primary-blue);
}

.navbar.scrolled .phone-link i {
  color: var(--primary-blue);
}

.phone-number {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.navbar-toggle {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: var(--primary-white);
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius-full);
  cursor: pointer;
  transition: all 0.3s ease;
  display: none; /* Caché par défaut sur desktop */
  align-items: center;
  justify-content: center;
}

.navbar.scrolled .navbar-toggle {
  background: rgba(0, 174, 239, 0.1);
  color: var(--primary-blue);
}

.navbar-toggle:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

.navbar.scrolled .navbar-toggle:hover {
  background: rgba(0, 174, 239, 0.2);
}

/* Menu toggle mobile */
.navbar-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  margin: 3px 0;
  transition: 0.3s;
}

/* Overlay mobile */
.navbar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Responsive */
@media (max-width: 768px) {
  .navbar-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 300px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: var(--space-20) var(--space-6);
    gap: var(--space-4);
  }

  .navbar-nav.show {
    display: flex;
  }

  .navbar-nav li a {
    color: var(--neutral-800) !important;
    text-shadow: none;
    padding: var(--space-3) var(--space-4);
    border-radius: var(--border-radius-md);
    width: 100%;
  }

  .navbar-brand {
    font-size: var(--text-xl);
  }

  /* Mobile phone styles */
  .phone-number {
    display: none;
  }

  .phone-link {
    padding: var(--space-2);
    border-radius: var(--border-radius-full);
    width: 40px;
    height: 40px;
    justify-content: center;
  }

  .phone-link i {
    font-size: var(--text-xl);
  }

  /* Afficher le menu toggle sur mobile */
  .navbar-toggle {
    display: flex;
  }
}

/* Force thème clair pour la navbar - même en mode sombre navigateur */
@media (prefers-color-scheme: dark) {
  .navbar,
  .navbar.scrolled,
  .navbar * {
    color-scheme: light !important;
  }

  .navbar {
    background: transparent !important;
  }

  .navbar.scrolled {
    background: rgba(255, 255, 255, 0.95) !important;
  }

  .navbar-nav li a {
    color: var(--primary-white) !important;
  }

  .navbar.scrolled .navbar-nav li a {
    color: var(--neutral-700) !important;
  }

  .navbar-nav li a:hover {
    color: var(--primary-white) !important;
  }

  .navbar.scrolled .navbar-nav li a:hover {
    color: var(--primary-blue) !important;
  }
}

/* === FOOTER BIG WAMBSS PROFESSIONNEL === */
.footer-wambss {
  background: linear-gradient(135deg, var(--neutral-900) 0%, var(--neutral-800) 100%);
  color: var(--neutral-300);
  padding: var(--space-20) 0 var(--space-6);
  position: relative;
  overflow: hidden;
}

.footer-wambss::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(0, 174, 239, 0.05) 50%, transparent 100%);
  pointer-events: none;
}

.footer-content {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--space-4);
  position: relative;
  z-index: 1;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: var(--space-12);
  margin-bottom: var(--space-16);
}

.footer-sections {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-8);
}

/* Section marque */
.footer-brand {
  padding-right: var(--space-6);
}

.footer-logo {
  height: 60px;
  width: auto;
  margin-bottom: var(--space-4);
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Supprimer tout pseudo-élément sur le logo du footer */
.footer-logo::before,
.footer-logo::after {
  display: none !important;
  content: none !important;
}

.footer-brand-name {
  font-family: var(--font-family-heading);
  font-size: var(--text-4xl);
  font-weight: 700;
  color: var(--primary-white);
  margin-bottom: var(--space-4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-brand-description {
  color: var(--neutral-400);
  font-size: var(--text-base);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Sections footer */
.footer-section {
  /* Pas de margin-bottom car on gère avec le grid gap */
}

.footer-section-title {
  font-family: var(--font-family-heading);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: var(--space-5);
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: var(--space-3);
}

.footer-links a {
  color: var(--neutral-400);
  text-decoration: none;
  font-weight: 400;
  transition: color var(--transition-base);
  font-size: var(--text-base);
}

.footer-links a:hover {
  color: var(--primary-blue);
  text-decoration: none;
}

/* Contact footer */
.footer-contact .contact-item {
  margin-bottom: var(--space-4);
}

.contact-label {
  font-family: var(--font-family-heading);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--primary-blue);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: var(--space-1);
  display: block;
}

.contact-value {
  color: var(--neutral-300);
  font-weight: 400;
  text-decoration: none;
  transition: color var(--transition-base);
  display: block;
}

.contact-value:hover {
  color: var(--primary-blue);
  text-decoration: none;
}


/* Footer bottom simplifié */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-4);
  padding-top: var(--space-12);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: var(--space-8);
}

.footer-left {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.footer-copyright {
  color: var(--neutral-400);
  font-weight: 400;
  font-size: var(--text-sm);
}

.footer-separator {
  color: var(--neutral-500);
  font-size: var(--text-sm);
}

.footer-developer {
  color: var(--neutral-400);
  font-size: var(--text-sm);
  font-weight: 400;
}

.footer-developer a {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 500;
  transition: color var(--transition-base);
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
}

.footer-developer a:hover {
  color: var(--secondary-copper);
}

.footer-legal {
  display: flex;
  gap: var(--space-4);
}

.footer-legal a {
  color: var(--neutral-400);
  text-decoration: none;
  font-weight: 400;
  font-size: var(--text-sm);
  transition: color var(--transition-base);
}

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

/* Responsive */
@media (max-width: 1024px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }

  .footer-sections {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
  }

  .footer-brand {
    padding-right: 0;
    margin-bottom: var(--space-8);
  }
}

@media (max-width: 768px) {
  .footer-sections {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: var(--space-3);
  }

  .footer-left {
    justify-content: center;
    flex-direction: column;
    gap: var(--space-2);
  }

  .footer-legal {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-content {
    padding: 0 var(--space-3);
  }

  .footer-brand-description {
    font-size: var(--text-sm);
  }

  .footer-section-title {
    font-size: var(--text-base);
  }
}