/* =====================================================
   ALLOTELE - DASHBOARD MODERNE
   Design System Complet - Interface Graphique Réimaginée
   ===================================================== */

/* =====================================================
   DASHBOARD HEADER - HÉRO MODERNE
   ===================================================== */

.dashboard-header {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #a855f7 100%);
  color: white;
  padding: 4rem 0 3rem 0;
  margin-bottom: 3rem;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.25);
  position: relative;
  overflow: hidden;
}

.dashboard-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.1); opacity: 1; }
}

.welcome-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  gap: 2rem;
}

.welcome-content {
  flex: 1;
}

.welcome-title {
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.welcome-title i {
  font-size: 3rem;
  margin-right: 1.25rem;
  opacity: 0.95;
  animation: wave 2s ease-in-out infinite;
}

@keyframes wave {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  75% { transform: rotate(-15deg); }
}

.welcome-subtitle {
  font-size: 1.2rem;
  opacity: 0.95;
  margin: 0;
  font-weight: 400;
  max-width: 650px;
  line-height: 1.7;
}

.welcome-actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.welcome-actions .btn {
  padding: 1.125rem 2.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  color: #6366f1;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.welcome-actions .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.welcome-actions .btn:hover::before {
  width: 300px;
  height: 300px;
}

.welcome-actions .btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.welcome-actions .btn i {
  margin-right: 0.75rem;
  font-size: 1.25rem;
}

/* =====================================================
   STATS SECTION - CARTES GLASSMORPHISM
   ===================================================== */

.stats-section {
  margin-bottom: 3.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.stat-card {
  background: white;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  height: 100%;
  backdrop-filter: blur(10px);
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #6366f1 0%, #a78bfa 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.stat-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(99, 102, 241, 0.2);
}

.stat-card-primary::before {
  background: linear-gradient(90deg, #6366f1 0%, #a78bfa 100%);
}

.stat-card-success::before {
  background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
}

.stat-card-info::before {
  background: linear-gradient(90deg, #06b6d4 0%, #22d3ee 100%);
}

.stat-card-warning::before {
  background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
}

.stat-icon {
  font-size: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12) 0%, rgba(167, 139, 250, 0.08) 100%);
  color: #6366f1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  position: relative;
}

.stat-icon::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.3), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s;
}

.stat-card:hover .stat-icon {
  transform: scale(1.15) rotate(-5deg);
}

.stat-card:hover .stat-icon::after {
  opacity: 1;
}

.stat-card-primary .stat-icon {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(167, 139, 250, 0.1) 100%);
  color: #6366f1;
}

.stat-card-success .stat-icon {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(52, 211, 153, 0.1) 100%);
  color: #10b981;
}

.stat-card-info .stat-icon {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15) 0%, rgba(34, 211, 238, 0.1) 100%);
  color: #06b6d4;
}

.stat-card-warning .stat-icon {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(251, 191, 36, 0.1) 100%);
  color: #f59e0b;
}

.stat-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-number {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0.25rem;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1;
}

.stat-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  margin: 0;
}

.stat-trend {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.125rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(99, 102, 241, 0.08);
  color: #6366f1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-card:hover .stat-trend {
  transform: scale(1.15) rotate(10deg);
  background: rgba(99, 102, 241, 0.15);
}

.trend-up {
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
}

.stat-card:hover .trend-up {
  background: rgba(16, 185, 129, 0.2);
}

.trend-down {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.stat-card:hover .trend-down {
  background: rgba(239, 68, 68, 0.2);
}

.trend-neutral {
  background: rgba(100, 116, 139, 0.12);
  color: #64748b;
}

.stat-card:hover .trend-neutral {
  background: rgba(100, 116, 139, 0.2);
}

/* =====================================================
   ACTIONS RAPIDES - DESIGN MODERNE CARTES
   ===================================================== */

.quick-actions-card {
  background: transparent;
  border: none;
  box-shadow: none;
}

.quick-actions-card .card-header {
  background: transparent;
  border: none;
  padding: 0 0 1.5rem 0;
}

.quick-actions-card .card-header h3 {
  font-size: 1.75rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
}

.quick-actions-card .card-header h3 i {
  margin-right: 0.75rem;
  color: #6366f1;
  font-size: 2rem;
}

.quick-actions-card .card-body {
  padding: 0;
}

.quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding: 0;
}

.quick-action-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  text-decoration: none;
  color: #0f172a;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 20px;
  border: 2px solid transparent;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.quick-action-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(167, 139, 250, 0.04) 100%);
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 18px;
}

.quick-action-item:hover::before {
  opacity: 1;
}

.quick-action-item:hover {
  transform: translateY(-8px);
  border-color: rgba(99, 102, 241, 0.2);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}

.action-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, #6366f1 0%, #a78bfa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: white;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.quick-action-item:hover .action-icon {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.4);
}

/* Couleurs variées pour chaque action */
.quick-action-item:nth-child(1) .action-icon {
  background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.3);
}

.quick-action-item:nth-child(2) .action-icon {
  background: linear-gradient(135deg, #6366f1 0%, #a78bfa 100%);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.quick-action-item:nth-child(3) .action-icon {
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}

.quick-action-item:nth-child(4) .action-icon {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.3);
}

.quick-action-item:nth-child(5) .action-icon {
  background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
  box-shadow: 0 8px 24px rgba(6, 182, 212, 0.3);
}

.quick-action-item:nth-child(6) .action-icon {
  background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);
  box-shadow: 0 8px 24px rgba(239, 68, 68, 0.3);
}

.action-content {
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 1;
}

.action-content h6 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
  color: #0f172a;
  transition: color 0.3s;
  letter-spacing: -0.01em;
}

.quick-action-item:hover .action-content h6 {
  color: #6366f1;
}

.action-content small {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}

.action-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  color: #cbd5e1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.quick-action-item:hover .action-arrow {
  color: #6366f1;
  transform: translate(4px, -4px);
}

/* =====================================================
   ASSISTANTS RÉCENTS - CARTES MODERNES
   ===================================================== */

.recent-assistants-card {
  background: transparent;
  border: none;
  box-shadow: none;
  height: 100%;
}

.recent-assistants-card .card-header {
  background: transparent;
  border: none;
  padding: 0 0 1.5rem 0;
}

.recent-assistants-card .card-header h3 {
  font-size: 1.75rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
}

.recent-assistants-card .card-header h3 i {
  margin-right: 0.75rem;
  color: #6366f1;
  font-size: 2rem;
}

.recent-assistants-card .card-body {
  padding: 0;
}

.assistants-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.assistant-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 2rem 1.5rem;
  text-decoration: none;
  color: #0f172a;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 20px;
  border: 2px solid transparent;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.assistant-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(167, 139, 250, 0.04) 100%);
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 18px;
}

.assistant-item:hover::before {
  opacity: 1;
}

.assistant-item:hover {
  transform: translateY(-8px);
  border-color: rgba(99, 102, 241, 0.2);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}

.assistant-avatar {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #6366f1 0%, #a78bfa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
  position: relative;
  z-index: 1;
}

.assistant-item:hover .assistant-avatar {
  transform: scale(1.1) rotate(-8deg);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.4);
}

/* Couleurs variées pour chaque assistant */
.assistant-item:nth-child(1) .assistant-avatar {
  background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.3);
}

.assistant-item:nth-child(2) .assistant-avatar {
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}

.assistant-item:nth-child(3) .assistant-avatar {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.3);
}

.assistant-info {
  width: 100%;
  position: relative;
  z-index: 1;
}

.assistant-name {
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
  color: #0f172a;
  transition: color 0.3s;
  letter-spacing: -0.01em;
}

.assistant-item:hover .assistant-name {
  color: #6366f1;
}

.assistant-specialty {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.assistant-specialty::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  display: inline-block;
}

.assistant-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.25rem;
  color: #cbd5e1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.assistant-item:hover .assistant-arrow {
  color: #6366f1;
  transform: translate(4px, -4px);
}

/* =====================================================
   SECTION ONBOARDING - CALL TO ACTION PUISSANT
   ===================================================== */

.onboarding-section {
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  padding: 0 2rem;
}

.onboarding-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 32px;
  padding: 4rem 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border: 2px solid rgba(99, 102, 241, 0.1);
  position: relative;
  overflow: hidden;
}

.onboarding-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.onboarding-icon {
  font-size: 5rem;
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12) 0%, rgba(167, 139, 250, 0.08) 100%);
  color: #6366f1;
  animation: float 3s ease-in-out infinite;
}

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

.onboarding-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.25rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.onboarding-description {
  font-size: 1.25rem;
  color: #64748b;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.onboarding-features {
  margin-bottom: 3rem;
}

.feature-item {
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.3s;
}

.feature-item:hover {
  transform: translateY(-8px);
}

.feature-icon {
  font-size: 3rem;
  color: #6366f1;
  margin-bottom: 1rem;
  display: inline-block;
  transition: transform 0.3s;
}

.feature-item:hover .feature-icon {
  transform: scale(1.2) rotate(5deg);
}

.feature-item h6 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0f172a;
}

.feature-item small {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 500;
}

.onboarding-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.onboarding-actions .btn {
  padding: 1.25rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.onboarding-actions .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.onboarding-actions .btn:hover::before {
  width: 400px;
  height: 400px;
}

.onboarding-actions .btn-primary {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  border: none;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.onboarding-actions .btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.4);
}

.onboarding-actions .btn-outline-primary {
  background: transparent;
  border: 3px solid #6366f1;
  color: #6366f1;
}

.onboarding-actions .btn-outline-primary:hover {
  background: #6366f1;
  color: white;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.25);
}

/* =====================================================
   INFORMATIONS ENTREPRISE - CARTE PROFESSIONNELLE
   ===================================================== */

.company-info-section {
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  padding: 0 2rem;
}

.company-info-section .card {
  background: white;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.company-info-section .card-header {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 2px solid #e2e8f0;
  padding: 1.75rem 2rem;
}

.company-info-section .card-header h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
}

.company-info-section .card-header h3 i {
  margin-right: 0.75rem;
  color: #6366f1;
  font-size: 1.75rem;
}

.info-group {
  margin-bottom: 2rem;
}

.info-label {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 0.5rem;
  display: block;
}

.info-value {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  padding: 0.75rem 1rem;
  background: #f8fafc;
  border-radius: 12px;
  border-left: 4px solid #6366f1;
}

/* =====================================================
   MAIN DASHBOARD LAYOUT
   ===================================================== */

.main-dashboard {
  max-width: 1400px;
  margin: 0 auto 3rem auto;
  padding: 0 2rem;
}

/* Padding pour desktop uniquement */
@media (min-width: 769px) {
  .quick-actions-card,
  .recent-assistants-card {
    padding: 10px !important;
  }
}

/* =====================================================
   RESPONSIVE - MOBILE FIRST
   ===================================================== */

/* Tablette */
@media (max-width: 768px) {
  .welcome-section {
    flex-direction: column;
    text-align: center;
    padding: 0 1.5rem;
  }

  .welcome-title {
    font-size: 2.25rem;
    justify-content: center;
  }

  .welcome-subtitle {
    max-width: 100%;
  }

  .welcome-actions {
    width: 100%;
    flex-direction: column;
  }

  .welcome-actions .btn {
    width: 100%;
  }

  .quick-actions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .assistants-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .onboarding-card {
    padding: 3rem 2rem;
  }

  .onboarding-title {
    font-size: 2rem;
  }

  .feature-item {
    padding: 1rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .dashboard-header {
    padding: 2.5rem 0 2rem 0;
    margin-bottom: 2rem;
    border-radius: 0 0 24px 24px;
  }

  .welcome-title {
    font-size: 1.875rem;
  }

  .welcome-title i {
    font-size: 2rem;
    margin-right: 0.75rem;
  }

  .welcome-subtitle {
    font-size: 1rem;
  }

  .welcome-actions .btn {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .stat-card {
    padding: 1.75rem 1.5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .stat-icon {
    width: 72px;
    height: 72px;
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .stat-number {
    font-size: 2.25rem;
  }

  .stat-label {
    font-size: 0.8rem;
  }

  .stat-trend {
    top: 1.25rem;
    right: 1.25rem;
    width: 40px;
    height: 40px;
  }

  .quick-actions-grid {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }

  .quick-action-item {
    padding: 1.5rem;
  }

  .action-icon {
    width: 60px;
    height: 60px;
    font-size: 1.875rem;
  }

  .action-content h6 {
    font-size: 1rem;
  }

  .action-content small {
    font-size: 0.8rem;
  }

  .assistants-list {
    gap: 0.875rem;
  }

  .assistant-item {
    padding: 1.75rem 1.5rem;
    flex-direction: row;
    text-align: left;
  }

  .assistant-avatar {
    width: 56px;
    height: 56px;
    font-size: 1.75rem;
  }

  .assistant-info {
    flex: 1;
    text-align: left;
  }

  .assistant-name {
    font-size: 1.125rem;
  }

  .assistant-specialty {
    font-size: 0.875rem;
    justify-content: flex-start;
  }

  .assistant-arrow {
    position: static;
    transform: none !important;
  }

  .assistant-item:hover .assistant-arrow {
    transform: translateX(8px) !important;
  }

  .onboarding-card {
    padding: 2.5rem 1.5rem;
    border-radius: 24px;
  }

  .onboarding-icon {
    font-size: 4rem;
    width: 100px;
    height: 100px;
    margin-bottom: 1.5rem;
  }

  .onboarding-title {
    font-size: 1.75rem;
  }

  .onboarding-description {
    font-size: 1rem;
  }

  .onboarding-actions {
    flex-direction: column;
    gap: 1rem;
  }

  .onboarding-actions .btn {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .info-value {
    font-size: 1rem;
    padding: 0.625rem 0.875rem;
  }

  .stats-section,
  .main-dashboard,
  .onboarding-section,
  .company-info-section {
    padding: 0 1rem;
  }
}

/* Très petits écrans */
@media (max-width: 380px) {
  .welcome-title {
    font-size: 1.625rem;
  }

  .stat-card {
    padding: 1.5rem 1.25rem;
  }

  .stat-icon {
    width: 64px;
    height: 64px;
    font-size: 2.25rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .onboarding-title {
    font-size: 1.5rem;
  }
}
