/* Google Fonts - Tipografía Moderna */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css");

:root {
  /* Paleta Alexis Detailing - Dorado/Negro Premium */
  --primary-color: #d4af37; /* Dorado clásico */
  --primary-light: #f0c75e; /* Dorado claro */
  --primary-dark: #b8860b; /* Dorado oscuro */
  --secondary-color: #d4af37; /* Dorado como color secundario también */
  --secondary-light: #f0c75e;
  --secondary-dark: #b8860b;
  --accent-color: #d4af37; /* Dorado como acento */
  --accent-light: #f0c75e;
  --accent-dark: #b8860b; 

  /* Neutros Detailing - Mejorado contraste */
  --text-dark: #ffffff; /* Blanco puro */
  --text-medium: #e5e7eb; /* Gris muy claro */
  --text-light: #d1d5db; /* Gris claro */
  --text-lighter: #9ca3af; /* Gris medio */

  /* Fondos Premium - Más profundidad */
  --bg-primary: #000000; /* Negro absoluto */
  --bg-secondary: #0f0f0f; /* Negro suave */
  --bg-accent: #1a1a1a; /* Negro con toque */
  --bg-dark: #000000; /* Negro puro */
  --bg-light: #0a0a0a; /* Negro muy sutil */

  /* Bordes Refinados - Para fondo negro */
  --border-light: #4a4a4a; /* Gris oscuro sutil ajustado */
  --border-medium: #5a5a5a; /* Gris medio ajustado */
  --border-accent: rgba(212, 175, 55, 0.4); /* Dorado translúcido */
  --border-glow: rgba(212, 175, 55, 0.7); /* Dorado brillante */

  /* Shadows - Premium para fondo negro con dorado */
  --shadow-sm: 0 2px 4px 0 rgba(212, 175, 55, 0.15),
    0 1px 2px 0 rgba(0, 0, 0, 0.3);
  --shadow: 0 4px 8px -1px rgba(212, 175, 55, 0.2),
    0 2px 4px -1px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 16px -3px rgba(212, 175, 55, 0.25),
    0 4px 8px -2px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 16px 32px -5px rgba(212, 175, 55, 0.3),
    0 8px 16px -5px rgba(0, 0, 0, 0.6);
  --shadow-xl: 0 24px 48px -12px rgba(212, 175, 55, 0.35),
    0 12px 24px -6px rgba(0, 0, 0, 0.7);

  /* Sistema de Gradientes Consecutivos - Flujo de Página - v2.1 ACTUALIZADO */
  /* 
   * SISTEMA SIMPLIFICADO - FONDO NEGRO PREDOMINANTE:
   * 
   * Hero: Gradiente transparente → negro (ÚNICO GRADIENTE)
   * Benefits: Fondo negro sólido #000000
   * Brands: Fondo negro sólido #000000
   * Services-Detailed: Fondo negro sólido #000000
   * Services: Fondo negro sólido #000000
   * Gallery: Fondo negro sólido #000000
   * Testimonials: Fondo negro sólido #000000
   * Contact: Fondo negro sólido #000000
   * FAQ: Fondo negro sólido #000000
   * Footer: Fondo negro sólido #000000
   * 
   * RESULTADO: Landing con predominio total del negro
   */
  --section-color-1: var(--bg-primary); /* #000000 - Hero */
  --section-color-2: var(--bg-secondary); /* #0f0f0f - Benefits */
  --section-color-3: var(--bg-accent); /* #1a1a1a - Brands */
  --section-color-4: #1a1a1a; /* #1a1a1a - Services */
  --section-color-5: #2a2a2a; /* #2a2a2a - Gallery */
  --section-color-6: var(--bg-secondary); /* #0f0f0f - Testimonials */
  --section-color-7: var(--bg-primary); /* #000000 - Contact */
  --section-color-8: var(--bg-accent); /* #1a1a1a - Footer */

  /* Gradientes Detailing - Dorado Premium Actualizados */
  --gradient-primary: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--primary-dark) 70%,
    #8b7500 100%
  );
  --gradient-secondary: linear-gradient(
    135deg,
    var(--secondary-color) 0%,
    var(--secondary-dark) 100%
  );
  --gradient-accent: linear-gradient(
    135deg,
    var(--accent-color) 0%,
    var(--accent-dark) 70%,
    #5c4a00 100%
  );
  --gradient-hero: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 70%,
    var(--bg-primary) 100%
  );
  --gradient-soft: linear-gradient(
    135deg,
    var(--bg-secondary) 0%,
    rgba(220, 38, 38, 0.02) 50%,
    var(--bg-accent) 100%
  );
  --gradient-dark: linear-gradient(
    135deg,
    var(--bg-primary) 0%,
    rgba(220, 38, 38, 0.01) 40%,
    var(--bg-secondary) 100%
  );
  --gradient-red-glow: linear-gradient(
    135deg,
    rgba(220, 38, 38, 0.15) 0%,
    rgba(153, 27, 27, 0.08) 50%,
    rgba(127, 29, 29, 0.03) 100%
  );
  --gradient-card: linear-gradient(
    135deg,
    rgba(220, 38, 38, 0.05) 0%,
    var(--bg-accent) 30%,
    var(--bg-secondary) 100%
  );
  --gradient-button-hover: linear-gradient(
    135deg,
    var(--primary-light) 0%,
    var(--primary-color) 50%,
    var(--primary-dark) 100%
  );
  --gradient-glass: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(220, 38, 38, 0.05) 50%,
    rgba(255, 255, 255, 0.02) 100%
  );

  /* Spacing System - Modernizado */
  --spacing-xxs: 0.25rem; /* 4px - más generoso */
  --spacing-xs: 0.75rem; /* 12px - más generoso */
  --spacing-sm: 1.25rem; /* 20px - mejor respiración */
  --spacing-md: 2rem; /* 32px - más espacioso */
  --spacing-lg: 2.5rem; /* 40px - premium feel */
  --spacing-xl: 4rem; /* 64px - secciones amplias */
  --spacing-2xl: 5rem; /* 80px - separación clara */
  --spacing-3xl: 7rem; /* 112px - máximo impacto */
  --spacing-4xl: 9rem; /* 144px - hero sections */

  /* Section Spacing - Optimizado */
  --section-padding: var(--spacing-3xl) 0;
  --section-gap: var(--spacing-2xl);
  --card-padding: var(--spacing-lg);
  --element-gap: var(--spacing-md);

  /* Animations - Suavizadas */
  --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  --bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: var(--text-dark);
  background-color: var(--bg-primary);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Top Banner - Cinta Dorada con Scroll Infinito y Gradiente Animado */
.top-banner {
  position: relative;
  width: 100%;
  background: linear-gradient(
    270deg,
    var(--primary-color) 0%,
    var(--primary-light) 15%,
    #f4d03f 30%,
    var(--primary-color) 45%,
    var(--primary-dark) 60%,
    #b8860b 75%,
    var(--primary-light) 90%,
    var(--primary-color) 100%
  );
  background-size: 600% 100%;
  animation: gradient-shift 12s ease-in-out infinite;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
  overflow: hidden;
  white-space: nowrap;
  padding: var(--spacing-xxs) 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-banner.hidden {
  transform: translateY(-100%);
  height: 0;
  padding: 0;
  overflow: hidden;
}

.banner-content {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-lg);
  animation: scroll-horizontal 20s linear infinite;
  white-space: nowrap;
}

/* Crear múltiples copias del contenido para scroll infinito */
.banner-content::after {
  content: "SERVICIO 100% AUTÓNOMO - Llevamos todo lo necesario para el detailing perfecto • PRODUCTOS PREMIUM - Equipos profesionales incluidos";
  margin-left: var(--spacing-3xl);
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.banner-icon {
  color: #000000;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.banner-text {
  color: #000000;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.banner-text strong {
  font-weight: 700;
  text-transform: uppercase;
}

.banner-close {
  position: absolute;
  top: 50%;
  right: var(--spacing-md);
  transform: translateY(-50%);
  color: #000000;
  cursor: pointer;
  padding: var(--spacing-xs);
  border-radius: 50%;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.banner-close:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) scale(1.1);
}

/* Animación de scroll horizontal infinito */
@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Animación del gradiente de fondo */
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  20% {
    background-position: 100% 50%;
  }
  40% {
    background-position: 200% 50%;
  }
  60% {
    background-position: 300% 50%;
  }
  80% {
    background-position: 400% 50%;
  }
  100% {
    background-position: 500% 50%;
  }
}

/* Pausar animaciones al hacer hover */
.top-banner:hover .banner-content {
  animation-play-state: paused;
}

.top-banner:hover {
  animation-play-state: paused;
}

/* Responsive para banner */
@media (max-width: 768px) {
  .top-banner {
    padding: var(--spacing-xs) 0;
  }

  .banner-content {
    gap: var(--spacing-md);
    animation-duration: 25s; /* Más lento en móvil */
  }

  .banner-text {
    font-size: 0.8rem;
  }

  .banner-icon svg {
    width: 20px;
    height: 20px;
  }

  .banner-close {
    right: var(--spacing-sm);
    padding: 6px;
  }

  .banner-content::after {
    content: "🚗 SERVICIO 100% AUTÓNOMO • 🛠️ PRODUCTOS PREMIUM • ⭐ GARANTÍA 6 MESES • 📍 A DOMICILIO • ";
    margin-left: var(--spacing-2xl);
  }
}

@media (max-width: 480px) {
  .banner-text {
    font-size: 0.75rem;
  }

  .banner-content {
    animation-duration: 30s; /* Aún más lento en móvil pequeño */
  }

  .banner-content::after {
    content: "🚗 100% AUTÓNOMO • 🛠️ PREMIUM • ⭐ GARANTÍA • 📍 A DOMICILIO • ";
    margin-left: var(--spacing-xl);
  }
}

/* Typography Hierarchy - Montserrat for Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.section-header h2,
.hero h1,
.service-detailed-card h3,
.benefit-card h3,
.testimonial h3,
.faq-question,
.cta-primary,
.service-cta {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
}

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

/* Section Headers - Consistent Styling */
.section-header {
  text-align: center;
  margin-bottom: var(--section-gap);
}

.section-header h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: var(--spacing-sm);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-header p {
  font-size: 1.125rem;
  color: var(--text-light);
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.alexis-logo {
  height: 70px;
  width: auto;
}

.nurse-logo {
  height: 80px;
}

/* Mobile Menu Button */
.mobile-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  margin: -0.625rem;
  border-radius: 0.375rem;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-menu-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-button:active {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-button svg,
.menu-icon {
  width: 1.5rem;
  height: 1.5rem;
}

/* Mobile Menu Close Button */
.mobile-menu-close-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  margin: -0.625rem;
  border-radius: 0.375rem;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-menu-close-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-close-button:active {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-close-button svg,
.close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

/* Mobile Menu Transitions */
#mobile-menu {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#mobile-menu[open] {
  opacity: 1;
  visibility: visible;
}

#mobile-menu:not([open]) {
  opacity: 0;
  visibility: hidden;
}

#mobile-menu .el-dialog-panel {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateX(0);
  opacity: 1;
}

#mobile-menu.closing .el-dialog-panel {
  transform: translateX(100%);
  opacity: 0;
}

/* Backdrop fade effect */
#mobile-menu::backdrop {
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
}

#mobile-menu.closing::backdrop {
  opacity: 0;
}

/* Smooth slide-in effect on open */
#mobile-menu[open] .el-dialog-panel {
  animation: slideInFromRight 0.3s ease-out;
}

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

/* Section Base Styles */
section {
  padding: var(--section-padding);
}

section:nth-child(even) {
  background: var(--bg-secondary);
}

section:nth-child(odd) {
  background: var(--bg-primary);
}

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

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

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

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

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

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}

/* Animation Classes */
.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}

.animate-fade-in-left {
  animation: fadeInLeft 0.6s ease-out forwards;
}

.animate-fade-in-right {
  animation: fadeInRight 0.6s ease-out forwards;
}

.animate-scale-in {
  animation: scaleIn 0.5s var(--bounce) forwards;
}

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

.animate-pulse {
  animation: pulse 2s ease-in-out infinite;
}

/* Stagger animations */
.stagger-1 {
  animation-delay: 0.1s;
}
.stagger-2 {
  animation-delay: 0.2s;
}
.stagger-3 {
  animation-delay: 0.3s;
}
.stagger-4 {
  animation-delay: 0.4s;
}
.stagger-5 {
  animation-delay: 0.5s;
}
.stagger-6 {
  animation-delay: 0.6s;
}

/* Navigation */
.navbar {
  background: var(--bg-primary);
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 2.5rem;
  display: flex;
  align-items: center;
}

.logo-text {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  letter-spacing: -0.02em;
}

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

.nav-menu a {
  color: var(--text-medium);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition-normal);
  position: relative;
}

.nav-menu a:hover {
  color: var(--primary-color);
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.nav-menu a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-primary);
  transition: var(--transition-normal);
}

.nav-menu a:hover::after {
  width: 100%;
}

.cta-nav {
  background: var(--gradient-primary);
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-normal);
  font-size: 0.9rem;
}

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

/* Typography - Refined Hierarchy */
h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: -0.01em;
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-medium);
  margin-bottom: 0.75rem;
}

p {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.7;
}

.text-large {
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Buttons - Diseño Moderno Actualizado */
.cta-primary {
  background: var(--gradient-primary);
  color: white;
  padding: 1.25rem 2.5rem;
  border: none;
  border-radius: 20px;
  font-weight: 600;
  font-size: 1.125rem;
  cursor: pointer;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-lg);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  letter-spacing: 0.025em;
}

.cta-primary::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: var(--transition-slow);
}

.cta-primary:hover {
  transform: translateY(-3px) scale(1.03);
  background: var(--gradient-button-hover);
  box-shadow: var(--shadow-xl), 0 0 30px rgba(212, 175, 55, 0.3);
  filter: brightness(1.15) saturate(1.1);
}

.cta-primary:hover::before {
  left: 100%;
}

.cta-primary:active {
  transform: translateY(-1px) scale(0.98);
}

.cta-secondary {
  background: var(--bg-secondary);
  color: var(--primary-color);
  padding: 1.25rem 2.5rem;
  border: 2px solid var(--border-accent);
  border-radius: 20px;
  font-weight: 600;
  font-size: 1.125rem;
  cursor: pointer;
  transition: var(--transition-normal);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  letter-spacing: 0.025em;
  backdrop-filter: blur(10px);
}

.cta-secondary:hover {
  background: var(--primary-color);
  color: white;
  border-color: var(--border-glow);
  transform: translateY(-3px) scale(1.03);
  box-shadow: var(--shadow-xl), 0 0 25px rgba(220, 38, 38, 0.3);
}

.cta-secondary:active {
  transform: translateY(-1px) scale(0.98);
}

.btn-ghost {
  background: transparent;
  color: var(--text-medium);
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition-normal);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-ghost:hover {
  background: var(--bg-accent);
  border-color: var(--border-medium);
  transform: translateY(-1px);
}

/* WhatsApp Sticky Button - Enhanced */
.whatsapp-sticky {
  position: fixed;
  bottom: var(--spacing-lg);
  right: var(--spacing-lg);
  z-index: 1000;
}

.whatsapp-sticky a {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: white;
  padding: var(--spacing-md);
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
  transition: var(--transition-normal);
  position: relative;
  overflow: hidden;
  width: 95px;
  animation: pulse-whatsapp 2s ease-in-out infinite;
}

@keyframes pulse-whatsapp {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.5);
  }
}

.whatsapp-sticky a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
  opacity: 0;
  transition: var(--transition-normal);
}

.whatsapp-sticky a:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: var(--shadow-xl);
}

.whatsapp-sticky a:hover::before {
  opacity: 1;
}

.whatsapp-icon {
  font-size: 1.5rem;
  animation: pulse 2s ease-in-out infinite;
}

/* Offer Bar - Enhanced */
.offer-bar {
  background: var(--gradient-accent);
  color: white;
  padding: 1rem 0;
  text-align: center;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.offer-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  animation: shimmer 3s ease-in-out infinite;
}

.cupos {
  background: rgba(255, 255, 255, 0.25);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  margin-left: 0.75rem;
  font-weight: 700;
  display: inline-block;
  animation: pulse 2s ease-in-out infinite;
}

/* Hero Section - Diseño Moderno Actualizado */
.hero {
  padding: 0;
  background: var(--bg-primary);
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Hero Background Images */
.hero.wallpaper-1 {
  background-image: url("images/wallpapers/wallpaper_1.jpg");
}

.hero.wallpaper-2 {
  background-image: url("images/wallpapers/wallpaper_2.jpg");
}

.hero.wallpaper-3 {
  background-image: url("images/wallpapers/wallpaper_3.jpg");
}

.hero.wallpaper-4 {
  background-image: url("images/wallpapers/wallpaper_4.jpg");
}

/* Hero Gradient Overlay */
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-hero);
  z-index: 1;
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 20% 80%,
      rgba(220, 38, 38, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(244, 114, 182, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 40% 40%,
      rgba(251, 191, 36, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: var(--spacing-xl) var(--spacing-lg);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-text {
  opacity: 0;
  animation: fadeInLeft 0.8s ease-out 0.2s forwards;
  text-align: center;
  width: 100%;
}

.hero-badge {
  display: inline-block;
  background: rgba(217, 70, 239, 0.1);
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(217, 70, 239, 0.2);
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-dark);
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}

.hero-trust-indicators {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.trust-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
}

.trust-text {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-top: 0.25rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: var(--text-light);
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 95%;
}

.hero-subtitle strong {
  color: var(--primary-color);
  font-weight: 600;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: var(--text-dark);
  font-weight: 500;
}

.benefit-check {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1rem;
}

.hero-ctas {
  display: flex;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
  flex-wrap: wrap;
}

.cta-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--spacing-md) var(--spacing-lg);
}

.cta-text {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.cta-subtext {
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 400;
}

.cta-secondary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
}

.whatsapp-icon {
  font-size: 1.2rem;
}

.hero-guarantee {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.hero-guarantee p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-dark);
  text-align: center;
}

.hero-image {
  position: relative;
  opacity: 0;
  animation: fadeInRight 0.8s ease-out 0.4s forwards;
}

.hero-image-container {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.hero-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: var(--transition-slow);
}

.hero-image:hover img {
  transform: scale(1.05);
}

.hero-floating-card {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: white;
  padding: 1.5rem;
  border-radius: 20px;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--border-light);
  min-width: 240px;
  animation: float 3s ease-in-out infinite;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.card-icon {
  width: 45px;
  height: 45px;
  background: var(--gradient-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3rem;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
}

.card-stats {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--text-light);
  margin-top: 0.25rem;
}

.card-location {
  font-size: 0.85rem;
  color: var(--text-light);
  text-align: center;
}

/* Benefits Section - FONDO NEGRO */
section.benefits {
  padding: var(--spacing-3xl) 0;
  background: #000000 !important;
  position: relative;
}

.benefits::before {
  content: "";
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 70% 30%,
      rgba(220, 38, 38, 0.03) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 30% 70%,
      rgba(220, 38, 38, 0.02) 0%,
      transparent 40%
    );
  pointer-events: none;
}

.benefit-item {
  text-align: center;
  padding: var(--spacing-xl) var(--spacing-lg);
  background: var(--bg-accent);
  border-radius: 24px;
  transition: var(--transition-normal);
  border: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  backdrop-filter: blur(10px);
}

.benefit-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: var(--transition-normal);
}

.benefit-item:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-accent);
}

.benefit-item:hover::before {
  transform: scaleX(1);
}

.benefit-icon {
  font-size: 4rem;
  margin-bottom: var(--spacing-md);
  display: block;
  animation: float 3s ease-in-out infinite;
  color: var(--primary-color);
  filter: drop-shadow(0 4px 8px rgba(220, 38, 38, 0.3));
  width: var(--spacing-3xl);
}

.benefit-item:nth-child(2) .benefit-icon {
  animation-delay: 0.5s;
}

.benefit-item:nth-child(3) .benefit-icon {
  animation-delay: 1s;
}

.benefit-item:nth-child(4) .benefit-icon {
  animation-delay: 1.5s;
}

.benefit-item h3 {
  color: var(--text-dark);
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.benefit-item p {
  color: var(--text-light);
  font-size: 1rem;
  margin-bottom: 0;
}

/* Services Section - FONDO NEGRO */
section.services {
  padding: var(--spacing-3xl) 0;
  background: #000000 !important;
  position: relative;
}

.section-subtitle {
  text-align: center;
  font-size: 1.375rem;
  color: var(--text-light);
  margin-bottom: 4rem;
  font-weight: 400;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: var(--bg-accent);
  padding: var(--spacing-xl) var(--spacing-lg);
  border-radius: 28px;
  box-shadow: var(--shadow-md);
  transition: var(--transition-normal);
  text-align: center;
  border: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  backdrop-filter: blur(15px);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-primary);
  opacity: 0;
  transition: var(--transition-normal);
}

.service-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-accent);
}

.service-card:hover::before {
  opacity: 0.03;
}

.service-icon {
  font-size: 4.5rem;
  margin-bottom: var(--spacing-md);
  display: block;
  position: relative;
  z-index: 2;
  animation: float 3s ease-in-out infinite;
  color: var(--primary-color);
  filter: drop-shadow(0 6px 12px rgba(220, 38, 38, 0.4));
}

.service-card:nth-child(even) .service-icon {
  animation-delay: 1s;
}

.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.service-tagline {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  position: relative;
  z-index: 2;
}

.service-description {
  margin-bottom: 2rem;
  color: var(--text-light);
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.service-cta {
  background: var(--gradient-primary);
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 16px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition-normal);
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.service-cta::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: var(--transition-slow);
}

.service-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: var(--shadow-lg);
}

.service-cta:hover::before {
  left: 100%;
}

/* Services Hero Section */
.services-hero {
  padding: 6rem 0;
  background: var(--bg-primary);
}

.services-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.services-text h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2rem;
  text-align: left;
  line-height: 1.2;
}

.services-text > p {
  font-size: 1.125rem;
  color: var(--text-light);
  margin-bottom: 3rem;
  line-height: 1.6;
}

.services-list {
  display: grid;
  gap: 2rem;
}

.service-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border-light);
}

.service-item:last-child {
  border-bottom: none;
}

.service-item h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.service-item p {
  color: var(--text-light);
  margin: 0;
  font-size: 1rem;
}

.services-image {
  position: relative;
}

.services-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
}

/* Products Section */
.products {
  padding: 6rem 0;
  background: var(--bg-secondary);
}

.products-header {
  text-align: center;
  margin-bottom: 4rem;
}

.products-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-dark);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.2;
}

.products-showcase {
  max-width: 800px;
  margin: 0 auto;
}

.products-showcase img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow-xl);
}

/* Detailed Services Section - FONDO NEGRO */
section.services-detailed {
  padding: var(--spacing-3xl) 0;
  background: #000000 !important;
  position: relative;
}

.services-detailed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-lg);
  margin-bottom: var(--section-gap);
  align-items: stretch;
}

.services-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.services-header p {
  font-size: 1.125rem;
  color: var(--text-light);
  margin: 0;
}

/* Esta definición se elimina porque está duplicada */

.service-detailed-card {
  background: var(--bg-accent);
  padding: var(--spacing-xl);
  border-radius: 28px;
  box-shadow: var(--shadow-md);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  border: 1px solid var(--border-light);
  backdrop-filter: blur(15px);
}

.service-detailed-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: var(--transition-normal);
}

.service-detailed-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-accent);
}

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

.service-number {
  position: absolute;
  top: var(--spacing-md);
  right: var(--spacing-md);
  width: 40px;
  height: 40px;
  background: var(--gradient-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  z-index: 1;
}

.service-detailed-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: var(--spacing-xs);
  line-height: 1.3;
}

.service-detailed-card .service-tagline {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: var(--spacing-sm);
  font-weight: 500;
}

.service-detailed-card .service-benefits {
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: var(--spacing-lg);
  font-size: 1rem;
  flex-grow: 1;
}

.service-detailed-card .service-cta {
  background: var(--gradient-primary);
  color: white;
  padding: var(--spacing-sm) var(--spacing-md);
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: var(--transition-normal);
  width: 100%;
  margin-top: auto;
  align-self: flex-end;
}

.service-detailed-card .service-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* CTA Intermedio */
.cta-intermedio {
  background: var(--bg-secondary);
  padding: var(--spacing-xl) var(--spacing-lg);
  margin-top: var(--section-gap);
  border-radius: 20px;
  text-align: center;
}

.cta-content-simple {
  max-width: 600px;
  margin: 0 auto;
}

.cta-content-simple h3 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: var(--spacing-sm);
  line-height: 1.3;
  text-align: center;
}

.cta-content-simple p {
  font-size: 1.125rem;
  color: var(--text-light);
  margin-bottom: var(--spacing-lg);
  line-height: 1.6;
  text-align: center;
}

.cta-content-simple .cta-primary {
  padding: var(--spacing-sm) var(--spacing-xl);
  font-size: 1rem;
  display: inline-block;
  margin: 0 auto;
}

/* Benefits Section */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-lg);
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== BENEFITS GRID RESPONSIVE - NUEVOS MEDIA QUERIES ===== */

/* Tablet: 2 columnas */
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
  }
}

/* Mobile: 1 columna */
@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
  }
}

/* Brands Section - FONDO NEGRO */
section.brands-section {
  padding: var(--spacing-xl) 0;
  background: #000000 !important;
  position: relative;
}

.brands-carousel-container {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto var(--spacing-lg);
  position: relative;
}

.brands-carousel-container::before,
.brands-carousel-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.brands-carousel-container::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-secondary), transparent);
}

.brands-carousel-container::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-secondary), transparent);
}

.brands-carousel {
  display: flex;
  gap: var(--spacing-lg);
  animation: brandScroll 30s linear infinite;
  width: calc(200px * 18 + var(--spacing-lg) * 17); /* 9 marcas x 2 */
}

.brands-carousel:hover {
  animation-play-state: paused;
}

@keyframes brandScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 9 - var(--spacing-lg) * 9));
  }
}

.brand-item {
  position: relative;
  background: var(--bg-primary);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid var(--border-light);
  flex-shrink: 0;
  width: 200px;
  height: 120px;
}

.brand-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
  border-color: var(--primary-color);
}

.brand-item img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  padding: var(--spacing-md);
  background: white;
  transition: all 0.3s ease;
}

.brand-item:hover img {
  transform: scale(1.05);
}

.brand-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: white;
  padding: var(--spacing-md);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.brand-item:hover .brand-overlay {
  transform: translateY(0);
}

.brand-overlay h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: var(--primary-color);
}

.brand-overlay p {
  font-size: 0.85rem;
  margin: 0;
  color: var(--text-light);
}

.brands-cta {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.brands-cta p {
  font-size: 1rem;
  color: var(--text-medium);
  margin-bottom: var(--spacing-md);
}

.cta-secondary {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-secondary:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(239, 68, 68, 0.3);
}

/* Brands Responsive */
@media (max-width: 768px) {
  .brands-carousel-container::before,
  .brands-carousel-container::after {
    width: 60px;
  }

  .brands-carousel {
    width: calc(150px * 18 + var(--spacing-md) * 17);
    gap: var(--spacing-md);
  }

  .brand-item {
    width: 150px;
    height: 100px;
  }

  .brand-item img {
    height: 80px;
    padding: var(--spacing-sm);
  }

  @keyframes brandScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-150px * 9 - var(--spacing-md) * 9));
    }
  }
}

@media (max-width: 480px) {
  .brands-carousel-container::before,
  .brands-carousel-container::after {
    width: 40px;
  }

  .brands-carousel {
    width: calc(120px * 18 + var(--spacing-sm) * 17);
    gap: var(--spacing-sm);
  }

  .brand-item {
    width: 120px;
    height: 80px;
  }

  .brand-item img {
    height: 60px;
    padding: var(--spacing-xs);
  }
  @keyframes brandScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-120px * 9 - var(--spacing-sm) * 9));
    }
  }
}

/* Sponsors Section - Diseño Panal Dorado Premium */
section.sponsors-section {
  padding: var(--spacing-4xl) 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Patrón de panal dorado de fondo */
.sponsors-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    /* Patrón hexagonal principal */ radial-gradient(
      circle at 25% 25%,
      var(--primary-color) 2px,
      transparent 2px
    ),
    radial-gradient(
      circle at 75% 25%,
      var(--primary-light) 1.5px,
      transparent 1.5px
    ),
    radial-gradient(circle at 25% 75%, var(--primary-dark) 1px, transparent 1px),
    radial-gradient(
      circle at 75% 75%,
      var(--primary-color) 1.5px,
      transparent 1.5px
    ),
    radial-gradient(
      circle at 50% 50%,
      var(--primary-light) 0.8px,
      transparent 0.8px
    ),
    /* Hexágonos grandes */
      conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgba(212, 175, 55, 0.1) 60deg,
        transparent 120deg,
        rgba(212, 175, 55, 0.05) 180deg,
        transparent 240deg,
        rgba(212, 175, 55, 0.08) 300deg,
        transparent 360deg
      );
  background-size: 80px 80px, 120px 120px, 60px 60px, 100px 100px, 40px 40px,
    200px 200px;
  background-position: 0 0, 40px 40px, 20px 20px, 60px 60px, 10px 10px, 0 0;
  opacity: 0.6;
  animation: honeycomb-float 20s ease-in-out infinite;
}

/* Patrón hexagonal adicional */
.sponsors-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    /* Hexágonos geométricos */ polygon(
    50% 0%,
    93.3% 25%,
    93.3% 75%,
    50% 100%,
    6.7% 75%,
    6.7% 25%
  );
  background: repeating-conic-gradient(
    from 30deg at 50% 50%,
    transparent 0deg 60deg,
    rgba(212, 175, 55, 0.03) 60deg 120deg,
    transparent 120deg 180deg,
    rgba(212, 175, 55, 0.02) 180deg 240deg,
    transparent 240deg 300deg,
    rgba(212, 175, 55, 0.04) 300deg 360deg
  );
  background-size: 150px 150px;
  opacity: 0.4;
  animation: honeycomb-rotate 30s linear infinite;
}

/* Contenedor principal con efecto blur */
.sponsors-section .container {
  position: relative;
  z-index: 10;
}

/* Contenido del patrocinador con efecto cristal */
.sponsor-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  border-radius: 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Header de la sección */
.sponsors-section .section-header {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}

.sponsors-section .section-header h2 {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--primary-light) 50%,
    var(--primary-color) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 8px rgba(212, 175, 55, 0.3);
  margin-bottom: var(--spacing-md);
  letter-spacing: -0.02em;
}

.sponsors-section .section-header p {
  font-size: 1.5rem;
  color: var(--text-light);
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Logo del patrocinador */
.sponsor-logo-container {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.sponsor-logo {
  width: 100%;
  max-width: 550px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(212, 175, 55, 0.3));
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.sponsor-logo:hover {
  filter: drop-shadow(0 15px 30px rgba(212, 175, 55, 0.4)) brightness(1.1);
}

/* Información del patrocinador */
.sponsor-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl);
}

.sponsor-description {
  font-size: 1.4rem;
  color: var(--text-light);
  line-height: 1.7;
  margin: 0;
  max-width: 700px;
  font-weight: 300;
  letter-spacing: 0.3px;
  backdrop-filter: blur(10px);
}

/* Botón CTA mejorado */
.sponsor-info .cta-secondary {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--primary-dark) 100%
  );
  color: #000000;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.sponsor-info .cta-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    var(--primary-light) 0%,
    var(--primary-color) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sponsor-info .cta-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.4);
}

.sponsor-info .cta-secondary:hover::before {
  opacity: 1;
}

.sponsor-info .cta-secondary span {
  position: relative;
  z-index: 2;
}

/* Animaciones */
@keyframes honeycomb-float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(2deg);
  }
  66% {
    transform: translateY(-10px) rotate(-1deg);
  }
}

@keyframes honeycomb-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .sponsors-section .section-header h2 {
    font-size: 2.5rem;
  }

  .sponsor-content {
    padding: var(--spacing-2xl);
  }

  .sponsor-description {
    font-size: 1.2rem;
  }

  .sponsor-info .cta-secondary {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .sponsors-section {
    min-height: 80vh;
  }

  .sponsors-section .section-header h2 {
    font-size: 2rem;
  }

  .sponsor-content {
    padding: var(--spacing-xl);
  }
}

@media (max-width: 480px) {
  .sponsor-title {
    font-size: 1.75rem;
  }

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

/* Services Categories */
.services-category {
  margin-bottom: var(--spacing-xl);
}

.category-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: var(--spacing-lg);
  text-align: center;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: var(--spacing-sm);
}

/* ===== SERVICES DETAILED GRID RESPONSIVE - NUEVOS MEDIA QUERIES ===== */

/* Tablet: 2 columnas */
@media (max-width: 1024px) {
  .services-detailed-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
  }
}

/* Mobile: 1 columna */
@media (max-width: 768px) {
  .services-detailed-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
  }
}

.benefit-card {
  background: var(--bg-accent);
  padding: var(--card-padding);
  border-radius: 24px;
  border: 1px solid var(--border-light);
  backdrop-filter: blur(15px);
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: var(--transition-normal);
  position: relative;
  margin: 0.75rem;
}

.benefit-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-accent);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  background: var(--gradient-primary);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
}

.benefit-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.benefit-card p {
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

/* Before After Section */
.before-after {
  padding: 6rem 0;
  background: var(--bg-primary);
}

.before-after-header {
  text-align: center;
  margin-bottom: 4rem;
}

.before-after-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.before-after-header p {
  font-size: 0.9rem;
  color: var(--text-light);
  font-style: italic;
  margin: 0;
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.before-after-item {
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  transition: var(--transition-normal);
}

.before-after-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.comparison-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.before-image,
.after-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.before-image img,
.after-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.before-image .label,
.after-image .label {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
}

.treatment-info {
  text-align: center;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
}

/* Specialists Section */
.specialists {
  padding: 6rem 0;
  background: var(--bg-primary);
}

.specialists-header {
  text-align: center;
  margin-bottom: 4rem;
}

.specialists-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-dark);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.2;
}

.specialists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.specialist-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  transition: var(--transition-normal);
}

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

.specialist-image {
  margin-bottom: 1.5rem;
}

.specialist-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--border-light);
}

.specialist-info h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.specialist-info p {
  color: var(--text-light);
  margin-bottom: 1rem;
  font-size: 1rem;
}

.specialist-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.stars {
  color: #ffc107;
  font-size: 1rem;
}

.rating-text {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 1rem;
}

/* CTA Section */
.cta-section {
  background: var(--bg-dark);
  color: white;
}

.cta-section .section-header h2 {
  color: white;
}

.cta-section .section-header p {
  color: rgba(255, 255, 255, 0.8);
}

.cta-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-2xl);
  align-items: center;
}

.cta-text p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: var(--spacing-xl);
  line-height: 1.6;
  text-align: left;
}

.cta-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

/* Gallery Section - FONDO NEGRO */
section.gallery {
  padding: var(--spacing-3xl) 0;
  background: #000000 !important;
  position: relative;
}

.gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 20% 30%,
      rgba(220, 38, 38, 0.05) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(220, 38, 38, 0.03) 0%,
      transparent 40%
    );
  pointer-events: none;
}

.instagram-reels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--spacing-lg);
  margin: var(--spacing-xl) 0;
  position: relative;
  z-index: 2;
}

.reel-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: var(--transition-normal);
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--border-light);
  backdrop-filter: blur(10px);
}

.reel-container:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-accent);
}

.reel-placeholder {
  position: relative;
  aspect-ratio: 9/16;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.reel-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 0.3s ease;
}

.reel-container:hover .reel-placeholder img {
  transform: scale(1.05);
}

.reel-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(220, 38, 38, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: white;
  z-index: 2;
  cursor: pointer;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-lg);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.reel-play-button:hover {
  background: var(--gradient-primary);
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: var(--shadow-xl), 0 0 25px rgba(212, 175, 55, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
}

.reel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: white;
  padding: 2rem 1.5rem 1.5rem;
  z-index: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.reel-overlay h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.reel-overlay p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.instagram-cta {
  text-align: center;
  margin-top: var(--spacing-xl);
  padding: var(--spacing-xl);
  background: var(--bg-accent);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  backdrop-filter: blur(15px);
  position: relative;
  overflow: hidden;
}

.instagram-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
}

.instagram-cta p {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-md);
  color: var(--text-dark);
  font-weight: 500;
}

.instagram-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: var(--spacing-md) var(--spacing-xl);
  background: linear-gradient(
    45deg,
    var(--primary-color) 0%,
    #dc2743 30%,
    #cc2366 60%,
    var(--primary-dark) 100%
  );
  color: white;
  text-decoration: none;
  border-radius: 16px;
  font-weight: 600;
  font-size: 1.125rem;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
  min-width: 200px;
  justify-content: center;
}

.instagram-button:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: var(--shadow-xl), 0 0 30px rgba(212, 175, 55, 0.3);
  filter: brightness(1.1) saturate(1.1);
}

@media (max-width: 768px) {
  .instagram-reels-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .reel-placeholder {
    aspect-ratio: 4/5;
  }

  .gallery {
    padding: 3rem 0;
  }
}

/* Treatment Gallery */
.treatment-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 4rem 0;
}

.gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.gallery-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.gallery-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-image img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(220, 38, 38, 0.9) 0%,
    rgba(153, 27, 27, 0.8) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  color: white;
  padding: 2rem;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.gallery-item:hover .overlay-content {
  transform: translateY(0);
}

.overlay-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.overlay-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.treatment-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.feature {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
}
/* Gallery CTA */
.gallery-cta {
  text-align: center;
  margin-top: var(--spacing-2xl);
  padding: var(--spacing-xl) var(--spacing-lg);
  background: var(--bg-accent);
  border-radius: 28px;
  box-shadow: var(--shadow-xl);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-light);
  backdrop-filter: blur(15px);
}

/* Gold highlight for first 3 service cards in each category */
.services-category
  .services-detailed-grid
  .service-detailed-card:nth-child(-n + 3) {
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.05) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.services-category
  .services-detailed-grid
  .service-detailed-card:nth-child(-n + 3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  z-index: 1;
}

.services-category
  .services-detailed-grid
  .service-detailed-card:nth-child(-n + 3)
  h3 {
  color: var(--primary-color);
  position: relative;
  padding-bottom: 0.5rem;
}

.services-category
  .services-detailed-grid
  .service-detailed-card:nth-child(-n + 3)
  h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--gradient-primary);
}

.gallery-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
}

.gallery-cta h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: var(--spacing-md);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gallery-cta p {
  font-size: 1.25rem;
  color: var(--text-medium);
  margin-bottom: var(--spacing-lg);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: var(--spacing-md);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: var(--spacing-md) var(--spacing-xl);
  background: linear-gradient(
    45deg,
    var(--primary-color) 0%,
    #dc2743 30%,
    #cc2366 60%,
    var(--primary-dark) 100%
  );
  color: white;
  text-decoration: none;
  border-radius: 16px;
  font-weight: 600;
  font-size: 1.125rem;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
  min-width: 200px;
  justify-content: center;
}

.instagram-link:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: var(--shadow-xl), 0 0 30px rgba(212, 175, 55, 0.3);
  filter: brightness(1.1) saturate(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .gallery {
    padding: 3rem 0;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 2rem 0;
  }

  .process-step {
    padding: 1rem;
  }

  .treatment-gallery {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 2rem 0;
  }

  .gallery-cta {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }

  .gallery-cta h3 {
    font-size: 1.4rem;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .cta-primary,
  .instagram-link {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

/* Contact Form */
.form-content {
  max-width: 800px;
  margin: 0 auto;
}

.form-text {
  text-align: center;
  margin-bottom: var(--section-gap);
}

.form-text h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: var(--spacing-sm);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.form-text p {
  font-size: 1.125rem;
  color: var(--text-light);
  margin: 0;
  line-height: 1.6;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-md);
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: var(--spacing-md);
  border: 2px solid var(--border-light);
  border-radius: 16px;
  font-size: 1rem;
  transition: var(--transition-normal);
  background: var(--bg-accent);
  color: var(--text-dark);
  font-family: inherit;
  backdrop-filter: blur(10px);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--border-glow);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2), var(--shadow-md);
  background: var(--bg-secondary);
}

/* Before/After Section */
.before-after {
  padding: 4rem 0;
  background: var(--bg-primary);
}

.slider-container {
  max-width: 800px;
  margin: 0 auto;
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.before,
.after {
  position: relative;
  text-align: center;
}

.before img,
.after img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

.label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
}

.disclaimer {
  text-align: center;
  font-style: italic;
  color: var(--text-light);
  font-size: 0.9rem;
}

/* Testimonials Section - FONDO NEGRO */
section.testimonials {
  padding: var(--spacing-3xl) 0;
  background: #000000 !important;
  position: relative;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: var(--spacing-lg);
  align-items: start;
  max-width: 1200px;
  margin: 0 auto var(--spacing-lg) auto;
}

.testimonial {
  background: var(--bg-accent);
  padding: var(--spacing-lg);
  border-radius: 24px;
  border: 1px solid var(--border-light);
  backdrop-filter: blur(15px);
  box-shadow: var(--shadow-md);
  text-align: center;
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
  height: auto;
}

.testimonial:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-accent);
}

.stars {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.testimonial p {
  font-style: italic;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
  text-align: center;
  line-height: 1.6;
  font-size: 0.95rem;
}

.author {
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 0.5rem;
}

.treatment-tag {
  display: inline-block;
  background: var(--gradient-primary);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: var(--shadow-sm);
}

.testimonial p strong {
  color: var(--primary-color);
  font-weight: 600;
}

.social-proof {
  text-align: center;
  margin-top: 2rem;
}

.social-proof p {
  font-size: 1.25rem;
  color: var(--primary-color);
}

/* Offer Banner - Enhanced Design */
.offer-banner {
  background: linear-gradient(
    135deg,
    var(--bg-primary) 0%,
    rgba(220, 38, 38, 0.1) 30%,
    var(--bg-secondary) 70%,
    var(--bg-accent) 100%
  );
  color: white;
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

.offer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 1;
}

.offer-banner > .container {
  position: relative;
  z-index: 2;
}

/* Offer Banner Content Layout */
.offer-banner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 968px) {
  .offer-banner-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: auto;
  }
}

/* Offer Main Content */
.offer-main {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.offer-badge {
  display: inline-block;
  background: var(--primary-color);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(123, 168, 143, 0.4);
}

.offer-banner h2 {
  color: white;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.offer-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Offer Benefits */
.offer-benefits {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  padding: 0.5rem 0;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  line-height: 1.4;
}

.benefit-icon {
  background: var(--primary-color);
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(123, 168, 143, 0.4);
}

/* Price Comparison */
.offer-value {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.price-comparison {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 2rem;
}

.original-price {
  text-align: left;
}

.offer-price {
  text-align: right;
}

.price-label {
  display: block;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.25rem;
}

.original-price .price-amount {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: line-through;
}

.offer-price .price-amount {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.bonus-offer {
  color: var(--accent-color);
  font-size: 1rem;
  text-align: center;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(203, 163, 92, 0.3);
}

/* Offer Sidebar */
.offer-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-self: center;
  padding: 1rem;
}

.urgency-card,
.guarantee-card,
.testimonial-mini {
  background: rgba(255, 255, 255, 0.95);
  color: var(--text-dark);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.6s ease-out forwards;
  text-align: center;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.urgency-card {
  animation-delay: 0.2s;
}

.guarantee-card {
  animation-delay: 0.4s;
}

.testimonial-mini {
  animation-delay: 0.6s;
}

@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.urgency-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--secondary-dark);
  margin-bottom: 0.75rem;
}

.urgency-icon {
  font-size: 1.25rem;
}

.urgency-text {
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.spots-remaining {
  text-align: center;
  padding: 0.75rem;
  background: var(--primary-color);
  border-radius: 8px;
  color: white;
}

.spots-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
}

.spots-text {
  font-size: 0.875rem;
  font-weight: 500;
}

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

.guarantee-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.guarantee-text {
  font-size: 0.95rem;
  line-height: 1.4;
}

.testimonial-mini {
  font-style: italic;
  text-align: left;
  min-height: 140px;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  color: var(--text-medium);
}

.testimonial-author {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-color);
  text-align: right;
}

/* CTA Section */
.offer-cta-section {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-offer-main {
  background: var(--primary-color);
  color: white;
  border: 3px solid var(--primary-color);
  font-weight: 800;
  font-size: 1.25rem;
  padding: 1.25rem 2.5rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 20px rgba(123, 168, 143, 0.6);
  }
}

.cta-offer-main:hover {
  background: white;
  color: var(--secondary-dark);
  border-color: white;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.cta-secondary-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 500px;
  margin: 0 auto;
}

.whatsapp-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.whatsapp-cta:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  text-decoration: none;
  color: white;
}

.whatsapp-icon {
  font-size: 1.25rem;
}

.schedule-info {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .offer-banner {
    padding: 3rem 0;
  }

  .offer-main {
    text-align: center;
    padding: 1rem;
  }

  .offer-sidebar {
    align-self: center;
    padding: 1rem;
  }

  .offer-benefits {
    text-align: left;
    max-width: 400px;
    margin: 2rem auto;
  }

  .price-comparison {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .original-price,
  .offer-price {
    text-align: center;
  }

  .cta-offer-main {
    min-width: auto;
    width: 100%;
    max-width: 400px;
    font-size: 1.125rem;
    padding: 1rem 1.5rem;
  }

  .whatsapp-cta {
    width: 100%;
    max-width: 400px;
    justify-content: center;
  }
}

/* Lead Form */
.lead-form {
  padding: 4rem 0;
  background: var(--white);
}

.lead-form h2 {
  margin-bottom: 2rem;
}

#leadForm {
  max-width: 600px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--text-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1.2rem;
  border: 2px solid var(--border-light);
  border-radius: 16px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15), 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.checkbox-group input[type="checkbox"] {
  width: auto;
  margin-top: 0.25rem;
}

/* Form message styles moved to responsive section */

/* FAQ Section - FONDO NEGRO */
section.faq {
  padding: var(--spacing-3xl) 0;
  background: #000000 !important;
  position: relative;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg-accent);
  margin-bottom: var(--spacing-md);
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  overflow: hidden;
  transition: var(--transition-normal);
  backdrop-filter: blur(10px);
}

.faq-item:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--border-accent);
  transform: translateY(-2px);
}

.faq-question {
  width: 100%;
  padding: var(--spacing-md);
  background: none;
  border: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  transition: var(--transition-normal);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--primary-color);
  transition: var(--transition-normal);
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-question:hover {
  background: var(--bg-light);
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

/* FAQ Answer Content Styling */
.faq-answer p {
  color: var(--text-medium);
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
  list-style: none;
}

.faq-answer ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  color: var(--text-medium);
  line-height: 1.5;
}

.faq-answer ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.2em;
}

.faq-answer ul li strong {
  color: var(--text-dark);
  font-weight: 600;
}

.faq-answer em {
  color: var(--primary-color);
  font-style: italic;
  font-weight: 500;
}

/* Location Section */
.location {
  padding: 4rem 0;
  background: var(--white);
}

.location-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.location-info h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.location-info p {
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.hours {
  margin-top: 2rem;
}

.hours h4 {
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.map-placeholder {
  background: var(--bg-light);
  border-radius: 1rem;
  overflow: hidden;
}

.map-box {
  padding: 3rem;
  text-align: center;
  color: var(--text-light);
}

/* Footer - FONDO NEGRO */
footer.footer {
  background: #000000 !important;
  color: white;
  padding: var(--spacing-2xl) 0 var(--spacing-lg);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    #000000 0%,
    #000000 40%,
    rgba(0, 0, 0, 0.95) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background-image: radial-gradient(
      circle at 45% 60%,
      rgba(220, 38, 38, 0.08) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 90% 60%,
      rgba(244, 114, 182, 0.06) 0%,
      transparent 40%
    );
  pointer-events: none;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.footer-brand {
  max-width: 300px;
}

.footer-brand .logo {
  margin-bottom: 1.5rem;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer-section h4 {
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

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

.footer-section li {
  margin-bottom: 0.75rem;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition-normal);
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 1.5rem;
}

.footer-social a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition-normal);
}

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

/* WhatsApp Sticky Button - Enhanced */
.whatsapp-sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-sticky a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.whatsapp-sticky a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 70%
  );
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.whatsapp-sticky a:hover::before {
  opacity: 1;
}

.whatsapp-sticky a:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.5);
  filter: brightness(1.1);
}

.whatsapp-sticky img,
.whatsapp-sticky svg {
  width: 38px;
  height: 38px;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.1);
  flex-shrink: 0;
}

/* Pulse animation for WhatsApp button */
@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3),
      0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3),
      0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3),
      0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp-sticky.pulse a {
  animation: whatsapp-pulse 2s infinite;
}

/* WhatsApp tooltip */
.whatsapp-sticky::after {
  content: "¡Agenda por WhatsApp!";
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  background: #1f2937;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.whatsapp-sticky::before {
  content: "";
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #1f2937;
  opacity: 0;
  transition: all 0.3s ease;
}

.whatsapp-sticky:hover::after,
.whatsapp-sticky:hover::before {
  opacity: 1;
}

/* CTA Buttons Group */
.cta-buttons-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* WhatsApp CTA Button */
.cta-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  position: relative;
  overflow: hidden;
}

.cta-whatsapp::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: left 0.5s ease;
}

.cta-whatsapp:hover::before {
  left: 100%;
}

.cta-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.cta-whatsapp span {
  font-size: 1.1rem;
}

/* Responsive adjustments for CTA buttons */
@media (max-width: 768px) {
  .cta-buttons-group {
    flex-direction: column;
    align-items: center;
  }

  .cta-primary,
  .cta-whatsapp {
    width: 100%;
    max-width: 280px;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    line-height: 1.3;
    text-align: center;
  }

  /* Específico para el botón del formulario */
  .form-group .cta-primary {
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
    line-height: 1.2;
  }
}

/* Media query para pantallas muy pequeñas */
@media (max-width: 480px) {
  .form-group .cta-primary {
    font-size: 0.9rem;
    padding: 0.9rem 1.2rem;
    min-height: 44px;
    white-space: normal;
    line-height: 1.3;
  }

  /* Benefits eliminado - se reescribirá */

  /* Form Messages Mobile */
  .form-message {
    padding: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0.75rem 0;
    border-radius: 6px;
    max-width: calc(100vw - 2rem);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Form Container Mobile */
  .smart-form {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  /* WhatsApp Tooltip Mobile */
  .whatsapp-dynamic-tooltip {
    font-size: 0.8rem !important;
    max-width: calc(100vw - 170px) !important;
    right: 90px !important;
    bottom: 15px !important;
    top: auto !important;
    transform: none !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    line-height: 1.4 !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
  }
}

/* WhatsApp Tooltip Animation */
@keyframes fadeInTooltip {
  from {
    opacity: 0;
    transform: translateY(-50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

.whatsapp-text {
  font-size: 0.95rem;
}

/* Form Messages - Responsive */
.form-message {
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.form-message.success {
  background: rgba(220, 38, 38, 0.1);
  color: var(--primary-color);
  border: 1px solid var(--border-accent);
}

.form-message.error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* Checkbox Group */
.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.checkbox-group input[type="checkbox"] {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.checkbox-group label {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.4;
  cursor: pointer;
}

/* Medical Disclaimer */
.service-disclaimer {
  background: var(--bg-dark);
  padding: 1rem 0;
}

.service-disclaimer p {
  font-size: 0.8rem;
  color: var(--text-light);
  text-align: center;
  margin: 0;
  font-style: italic;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .container {
    padding: 0 var(--spacing-md);
  }

  section {
    padding: var(--spacing-2xl) 0;
  }

  /* Benefits ya configurado en media query específico */

  /* Services ya configurado en media query específico */
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .container {
    padding: 0 var(--spacing-sm);
  }

  section {
    padding: var(--spacing-xl) 0;
  }

  .section-header {
    margin-bottom: var(--spacing-xl);
  }

  /* Navigation */
  .nav-menu {
    display: none;
  }

  .cta-nav {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }

  /* Hero */
  .hero {
    padding: 0;
    height: 100vh;
    align-items: center;
    justify-content: center;
  }

  .hero-content {
    text-align: center;
    padding: var(--spacing-lg) var(--spacing-md);
  }

  .hero-trust-indicators {
    gap: 1rem;
    justify-content: center;
  }

  .trust-badge {
    flex: 1;
    min-width: 80px;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
    gap: var(--spacing-sm);
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-image img {
    height: 400px;
  }

  .hero-floating-card {
    bottom: 1rem;
    left: 1rem;
    padding: 1rem;
  }

  /* Benefits */
  .benefits {
    padding: 4rem 0;
  }

  .benefits-header {
    margin-bottom: 3rem;
  }

  /* Benefits ya configurado en media query específico */

  /* Before After */
  .before-after-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .comparison-images {
    gap: 0.5rem;
  }

  .before-image img,
  .after-image img {
    height: 150px;
  }

  /* Testimonials */
  .testimonials-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 100%;
  }

  .testimonial {
    padding: 1.5rem;
  }

  .testimonial p {
    text-align: center;
    font-size: 0.9rem;
  }

  /* Carousel Mobile */
  .testimonials-carousel {
    min-height: 280px;
  }

  .testimonials-carousel .testimonial-slide {
    max-width: 100%;
    padding: 1.5rem;
  }

  /* WhatsApp Sticky */
  .whatsapp-sticky {
    bottom: 1rem;
    right: 1rem;
  }

  .whatsapp-sticky a {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }

  /* Services */
  .services-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .services-image {
    order: -1;
  }

  .services-image img {
    height: 300px;
  }

  /* Specialists */
  .specialists-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }

  .specialist-card {
    padding: 1.5rem;
  }

  /* CTA Section */
  .cta-content {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
    text-align: center;
  }

  .cta-image {
    order: -1;
  }

  .cta-image img {
    height: 300px;
  }

  .offer-content {
    gap: var(--spacing-md);
  }

  .cta-intermedio {
    padding: var(--spacing-lg) var(--spacing-md);
    margin-top: var(--spacing-xl);
  }

  /* Instagram Reels */
  .instagram-reels-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .instagram-cta {
    padding: 2rem 1.5rem;
  }

  /* Instagram Reels Mobile */
  .instagram-reels-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .reel-container {
    max-width: 350px;
    margin: 0 auto;
  }

  .instagram-cta {
    padding: 2rem 1rem;
  }

  /* Gallery */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Contact Form */
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  /* Footer */
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  /* Testimonials Tablet */
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .testimonial {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 0;
    height: 100vh;
    align-items: center;
  }

  .hero-content {
    padding: var(--spacing-md) var(--spacing-sm);
  }

  .hero-image img {
    height: 300px;
  }

  /* Testimonials Mobile */
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 100%;
    margin: 0 auto var(--spacing-lg) auto;
  }

  .testimonial {
    padding: 1.5rem;
  }

  .testimonial p {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
  }

  .treatment-tag {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
  }

  /* Mobile Menu Button */
  .mobile-menu-button {
    padding: 0.5rem;
    margin: -0.5rem;
  }

  .mobile-menu-button svg,
  .menu-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  /* Mobile Menu Close Button */
  .mobile-menu-close-button {
    padding: 0.5rem;
    margin: -0.5rem;
  }

  .mobile-menu-close-button svg,
  .close-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  /* Carousel Mobile Small */
  .testimonials-carousel {
    min-height: 250px;
  }

  .testimonials-carousel .testimonial-slide {
    padding: 1rem;
  }

  .carousel-nav {
    margin-top: 1.5rem;
  }

  .carousel-dot {
    width: 10px;
    height: 10px;
  }

  /* Mobile Menu Transitions - Mobile */
  #mobile-menu .el-dialog-panel {
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }

  #mobile-menu[open] .el-dialog-panel {
    animation: slideInFromRight 0.25s ease-out;
  }

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

  .services-hero,
  .products,
  .specialists,
  .cta-section,
  .gallery,
  .contact-form {
    padding: 3rem 0;
  }

  /* Mobile Menu Link Click Effect */
  .mobile-menu-link {
    transition: all 0.2s ease;
  }

  .mobile-menu-link.clicked {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(0.98);
  }
}

/* Contact Form Section - FONDO NEGRO CON TRANSICIÓN SUAVE */
section.contact-form,
.contact-form {
  padding: 6rem 0 !important;
  background: #000000 !important;
  position: relative;
}

.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    #000000 0%,
    #000000 40%,
    rgba(0, 0, 0, 0.95) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background-image: radial-gradient(
      circle at 25% 60%,
      rgba(220, 38, 38, 0.08) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 75% 20%,
      rgba(244, 114, 182, 0.06) 0%,
      transparent 40%
    );
  pointer-events: none;
}

.specialist-card {
  padding: 1rem;
}

.footer {
  padding: 3rem 0 1.5rem;
}

/* Benefits Mobile - eliminado */

/* Services Mobile - eliminado */

.benefit-card {
  padding: var(--spacing-md);
}

.service-detailed-card {
  padding: var(--spacing-lg);
  min-height: 280px;
}

.cta-intermedio {
  padding: var(--spacing-md) var(--spacing-sm);
  margin-top: var(--spacing-lg);
}

.cta-content-simple {
  max-width: 100%;
}

/* Before After Mobile */
.before-after {
  padding: 3rem 0;
}

.before-after-item {
  padding: 1rem;
}

.before-image img,
.after-image img {
  height: 120px;
}

/* WhatsApp Mobile */
.whatsapp-sticky {
  bottom: 0.5rem;
  right: 0.5rem;
}

.whatsapp-text {
  display: none;
}

.whatsapp-sticky a {
  padding: 0.75rem;
  border-radius: 50%;
  min-width: 50px;
  min-height: 50px;
  justify-content: center;
}

/* Hero Buttons - Consistent with Landing */
.hero a[data-gtm-event="click_cta_hero"] {
  position: relative;
  overflow: hidden;
}

.hero a[data-gtm-event="click_cta_hero"]::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: var(--transition-slow);
}

.hero a[data-gtm-event="click_cta_hero"]:hover::before {
  left: 100%;
}

.hero a[data-gtm-event="click_whatsapp"]:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* Hero Container Positioning */
div[style*="background-color: var(--bg-dark)"] {
  position: relative;
  padding-bottom: 80px;
}

/* Hero Wave Separator */
.hero-wave-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 10;
}

.wave-svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}

.wave-fill {
  fill: var(--bg-primary);
}

/* Wave Animation */
.wave-svg path:nth-child(1) {
  animation: wave-float-1 4s ease-in-out infinite;
}

.wave-svg path:nth-child(2) {
  animation: wave-float-2 4s ease-in-out infinite;
}

.wave-svg path:nth-child(3) {
  animation: wave-float-3 4s ease-in-out infinite;
}

@keyframes wave-float-1 {
  0%,
  100% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(-25px) translateY(-8px);
  }
}

@keyframes wave-float-2 {
  0%,
  100% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(20px) translateY(-12px);
  }
}

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

/* Responsive wave heights */
@media (max-width: 768px) {
  .wave-svg {
    height: 40px;
  }

  div[style*="background-color: var(--bg-dark)"] {
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .wave-svg {
    height: 80px;
  }

  div[style*="background-color: var(--bg-dark)"] {
    padding-bottom: 100px;
  }
}

/* Typewriter Effect */
.typewriter-word {
  position: relative;
  color: var(--accent-color);
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  display: block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  /* Prevent layout shifts */
  overflow: hidden;
  white-space: nowrap;
  /* Ensure consistent baseline */
  line-height: 1.2;
  /* Prevent content from affecting layout */
  box-sizing: border-box;
}

.typewriter-word::after {
  content: "|";
  position: absolute;
  right: -0.05em;
  top: 0;
  color: var(--accent-color);
  animation: blink 1s infinite;
  font-weight: 300;
  font-size: 0.9em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  /* Ensure cursor doesn't affect layout */
  width: 0;
  overflow: visible;
}

.typewriter-word.typing::after {
  animation: blink 0.7s infinite;
}

/* Smooth character transitions - removed to prevent layout shifts */

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* ===== OPTIMIZACIONES AVANZADAS CRO ===== */

/* 1. MICRO-ANIMACIONES Y EFECTOS VISUALES */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Delay progresivo para cards */
.benefit-card:nth-child(1) {
  transition-delay: 0.1s;
}
.benefit-card:nth-child(2) {
  transition-delay: 0.2s;
}
.benefit-card:nth-child(3) {
  transition-delay: 0.3s;
}
.benefit-card:nth-child(4) {
  transition-delay: 0.4s;
}

.service-detailed-card:nth-child(1) {
  transition-delay: 0.1s;
}
.service-detailed-card:nth-child(2) {
  transition-delay: 0.2s;
}
.service-detailed-card:nth-child(3) {
  transition-delay: 0.3s;
}
.service-detailed-card:nth-child(4) {
  transition-delay: 0.4s;
}
.service-detailed-card:nth-child(5) {
  transition-delay: 0.5s;
}
.service-detailed-card:nth-child(6) {
  transition-delay: 0.6s;
}

/* Hover Effects Premium */
.service-detailed-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-detailed-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(220, 38, 38, 0.15),
    0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-light);
}

.benefit-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(244, 114, 182, 0.15),
    0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Efecto ripple en botones */
.cta-primary,
.service-cta {
  position: relative;
  overflow: hidden;
}

.cta-primary::before,
.service-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: width 0.6s, height 0.6s;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.cta-primary:active::before,
.service-cta:active::before {
  width: 300px;
  height: 300px;
}

/* Animación de pulso para elementos importantes */
@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(123, 168, 143, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(123, 168, 143, 0);
  }
}

.pulse-glow {
  animation: pulse-glow 2s infinite;
}

/* 2. ELEMENTOS DE URGENCIA Y ESCASEZ */
.urgency-bar {
  background: var(--gradient-primary);
  color: white;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-md);
}

.urgency-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 600;
  font-size: 0.95rem;
}

.urgency-icon {
  font-size: 1.2rem;
  animation: bounce 2s infinite;
}

.urgency-timer {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}

/* Social Proof Popup */
.social-proof-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateX(-120%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  max-width: 280px;
}

.social-proof-popup.show {
  transform: translateX(0);
}

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

.popup-avatar {
  width: 40px;
  height: 40px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.popup-text {
  flex: 1;
  font-size: 0.85rem;
  line-height: 1.4;
}

.popup-text strong {
  color: var(--primary-color);
  font-weight: 600;
}

.popup-text small {
  color: var(--text-light);
}

/* 3. PRUEBA SOCIAL DINÁMICA */
.live-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 30px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.stat-item {
  text-align: center;
  color: white;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: var(--accent-color);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
  font-weight: 500;
}

/* Testimonials Carousel */
.testimonials-carousel {
  position: relative;
  overflow: hidden;
  height: auto;
  display: block !important;
}

.testimonials-carousel .testimonial-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.6s ease-in-out;
  display: block !important;
  margin: 0 auto;
}

.testimonials-carousel .testimonial-slide.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

.testimonials-carousel .testimonial-slide.prev {
  transform: translateX(-100%);
  position: absolute;
}

/* Carousel Navigation */
.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(220, 38, 38, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  background: var(--primary-color);
  transform: scale(1.2);
}

/* 4. FORMULARIO INTELIGENTE */
.smart-form .step {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.smart-form .step.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.form-progress {
  width: 100%;
  height: 4px;
  background: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 20px;
}

.form-progress-bar {
  height: 100%;
  background: var(--gradient-primary);
  width: 0%;
  transition: width 0.3s ease;
}

.next-step {
  background: var(--gradient-primary);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.next-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* 5. GAMIFICACIÓN */
.benefit-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-new {
  background: var(--gradient-accent);
  color: white;
}

.badge-popular {
  background: var(--gradient-primary);
  color: white;
}

.badge-recommended {
  background: var(--gradient-red-glow);
  color: white;
  border: 1px solid var(--border-accent);
}

/* 6. MÓVIL OPTIMIZADO */
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gradient-primary);
  padding: 15px 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
}

.mobile-sticky-cta.visible {
  transform: translateY(0);
}

.mobile-sticky-cta .cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}

.mobile-sticky-cta .cta-text {
  font-weight: 600;
  font-size: 0.9rem;
}

.mobile-sticky-cta .cta-button {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.85rem;
}

/* 7. ELEMENTOS DE CONFIANZA */
.trust-indicators {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.trust-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.trust-item span {
  font-size: 0.8rem;
  font-weight: 600;
  color: white;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .urgency-content {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .live-stats {
    gap: 20px;
  }

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

  .trust-indicators {
    gap: 15px;
  }

  .social-proof-popup {
    left: 10px;
    right: 10px;
    max-width: none;
  }
}

/* ========================================
   Services Carousel Section
   ======================================== */

.services-carousel-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0;
}

.services-carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Carousel Track */
.services-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Carousel Slides */
.services-carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.services-carousel-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* Video Background */
.services-carousel-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.services-carousel-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(0.6);
}

.services-carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(20, 20, 20, 0.75) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 1;
}

/* Gold shine effect overlay */
.services-carousel-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at top left,
    rgba(245, 158, 11, 0.12) 0%,
    transparent 50%
  ),
  radial-gradient(
    ellipse at bottom right,
    rgba(255, 215, 0, 0.08) 0%,
    transparent 60%
  ),
  radial-gradient(
    circle at center,
    rgba(220, 38, 38, 0.05) 0%,
    transparent 70%
  );
  z-index: 1;
}

/* Vertical fade gradients for section blending */
.services-carousel-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    /* Gradient from top (black to transparent) - stops at 30% */
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.7) 15%,
      transparent 30%
    ),
    /* Gradient from bottom (black to transparent) - starts at 70% */
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.7) 15%,
      transparent 30%
    );
  z-index: 2;
  pointer-events: none;
}

/* Carousel Content */
.services-carousel-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: var(--spacing-2xl) var(--spacing-lg);
  text-align: center;
}

.services-carousel-slide.active .services-carousel-content {
  animation: slideInContent 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s backwards;
}

@keyframes slideInContent {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Service Badge in Carousel */
.services-carousel-content .service-badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: var(--spacing-lg);
  animation: fadeInScale 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.5s backwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Carousel Title */
.services-carousel-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  color: white;
  margin-bottom: var(--spacing-md);
  line-height: 1.1;
  letter-spacing: -0.02em;
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s backwards;
}

.services-carousel-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: var(--spacing-md);
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s backwards;
}

.services-carousel-description {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: var(--spacing-xl);
  max-width: 700px;
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s backwards;
}

/* Carousel CTA */
.services-carousel-cta {
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.7s backwards;
  min-width: 250px;
  font-size: 1.125rem;
  padding: 1rem 2.5rem;
}

/* Navigation Arrows */
.services-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--secondary-color);
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.15);
}

.services-carousel-nav:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: var(--secondary-color);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 30px rgba(245, 158, 11, 0.3);
  color: var(--secondary-color);
}

.services-carousel-nav:active {
  transform: translateY(-50%) scale(0.95);
}

.services-carousel-nav svg {
  width: 28px;
  height: 28px;
}

.services-carousel-prev {
  left: var(--spacing-lg);
}

.services-carousel-next {
  right: var(--spacing-lg);
}

/* Carousel Indicators */
.services-carousel-indicators {
  position: absolute;
  bottom: var(--spacing-xl);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
  padding: 1rem 1.5rem;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  border: 1px solid rgba(245, 158, 11, 0.3);
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.15);
}

.services-carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.3);
  border: 1px solid rgba(245, 158, 11, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.services-carousel-indicator:hover {
  background: rgba(245, 158, 11, 0.6);
  border-color: rgba(245, 158, 11, 0.8);
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}

.services-carousel-indicator.active {
  background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  width: 32px;
  border-radius: 10px;
  border-color: var(--secondary-color);
  box-shadow: 0 0 15px rgba(245, 158, 11, 0.6);
}

/* Carousel Counter */
.services-carousel-counter {
  position: absolute;
  top: var(--spacing-xl);
  right: var(--spacing-xl);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  border: 1px solid rgba(245, 158, 11, 0.3);
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.15);
}

.services-current-slide {
  color: var(--secondary-color);
  font-size: 2rem;
  text-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}

.services-counter-divider {
  color: rgba(245, 158, 11, 0.4);
  font-weight: 400;
}

.services-total-slides {
  color: rgba(245, 158, 11, 0.6);
  font-size: 1.25rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .services-carousel-nav {
    width: 50px;
    height: 50px;
  }

  .services-carousel-nav svg {
    width: 24px;
    height: 24px;
  }

  .services-carousel-prev {
    left: var(--spacing-md);
  }

  .services-carousel-next {
    right: var(--spacing-md);
  }

  .services-carousel-counter {
    top: var(--spacing-md);
    right: var(--spacing-md);
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
  }

  .services-current-slide {
    font-size: 1.5rem;
  }

  .services-total-slides {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .services-carousel-section {
    min-height: 500px;
  }

  .services-carousel-content {
    padding: var(--spacing-xl) var(--spacing-md);
  }

  .services-carousel-title {
    font-size: clamp(2rem, 6vw, 3rem);
    margin-bottom: var(--spacing-sm);
  }

  .services-carousel-subtitle {
    font-size: clamp(1rem, 3vw, 1.25rem);
    margin-bottom: var(--spacing-sm);
  }

  .services-carousel-description {
    font-size: 0.95rem;
    margin-bottom: var(--spacing-lg);
  }

  .services-carousel-cta {
    min-width: 200px;
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }

  .services-carousel-nav {
    width: 45px;
    height: 45px;
  }

  .services-carousel-nav svg {
    width: 20px;
    height: 20px;
  }

  .services-carousel-prev {
    left: var(--spacing-sm);
  }

  .services-carousel-next {
    right: var(--spacing-sm);
  }

  .services-carousel-indicators {
    bottom: var(--spacing-lg);
    gap: 0.5rem;
    padding: 0.75rem 1rem;
  }

  .services-carousel-indicator {
    width: 8px;
    height: 8px;
  }

  .services-carousel-indicator.active {
    width: 24px;
  }

  .services-carousel-counter {
    top: var(--spacing-sm);
    right: var(--spacing-sm);
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }

  .services-current-slide {
    font-size: 1.25rem;
  }

  .services-total-slides {
    font-size: 0.875rem;
  }

  .services-carousel-content .service-badge {
    font-size: 0.75rem;
    padding: 0.4rem 1rem;
    margin-bottom: var(--spacing-md);
  }
}

@media (max-width: 480px) {
  .services-carousel-nav {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
  }

  .services-carousel-nav svg {
    width: 18px;
    height: 18px;
  }

  .services-carousel-indicators {
    padding: 0.5rem 0.75rem;
  }

  .services-carousel-indicator {
    width: 6px;
    height: 6px;
  }

  .services-carousel-indicator.active {
    width: 20px;
  }
}

/* Keyboard Navigation Hint */
@media (hover: hover) {
  .services-carousel-nav::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .services-carousel-nav:hover::after {
    opacity: 0.2;
    animation: pulse-ring 1.5s infinite;
  }

  @keyframes pulse-ring {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.2;
    }
    50% {
      transform: translate(-50%, -50%) scale(1.1);
      opacity: 0.1;
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.2;
    }
  }
}

/* ========================================
   Business Section (Empresas & Flotas)
   ======================================== */

.business-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: var(--spacing-3xl) 0;
  overflow: hidden;
  background: #000000;
}

/* Background */
.business-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.business-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(10, 10, 10, 0.2) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 1;
}

.business-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    /* Dorado principal - múltiples focos */
    radial-gradient(
      ellipse at 20% 30%,
      rgba(245, 158, 11, 0.18) 0%,
      rgba(245, 158, 11, 0.08) 30%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 80% 70%,
      rgba(255, 215, 0, 0.15) 0%,
      rgba(255, 215, 0, 0.06) 30%,
      transparent 60%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(245, 158, 11, 0.12) 0%,
      transparent 70%
    ),
    /* Rojo sutil - acentos */
    radial-gradient(
      circle at 10% 80%,
      rgba(220, 38, 38, 0.06) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 90% 20%,
      rgba(220, 38, 38, 0.04) 0%,
      transparent 50%
    );
  z-index: 2;
}

/* Vertical fade gradients for section blending */
.business-pattern::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    /* Gradient from top (black to transparent) - stops at 30% */
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.7) 15%,
      transparent 30%
    ),
    /* Gradient from bottom (black to transparent) - starts at 70% */
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.7) 15%,
      transparent 30%
    );
  z-index: 3;
  pointer-events: none;
}

/* Content */
.business-content {
  position: relative;
  z-index: 4;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  width: 100%;
}

/* Header */
.business-header {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}

.business-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(
    135deg,
    rgba(220, 38, 38, 0.15) 0%,
    rgba(245, 158, 11, 0.15) 100%
  );
  border: 1px solid rgba(245, 158, 11, 0.4);
  border-radius: 50px;
  color: var(--secondary-color);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: var(--spacing-lg);
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.2);
}

.business-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: white;
  margin-bottom: var(--spacing-md);
  line-height: 1.2;
}

.business-highlight {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.business-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Stats Grid */
.business-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-3xl);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.business-stat-card {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 20px;
  padding: var(--spacing-xl);
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.05);
}

.business-stat-card:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-5px);
  border-color: var(--secondary-color);
  box-shadow: 0 8px 30px rgba(245, 158, 11, 0.25);
}

.business-stat-card .stat-icon {
  font-size: 2.5rem;
  margin-bottom: var(--spacing-sm);
}

.business-stat-card .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: var(--spacing-xs);
}

.business-stat-card .stat-label {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

/* Services Grid */
.business-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-3xl);
}

.business-service-card {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 24px;
  padding: var(--spacing-2xl);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.05);
}

.business-service-card:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-10px);
  border-color: var(--secondary-color);
  box-shadow: 0 20px 40px rgba(245, 158, 11, 0.3);
}

.business-service-card.featured {
  border: 2px solid var(--secondary-color);
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 4px 30px rgba(245, 158, 11, 0.15),
              0 0 0 1px rgba(220, 38, 38, 0.1) inset;
}

.business-featured-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient-primary);
  color: white;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
}

.business-card-icon {
  width: 60px;
  height: 60px;
  background: var(--gradient-primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-lg);
  transition: transform 0.3s ease;
}

.business-service-card:hover .business-card-icon {
  transform: scale(1.1) rotate(5deg);
}

.business-card-icon svg {
  width: 32px;
  height: 32px;
  color: white;
}

.business-service-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: var(--spacing-md);
}

.business-service-card > p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: var(--spacing-lg);
}

.business-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.business-features li {
  color: rgba(255, 255, 255, 0.8);
  padding: var(--spacing-sm) 0;
  font-size: 0.95rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.business-features li:last-child {
  border-bottom: none;
}

/* CTA Section */
.business-cta-section {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 24px;
  padding: var(--spacing-2xl);
  text-align: center;
  box-shadow: 0 4px 30px rgba(245, 158, 11, 0.1),
              0 0 0 1px rgba(245, 158, 11, 0.1) inset;
}

.business-cta-content h3 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: white;
  margin-bottom: var(--spacing-md);
}

.business-cta-content > p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: var(--spacing-xl);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.business-cta-buttons {
  display: flex;
  gap: var(--spacing-md);
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: var(--spacing-xl);
}

.business-cta-primary {
  min-width: 280px;
  font-size: 1.1rem;
}

.business-cta-secondary {
  min-width: 200px;
}

.business-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--spacing-md);
  max-width: 900px;
  margin: 0 auto;
}

.business-benefit-item {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.business-benefit-item .benefit-check {
  width: 24px;
  height: 24px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .business-services-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .business-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .business-section {
    padding: var(--spacing-2xl) 0;
    min-height: auto;
  }

  .business-content {
    padding: 0 var(--spacing-md);
  }

  .business-header {
    margin-bottom: var(--spacing-xl);
  }

  .business-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

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

  .business-stats-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-xl);
  }

  .business-stat-card {
    padding: var(--spacing-lg);
  }

  .business-stat-card .stat-icon {
    font-size: 2rem;
  }

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

  .business-services-grid {
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
  }

  .business-service-card {
    padding: var(--spacing-xl);
  }

  .business-card-icon {
    width: 50px;
    height: 50px;
  }

  .business-card-icon svg {
    width: 28px;
    height: 28px;
  }

  .business-cta-section {
    padding: var(--spacing-xl);
  }

  .business-cta-buttons {
    flex-direction: column;
    gap: var(--spacing-sm);
  }

  .business-cta-primary,
  .business-cta-secondary {
    width: 100%;
    min-width: auto;
  }

  .business-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .business-badge {
    font-size: 0.75rem;
    padding: 0.4rem 1rem;
  }

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

  .business-subtitle {
    font-size: 0.95rem;
  }

  .business-stat-card {
    padding: var(--spacing-md);
  }

  .business-service-card h3 {
    font-size: 1.25rem;
  }

  .business-features li {
    font-size: 0.875rem;
  }
}
