
      
        /* Prevenir modo oscuro automático */
        html {
            color-scheme: light !important;
        }
        
        body {
            overflow-x: hidden;
            color-scheme: light !important;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
            color: #1a1a1a !important;
        }
        
        /* Forzar colores originales en elementos principales */
        *, *::before, *::after {
            color-scheme: light !important;
        }
        
        /* Asegurar fondos blancos donde corresponde */
        .header, .nav, .features, .how-it-works, .testimonials {
            background: white !important;
            color: #1a1a1a !important;
        }
        
        /* Asegurar gradientes originales */
        .hero, .video-section, .demos-section, .industries-section {
            background: linear-gradient(135deg, #667eea, #764ba2) !important;
            color: white !important;
        }
        
        /* Inputs y formularios */
        input, textarea, select, button {
            color-scheme: light !important;
            background: white !important;
            color: #1a1a1a !important;
        }
        
        /* Cards y elementos con fondo blanco */
        .feature-card, .testimonial-card, .demo-card, .step-card, .industry-card {
            background: white !important;
            color: #1a1a1a !important;
        }
        
        /* Modal backgrounds */
        #subModal, #contactModal {
            color-scheme: light !important;
        }
        
        #subModal > div, #contactModal > div {
            background: white !important;
            color: #1a1a1a !important;
        }
        
        /* Mobile menu */
        .mobile-menu {
            background: rgba(255, 255, 255, 0.98) !important;
            color: #1a1a1a !important;
        }
        
        /* Footer específico */
        .footer {
            background: #1a1a1a !important;
            color: white !important;
        }
        
        .footer * {
            color: white !important;
        }
        
        /* Overlays de procesamiento */
        #processingOverlay, #contactProcessingOverlay {
            background: linear-gradient(135deg, #667eea, #764ba2) !important;
            color: white !important;
        }

        /* PREVENCIÓN AGRESIVA DEL MODO OSCURO */
        
        /* Forzar esquema de luz en todo */
        :root {
            color-scheme: light only !important;
        }
        
        html, body {
            overflow-x: hidden;
            color-scheme: light only !important;
            -webkit-color-scheme: light only !important;
        }
        
        /* Forzar colores específicos en títulos y texto */
        h1, h2, h3, h4, h5, h6 {
            color: inherit !important;
        }
        
        /* Hero section - títulos blancos */
        .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
            color: white !important;
        }
        
        .hero p, .hero span, .hero div {
            color: #222 !important;
        }
        
        /* Secciones con fondo blanco - texto oscuro */
        .features h1, .features h2, .features h3, .features h4, .features h5, .features h6,
        .how-it-works h1, .how-it-works h2, .how-it-works h3, .how-it-works h4, .how-it-works h5, .how-it-works h6,
        .testimonials h1, .testimonials h2, .testimonials h3, .testimonials h4, .testimonials h5, .testimonials h6 {
            color: #1a1a1a !important;
        }
        
        .how-it-works p, .how-it-works span, .how-it-works div {
            color: #fff !important;
        }

        .features p, .features span, .features div,
        .testimonials p, .testimonials span, .testimonials div {
            color: #222 !important;
        }
        
        /* Secciones con fondo de gradiente - texto blanco */
        .demos-section h1, .demos-section h2, .demos-section h3, .demos-section h4, .demos-section h5, .demos-section h6,
        .industries-section h1, .industries-section h2, .industries-section h3, .industries-section h4, .industries-section h5, .industries-section h6,
        .cta-section h1, .cta-section h2, .cta-section h3, .cta-section h4, .cta-section h5, .cta-section h6,
        .video-section h1, .video-section h2, .video-section h3, .video-section h4, .video-section h5, .video-section h6 {
            color: white !important;
        }
        
        .demos-section p, .demos-section span, .demos-section div,
        .industries-section p, .industries-section span, .industries-section div,
        .cta-section p, .cta-section span, .cta-section div,
        .video-section p, .video-section span, .video-section div {
            color: rgba(255, 255, 255, 0.9) !important;
        }
        
        /* Navigation */
        .nav-link, .mobile-nav-link {
            color: #1a1a1a !important;
        }
        
        .nav-link:hover, .mobile-nav-link:hover {
            color: #667eea !important;
        }
        
        /* Títulos de sección específicos */
        .section-title {
            background: linear-gradient(135deg, #667eea, #764ba2) !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            background-clip: text !important;
        }
        
        /* Solo para secciones con fondo de gradiente */
        .demos-section .section-title,
        .industries-section .section-title {
            color: white !important;
            background: none !important;
            -webkit-background-clip: initial !important;
            -webkit-text-fill-color: white !important;
            background-clip: initial !important;
        }
        
        .section-subtitle {
            color: #6b7280 !important;
        }
        
        .demos-section .section-subtitle,
        .industries-section .section-subtitle {
            color: rgba(255, 255, 255, 0.9) !important;
        }
        
        /* Cards específicas */
        .feature-title, .demo-content h3, .testimonial-author h4 {
            color: #1a1a1a !important;
        }
        
        .feature-description, .demo-content p, .testimonial-text {
            color: #6b7280 !important;
        }
        
        /* Stats en hero */
        .stat-number {
            color: white !important;
        }
        
        .stat-label {
            color: rgba(255, 255, 255, 0.8) !important;
        }
        
        /* Footer específico */
        .footer h3, .footer h4, .footer h5, .footer h6 {
            color: #00a8ff !important;
        }
        
        .footer p, .footer a, .footer span, .footer div {
            color: #d1d5db !important;
        }
        
        .footer-bottom {
            color: #9ca3af !important;
        }
        
        /* Iconos y SVG */
        svg, svg path, svg circle, svg rect {
            fill: inherit !important;
        }
        
        .feature-icon svg, .feature-icon svg path {
            fill: white !important;
        }
        
        /* Forzar colores en elementos inline */
        strong, b, em, i, small, span {
            color: inherit !important;
        }
        
        /* Prevenir inversión de imágenes */
        img, video, iframe {
            filter: none !important;
        }
        
        /* Buttons específicos */
       
        
        .btn-secondary {
            background: transparent !important;
            color: #667eea !important;
            border-color: #667eea !important;
        }

        .btn-tertiary {
            background: transparent !important;
            color: #fff !important;
            border-color: #fff !important;
        }
        
        /* Mobile menu específico */
        .mobile-menu-toggle span {
            background: #1a1a1a !important;

        /* Fix para desbordamiento en móvil */
        @media (max-width: 480px) {
            /* Testimonials responsivos */
            .testimonials-grid {
                grid-template-columns: 1fr !important;
                gap: 1.5rem !important;
            }
            
            /* Industries más pequeños en móvil */
            .industries-grid {
                grid-template-columns: 1fr !important;
                gap: 1rem !important;
            }
            
            /* Cards más pequeñas */
            .testimonial-card {
                padding: 1.5rem !important;
            }
            
            .industry-card {
                padding: 1.5rem !important;
            }
            
            /* Container con padding reducido */
            .container {
                padding: 0 1rem !important;
            }
            
            /* Evitar overflow horizontal */
            .testimonials, .industries-section {
                overflow-x: hidden;
            }
        }

        /* Media query adicional para dispositivos muy pequeños */
        @media (max-width: 375px) {
            .testimonials-grid {
                gap: 1rem !important;
            }
            
            .industries-grid {
                gap: 0.75rem !important;
            }
            
            .testimonial-card,
            .industry-card {
                padding: 1rem !important;
            }
        }

        /* Asegurar que las grids no se desborden */
        .testimonials-grid,
        .industries-grid {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }

        .testimonial-card,
        .industry-card {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }
        }

        /* Fix específico para industries grid en móvil */
        @media (max-width: 768px) {
            .industries-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 1.5rem !important;
            }
        }

        @media (max-width: 480px) {
            .industries-grid {
                grid-template-columns: 1fr !important;
                gap: 1rem !important;
                margin-top: 2rem !important;
            }
            
            .industry-card {
                padding: 1.5rem !important;
                text-align: center !important;
            }
        }

        @media (max-width: 375px) {
            .industries-grid {
                gap: 0.75rem !important;
                margin-top: 1.5rem !important;
            }
            
            .industry-card {
                padding: 1rem !important;
            }
            
            .industry-icon {
                font-size: 1.5rem !important;
            }
        }

        /* Asegurar que no haya overflow en la sección */
        .industries-section {
            overflow-x: hidden !important;
        }

        .industries-section .container {
            max-width: 100% !important;
            overflow-x: hidden !important;
        }


        body {
            overflow-x: hidden;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.6;
            color: #1a1a1a;
            overflow-x: hidden;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding-top: 80px;
        }

        /* Header */
        .header {
            position: fixed;
            top: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            z-index: 1000;
            padding: 1rem 0;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        }

        .nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .logo {
            font-size: 1.8rem;
            font-weight: 800;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

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

        .nav-link {
            text-decoration: none;
            color: #1a1a1a;
            font-weight: 500;
            transition: all 0.5s ease;
            position: relative;
        }

        .nav-link:hover {
            color: #4f51e2;
        }

        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 0;
            background: linear-gradient(135deg, #667eea, #764ba2);
            transition: width 0.3s ease;
        }

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

        .cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
        }

        .btn {
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.5s ease;
            cursor: pointer;
            font-size: 0.9rem;
        }

        .btn-primary {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white !important;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }

        /* Animación gradient para botón header */
        .btn-primary-animated {
            background: linear-gradient(-45deg, #667eea, #764ba2, #667eea, #764ba2);
            background-size: 400% 400%;
            animation: gradientShift 6s ease infinite;
            color: white !important;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }
        
        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
        }

        .btn-secondary {
            background: transparent;
            color: #667eea;
            border: 2px solid #667eea;
        }

        .btn-secondary:hover {
            background: #667eea !important;
            color: white !important;
        }

        .btn-tertiary {
            background: transparent;
            color: #fff;
            border: 2px solid #fff;
        }

        .btn-tertiary:hover {
            background: #667eea !important;
            color: white !important;
        }

        /* Hero Section */
        .hero {
            min-height: calc(100vh - 80px);
            background: linear-gradient(135deg, #667eea, #764ba2);
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .hero-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 3rem 2rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
            z-index: 2;
        }

        .hero-text h1 {
            font-size: 3.5rem;
            font-weight: 900;
            margin: 0 auto 1.5rem auto;
            color: white !important;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            line-height: 1.2;
            text-align: center;
            animation: fadeInUp 1.2s ease-out, textGlow 3s ease-in-out infinite alternate;
        }

        .hero-text .highlight {
            font-weight: 800;
            color: white;
        }



        .hero-text p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            color: rgba(255, 255, 255, 0.9) !important;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            text-align: center;
        }

        .hero-stats {
            display: flex;
            gap: 2rem;
            margin-bottom: 2rem;
            justify-content: center;
        }

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

        .stat-number {
            font-size: 2rem;
            font-weight: 800;
            color: #222;
        }

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

        .hero-visual {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .phone-mockup {
            width: 300px;
            height: 600px;
            background: linear-gradient(135deg, #2d3748, #4a5568);
            border-radius: 40px;
            padding: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            position: relative;
            overflow: hidden;
        }

        /* Features Section */
        .features {
            padding: 8rem 0;
            background: white;
            position: relative;
        }

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

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

        .section-title {
            color: #667eea;
            color: white !important;
            font-weight: 800;
            margin-bottom: 1rem;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-size: 2.5rem;
        }

        .section-subtitle {

        /* Títulos blancos solo para demos-section e industries-section */
        section#demos.demos-section .section-header .section-title,
        section.industries-section .section-header .section-title {
            color: white !important;
            background: none !important;
            -webkit-background-clip: initial !important;
            -webkit-text-fill-color: initial !important;
            background-clip: initial !important;
        }

        section#demos.demos-section .section-header .section-subtitle,
        section.industries-section .section-header .section-subtitle {
            color: rgba(255, 255, 255, 0.9) !important;
        }

        /* Estilo super específico para industries-section */
        .industries-section h2,
        .industries-section p {
            color: white !important;
            background: transparent !important;
            -webkit-text-fill-color: white !important;
        }
            font-size: 1.1rem;
            color: #6b7280;
            max-width: 600px;
            margin: 0 auto;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .feature-card {
            background: white;
            padding: 2rem;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.5s ease;
            border: 1px solid #f3f4f6;
            text-align: center;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem auto;
            font-size: 1.5rem;
        }

        .feature-title {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #1a1a1a;
        }

        .feature-description {
            color: #6b7280;
            line-height: 1.6;
        }

        /* Video Section */
        .video-section {
            padding: 6rem 0;
            background: linear-gradient(135deg, #667eea, #764ba2);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .video-display {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Testimonials */
        .testimonials {
            padding: 8rem 0;
            background: #f8fafc;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }

        .testimonial-card {
            background: white;
            padding: 2rem;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .testimonial-card {
            transition: all 0.5s ease;
            cursor: pointer;
        }

        .testimonial-card:hover {
            background: linear-gradient(135deg, #667eea, #764ba2) !important;
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(102, 126, 234, 0.4);
        }

        .testimonial-card:hover .testimonial-text {
            color: rgba(255, 255, 255, 0.9) !important;
        }

        .testimonial-card:hover .testimonial-author h4 {
            color: white !important;
        }

        .testimonial-card:hover .testimonial-author p {
            color: rgba(255, 255, 255, 0.8) !important;
        }

        .testimonial-card:hover .author-avatar {
            background: rgba(255, 255, 255, 0.2) !important;
            color: white !important;
        }

        .testimonial-text {
            font-style: italic;
            margin: 0 auto 1.5rem auto;
            color: #4b5563;
            line-height: 1.7;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .author-avatar {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white !important;
            font-weight: 600;
        }

        .author-info h4 {
            font-weight: 600;
            color: #1a1a1a;
        }

        .author-info p {
            color: #6b7280;
            font-size: 0.9rem;
        }

        /* CTA Section */
        .cta-section {
            padding: 6rem 0;
            background: linear-gradient(135deg, #1a202c, #2d3748);
            color: white !important;
            text-align: center;
        }

        .cta-content h2 {
            color: #667eea;
            color: white !important;
            font-weight: 800;
            margin-bottom: 1rem;
            font-size: 2.5rem;
        }

        .cta-content p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }


        .cta-features {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin: 2rem 0;
            flex-wrap: wrap;
        }

        .cta-feature {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            background: transparent;
            padding: 0.75rem 1.5rem;
            border-radius: 0px;
            font-weight: 500;
        }

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

        /* Footer */
        .footer {
            background: #1a1a1a;
            color: white !important;
            padding: 3rem 0 1rem;
        }

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

        .footer-section h3 {
            margin-bottom: 1rem;
            color: #00a8ff;
        }

        .footer-section a {
            color: #d1d5db;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 13px;
        }

        .footer-section a:hover {
            color: #667eea;
            color: white !important;
        }

        .footer-bottom {
            border-top: 1px solid #374151;
            padding-top: 2rem;
            text-align: center;
            color: #9ca3af;
            font-size: 13px !important;
        }


        .video-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .video-container iframe {
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            animation: floating 3s ease-in-out infinite;
        }



       @media (max-width: 768px) {
            .testimonials-track {
                width: calc(100% * 3);
            }

            .video-container iframe {
                width: 240px;
                height: 420px;
            }

            .testimonial {
                flex: 0 0 100%;
            }
        }




        .gif-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .gif-container img {
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            animation: floating 3s ease-in-out infinite;
        }


        /* Demos Section */
        .demos-section {
            padding: 8rem 0;
            background: linear-gradient(135deg, #667eea, #764ba2);
        }

        .demos-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 3rem;
            margin-top: 4rem;
        }

        .demo-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.5s ease;
        }

        .demo-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
        }

        .demo-image {
            position: relative;
            overflow: hidden;
            min-height: 420px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8fafc;
            text-align: center;
            padding: 16px;
        }

        .demo-image img {
            max-width: 1000px;
            max-height: 400px;
            object-fit: contain;
            transition: transform 0.3s ease;
            border-radius: 8px;
            display: block;
            margin: 0 auto;
            padding: 33px;
        }

        .demo-card:hover .demo-image img {
            transform: scale(1.02);
        }

        .demo-content {
            padding: 2rem;
        }

        .demo-content h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #1a1a1a;
        }

        .demo-content p {
            color: #6b7280;
            line-height: 1.6;
        }

        /* Responsive para desktop grande */
        @media (min-width: 1200px) {
            .demos-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 4rem;
            }
        }

        /* Responsive para tablet y móvil */
        @media (max-width: 768px) {
            .demos-grid {
                grid-template-columns: 1fr;
                gap: 7rem;
            }
            
            .demos-section {
                padding: 6rem 0;
            }
        }


        /* How It Works Section */
        .how-it-works {
            padding: 8rem 0;
            background: white;
        }

        .steps-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 3rem;
            margin-top: 4rem;
        }

        .step-card {
            text-align: center;
            padding: 2rem;
            border-radius: 20px;
            background: #f8fafc;
            transition: all 0.5s ease;
        }

        .step-card:hover {
            background: linear-gradient(135deg, #667eea, #764ba2) !important;
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(102, 126, 234, 0.4);
        }

        .step-card:hover h3 {
            color: white !important;
        }

        .step-card:hover p {
            color: rgba(255, 255, 255, 0.9) !important;
        }

        .step-card:hover .step-number {
            background: rgba(255, 255, 255, 0.2) !important;
            color: white !important;
        }

        .step-number {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white !important;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 800;
            margin: 0 auto 1.5rem;
        }

        .step-card h3 {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #1a1a1a;
        }

        .step-card p {
            color: #6b7280 !important;
            line-height: 1.6;
        }

        /* Industries Section */
        .industries-section {
            padding: 8rem 0;
            background: linear-gradient(135deg, #667eea, #764ba2);
        }

        .industries-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-top: 4rem;
        }

        .industry-card {
            background: white;
            padding: 2rem;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.5s ease;
        }

        .industry-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .industry-icon {
            color: #667eea;
            margin-bottom: 1rem;
        }

        .industry-card h4 {
            font-size: 1rem;
            font-weight: 600;
            color: #1a1a1a;
        }


        @media (max-width: 768px) {
            .steps-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .industries-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }
            
            .how-it-works, .industries-section {
                padding: 6rem 0;
            }
        }

        /* Responsive */

        @media (max-width: 768px) {
            
            .nav-menu {
                display: none;
            .video-container iframe {
                width: 240px;
                height: 420px;
            .video-container iframe {
                width: 240px;
                height: 420px;
            }

            }

            }

            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 2rem;
            }

            .hero-text h1 {
                font-size: 2.5rem;
            }

            .phone-mockup {
                width: 250px;
                height: 500px;
            }

            .hero-stats {
                justify-content: center;
            }
            
        }

        @media (max-width: 768px) {
            /* Ocultar el icono en la sección de Funciones Avanzadas */
            .detailed-features div[style*="flex-shrink: 0"] {
                display: none;
            }
            
            /* Hacer que el contenedor use toda la pantalla */
            .detailed-features div[style*="display: flex"] {
                flex-direction: column !important;
                gap: 0 !important;
            }
            
            /* Opcional: Ajustar el padding del contenedor */
            .detailed-features div[style*="padding: 2rem"] {
                padding: 1.5rem !important;
            }
        }
        
        /* Landing GIF responsive */
        @media (max-width: 768px) {
            .landing-gif {
                max-width: 100% !important;
            }
        }

        /* Landing GIF styles */
        .landing-gif {
            max-width: 50%;
            height: auto;
            border-radius: 15px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        /* Landing GIF responsive */
        @media (max-width: 768px) {
            .landing-gif {
                max-width: 100% !important;
            }
        }

        /* Animations */
        .floating {
            animation: floating 3s ease-in-out infinite;
        }



        .pulse {
            animation: pulse 2s infinite;
        }

        /* Hero Title Animations */
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(40px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes textGlow {
            0% {
                text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 255, 255, 0.1);
            }
        }

        @keyframes gradientShift {
            0%, 100% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.7; }
        }

        /* Hover effect para cajas de funciones avanzadas */
        .detailed-features > div > div > div {
            transition: all 0.5s ease;
            cursor: pointer;
        }

        .detailed-features > div > div > div:hover {
            background: linear-gradient(135deg, #667eea, #764ba2) !important;
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
        }

        .detailed-features > div > div > div:hover h3 {
            color: white !important;
        }

        .detailed-features > div > div > div:hover p {
            color: rgba(255, 255, 255, 0.9) !important;
        }

        .detailed-features > div > div > div:hover svg path {
            fill: white !important;
        }

        /* Hover effect para la sección Tu Equipo Virtual de Cobranza */
        .feature-card {
            transition: all 0.5s ease;
            cursor: pointer;
        }

        .feature-card:hover {
            background: linear-gradient(135deg, #667eea, #764ba2) !important;
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
        }

        .feature-card:hover .feature-title {
            color: white !important;
        }

        .feature-card:hover .feature-description {
            color: rgba(255, 255, 255, 0.9) !important;
        }

        .feature-card:hover .feature-icon {
            background: rgba(255, 255, 255, 0.2) !important;
        }


        /* Footer links hover */
        .footer-content a:hover {
            color: #667eea !important;

        /* Email hover */
        a[href^="mailto:"]:hover {
            color: #667eea !important;
        }
        }
        .feature-card:hover .feature-icon svg {
            filter: brightness(0) invert(1);
        }

        .detailed-features > div > div > div:hover svg {
            filter: brightness(0) invert(1);
        }

        /* Mobile Menu Styles */
        .mobile-menu-toggle {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            flex-direction: column;
            padding: 5px;
            z-index: 1001;
        }

        .mobile-menu-toggle span {
            width: 25px;
            height: 3px;
            background: #1a1a1a;
            margin: 3px 0;
            transition: all 0.3s ease;
            border-radius: 2px;
        }

        .mobile-menu-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .mobile-menu-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -6px);
        }

        .mobile-menu {
            position: fixed;
            top: 80px;
            left: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(20px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            padding: 2rem;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-20px);
            transition: all 0.3s ease;
        }

        .mobile-menu.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .mobile-nav-links {
            list-style: none;
            padding: 0;
            margin: 0 0 2rem 0;
        }

        .mobile-nav-links li {
            margin: 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .mobile-nav-links li:last-child {
            border-bottom: none;
        }

        .mobile-nav-link {
            display: block;
            padding: 1rem 0;
            color: #1a1a1a;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.1rem;
            transition: color 0.3s ease;
        }

        .mobile-nav-link:hover {
            color: #667eea;
        }

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

        .mobile-btn {
            text-align: center;
            padding: 1rem;
            border-radius: 12px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        /* Responsive Styles */
        @media (max-width: 768px) {
            .nav-menu {
                display: none !important;
            }

            .nav .cta-buttons {
                display: none !important;
            }

            .mobile-menu-toggle {
                display: flex !important;
            }

            .nav {
                padding: 0 1rem;
            }
        }

        /* Corrección específica y agresiva para industries */
        @media (max-width: 768px) {
            .industries-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 1rem !important;
            }
        }

        @media (max-width: 480px) {
            .industries-grid {
                grid-template-columns: 1fr !important;
                gap: 1rem !important;
                margin-top: 2rem !important;
            }
            
            .industry-card {
                padding: 1.5rem !important;
                margin: 0 !important;
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
            }
            
            .industries-section .container {
                padding: 0 1rem !important;
                max-width: 100% !important;
                overflow-x: hidden !important;
            }
        }

        @media (max-width: 375px) {
            .industries-grid {
                gap: 0.75rem !important;
            }
            
            .industry-card {
                padding: 1rem !important;
            }
        }

        /* Asegurar que no se desborde en ningún tamaño */
        .industries-section {
            width: 100% !important;
            max-width: 100% !important;
            overflow-x: hidden !important;
        }

        .industries-grid {
            width: 100% !important;
            max-width: 100% !important;
        }

        /* Forzar colores correctos en industries en TODOS los dispositivos */
        .industry-icon,
        .industry-icon svg,
        .industry-icon svg path {
            color: #667eea !important;
            fill: #667eea !important;
        }

        .industry-card h4 {
            color: #1a1a1a !important;
        }

        /* Asegurar que se aplique en móvil también */
        @media (max-width: 768px) {
            .industry-icon,
            .industry-icon svg,
            .industry-icon svg path {
                color: #667eea !important;
                fill: #667eea !important;
            }

            .industry-card h4 {
                color: #1a1a1a !important;
            }
        }

        @media (max-width: 480px) {
            .industry-icon,
            .industry-icon svg,
            .industry-icon svg path {
                color: #667eea !important;
                fill: #667eea !important;
            }

            .industry-card h4 {
                color: #1a1a1a !important;
            }
        }

        /* Sobreescribir cualquier regla de modo oscuro */
        .industries-section .industry-icon,
        .industries-section .industry-icon svg,
        .industries-section .industry-icon svg path {
            color: #667eea !important;
            fill: #667eea !important;
        }

        .industries-section .industry-card h4 {
            color: #1a1a1a !important;
        }

        /* CTA Buttons en columna para móvil */
        @media (max-width: 768px) {
            .cta-buttons {
                flex-direction: column !important;
                gap: 1rem !important;
                align-items: center !important;
            }
            
            .cta-buttons .btn {
                width: 80% !important;
                max-width: 280px !important;
                text-align: center !important;
                padding: 1rem 1.5rem !important;
            }
        }

        @media (max-width: 480px) {
            .cta-buttons .btn {
                width: 90% !important;
                padding: 1rem !important;
            }
        }

        /* CTA Buttons específicos - más prioridad */
        @media (max-width: 768px) {
            .cta-section .cta-content .cta-buttons {
                flex-direction: column !important;
                gap: 1.5rem !important;
                align-items: center !important;
                justify-content: center !important;
            }
            
            .cta-section .cta-content .cta-buttons .btn {
                width: 85% !important;
                max-width: 300px !important;
                text-align: center !important;
                padding: 1rem 2rem !important;
                display: block !important;
                margin: 0 auto !important;
            }
        }

        @media (max-width: 480px) {
            .cta-section .cta-content .cta-buttons .btn {
                width: 95% !important;
                max-width: 280px !important;
                padding: 1rem 1.5rem !important;
            }
        }

        @media (max-width: 375px) {
            .cta-section .cta-content .cta-buttons .btn {
                width: 100% !important;
                padding: 1rem !important;
            }
        }

        /* Asegurar que los botones CTA se muestren en móvil */
        @media (max-width: 768px) {
            .cta-section .cta-buttons {
                display: flex !important;
                flex-direction: column !important;
                gap: 1.5rem !important;
                align-items: center !important;
                justify-content: center !important;
            }
        }

        /* Corrección para GIFs de demos en móvil */
        @media (max-width: 768px) {
            .demos-grid {
                grid-template-columns: 1fr !important;
                gap: 2rem !important;
            }
            
            .demo-image {
                min-height: 300px !important;
                padding: 8px !important;
            }
            
            .demo-image img {
                max-width: 100% !important;
                max-height: 280px !important;
                padding: 8px !important;
                object-fit: contain !important;
                width: auto !important;
                height: auto !important;
            }
        }

        @media (max-width: 480px) {
            .demos-grid {
                gap: 1.5rem !important;
            }
            
            .demo-image {
                min-height: 250px !important;
                padding: 4px !important;
            }
            
            .demo-image img {
                max-width: 100% !important;
                max-height: 220px !important;
                padding: 4px !important;
            }
            
            .demo-content {
                padding: 1.5rem !important;
            }
        }

        @media (max-width: 375px) {
            .demo-image {
                min-height: 220px !important;
                padding: 2px !important;
            }
            
            .demo-image img {
                max-height: 200px !important;
                padding: 2px !important;
            }
            
            .demo-content {
                padding: 1rem !important;
            }
        }

        /* Asegurar que no se desborden */
        .demos-section {
            overflow-x: hidden !important;
        }
        
        .demo-card {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }
        /* MOCKUP DE TELÉFONO iPhone PARA HERO */
        .phone-mockup-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
        }

        .phone-frame {
            position: relative;
            width: 340px;
            height: 680px;
            background: linear-gradient(145deg, #2c2c2e, #1c1c1e);
            border-radius: 50px;
            padding: 20px;
            box-shadow: 
                0 0 0 8px #1c1c1e,
                0 0 0 12px #333,
                0 25px 50px rgba(0, 0, 0, 0.5),
                inset 0 2px 4px rgba(255, 255, 255, 0.1);
            overflow: hidden;
            animation: floating 6s ease-in-out infinite;
        }

        .phone-frame::before {
            content: "";
            position: absolute;
            top: 15px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 25px;
            background: #1c1c1e;
            border-radius: 15px;
            z-index: 10;
        }

        .phone-frame::after {
            content: "";
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 6px;
            background: #333;
            border-radius: 3px;
            z-index: 11;
        }

        .phone-screen {
            width: 100%;
            height: 100%;
            background: #000;
            border-radius: 35px;
            overflow: hidden;
            position: relative;
            box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
        }

        .phone-video {
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 35px;
        }

        /* Botón de encendido */
        .power-button {
            position: absolute;
            right: -4px;
            top: 120px;
            width: 8px;
            height: 60px;
            background: linear-gradient(145deg, #333, #222);
            border-radius: 4px 0 0 4px;
        }

        /* Botones de volumen */
        .volume-up, .volume-down {
            position: absolute;
            left: -4px;
            width: 8px;
            background: linear-gradient(145deg, #333, #222);
            border-radius: 0 4px 4px 0;
        }

        .volume-up {
            top: 140px;
            height: 40px;
        }

        .volume-down {
            top: 190px;
            height: 40px;
        }

        /* Reflejo en la pantalla */
        .phone-screen::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.1) 0%,
                transparent 25%,
                transparent 75%,
                rgba(255, 255, 255, 0.05) 100%
            );
            border-radius: 35px;
            pointer-events: none;
            z-index: 5;
        }

        /* Responsive para el mockup */
        @media (max-width: 768px) {
            .phone-frame {
                width: 280px;
                height: 560px;
                padding: 15px;
                border-radius: 40px;
            }
            
            .phone-screen {
                border-radius: 30px;
            }
            
            .phone-frame::before {
                width: 100px;
                height: 20px;
                top: 12px;
            }
            
            .phone-frame::after {
                width: 50px;
                height: 5px;
                top: 16px;
            }
        }

        @media (max-width: 480px) {
            .phone-frame {
                width: 240px;
                height: 480px;
                padding: 12px;
                border-radius: 35px;
            }
            
            .phone-screen {
                border-radius: 25px;
            }
        }

        /* LAYOUT CON IMAGEN LATERAL PARA VIDEO SECTION */
        .video-with-image-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0;
            max-width: 1200px;
            margin: 0 auto;
        }

        .side-image {
            flex: 1;
            max-width: 250px;
            margin-right: -119px;
            margin-top: 290px;
            z-index: 13;
        }

        .side-image img {
            width: 65%;
            height: auto;
        }

        .video-with-image-container .phone-mockup-container {
            flex: 0 0 auto;
            z-index: 2;
        }

        /* RESPONSIVE: Ocultar imagen en móvil */
        @media (max-width: 768px) {
            .video-with-image-container {
                flex-direction: column;
                gap: 2rem;
            }
            
            .side-image {
                display: none;
            }
        }

        /* BOTÓN GRADIENT ANIMADO PARA SUBMITBTN */
        button#submitBtn {
            background: linear-gradient(-45deg, #667eea, #764ba2, #667eea, #764ba2) !important;
            background-size: 400% 400% !important;
            animation: gradientShift 6s ease infinite !important;
            color: white !important;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4) !important;
            border: none !important;
            padding: 0.75rem 1.5rem !important;
            border-radius: 50px !important;
            font-weight: 600 !important;
            transition: all 0.3s ease !important;
        }

        button#submitBtn:hover {
            transform: translateY(-2px) !important;
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6) !important;
        }

        /* Asegurar que la animación funcione */
        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        /* OTROS BOTONES DE ENVÍO */
        button#contactSubmitBtn,
        button[id*="submit"],
        button[id*="Submit"] {
            background: linear-gradient(-45deg, #667eea, #764ba2, #667eea, #764ba2) !important;
            background-size: 400% 400% !important;
            animation: gradientShift 6s ease infinite !important;
            color: white !important;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4) !important;
            border: none !important;
            padding: 0.75rem 1.5rem !important;
            border-radius: 50px !important;
            font-weight: 600 !important;
            transition: all 0.3s ease !important;
        }

        /* BOTÓN FLOTANTE DE WHATSAPP */
        .whatsapp-float {
            position: fixed;
            bottom: 25px;
            right: 25px;
            z-index: 9999;
            background: linear-gradient(135deg, #667eea, #764ba2);
            width: 65px;
            height: 65px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
            transition: all 0.3s ease;
            cursor: pointer;
            text-decoration: none;
            animation: whatsappPulse 2s infinite;
        }

        .whatsapp-float:hover {
            transform: scale(1.1) translateY(-3px);
            box-shadow: 0 12px 35px rgba(102, 126, 234, 0.6);
            background: linear-gradient(135deg, #5a6fd8, #6b42a0);
        }

        .whatsapp-float svg {
            width: 30px;
            height: 30px;
            fill: white !important;
        }

        .whatsapp-tooltip {
            position: absolute;
            right: 75px;
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            padding: 12px 18px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .whatsapp-tooltip::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            border: 10px solid transparent;
            border-left-color: #667eea;
        }

        .whatsapp-float:hover .whatsapp-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateY(-50%) translateX(-10px);
        }

        @keyframes whatsappPulse {
            0% {
                transform: scale(1);
                box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
            }
            50% {
                transform: scale(1.05);
                box-shadow: 0 12px 35px rgba(102, 126, 234, 0.6);
            }
            100% {
                transform: scale(1);
                box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
            }
        }

        @media (max-width: 768px) {
            .whatsapp-float {
                width: 60px;
                height: 60px;
                bottom: 20px;
                right: 20px;
            }
            
            .whatsapp-float svg {
                width: 30px;
                height: 30px;
            }
            
            .whatsapp-tooltip {
                right: 70px;
                font-size: 13px;
                padding: 10px 15px;
            }
        }
/* Estilos para logo como enlace */
.logo {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    display: inline-block;
    transition: opacity 0.3s ease;
}

.logo:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.logo:focus {
    outline: none !important;
    box-shadow: none !important;
}

.logo img {
    display: block;
    transition: transform 0.2s ease;
}

.logo:hover img {
    transform: scale(1.05);
}

/* ===== ANIMACIONES SUTILES PARA HERO ===== */

/* Keyframes para animaciones */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    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 float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

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

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

/* Aplicar animaciones al hero */
.hero {
    overflow: hidden;
}

.hero-text {
    animation: fadeInLeft 1s ease-out;
}

.hero-text h1 {
    animation: fadeInUp 1.2s ease-out;
}

.hero-text p {
    animation: fadeInUp 1.4s ease-out;
}

.hero-stats {
    animation: fadeInUp 1.6s ease-out;
}

.hero-visual {
    animation: fadeInRight 1.2s ease-out;
}

/* Animación de flotación para el teléfono */
.phone-mockup-container {
    animation: float 3s ease-in-out infinite;
}

/* Animaciones para las estadísticas */
.stat {
    transition: transform 0.3s ease;
}

.stat:hover {
    transform: translateY(-5px);
}

.stat-number {
    animation: pulse 2s ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

/* Delays escalonados para las estadísticas */
.stat:nth-child(1) .stat-number {
    --delay: 0s;
}

.stat:nth-child(2) .stat-number {
    --delay: 0.3s;
}

.stat:nth-child(3) .stat-number {
    --delay: 0.6s;
}

/* Efecto shimmer para texto destacado */
.highlight {
    color: #222;
}

/* Animación suave para botones del hero */
.hero .btn {
    transition: all 0.3s ease;
    transform: translateY(0);
}

.hero .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

/* Reducir movimiento para usuarios que prefieren menos animación */
@media (prefers-reduced-motion: reduce) {
    .phone-mockup-container {
        animation: none;
    }
    
    .stat-number {
        animation: none;
    }
    
    .highlight {
        animation: none;
    }
    
    .hero-text, .hero-visual, .hero-text h1, .hero-text p, .hero-stats {
        animation: fadeInUp 0.6s ease-out;
    }
}

/* Mejoras para móvil */
@media (max-width: 768px) {
    .phone-mockup-container {
        animation-duration: 4s;
    }
    
    .hero-text, .hero-visual {
        animation-duration: 0.8s;
    }
}