/* Werkcon AI Integration Styles - Respetando diseño existente */

/* Centrar título de sección */
.text-center {
  text-align: center !important;
}

/* Específico para el título de servicios */
.ms-title.text-center,
#services-heading {
  text-align: center !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Service Title dentro de las cards */
.service-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bg-first);
  margin: 8px 0 0 0;
  text-align: center;
}

/* AI Enhanced Service Cards - Diseño Profesional */
.ms-container-link {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.ms-link {
  transition: all 0.3s ease;
  border-radius: 4px;
  background: white;
  border: 1px solid #e5e5e5;
  padding: 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 120px;
  justify-content: center;
}

/* AI Badge for Services - Diseño Conservador */
.ai-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: white;
  color: var(--bg-first);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid var(--bg-first);
  transition: all 0.3s ease;
  z-index: 2;
}

.ms-container-link:hover .ai-badge {
  background: var(--bg-first);
  color: white;
}

/* AI Enhanced Project Cards - Diseño Profesional */
.ms-proyect {
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: white;
  border: 1px solid #e5e5e5;
}

/* AI Process Integration - Diseño Profesional */
.ai-process-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: white;
  padding: 8px 12px;
  border-radius: 3px;
  font-size: 0.75rem;
  color: var(--bg-first);
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e5e5e5;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ai-process-badge svg {
  width: 16px;
  height: 16px;
}

/* AI Technology Indicators - Diseño Profesional */
.ai-tech-indicator {
  position: absolute;
  top: 12px;
  left: 12px;
  background: white;
  color: var(--bg-first);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid var(--bg-first);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
}

/* Enhanced Service Card Interactions */
.ms-container-link:hover .ai-process-badge {
  opacity: 1;
  transform: translateY(0);
  border-color: var(--bg-first);
}

/* Enhanced Project Card Interactions */
.ms-proyect:hover .ai-tech-indicator {
  background: var(--bg-first);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 120, 120, 0.15);
}

/* Enhanced Borders for Main Sections - Diseño Profesional */
.ms-general {
  border-radius: 8px;
  overflow: hidden;
}

.ms-contain {
  position: relative;
}

/* AI Integration Banner - Diseño 3D Europeo Premium */
.msl-banner {
  background: 
    linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.9) 100%),
    linear-gradient(45deg, rgba(0, 120, 120, 0.02) 0%, rgba(248, 192, 85, 0.02) 100%);
  border: none;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  
  /* Sombras multicapa estilo europeo */
  box-shadow: 
    0 25px 60px rgba(0, 120, 120, 0.15),
    0 12px 30px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(0, 120, 120, 0.12),
    inset 0 2px 4px rgba(255, 255, 255, 0.9),
    inset 0 -1px 2px rgba(0, 120, 120, 0.05);
  
  /* Transformación isométrica europea */
  transform: perspective(1500px) rotateX(8deg) rotateY(-2deg) translateZ(20px);
  transform-style: preserve-3d;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 1.5rem 0;
  
  /* Efecto cristal europeo */
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.msl-banner:hover {
  transform: perspective(1500px) rotateX(2deg) rotateY(0deg) translateZ(40px) translateY(-15px);
  box-shadow: 
    0 40px 80px rgba(0, 120, 120, 0.2),
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 8px 25px rgba(0, 120, 120, 0.15),
    inset 0 3px 6px rgba(255, 255, 255, 0.95),
    inset 0 -2px 4px rgba(0, 120, 120, 0.08),
    0 0 60px rgba(248, 192, 85, 0.1);
  border-color: rgba(0, 120, 120, 0.2);
}

/* Capa superior arquitectónica */
.msl-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: 
    linear-gradient(90deg, 
      #007878 0%, 
      #00a8a8 25%, 
      #F8C055 50%, 
      #00a8a8 75%, 
      #007878 100%
    );
  border-radius: 20px 20px 0 0;
  box-shadow: 
    0 4px 15px rgba(0, 120, 120, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transform: translateZ(5px);
}

/* Línea de detalle arquitectónico */
.msl-banner::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: 
    linear-gradient(90deg, 
      transparent 0%, 
      rgba(0, 120, 120, 0.3) 20%, 
      rgba(248, 192, 85, 0.5) 50%, 
      rgba(0, 120, 120, 0.3) 80%, 
      transparent 100%
    );
  border-radius: 1px;
  transform: translateZ(3px);
  animation: architecturalGlow 4s ease-in-out infinite;
}

@keyframes architecturalGlow {
  0%, 100% { 
    opacity: 0.6;
    box-shadow: 0 0 10px rgba(248, 192, 85, 0.2);
  }
  50% { 
    opacity: 1;
    box-shadow: 0 0 20px rgba(248, 192, 85, 0.4);
  }
}

/* Efectos de partículas europeas sutiles */
.msl-banner::before {
  box-shadow: 
    0 4px 15px rgba(0, 120, 120, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 0 0 1px rgba(248, 192, 85, 0.2);
}

.msl-banner:hover::before {
  box-shadow: 
    0 6px 20px rgba(0, 120, 120, 0.5),
    inset 0 2px 0 rgba(255, 255, 255, 0.8),
    0 0 0 2px rgba(248, 192, 85, 0.4),
    0 0 30px rgba(248, 192, 85, 0.2);
  animation: premiumPulse 3s ease-in-out infinite;
}

@keyframes premiumPulse {
  0%, 100% { 
    transform: translateZ(5px) scaleY(1);
  }
  50% { 
    transform: translateZ(8px) scaleY(1.02);
  }
}



/* Floating AI Assistant Indicator - Diseño Profesional */
.ai-floating-assistant {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background: white;
  color: var(--bg-first);
  padding: 15px 20px;
  border-radius: 6px;
  border: 1px solid var(--bg-first);
  box-shadow: 0 4px 15px rgba(0, 120, 120, 0.1);
  max-width: 280px;
  opacity: 0;
  transform: translateX(100%) scale(0.8);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1000;
  cursor: pointer;
}

.ai-floating-assistant:hover {
  box-shadow: 0 6px 20px rgba(0, 120, 120, 0.15);
  transform: translateY(-2px) scale(1.02);
  border-color: var(--bg-second);
}

.ai-floating-assistant.show {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.ai-assistant-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ai-assistant-icon {
  font-size: 1.5rem;
  animation: pulse-ai 2s infinite;
}

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

.ai-assistant-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ai-assistant-text strong {
  font-size: 0.9rem;
  font-weight: 700;
}

.ai-assistant-text span {
  font-size: 0.75rem;
  opacity: 0.9;
  line-height: 1.3;
}

/* Hero AI Enhancement - Diseño Profesional */
.ai-highlight {
  color: #007878!important;
  font-weight: 700;
}

/* Enhanced Banner Content - Tipografía Limpia */
.msl-banner-width {
  padding: 1.5rem 2rem;
  position: relative;
  z-index: 10;
  transform: translateZ(30px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.msl-banner:hover .msl-banner-width {
  transform: translateZ(50px) translateY(-5px);
}

.msl-banner-width span {
  color: #333;
  font-weight: 600;
  font-size: 0.95em;
  line-height: 1.3;
  position: relative;
  transition: all 0.3s ease;
}

/* Service Icons AI Enhancement */
.ms-icon-img {
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 8px rgba(0, 120, 120, 0.1));
  width: 128px;
  height: 128px;
  margin-bottom: 8px;
}

.ms-container-link:hover .ms-icon-img {
  filter: drop-shadow(0 4px 15px rgba(0, 120, 120, 0.3));
  transform: scale(1.1);
}

/* Nuevas Secciones: Asistente de IA y Proceso Inteligente */

/* Subtítulos de sección */
.ai-section-subtitle {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Cards de beneficios principales */
.ai-process-benefits {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.ai-benefit-card {
  background: linear-gradient(135deg, #007878 0%, #00a8a8 100%);
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 
    0 10px 25px rgba(0, 120, 120, 0.2),
    0 0 20px rgba(0, 120, 120, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-width: 120px;
}

.ai-benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
}

.ai-benefit-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 
    0 20px 40px rgba(0, 120, 120, 0.3),
    0 0 30px rgba(248, 192, 85, 0.3);
  background: linear-gradient(135deg, #F8C055 0%, #ff8c00 100%);
}

.ai-benefit-card:hover::before {
  left: 100%;
}

.ai-benefit-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ai-benefit-text {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* Sección: Asistente de IA en Acción - Diseño Francés Desestructurado */
.ai-assistant-grid {
  position: relative;
  padding: 4rem 0;
  min-height: 600px;
}

.ai-assistant-card {
  position: absolute;
  background: white;
  border: 2px solid #007878;
  border-radius: 0;
  padding: 2.5rem 2rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 8px 8px 0 rgba(0, 120, 120, 0.1);
  max-width: 320px;
  transform-origin: center;
}

.ai-assistant-card:nth-child(1) {
  top: 0;
  left: 0;
  transform: rotate(-2deg);
  z-index: 4;
}

.ai-assistant-card:nth-child(2) {
  top: 80px;
  right: 10%;
  transform: rotate(1.5deg);
  z-index: 3;
  background: #f8f9fa;
}

.ai-assistant-card:nth-child(3) {
  bottom: 120px;
  left: 15%;
  transform: rotate(1deg);
  z-index: 2;
}

.ai-assistant-card:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: rotate(-1deg);
  z-index: 1;
  background: #f8f9fa;
}

.ai-assistant-card:hover {
  transform: rotate(0deg) scale(1.05);
  box-shadow: 16px 16px 0 rgba(0, 120, 120, 0.15);
  z-index: 10 !important;
  border-color: #F8C055;
}

.ai-assistant-icon {
  width: 50px;
  height: 50px;
  background: #007878;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  transition: all 0.3s ease;
}

.ai-assistant-card:hover .ai-assistant-icon {
  background: #F8C055;
  color: #007878;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 25% 100%);
}

.ai-assistant-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #007878;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

.ai-assistant-description {
  color: #444;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.ai-assistant-action {
  color: #007878;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  display: inline-block;
}

.ai-assistant-card:hover .ai-assistant-action {
  border-bottom-color: #F8C055;
  color: #F8C055;
}

/* Sección: Proceso de Construcción Inteligente - Diseño Profesional Simplificado */
.ai-process-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
  position: relative;
}

/* Conector visual sutil entre pasos */
.ai-process-step:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -12px;
  width: 2px;
  height: 8px;
  background: #e5e5e5;
  left: 50%;
  transform: translateX(-50%);
}

.ai-process-step {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 48%;
}



.ai-process-step:nth-child(odd) {
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto;
}

.ai-process-step:nth-child(even) {
  align-self: flex-end;
  margin-left: auto;
  margin-right: 0;
  flex-direction: row-reverse;
}

/* Indicador de dirección sutil */
.ai-process-step:nth-child(odd)::before {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #007878;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  opacity: 0.3;
}

.ai-process-step:nth-child(even)::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 6px solid #007878;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  opacity: 0.3;
}

.ai-process-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 120, 120, 0.12);
  border-color: #007878;
}

.ai-process-step:hover::after {
  background: #007878;
  height: 12px;
}

.ai-process-step:hover::before {
  opacity: 0.8;
  transform: translateY(-50%) scale(1.2);
}

.ai-process-number {
  width: 45px;
  height: 45px;
  background: #007878;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 3px solid white;
  box-shadow: 0 3px 10px rgba(0, 120, 120, 0.2);
  flex-shrink: 0;
  position: absolute;
  top: -15px;
  z-index: 2;
}

.ai-process-step:hover .ai-process-number {
  background: #F8C055;
  transform: scale(1.05);
}

.ai-process-step:nth-child(odd) .ai-process-number {
  left: 20px;
}

.ai-process-step:nth-child(even) .ai-process-number {
  right: 20px;
}

.ai-process-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.ai-process-icon {
  width: 50px;
  height: 50px;
  background: white;
  border: 2px solid #007878;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007878;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 120, 120, 0.1);
}

.ai-process-icon svg {
  transition: all 0.3s ease;
}

.ai-process-step:hover .ai-process-icon {
  background: #007878;
  color: white;
  border-color: #007878;
}

.ai-process-text {
  flex: 1;
}

.ai-process-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #007878;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}

.ai-process-metrics {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
}

.ai-metric {
  background: #F8C055;
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(248, 192, 85, 0.2);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.ai-process-description {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}

.ai-process-description strong {
  color: #007878;
  font-weight: 700;
}

.ai-process-arrow {
  display: none;
}

/* Enhanced Responsive Design */
@media (max-width: 768px) {
  /* Banner 3D europeo adaptado para tablet */
  .msl-banner {
    border-radius: 15px;
    margin: 1.2rem 0;
    transform: perspective(1200px) rotateX(5deg) rotateY(-1deg) translateZ(15px);
    box-shadow: 
      0 15px 40px rgba(0, 120, 120, 0.12),
      0 8px 20px rgba(0, 0, 0, 0.06),
      0 3px 8px rgba(0, 120, 120, 0.1),
      inset 0 1px 3px rgba(255, 255, 255, 0.85);
  }
  
  .msl-banner:hover {
    transform: perspective(1200px) rotateX(1deg) rotateY(0deg) translateZ(25px) translateY(-10px);
    box-shadow: 
      0 25px 50px rgba(0, 120, 120, 0.15),
      0 12px 25px rgba(0, 0, 0, 0.08),
      0 5px 15px rgba(0, 120, 120, 0.12),
      inset 0 2px 4px rgba(255, 255, 255, 0.9);
  }
  
  .msl-banner-width {
    padding: 1.2rem 1.8rem;
    font-size: 0.85em;
  }
  
  .msl-banner-width span {
    font-weight: 600;
    line-height: 1.3;
  }
  
  .ai-floating-assistant {
    bottom: 80px;
    right: 15px;
    max-width: 250px;
    padding: 12px 16px;
  }
  
  .ai-assistant-text strong {
    font-size: 0.85rem;
  }
  
  .ai-assistant-text span {
    font-size: 0.7rem;
  }
  
  .ai-badge {
    font-size: 0.6rem;
    padding: 3px 6px;
  }
  
  .ai-process-badge {
    font-size: 0.7rem;
    padding: 6px 10px;
  }
  
  .ai-tech-indicator {
    font-size: 0.7rem;
    padding: 5px 10px;
  }
  
  .ms-link {
    padding: 1.2rem 0.8rem;
    border: 2px solid transparent;
    min-height: 100px;
  }
  
  .ms-container-link {
    overflow: hidden;
    border-radius: 4px;
  }
  
  .service-title {
    font-size: 0.8rem;
  }
  
  /* Asegurar centrado en tablet */
  .ms-title.text-center,
  #services-heading {
    text-align: center !important;
  }
  
  /* Responsive para nuevas secciones - Tablet */
  .ai-assistant-grid {
    min-height: 500px;
    padding: 3rem 0;
  }
  
  .ai-assistant-card {
    padding: 2rem 1.5rem;
    max-width: 280px;
  }
  
  .ai-assistant-card:nth-child(1) {
    top: 20px;
    left: 5%;
    transform: rotate(-1deg);
  }
  
  .ai-assistant-card:nth-child(2) {
    top: 60px;
    right: 5%;
    transform: rotate(1deg);
  }
  
  .ai-assistant-card:nth-child(3) {
    bottom: 100px;
    left: 10%;
    transform: rotate(0.5deg);
  }
  
  .ai-assistant-card:nth-child(4) {
    bottom: 20px;
    right: 10%;
    transform: rotate(-0.5deg);
  }
  
  .ai-assistant-title {
    font-size: 1.2rem;
  }
  
    .ai-process-container {
    gap: 1.5rem;
  }

  .ai-process-step {
    padding: 1.2rem;
    gap: 1rem;
    max-width: 80%;
  }

  .ai-process-step:nth-child(odd) {
    margin-right: 0;
    align-self: flex-start;
  }

  .ai-process-step:nth-child(even) {
    margin-left: 0;
    align-self: flex-end;
  }

  .ai-process-step::before {
    opacity: 0.2;
  }
  
  .ai-process-number {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
  
    .ai-process-step:nth-child(odd) .ai-process-number {
    left: 15px;
    top: -12px;
  }

  .ai-process-step:nth-child(even) .ai-process-number {
    right: 15px;
    top: -12px;
  }
  
  .ai-process-icon {
    width: 60px;
    height: 60px;
  }
  
  .ai-process-benefits {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  
  .ai-benefit-card {
    padding: 1.2rem 1.5rem;
    min-width: 100px;
  }
  
  .ai-benefit-number {
    font-size: 2rem;
  }
  
  .ai-benefit-text {
    font-size: 0.8rem;
  }
  
  .ai-process-title {
    font-size: 1.2rem;
  }
  
  .ai-process-metrics {
    gap: 0.8rem;
  }
  
  .ai-metric {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
  
  .ai-process-arrow {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  /* Banner 3D europeo optimizado para móvil */
  .msl-banner {
    border-radius: 12px;
    margin: 1rem 0;
    transform: perspective(800px) rotateX(3deg) translateZ(10px);
    box-shadow: 
      0 8px 25px rgba(0, 120, 120, 0.1),
      0 3px 10px rgba(0, 0, 0, 0.06),
      0 1px 4px rgba(0, 120, 120, 0.08),
      inset 0 1px 2px rgba(255, 255, 255, 0.8);
  }
  
  .msl-banner:hover {
    transform: perspective(800px) rotateX(0deg) translateZ(20px) translateY(-6px);
    box-shadow: 
      0 20px 40px rgba(0, 120, 120, 0.15),
      0 8px 20px rgba(0, 0, 0, 0.08),
      0 3px 10px rgba(0, 120, 120, 0.12),
      inset 0 2px 3px rgba(255, 255, 255, 0.9);
  }
  
  .msl-banner-width {
    padding: 1rem 1.5rem;
    font-size: 0.8rem;
  }
  
  .msl-banner-width span {
    font-weight: 600;
    line-height: 1.3;
  }
  
  .msl-banner::before {
    height: 5px;
    border-radius: 12px 12px 0 0;
  }
  
  .ai-floating-assistant {
    bottom: 70px;
    right: 10px;
    max-width: 220px;
    padding: 10px 14px;
  }
  
  .ms-container-link:hover .ms-link {
    transform: scale(1.01);
  }
  
  .ai-process-badge {
    font-size: 0.65rem;
    padding: 5px 8px;
  }
  
  .ms-link {
    padding: 1rem 0.6rem;
    min-height: 90px;
  }
  
  .ms-container-link {
    overflow: hidden;
    border-radius: 4px;
  }
  
  .service-title {
    font-size: 0.75rem;
  }
  
  /* Asegurar centrado en móvil */
  .ms-title.text-center,
  #services-heading {
    text-align: center !important;
  }
  
  .ai-tech-indicator {
    font-size: 0.65rem;
    padding: 4px 8px;
  }
  
  /* Responsive para nuevas secciones - Móvil */
  .ai-section-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  /* En móvil, layout vertical simplificado pero manteniendo personalidad */
  .ai-assistant-grid {
    position: static;
    padding: 2rem 0;
    min-height: auto;
  }
  
  .ai-assistant-card {
    position: relative;
    margin-bottom: 2rem;
    transform: none !important;
    max-width: 100%;
    padding: 2rem 1.5rem;
  }
  
  .ai-assistant-card:nth-child(odd) {
    margin-left: 0;
    margin-right: 10%;
    transform: rotate(-1deg) !important;
  }
  
  .ai-assistant-card:nth-child(even) {
    margin-left: 10%;
    margin-right: 0;
    transform: rotate(1deg) !important;
  }
  
  .ai-assistant-card:hover {
    transform: rotate(0deg) scale(1.02) !important;
  }
  
  .ai-assistant-title {
    font-size: 1.1rem;
  }
  
  .ai-assistant-description {
    font-size: 0.9rem;
  }
  
  /* Proceso en móvil: timeline simplificado */
  .ai-process-container {
    gap: 2rem;
    margin-top: 2rem;
  }
  
    .ai-process-step {
    flex-direction: row !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 1.2rem;
    gap: 1rem;
    max-width: 100% !important;
    align-self: stretch !important;
  }

  .ai-process-step::before,
  .ai-process-step::after {
    display: none !important;
  }

  .ai-process-number {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    position: static !important;
    transform: none !important;
    margin-right: 1rem;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  
  .ai-process-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .ai-process-icon {
    width: 50px;
    height: 50px;
    align-self: flex-start;
  }
  
  .ai-process-text {
    flex: 1;
  }
  
  .ai-process-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  
  .ai-process-benefits {
    gap: 1rem;
    margin-bottom: 2.5rem;
    justify-content: center;
  }
  
  .ai-benefit-card {
    padding: 1rem 1.2rem;
    min-width: 90px;
    flex: 1;
    max-width: 120px;
  }
  
  .ai-benefit-number {
    font-size: 1.8rem;
  }
  
  .ai-benefit-text {
    font-size: 0.75rem;
  }
  
  .ai-process-description {
    font-size: 0.9rem;
  }
  
  .ai-process-metrics {
    gap: 0.6rem;
    margin-bottom: 0.8rem;
  }
  
  .ai-metric {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
  }
} 