/* ===== WEBCLINIC - ENHANCED UI/UX SYSTEM ===== */
/* Professional Medical Website - Google Standards Compliant */
/* Optimized for Performance, Accessibility & Modern UX - 2025 v2.0 */
/* Enhanced for professional aesthetic and consistency */

/* Performance: Optimized for Core Web Vitals */
/* Accessibility: WCAG 2.1 AA Compliant */
/* Modern: Container Queries, CSS Grid, Custom Properties */

/* ===== VARIABLES CSS (ROOT) ===== */
:root {
  /* ===== COULEURS PRINCIPALES ===== */
  --primary: #4B5563; /* darker gray for better contrast */
  --primary-hover: #6B7280; /* lighter gray */
  --primary-light: #F3F4F6;
  --dark: #1F2937; /* deep charcoal */
  --medium: #6B7280; /* medium gray */
  --light: #F9FAFB; /* very light gray */
  --muted: #9CA3AF; /* muted gray */
  --bg-primary: #0F172A; /* deeper dark background for professional look */
  --bg-secondary: #1F2937; /* slightly lighter dark */
  --success: #10B981; /* modern green */
  --black: #000000;
  --white: #FFFFFF;

  /* ===== VIBRANT ACCENT COLORS ===== */
  --vibrant-blue: #3B82F6; /* bright blue */
  --vibrant-blue-hover: #2563EB; /* darker blue on hover */
  --vibrant-cyan: #06B6D4; /* bright cyan */
  --vibrant-teal: #14B8A6; /* bright teal */
  --vibrant-purple: #8B5CF6; /* bright purple */
  --vibrant-gradient: linear-gradient(135deg, #3B82F6 0%, #06B6D4 100%);
  --vibrant-gradient-hover: linear-gradient(135deg, #2563EB 0%, #0891B2 100%);
  
  /* ===== COULEURS AVEC OPACITÉ ===== */
  --primary-alpha: rgba(107, 114, 128, 0.3);
  --primary-alpha-10: rgba(107, 114, 128, 0.1);
  --primary-alpha-15: rgba(107, 114, 128, 0.15);
  --primary-alpha-25: rgba(107, 114, 128, 0.25);
  --bg-glass: rgba(31, 41, 55, 0.85);
  --bg-glass-light: rgba(255, 255, 255, 0.05);
  --border-glass: rgba(255, 255, 255, 0.15);
  --white-alpha-20: rgba(255, 255, 255, 0.2);
  --white-alpha-30: rgba(255, 255, 255, 0.3);
  --white-alpha-05: rgba(255, 255, 255, 0.05);
  --white-alpha-10: rgba(255, 255, 255, 0.1);
  --black-alpha-50: rgba(0, 0, 0, 0.5);
  --black-alpha-30: rgba(0, 0, 0, 0.3);
  --black-alpha-25: rgba(0, 0, 0, 0.25);
  --black-alpha-20: rgba(0, 0, 0, 0.2);
  --black-alpha-15: rgba(0, 0, 0, 0.15);
  --black-alpha-10: rgba(0, 0, 0, 0.1);
  --team-info-bg: rgba(15, 15, 15, 0.92);
  --team-bio-white-70: rgba(255, 255, 255, 0.85);
  --team-bio-white-80: rgba(255, 255, 255, 0.92);
  --team-border: rgba(255, 255, 255, 0.3);
  
  /* ===== MISSING VARIABLES FOR COOKIE MODAL ===== */
  --glass-bg: var(--bg-glass);
  --glass-border: var(--border-glass);
  --border-radius: var(--radius-md);
  --shadow-heavy: var(--shadow-2xl);
  --text-secondary: var(--text-muted);
  --color-accent: var(--primary);
  --transition: var(--transition-normal);
  
  /* ===== COULEURS DÉRIVÉES ===== */
  --border-primary: var(--primary-alpha);

  /* ===== VARIABLES SÉMANTIQUES MANQUANTES ===== */
  --text-primary: rgba(255, 255, 255, 0.98);
  --text-muted: rgba(255, 255, 255, 0.85);
  --shadow-button: 0 6px 14px var(--primary-alpha-25);
  --shadow-button-hover: 0 8px 18px var(--primary-alpha-25);
  --shadow-card: 0 8px 16px var(--black-alpha-20);
  
  /* ===== DÉGRADÉS ===== */
  --gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);
  --gradient-dark: linear-gradient(135deg, var(--black) 0%, var(--bg-secondary) 100%);
  --gradient-hero: radial-gradient(ellipse at center, var(--primary-alpha-10) 0%, transparent 40%);
  --gradient-mobile-nav: linear-gradient(135deg, rgba(15, 15, 15, 0.98) 0%, rgba(26, 26, 26, 0.95) 100%);
  
  /* ===== OMBRES ===== */
  /* Enhanced shadows with blue tint for professional appearance */
  --shadow-sm: 0 2px 4px var(--black-alpha-10);
  --shadow-md: 0 4px 8px var(--black-alpha-15);
  --shadow-lg: 0 8px 16px var(--black-alpha-20);
  --shadow-xl: 0 15px 30px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(37, 99, 235, 0.15);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.4), 0 10px 20px -5px rgba(37, 99, 235, 0.2);
  --shadow-primary: 0 12px 24px var(--primary-alpha-15);
  --shadow-float: 0 12px 35px var(--primary-alpha-25);
  --shadow-deep: 0 20px 40px var(--black-alpha-30);
  --shadow-team-info: 0 1px 2px rgba(0, 0, 0, 0.3);
  --shadow-team-toggle: 0 1px 3px var(--primary-alpha);
  --shadow-cta: 0 4px 12px var(--black-alpha-20);
  
  /* ===== RAYONS ET TRANSITIONS ===== */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  
  --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  
  /* ===== ACCESSIBILITY & INTERACTION ===== */
  --focus-ring: 0 0 0 3px rgba(107, 114, 128, 0.5);
  --tap-target-min: 44px; /* Minimum touch target size */
  
  /* ===== CONTAINER QUERIES ===== */
  --container-xs: 320px;
  --container-sm: 576px;
  --container-md: 768px;
  --container-lg: 992px;
  --container-xl: 1200px;
  --container-xxl: 1400px;
  
  /* ===== MODERN SPACING SYSTEM ===== */
  --space-3xs: 0.125rem; /* 2px */
  --space-2xs: 0.25rem;  /* 4px */
  --space-xs: 0.5rem;    /* 8px */
  --space-sm: 0.75rem;   /* 12px */
  --space-md: 1rem;      /* 16px */
  --space-lg: 1.5rem;    /* 24px */
  --space-xl: 2rem;      /* 32px */
  --space-2xl: 2.5rem;   /* 40px */
  --space-3xl: 3rem;     /* 48px */
  --space-4xl: 4rem;     /* 64px */
  --space-5xl: 5rem;     /* 80px */
  
  /* ===== PERFORMANCE OPTIMIZATIONS ===== */
  --gpu-acceleration: translate3d(0, 0, 0);
  --will-change-transform: transform;
  --will-change-opacity: opacity;

  /* ===== TYPOGRAPHIE ===== */
  --font-family: 'Jura', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
}
/* ===== BASE & RESET ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

/* Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: var(--font-family);
  font-weight: var(--font-normal);
  background: var(--bg-primary);
  color: var(--light);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1, "liga" 1;
  padding-top: 5rem; /* Account for fixed navbar on mobile */
  position: relative;
}

/* Wavy animated background */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: 
    radial-gradient(ellipse at top left, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at top right, rgba(6, 182, 212, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(6, 182, 212, 0.25) 0%, transparent 50%),
    linear-gradient(135deg, #0a0e1a 0%, #0f172a 25%, #1a1f3a 50%, #0f172a 75%, #0a0e1a 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 200% 200%;
  animation: waveBackground 20s ease-in-out infinite;
  pointer-events: none;
}

/* Grainy texture overlay */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.03) 2px, rgba(0, 0, 0, 0.03) 4px),
    repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0, 0, 0, 0.03) 2px, rgba(0, 0, 0, 0.03) 4px);
  background-size: 100% 100%;
  opacity: 0.4;
  pointer-events: none;
  animation: grainMove 8s steps(10) infinite;
}

/* Wavy background animation */
@keyframes waveBackground {
  0%, 100% {
    background-position: 0% 0%, 100% 0%, 0% 100%, 0% 0%;
  }
  25% {
    background-position: 10% 5%, 90% 5%, 10% 95%, 25% 25%;
  }
  50% {
    background-position: 5% 10%, 95% 10%, 5% 90%, 50% 50%;
  }
  75% {
    background-position: 15% 5%, 85% 5%, 15% 95%, 75% 75%;
  }
}

/* Grain texture animation */
@keyframes grainMove {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -5%);
  }
  20% {
    transform: translate(-10%, 5%);
  }
  30% {
    transform: translate(5%, -10%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-10%, 5%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 10%);
  }
  80% {
    transform: translate(-15%, 0%);
  }
  90% {
    transform: translate(10%, 5%);
  }
  100% {
    transform: translate(5%, 0%);
  }
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after {
    animation: none;
  }
  
  body::before {
    background-position: 0% 0%, 100% 0%, 0% 100%, 0% 0%;
  }
}

@media (min-width: 1024px) {
  body {
    padding-top: 6rem; /* Account for taller navbar on desktop */
  }
}

/* Ensure Bootstrap Icons work properly */
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: inherit;
  filter: none;
}

/* Monochrome icon styling - Apply to ALL icons with maximum specificity */
i.bi,
i.bi::before,
i[class^="bi-"],
i[class^="bi-"]::before,
i[class*=" bi-"],
i[class*=" bi-"]::before,
.bi,
.bi::before,
[class^="bi-"],
[class^="bi-"]::before,
[class*=" bi-"],
[class*=" bi-"]::before {
  color: inherit !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* Override Bootstrap color classes to maintain monochrome with higher specificity */
/* Exception: Allow vibrant colors and explicit color classes */
i.bi.text-primary,
i.bi.text-secondary,
i.bi.text-success,
i.bi.text-danger,
i.bi.text-warning,
i.bi.text-info,
i.bi.text-light,
i.bi.text-dark,
i.bi.text-muted,
.bi.text-primary,
.bi.text-secondary,
.bi.text-success,
.bi.text-danger,
.bi.text-warning,
.bi.text-info,
.bi.text-light,
.bi.text-dark,
.bi.text-muted {
  color: inherit !important;
}

/* Exception: Don't force inherit on vibrant color classes */
i.bi.text-vibrant,
.bi.text-vibrant {
  color: var(--vibrant-blue) !important;
}

/* Allow color classes on icons */
.bi.text-primary {
  color: var(--primary) !important;
}

.bi.text-success {
  color: var(--success) !important;
}

.bi.text-white {
  color: var(--white) !important;
}

.bi.text-muted {
  opacity: 0.6;
  font-weight: 400;
}

/* Allow vibrant color classes on icons */
.bi.text-vibrant,
i.bi.text-vibrant {
  color: var(--vibrant-blue) !important;
}

/* Specific vibrant color classes for icons */
.bi.text-vibrant-blue,
i.bi.text-vibrant-blue {
  color: var(--vibrant-blue) !important;
}

.bi.text-vibrant-cyan,
i.bi.text-vibrant-cyan {
  color: var(--vibrant-cyan) !important;
}

.bi.text-vibrant-purple,
i.bi.text-vibrant-purple {
  color: var(--vibrant-purple) !important;
}

/* Meaningful minimalist monochrome fallbacks using relevant Unicode symbols */
.bi-gear-fill::before { content: "⚙"; }
.bi-calendar-check::before { content: "📅"; }
.bi-shield-check::before { content: "🛡"; }
.bi-geo-alt::before { content: "📍"; }
.bi-phone::before { content: "📞"; }
.bi-lightning::before { content: "⚡"; }
.bi-chevron-down::before { content: "▼"; }
.bi-palette-fill::before { content: "🎨"; }
.bi-graph-up-arrow::before { content: "📈"; }
.bi-star-fill::before { content: "★"; }
.bi-calendar-week::before { content: "📅"; }
.bi-chat-dots::before { content: "💬"; }
.bi-envelope::before { content: "✉"; }
.bi-heart-fill::before { content: "❤"; }
.bi-x-lg::before { content: "✕"; }
.bi-plus::before { content: "+"; }
.bi-check::before { content: "✓"; }
.bi-check-circle::before { content: "✓"; }
.bi-arrow-right::before { content: "→"; }
.bi-people-fill::before { content: "👥"; }
.bi-award::before { content: "🏆"; }
.bi-heart::before { content: "❤"; }
.bi-question-circle::before { content: "?"; }
.bi-clock::before { content: "🕐"; }
.bi-currency-euro::before { content: "€"; }
.bi-headset::before { content: "🎧"; }
.bi-building::before { content: "🏢"; }
.bi-file-text::before { content: "📄"; }
.bi-server::before { content: "🖥"; }
.bi-code-slash::before { content: "💻"; }
.bi-palette::before { content: "🎨"; }
.bi-graph-up::before { content: "📊"; }
.bi-shield::before { content: "🛡"; }
.bi-heart-pulse::before { content: "💓"; }
.bi-arrow-up-right::before { content: "↗"; }

/* Additional meaningful overrides for specific icons */
.bi-heart-pulse::before,
.bi-heart-fill::before,
.bi-heart::before { content: "❤"; }

.bi-graph-up-arrow::before,
.bi-graph-up::before { content: "📈"; }

.bi-headset::before { content: "🎧"; }

.bi-people-fill::before { content: "👥"; }

.bi-chat-dots::before { content: "💬"; }

.bi-building::before { content: "🏢"; }

.bi-palette-fill::before,
.bi-palette::before { content: "🎨"; }

/* ===== ICON COLOR SUPPORT ===== */
/* Icons now support colors - removed grayscale filter to allow colorful icons */
/* Icons inherit color from parent or can use explicit color classes */

/* Enhanced focus management */
:focus {
  outline: none;
}

/* ===== CONTRAST IMPROVEMENTS ===== */
/* Improve text contrast for better readability */
.text-muted {
  color: var(--text-muted) !important;
}

/* Ensure buttons have good contrast */
.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: rgba(255, 255, 255, 0.95) !important;
}

.btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  color: var(--white) !important;
}

/* Improve card text contrast */
.card {
  color: var(--text-primary);
}

.card .text-muted {
  color: var(--text-muted) !important;
}

/* Improve navbar text contrast */
.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
}

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

/* Improve mobile menu text contrast */
.mobile-link {
  color: rgba(255, 255, 255, 0.95) !important;
}

.mobile-link:hover {
  color: var(--white) !important;
}

/* ===== FLOATING CHAT BUTTON ===== */
.floating-chat-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9998; /* Below navigation overlay (9999) */
  background: var(--gradient-primary);
  color: var(--white);
  border: none;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 60px;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.floating-chat-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background: var(--primary-hover);
}

.floating-chat-btn:active {
  transform: translateY(0) scale(0.98);
}

.floating-chat-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.floating-chat-btn:hover i {
  transform: scale(1.1);
}

.chat-text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: opacity 0.3s ease;
}

/* Pulse animation for attention */
@keyframes chatPulse {
  0% { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
  50% { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), 0 0 0 8px rgba(59, 130, 246, 0.1); }
  100% { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
}

.floating-chat-btn {
  animation: chatPulse 3s infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .floating-chat-btn {
    right: 15px;
    bottom: 15px;
    padding: 10px 16px;
    font-size: 13px;
    min-width: 50px;
    border-radius: 50%;
  }
  
  .chat-text {
    display: none;
  }
}

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  box-shadow: var(--focus-ring);
}

/* Skip links for accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--primary);
  color: var(--white);
  padding: var(--space-xs) var(--space-md);
  text-decoration: none;
  border-radius: var(--radius-sm);
  z-index: 10001;
  font-weight: var(--font-medium);
  transition: var(--transition-fast);
}

.skip-link:focus {
  top: 6px;
}

/* ===== TYPOGRAPHIE ===== */
h1, h2, h3, h4, h5, h6 {
  color: var(--light);
  font-weight: var(--font-semibold);
  line-height: 1.3;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 2.5rem;
  font-weight: var(--font-bold);
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: var(--font-medium);
  margin-bottom: 1rem;
}

h6 {
  font-size: 1.1rem;
  font-weight: var(--font-medium);
}

/* Responsive heading sizes */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.25rem; }
}

.display-4 {
  font-weight: var(--font-bold);
  letter-spacing: -0.02em;
}

.lead {
  font-size: 1.25rem;
  color: var(--light);
  line-height: 1.6;
}

/* Removed global color override on p, li, span, div to avoid conflicts */
/* Removed .text-muted override to use Bootstrap default */
.text-muted {
  --bs-text-opacity: 1;
  color: rgb(144 188 232 / 75%) !important;
}

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

a:hover {
  color: var(--primary-hover);
}
/* ===== SYSTÈME DE BOUTONS ===== */
/* ===== ENHANCED BUTTON SYSTEM ===== */
/* Optimized for accessibility and touch interaction */

.btn {
  font-weight: var(--font-medium);
  border-radius: var(--radius-md);
  padding: 0.875rem 1.75rem;
  transition: var(--transition-normal);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  border: none;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  position: relative;
  overflow: hidden;
  min-height: var(--tap-target-min);
  min-width: var(--tap-target-min);
  touch-action: manipulation;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  box-shadow: var(--focus-ring);
}

/* Enhanced ripple effect for touch feedback */
.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
  pointer-events: none;
}

.btn:active::after {
  width: 200px;
  height: 200px;
}

.btn-primary { 
  background: var(--primary); 
  color: var(--white); 
  box-shadow: var(--shadow-button);
  border: 1px solid var(--primary);
}

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

.btn-primary:active {
  transform: translateY(0);
  box-shadow: var(--shadow-md);
}

/* Loading state */
.btn-loading {
  pointer-events: none;
  opacity: 0.8;
}

.btn-loading::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: btn-spin 1s linear infinite;
  z-index: 1;
}

@keyframes btn-spin {
  to { transform: rotate(360deg); }
}

.btn-outline-light {
  background: transparent;
  color: var(--light);
  border: 2px solid var(--border-glass);
  backdrop-filter: blur(10px);
}

.btn-outline-light:hover { background: var(--bg-glass-light); border-color: var(--border-glass); color: var(--light); transform: none; }

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.1rem;
}

/* Animation pulse pour CTA (disabled for calmer UI) */
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.cta-pulse { animation: none; }
/* ===== SYSTÈME DE CARTES ===== */
.card {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-card);
  transition: var(--transition-normal);
  overflow: hidden;
}

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

/* Cartes avec background secondary */
.card--secondary { background: var(--bg-secondary); }
.card--secondary:hover {
  border: 2px solid var(--primary) !important;
  box-shadow: var(--shadow-float);
  transform: translateY(-8px);
}

/* Conteneurs glass */
.glass-container {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  backdrop-filter: blur(15px);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition-normal);
}

.glass-container:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-primary);
}

/* Glass container secondary variant - enhanced for professional look */
.glass-container--secondary {
  background: rgba(31, 41, 55, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-md);
  transition: var(--transition-normal);
}

.glass-container--secondary:hover {
  box-shadow: var(--shadow-xl);
  border-color: rgba(255, 255, 255, 0.15);
}

/* Alignement des cartes */
.card-layout { display: flex; flex-direction: column; height: 100%; }
.card-layout__body { display: flex; flex-direction: column; height: 100%; justify-content: space-between; }
.card-layout__content { flex-grow: 1; }
.card-layout__footer { margin-top: auto; }

/* ===== NAVIGATION ===== */
/* Navigation styles moved to dedicated navigation.css component */
/* See: /assets/css/navigation.css */

/* ===== SECTIONS ET LAYOUT ===== */
.section {
  /* Harmonized vertical rhythm across sections */
  padding: 5rem 0; /* default spacing */
}

@media (max-width: 768px) {
  .section {
    padding: 3rem 0; /* Reduced padding on mobile */
  }
}

/* ===== STANDARDIZED CONTAINER SYSTEM ===== */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .container { padding-left: 1.5rem; padding-right: 1.5rem; }
}

@media (min-width: 768px) {
  .container { padding-left: 2rem; padding-right: 2rem; }
}

@media (min-width: 1200px) {
  .container { padding-left: 2.5rem; padding-right: 2.5rem; }
}

/* WEBCLINIC CONTAINER & SPACING UTILITIES (prefix wc-) */
.wc-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}
.wc-container--narrow { max-width: 720px; }
.wc-container--medium { max-width: 960px; }
.wc-container--wide { max-width: 1200px; }
.wc-container--fluid { max-width: 100%; }

@media (min-width: 576px) { .wc-container { padding-left: var(--space-5); padding-right: var(--space-5); } }
@media (min-width: 768px) { .wc-container { padding-left: var(--space-6); padding-right: var(--space-6); } }
@media (min-width: 1200px) { .wc-container { padding-left: var(--space-7); padding-right: var(--space-7); } }

.wc-section { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.wc-section--sm { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.wc-section--lg { padding-top: var(--space-10); padding-bottom: var(--space-10); }

.section--secondary { color: var(--bg-secondary); }

/* Sections flottantes */
.floating-section {
  background: var(--bg-secondary);
  position: relative;
  margin: 0; /* align with other sections using padding on .section */
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  transition: none; /* Remove hover animation for calmer UI */
}
.floating-section .container { position: relative; z-index: 2; }
.floating-section::before { display: none; }

/* Utilities */
.section-info-box {
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  margin: 0;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.section-info-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
}
.section-info-box__header { text-align: center; margin-bottom: 1.5rem; }
.section-info-box__main-title { font-size: 1.8rem; font-weight: 700; color: var(--text-primary); margin-bottom: 1rem; letter-spacing: 0.02em; }
.section-info-box__title { font-size: 1.4rem; font-weight: 700; color: var(--primary); margin-bottom: 0.5rem; letter-spacing: 0.02em; }
.section-info-box__subtitle { font-size: 1rem; color: var(--text-muted); font-weight: 500; margin-bottom: 0; opacity: 0.8; }
.section-info-box__content { text-align: center; }
.section-info-box__text { font-size: 1rem; line-height: 1.7; color: var(--text-muted); margin-bottom: 0; opacity: 0.9; }

@media (max-width: 768px) {
  .section-info-box { margin: 0; }
  .section-info-box__main-title { font-size: 1.5rem; }
  .section-info-box__title { font-size: 1.2rem; }
  .section-info-box__text { font-size: 0.95rem; }
}
/* ===== HERO SECTION ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: var(--gradient-hero);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/WebClinic_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -3;
}

/* Carrousel de fond */
.hero-carousel { position: absolute !important; inset: 0; z-index: -2; }
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item { height: 100vh; width: 100%; }

.hero-carousel__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: var(--transition-slow);
}

/* HERO OVERLAY */
.hero-overlay { background-color: var(--black-alpha-50) !important; z-index: -1 !important; }

/* Contenu principal du hero */
.hero-content {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  backdrop-filter: blur(15px);
  box-shadow: var(--shadow-lg);
  margin-top: 2rem;
  max-width: 100%;
}

.hero-fade-in { opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease-out forwards; }
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }
/* ===== ÉQUIPE ===== */
.team-member {
  min-height: 400px;
  aspect-ratio: 1 / 1.5;
  background-color: var(--black-alpha-20);
  border-radius: var(--radius-md);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: var(--transition-slow);
}
.team-member:hover { transform: translateY(-5px); box-shadow: var(--shadow-primary); }

.team-member__image {
  position: absolute; inset: 0;
  overflow: hidden;
  opacity: 0.65; transition: var(--transition-slow); z-index: 1; border-radius: var(--radius-md);
}

.team-member__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: opacity var(--transition-slow), transform var(--transition-slow);
  opacity: 0;
}

.team-member__image img[src] {
  opacity: 1;
  animation: fadeInImage 0.5s ease-in;
}

@keyframes fadeInImage {
  from { opacity: 0; }
  to { opacity: 1; }
}

.team-member:hover .team-member__image { opacity: 1; }
.team-member:hover .team-member__image img { transform: scale(1.05); }

.team-member__linkedin { position: absolute; top: 1rem; right: 1rem; z-index: 3; }
.team-member__linkedin img { width: 32px; height: 32px; border-radius: var(--radius-sm); transition: var(--transition-fast); filter: brightness(0.9); }
.team-member__linkedin:hover img { filter: brightness(1.2); transform: scale(1.1); }

.team-member__info {
  display: flex; flex-direction: row; align-items: center;
  background: var(--team-info-bg); border-radius: var(--radius-md);
  padding: 0.8em 1em; width: 90%; margin: 0 auto;
  position: absolute; left: 50%; bottom: 1.2em; transform: translateX(-50%);
  box-shadow: var(--shadow-lg); min-height: 70px; max-width: 95%; z-index: 2; transition: var(--transition-slow);
}
.team-member__info--expanded { align-items: flex-start; }

.team-member__details { flex: 1 1 auto; display: flex; flex-direction: column; margin-right: 1em; }
.team-member__name { font-size: 1.1rem; font-weight: var(--font-semibold); margin: 0 0 0.2rem 0; color: var(--white); text-shadow: var(--shadow-team-info); line-height: 1.2; }
.team-member__role { font-size: 0.85rem; font-weight: var(--font-normal); margin-bottom: 0; color: var(--team-bio-white-70); text-shadow: var(--shadow-team-info); line-height: 1.3; }
.team-member__bio { max-height: 0; overflow: hidden; font-size: 0.9rem; color: var(--team-bio-white-80); line-height: 1.4; margin-top: 0.4rem; transition: var(--transition-slow); opacity: 0; text-align: justify; }
.team-member__info--expanded .team-member__bio { max-height: 200px; opacity: 1; }

.team-member__toggle {
  position: absolute; bottom: 1em; right: 1em; width: 32px; height: 32px;
  border-radius: var(--radius-sm); border: 1px solid var(--team-border);
  background: var(--gradient-primary); color: var(--white);
  font-size: 1.3rem; font-weight: var(--font-medium);
  box-shadow: var(--shadow-md); cursor: pointer; transition: var(--transition-normal);
  outline: none; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(10px); z-index: 3; opacity: 0.6;
}
.team-member__toggle:hover { background: var(--primary-hover); transform: translateY(-2px); box-shadow: var(--shadow-primary); opacity: 1; }
.team-member__toggle--active { background: var(--primary-hover); opacity: 0.6; }

@media (max-width: 576px) {
  .team-member__info { width: 95%; padding: 0.6em 0.8em; min-height: 60px; }
  .team-member__name { font-size: 1rem; }
  .team-member__role { font-size: 0.8rem; }
  .team-member__toggle { width: 28px; height: 28px; font-size: 1.1rem; }
}
/* ===== UTILITAIRES ===== */
/* Note: .text-primary and .text-success are defined below with proper colors */
.btn-outline-primary { color: var(--light); border-color: var(--border-glass); }
.btn-outline-primary:hover { color: var(--light); border-color: var(--border-glass); background: var(--bg-glass-light); }
.scroll-reveal--revealed { opacity: 1; transform: translateY(0); }

.luxury-hover { transition: var(--transition-normal); position: relative; overflow: hidden; }
.luxury-hover::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: var(--white-alpha-05); opacity: 1; transition: var(--transition-normal); z-index: -1; }
.luxury-hover:hover::before { left: 0; }
.luxury-hover:hover { transform: none; box-shadow: var(--shadow-md); }

/* Loading indicator */
.loading { position: relative; }
.loading::after { content: ''; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin: -10px 0 0 -10px; border: 2px solid var(--white-alpha-20); border-top: 2px solid transparent; border-radius: 50%; animation: loading 1s linear infinite; }
/* ===== ANIMATIONS ===== */
@keyframes slideInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideInRight { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(0); } 60% { transform: translateY(0); } }
@keyframes loading { to { transform: rotate(360deg); } }

.slide-in-left { animation: slideInLeft 0.8s ease-out; }
.slide-in-right { animation: slideInRight 0.8s ease-out; }
/* ===== RESPONSIVE DESIGN ===== */
/* Responsive sections flottantes */
@media (min-width: 768px) {
  .floating-section { margin: 0; transform: none; transition: none; box-shadow: var(--shadow-lg); }
}

@media (min-width: 992px) {
  .floating-section { margin: 4rem 1.5rem; }
}

@media (min-width: 1200px) {
  .floating-section { margin: 5rem 2rem; }
}

/* Responsive mobile */
@media (max-width: 768px) {
  .hero { min-height: 85vh; padding: 1rem 0; }
  .hero-content { padding: 2rem; margin-top: 1rem; text-align: center; }
  .display-4 { font-size: 2.5rem; }
  .lead { font-size: 1.1rem; }
  .team-member { margin-bottom: 2rem; }
  .btn-lg { padding: 0.875rem 1.5rem; font-size: 1rem; }
  .card.h-100 { margin-bottom: 1.5rem; }
}

@media (max-width: 576px) {
  .hero-content { padding: 1.5rem; margin-top: 0.5rem; }
  .display-4 { font-size: 2rem; }
  .lead { font-size: 1rem; }
}

/* Cookie preferences modal */
.cookie-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.cookie-modal.show { display: flex; }

.cookie-modal-content {
  background: var(--glass-bg);
  border-radius: var(--border-radius);
  padding: 2rem;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: var(--shadow-heavy);
  border: 1px solid var(--glass-border);
}

.cookie-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--glass-border);
}
.cookie-modal-title { color: var(--text-primary); font-size: 1.25rem; font-weight: 600; margin: 0; }
.cookie-modal-close {
  background: none;
  border: none;
  color: var(--text-secondary);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: var(--transition);
}
.cookie-modal-close:hover { background: var(--bg-secondary); color: var(--text-primary); }

.cookie-section { margin-bottom: 1.5rem; }
.cookie-section-title { color: var(--text-primary); font-weight: 600; margin-bottom: 0.5rem; display: flex; align-items: center; gap: 0.5rem; }
.cookie-section-description { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.5; margin-bottom: 1rem; }
.cookie-toggle { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem; }
.cookie-toggle input[type="checkbox"] { width: 20px; height: 20px; accent-color: var(--color-accent); }
.cookie-toggle label { color: var(--text-primary); font-size: 0.9rem; cursor: pointer; }

.cookie-modal-actions { display: flex; gap: 1rem; justify-content: flex-end; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--glass-border); }

/* ===== VIBRANT CTA BUTTON ===== */
.btn-cta-vibrant {
  background: var(--vibrant-gradient);
  color: var(--white);
  border: none;
  font-weight: 600;
  transition: var(--transition-normal);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35);
  animation: cta-pulse-vibrant 2s ease-in-out infinite;
}

.btn-cta-vibrant::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--vibrant-gradient-hover);
  opacity: 0;
  transition: var(--transition-normal);
}

.btn-cta-vibrant:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(59, 130, 246, 0.45);
  color: var(--white);
}

.btn-cta-vibrant:hover::before {
  opacity: 1;
}

.btn-cta-vibrant > * {
  position: relative;
  z-index: 1;
}

/* ===== VIBRANT GRADIENT TEXT ===== */
.text-gradient-vibrant {
  background: var(--vibrant-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* ===== ENHANCED CTA PULSE ANIMATION ===== */
@keyframes cta-pulse-vibrant {
  0%, 100% {
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35);
  }
  50% {
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.5), 0 0 30px rgba(59, 130, 246, 0.3);
  }
}

/* ===== OTHER VIBRANT ACCENTS ===== */
.bg-vibrant {
  background: var(--vibrant-gradient);
}

.text-vibrant {
  color: var(--vibrant-blue);
}

.border-vibrant {
  border-color: var(--vibrant-blue) !important;
}

/* ===== ENHANCED SUCCESS COLOR ===== */
.text-success {
  color: var(--success) !important;
}

/* Override utility text-primary to use proper color (not light) */
.text-primary {
  color: var(--primary) !important;
}

/* Exception: When used on dark backgrounds, use light color */
.bg-dark .text-primary,
.bg-primary .text-primary,
[data-nav="main"] .text-primary {
  color: var(--light) !important;
}

.bi-check-circle-fill.text-success {
  filter: drop-shadow(0 2px 4px rgba(16, 185, 129, 0.3));
}

/* ===== WHATSAPP CTA BUTTON ===== */
.btn-whatsapp {
  background: #25D366;
  color: #ffffff;
  border: none;
  font-weight: 600;
  transition: var(--transition-normal);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-whatsapp:hover {
  background: #20BA5A;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp i {
  font-size: 1.1em;
}

/* ===== CRITICAL GLOBAL UTILITIES ===== */
/* Only utilities needed by header.html (shared partial across all pages) */
/* Page-specific utilities are in index-custom.css and mobile-menu.css */

/* Core layout utilities for header - MUST come before responsive overrides */
.hidden { display: none; } /* No !important - allows responsive media queries to override */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.fixed { position: fixed; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.z-50 { z-index: 50; }

/* Header-specific sizing */
.h-20 { height: 5rem; }
.h-10 { height: 2.5rem; }
.h-6 { height: 1.5rem; }
.w-6 { width: 1.5rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.max-w-7xl { max-width: 80rem; }

/* Header-specific spacing */
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-4 { padding-top: 1rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.p-2 { padding: 0.5rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.flex-shrink-0 { flex-shrink: 0; }

/* Header typography */
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }

/* Header colors */
.text-white { color: #ffffff; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.bg-gray-900 { background-color: #111827; }
.bg-opacity-95 { --tw-bg-opacity: 0.95; }
.hover\:text-white:hover { color: #ffffff; }
.hover\:bg-gray-700:hover { background-color: #374151; }

/* Header visual effects */
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.15); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.12); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.15); }
.backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }

/* Header focus states */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
.focus\:ring-inset:focus { box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5); }
.focus\:ring-white:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }

/* Header CTA button gradients */
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-blue-500 { --tw-gradient-from: #3b82f6; --tw-gradient-to: rgba(59, 130, 246, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-cyan-500 { --tw-gradient-to: #06b6d4; }
.hover\:from-blue-600:hover { --tw-gradient-from: #2563eb; }
.hover\:to-cyan-600:hover { --tw-gradient-to: #0891b2; }
.block { display: block; }

/* ===== RESPONSIVE BREAKPOINTS ===== */
/* These MUST come after base utilities to override them */

/* Small screens and up (640px+) */
@media (min-width: 640px) {
  .sm\:px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
}

/* Large screens and up (1024px+) - Desktop navbar */
@media (min-width: 1024px) {
  .lg\:hidden { display: none !important; }
  .lg\:flex { display: flex !important; }
  .lg\:items-center { align-items: center !important; }
  .lg\:space-x-8 > * + * { margin-left: 2rem !important; }
}

