{"id":43612,"date":"2025-09-22T13:55:35","date_gmt":"2025-09-22T20:55:35","guid":{"rendered":"https:\/\/nuvix.com\/?page_id=43612"},"modified":"2025-11-03T10:44:30","modified_gmt":"2025-11-03T18:44:30","slug":"lead-landing","status":"publish","type":"page","link":"https:\/\/nuvix.com\/pt\/lead-landing\/","title":{"rendered":"lead-landing"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"43612\" class=\"elementor elementor-43612\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2601e57 e-con-full e-flex e-con e-parent\" data-id=\"2601e57\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2e5c3e elementor-widget elementor-widget-html\" data-id=\"e2e5c3e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n    <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n    <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\">\n    <title>Nuvix AI - Advanced Trading Intelligence & Strategy Session<\/title>\n    \n    <!-- Icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/maxst.icons8.com\/vue-static\/landings\/line-awesome\/line-awesome\/1.3.0\/css\/line-awesome.min.css\">\n    \n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        html {\n            -webkit-text-size-adjust: 100%;\n            -moz-text-size-adjust: 100%;\n            -ms-text-size-adjust: 100%;\n            text-size-adjust: 100%;\n        }\n\n        :root {\n            --primary: #9f39ff;\n            --secondary: #00b4d8;\n            --success: #10b981;\n            --danger: #ef4444;\n            --dark: #0a0e27;\n            --card-bg: rgba(255, 255, 255, 0.03);\n            --text: #e2e8f0;\n            --gold: #FFD700;\n            --accent-pink: #ff006e;\n            --bg-color: #000;\n            --body-gradient-1: rgba(159, 57, 255, 0.3);\n            --body-gradient-2: rgba(0, 180, 216, 0.3);\n            --body-gradient-3: rgba(255, 0, 110, 0.2);\n        }\n\n        [data-theme=\"light\"] {\n            --primary: #7c2acc;\n            --secondary: #0088a8;\n            --success: #0d9668;\n            --danger: #dc2626;\n            --dark: #1e293b;\n            --card-bg: rgba(0, 0, 0, 0.03);\n            --text: #1e293b;\n            --gold: #d4a700;\n            --accent-pink: #cc0058;\n            --bg-color: #f8fafc;\n            --body-gradient-1: rgba(159, 57, 255, 0.08);\n            --body-gradient-2: rgba(0, 180, 216, 0.08);\n            --body-gradient-3: rgba(255, 0, 110, 0.05);\n        }\n\n        html {\n            scroll-behavior: smooth;\n            -webkit-overflow-scrolling: touch;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: var(--bg-color);\n            color: var(--text);\n            overflow-x: hidden;\n            line-height: 1.6;\n            position: relative;\n            transition: background-color 0.3s ease, color 0.3s ease;\n        }\n\n        \/* Animated gradient background *\/\n        body::before {\n            content: '';\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: \n                radial-gradient(circle at 20% 80%, var(--body-gradient-1) 0%, transparent 50%),\n                radial-gradient(circle at 80% 20%, var(--body-gradient-2) 0%, transparent 50%),\n                radial-gradient(circle at 40% 40%, var(--body-gradient-3) 0%, transparent 50%);\n            z-index: -2;\n            pointer-events: none;\n            transition: background 0.3s ease;\n        }\n\n        body::after {\n            content: '';\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(180deg, transparent 0%, rgba(10, 14, 39, 0.6) 50%, var(--dark) 100%);\n            z-index: -1;\n            pointer-events: none;\n            transition: background 0.3s ease;\n        }\n\n        [data-theme=\"light\"] body::after {\n            background: linear-gradient(180deg, transparent 0%, rgba(248, 250, 252, 0.6) 50%, var(--bg-color) 100%);\n        }\n\n        \/* Floating particles *\/\n        .particles {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: 1;\n        }\n\n        .particle {\n            position: absolute;\n            width: 4px;\n            height: 4px;\n            background: var(--primary);\n            border-radius: 50%;\n            opacity: 0;\n            animation: float 15s infinite;\n        }\n\n        @keyframes float {\n            0% {\n                transform: translateY(100vh) scale(0);\n                opacity: 0;\n            }\n            10% {\n                opacity: 1;\n            }\n            90% {\n                opacity: 1;\n            }\n            100% {\n                transform: translateY(-100vh) scale(1);\n                opacity: 0;\n            }\n        }\n\n        \/* Header Strip *\/\n        .header-strip {\n            background: linear-gradient(90deg, \n                transparent,\n                var(--primary) 20%,\n                var(--secondary) 50%,\n                var(--primary) 80%,\n                transparent);\n            padding: 12px 0;\n            text-align: center;\n            font-weight: 600;\n            position: relative;\n            overflow: hidden;\n            border-bottom: 1px solid rgba(159, 57, 255, 0.3);\n            backdrop-filter: blur(10px);\n        }\n\n        .header-strip::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);\n            animation: shimmer 3s infinite;\n        }\n\n        @keyframes shimmer {\n            100% { left: 100%; }\n        }\n\n        \/* Modern Hero Section *\/\n        .hero {\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            padding: 80px 20px 40px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .logo {\n            margin-bottom: 30px;\n            animation: logoFloat 3s ease-in-out infinite;\n        }\n\n        @keyframes logoFloat {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n\n        .logo img {\n            height: 70px;\n            filter: drop-shadow(0 0 30px rgba(159, 57, 255, 0.8));\n            transition: opacity 0.3s ease;\n        }\n\n        .logo-dark {\n            display: block;\n        }\n\n        .logo-light {\n            display: none;\n        }\n\n        [data-theme=\"light\"] .logo-dark {\n            display: none;\n        }\n\n        [data-theme=\"light\"] .logo-light {\n            display: block;\n        }\n\n        [data-theme=\"light\"] .logo img {\n            filter: drop-shadow(0 0 20px rgba(124, 42, 204, 0.3));\n        }\n\n        .headline {\n            text-align: center;\n            margin-bottom: 40px;\n            max-width: 1200px;\n            animation: fadeInUp 1s ease;\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .headline h1 {\n            font-size: clamp(2.5rem, 6vw, 4.5rem);\n            font-weight: 900;\n            margin-bottom: 20px;\n            background: linear-gradient(135deg, #fff, var(--primary), var(--secondary), var(--accent-pink));\n            background-size: 300% 300%;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            animation: gradientText 4s ease infinite;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n\n        @keyframes gradientText {\n            0%, 100% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n        }\n\n        .subheadline {\n            font-size: 1.3rem;\n            color: var(--secondary);\n            margin-bottom: 20px;\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            padding: 10px 25px;\n            background: rgba(0, 180, 216, 0.1);\n            border: 1px solid rgba(0, 180, 216, 0.3);\n            border-radius: 50px;\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); opacity: 1; }\n            50% { transform: scale(1.05); opacity: 0.8; }\n        }\n\n        .description {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            margin-bottom: 25px;\n            opacity: 0.9;\n        }\n\n        \/* Video Container *\/\n        .video-container {\n            width: 100%;\n            max-width: 900px;\n            margin: 0 auto 30px;\n            position: relative;\n            overflow: hidden;\n            animation: fadeInUp 1.5s ease;\n        }\n\n        .video-wrapper {\n            position: relative;\n            width: 100%;\n            height: auto;\n            display: block;\n            background: transparent;\n        }\n\n        .video-wrapper video {\n            width: 100%;\n            height: auto;\n            display: block;\n            background: transparent;\n        }\n\n        .play-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: rgba(0, 0, 0, 0.5);\n            cursor: pointer;\n            transition: all 0.3s ease;\n            z-index: 10;\n            -webkit-user-select: none;\n            user-select: none;\n            touch-action: manipulation;\n        }\n\n        .play-overlay.hidden {\n            opacity: 0;\n            pointer-events: none;\n        }\n\n        .play-button {\n            width: 80px;\n            height: 80px;\n            background: var(--primary);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: all 0.3s ease;\n            box-shadow: 0 0 40px rgba(159, 57, 255, 0.6);\n        }\n\n        .play-overlay:hover .play-button {\n            transform: scale(1.1);\n            box-shadow: 0 0 60px rgba(159, 57, 255, 0.8);\n        }\n\n        .play-overlay:active .play-button {\n            transform: scale(0.95);\n        }\n\n        .play-button i {\n            font-size: 2rem;\n            color: white;\n            margin-left: 5px;\n        }\n\n        \/* Stats Section *\/\n        .stats {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px auto;\n            max-width: 1200px;\n            padding: 0 20px;\n        }\n\n        .stat-card {\n            background: var(--card-bg);\n            padding: 30px;\n            border-radius: 15px;\n            text-align: center;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(159, 57, 255, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        @media (hover: hover) {\n            .stat-card:hover {\n                transform: translateY(-5px);\n                border-color: var(--primary);\n                box-shadow: 0 10px 30px rgba(159, 57, 255, 0.3);\n            }\n        }\n\n        @media (hover: none) {\n            .stat-card:active {\n                transform: scale(0.98);\n            }\n        }\n\n        .stat-number {\n            font-size: 3rem;\n            font-weight: 900;\n            background: linear-gradient(135deg, var(--gold), var(--primary));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 10px;\n        }\n\n        .stat-label {\n            font-size: 1rem;\n            opacity: 0.8;\n        }\n\n        \/* Lead Form Section *\/\n        .lead-form-section {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.1), rgba(0, 180, 216, 0.1));\n            padding: 80px 20px;\n            margin: 60px 0;\n            border-top: 2px solid rgba(159, 57, 255, 0.3);\n            border-bottom: 2px solid rgba(159, 57, 255, 0.3);\n            position: relative;\n            z-index: 2;\n        }\n\n        .form-container {\n            max-width: 600px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .form-title {\n            font-size: clamp(2rem, 4vw, 3rem);\n            margin-bottom: 20px;\n            background: linear-gradient(135deg, var(--gold), var(--primary));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .form-subtitle {\n            font-size: 1.2rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n        }\n\n        \/* Countdown Timer *\/\n        .countdown {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin: 40px 0;\n            flex-wrap: wrap;\n        }\n\n        .countdown-item {\n            background: var(--card-bg);\n            padding: 20px;\n            border-radius: 15px;\n            min-width: 100px;\n            border: 1px solid rgba(159, 57, 255, 0.3);\n            backdrop-filter: blur(10px);\n        }\n\n        .countdown-number {\n            font-size: 3rem;\n            font-weight: 900;\n            color: var(--gold);\n            display: block;\n        }\n\n        .countdown-label {\n            font-size: 0.9rem;\n            opacity: 0.7;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Benefits Section *\/\n        .benefits-section {\n            padding: 80px 20px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .section-header h2 {\n            font-size: clamp(2.5rem, 5vw, 4rem);\n            background: linear-gradient(135deg, var(--gold), var(--primary), var(--secondary));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 20px;\n        }\n\n        .section-header p {\n            font-size: 1.3rem;\n            opacity: 0.9;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        .benefit-card {\n            background: var(--card-bg);\n            padding: 40px;\n            border-radius: 20px;\n            border: 1px solid rgba(159, 57, 255, 0.2);\n            backdrop-filter: blur(10px);\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .benefit-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent-pink));\n            transform: scaleX(0);\n            transition: transform 0.3s ease;\n        }\n\n        .benefit-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        @media (hover: hover) {\n            .benefit-card:hover {\n                transform: translateY(-10px);\n                border-color: var(--primary);\n                box-shadow: 0 20px 40px rgba(159, 57, 255, 0.4);\n            }\n        }\n\n        @media (hover: none) {\n            .benefit-card:active {\n                transform: scale(0.98);\n            }\n        }\n\n        .benefit-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary), var(--secondary));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .benefit-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--secondary);\n        }\n\n        .benefit-card p {\n            opacity: 0.9;\n            line-height: 1.8;\n        }\n\n        \/* Features List *\/\n        .features-list {\n            max-width: 800px;\n            margin: 60px auto;\n            padding: 0 20px;\n        }\n\n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 20px;\n            padding: 25px;\n            margin-bottom: 20px;\n            background: var(--card-bg);\n            border-radius: 15px;\n            border: 1px solid rgba(159, 57, 255, 0.2);\n            backdrop-filter: blur(10px);\n            transition: all 0.3s ease;\n        }\n\n        @media (hover: hover) {\n            .feature-item:hover {\n                transform: translateX(10px);\n                border-color: var(--primary);\n                box-shadow: 0 10px 30px rgba(159, 57, 255, 0.3);\n            }\n        }\n\n        @media (hover: none) {\n            .feature-item:active {\n                transform: scale(0.98);\n            }\n        }\n\n        .feature-icon {\n            font-size: 2rem;\n            color: var(--primary);\n            flex-shrink: 0;\n        }\n\n        .feature-content h4 {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--secondary);\n        }\n\n        .feature-content p {\n            opacity: 0.9;\n        }\n\n        \/* Testimonials *\/\n        .testimonials {\n            padding: 80px 20px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        .testimonial-card {\n            background: var(--card-bg);\n            padding: 40px;\n            border-radius: 20px;\n            border: 1px solid rgba(159, 57, 255, 0.2);\n            backdrop-filter: blur(10px);\n            transition: all 0.3s ease;\n        }\n\n        @media (hover: hover) {\n            .testimonial-card:hover {\n                transform: translateY(-5px);\n                border-color: var(--primary);\n                box-shadow: 0 15px 40px rgba(159, 57, 255, 0.3);\n            }\n        }\n\n        @media (hover: none) {\n            .testimonial-card:active {\n                transform: scale(0.98);\n            }\n        }\n\n        \/* FAQ Section *\/\n        .faq {\n            max-width: 900px;\n            margin: 80px auto;\n            padding: 0 20px;\n        }\n\n        .faq-item {\n            background: var(--card-bg);\n            border-radius: 15px;\n            margin-bottom: 20px;\n            border: 1px solid rgba(159, 57, 255, 0.2);\n            backdrop-filter: blur(10px);\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        @media (hover: hover) {\n            .faq-item:hover {\n                border-color: var(--primary);\n            }\n        }\n\n        @media (hover: none) {\n            .faq-item:active {\n                background: rgba(159, 57, 255, 0.05);\n            }\n        }\n\n        .faq-question {\n            padding: 25px;\n            font-size: 1.2rem;\n            font-weight: 600;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.3s ease;\n            -webkit-user-select: none;\n            user-select: none;\n            touch-action: manipulation;\n            min-height: 44px;\n        }\n\n        .faq-question:hover {\n            color: var(--primary);\n        }\n\n        .faq-question:active {\n            background: rgba(159, 57, 255, 0.05);\n        }\n\n        .faq-icon {\n            transition: transform 0.3s ease;\n        }\n\n        .faq-item.active .faq-icon {\n            transform: rotate(180deg);\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease;\n            padding: 0 25px;\n            opacity: 0.9;\n        }\n\n        .faq-item.active .faq-answer {\n            max-height: 500px;\n            padding: 0 25px 25px;\n        }\n\n        \/* Sticky Bottom CTA *\/\n        .sticky-bottom-cta {\n            position: fixed;\n            bottom: 20px;\n            right: 20px;\n            background: linear-gradient(135deg, var(--primary), var(--secondary));\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            font-size: 1.1rem;\n            cursor: pointer;\n            box-shadow: 0 10px 30px rgba(159, 57, 255, 0.5);\n            z-index: 1000;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            transition: all 0.3s ease;\n            animation: pulse 2s infinite;\n            -webkit-user-select: none;\n            user-select: none;\n            touch-action: manipulation;\n            min-height: 44px;\n        }\n\n        .sticky-bottom-cta:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(159, 57, 255, 0.7);\n        }\n\n        .sticky-bottom-cta:active {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(159, 57, 255, 0.6);\n        }\n\n        .sticky-bottom-cta.hidden {\n            transform: translateY(200px);\n            opacity: 0;\n        }\n\n        \/* Theme Toggle Button *\/\n        .theme-toggle {\n            position: fixed;\n            top: 20px;\n            right: 20px;\n            width: 60px;\n            height: 60px;\n            background: var(--card-bg);\n            border: 2px solid rgba(159, 57, 255, 0.3);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            cursor: pointer;\n            z-index: 1000;\n            backdrop-filter: blur(10px);\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(159, 57, 255, 0.2);\n            -webkit-user-select: none;\n            user-select: none;\n            touch-action: manipulation;\n        }\n\n        .theme-toggle:hover {\n            transform: rotate(180deg) scale(1.1);\n            border-color: var(--primary);\n            box-shadow: 0 6px 25px rgba(159, 57, 255, 0.4);\n        }\n\n        .theme-toggle:active {\n            transform: rotate(180deg) scale(0.95);\n        }\n\n        .theme-toggle i {\n            font-size: 1.5rem;\n            color: var(--primary);\n            transition: all 0.3s ease;\n        }\n\n        .theme-icon {\n            position: absolute;\n            transition: all 0.3s ease;\n        }\n\n        .theme-icon.hidden {\n            opacity: 0;\n            transform: rotate(180deg) scale(0);\n        }\n\n        \/* Responsive Design *\/\n        \n        \/* Tablets and smaller desktops (1024px and below) *\/\n        @media (max-width: 1024px) {\n            .headline h1 {\n                font-size: clamp(2rem, 5vw, 3rem);\n            }\n\n            .benefits-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .stats {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        \/* Tablets portrait (768px and below) *\/\n        @media (max-width: 768px) {\n            .header-strip {\n                padding: 10px 15px;\n                font-size: 0.9rem;\n            }\n\n            .hero {\n                padding: 60px 15px 30px;\n                min-height: auto;\n            }\n\n            .logo img {\n                height: 50px;\n            }\n\n            .headline {\n                margin-bottom: 30px;\n            }\n\n            .headline h1 {\n                font-size: clamp(1.8rem, 6vw, 2.5rem);\n                letter-spacing: 1px;\n            }\n\n            .subheadline {\n                font-size: 1rem;\n                padding: 8px 20px;\n            }\n\n            .description {\n                font-size: 1rem;\n                margin-bottom: 20px;\n            }\n\n            .video-container {\n                margin-bottom: 25px;\n            }\n\n            .play-button {\n                width: 60px;\n                height: 60px;\n            }\n\n            .play-button i {\n                font-size: 1.5rem;\n            }\n\n            .stats {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 15px;\n                margin: 25px auto;\n            }\n\n            .stat-card {\n                padding: 20px 15px;\n            }\n\n            .stat-number {\n                font-size: 2.5rem;\n            }\n\n            .stat-label {\n                font-size: 0.9rem;\n            }\n\n            .lead-form-section {\n                padding: 60px 15px;\n                margin: 40px 0;\n            }\n\n            .form-title {\n                font-size: clamp(1.8rem, 5vw, 2.5rem);\n                margin-bottom: 15px;\n            }\n\n            .form-subtitle {\n                font-size: 1.1rem;\n                margin-bottom: 30px;\n            }\n\n            .countdown {\n                gap: 15px;\n                margin: 30px 0;\n            }\n\n            .countdown-item {\n                min-width: 90px;\n                padding: 15px 10px;\n            }\n\n            .countdown-number {\n                font-size: 2.5rem;\n            }\n\n            .countdown-label {\n                font-size: 0.8rem;\n            }\n\n            .benefits-section {\n                padding: 60px 15px;\n            }\n\n            .section-header {\n                margin-bottom: 40px;\n            }\n\n            .section-header h2 {\n                font-size: clamp(2rem, 6vw, 3rem);\n                margin-bottom: 15px;\n            }\n\n            .section-header p {\n                font-size: 1.1rem;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .benefit-card {\n                padding: 30px 25px;\n            }\n\n            .benefit-icon {\n                font-size: 2.5rem;\n            }\n\n            .benefit-card h3 {\n                font-size: 1.3rem;\n            }\n\n            .features-list {\n                margin: 40px auto;\n                padding: 0 15px;\n            }\n\n            .feature-item {\n                padding: 20px 15px;\n                margin-bottom: 15px;\n                flex-direction: column;\n                text-align: center;\n            }\n\n            .feature-icon {\n                font-size: 2rem;\n                margin-bottom: 10px;\n            }\n\n            .feature-content h4 {\n                font-size: 1.2rem;\n            }\n\n            .testimonials {\n                padding: 60px 15px;\n            }\n\n            .testimonials-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .testimonial-card {\n                padding: 30px 25px;\n            }\n\n            .faq {\n                margin: 60px auto;\n                padding: 0 15px;\n            }\n\n            .faq-item {\n                margin-bottom: 15px;\n            }\n\n            .faq-question {\n                padding: 20px 15px;\n                font-size: 1.1rem;\n            }\n\n            .faq-answer {\n                padding: 0 15px;\n                font-size: 0.95rem;\n            }\n\n            .faq-item.active .faq-answer {\n                padding: 0 15px 20px;\n            }\n\n            .sticky-bottom-cta {\n                right: 10px;\n                left: 10px;\n                bottom: 15px;\n                padding: 12px 20px;\n                font-size: 1rem;\n                justify-content: center;\n            }\n\n            .theme-toggle {\n                width: 50px;\n                height: 50px;\n                top: 15px;\n                right: 15px;\n            }\n\n            .theme-toggle i {\n                font-size: 1.2rem;\n            }\n        }\n\n        \/* Mobile landscape and small tablets (640px and below) *\/\n        @media (max-width: 640px) {\n            .header-strip {\n                font-size: 0.8rem;\n                padding: 8px 10px;\n            }\n\n            .hero {\n                padding: 50px 15px 25px;\n            }\n\n            .logo img {\n                height: 45px;\n            }\n\n            .headline h1 {\n                font-size: clamp(1.5rem, 7vw, 2rem);\n                margin-bottom: 15px;\n            }\n\n            .subheadline {\n                font-size: 0.9rem;\n                padding: 8px 15px;\n                gap: 8px;\n            }\n\n            .description {\n                font-size: 0.95rem;\n                line-height: 1.6;\n            }\n\n            .stats {\n                grid-template-columns: 1fr 1fr;\n                gap: 12px;\n                margin: 20px auto;\n            }\n\n            .stat-card {\n                padding: 18px 12px;\n            }\n\n            .stat-number {\n                font-size: 2rem;\n                margin-bottom: 5px;\n            }\n\n            .stat-label {\n                font-size: 0.8rem;\n            }\n\n            .countdown {\n                gap: 12px;\n            }\n\n            .countdown-item {\n                min-width: 80px;\n                padding: 12px 8px;\n            }\n\n            .countdown-number {\n                font-size: 2rem;\n            }\n\n            .countdown-label {\n                font-size: 0.75rem;\n            }\n\n            .benefit-card {\n                padding: 25px 20px;\n            }\n\n            .benefit-icon {\n                font-size: 2.2rem;\n                margin-bottom: 15px;\n            }\n\n            .benefit-card h3 {\n                font-size: 1.2rem;\n                margin-bottom: 12px;\n            }\n\n            .benefit-card p {\n                font-size: 0.95rem;\n            }\n\n            .feature-item {\n                padding: 18px 15px;\n            }\n\n            .feature-icon {\n                font-size: 1.8rem;\n            }\n\n            .feature-content h4 {\n                font-size: 1.1rem;\n                margin-bottom: 8px;\n            }\n\n            .feature-content p {\n                font-size: 0.9rem;\n            }\n\n            .testimonial-card {\n                padding: 25px 20px;\n            }\n\n            .faq-question {\n                padding: 18px 15px;\n                font-size: 1rem;\n            }\n\n            .sticky-bottom-cta {\n                padding: 10px 15px;\n                font-size: 0.95rem;\n                gap: 8px;\n            }\n\n            .theme-toggle {\n                width: 45px;\n                height: 45px;\n                top: 12px;\n                right: 12px;\n            }\n\n            .theme-toggle i {\n                font-size: 1.1rem;\n            }\n        }\n\n        \/* Small mobile devices (480px and below) *\/\n        @media (max-width: 480px) {\n            .header-strip {\n                font-size: 0.75rem;\n                padding: 8px 10px;\n                line-height: 1.4;\n            }\n\n            .hero {\n                padding: 45px 12px 20px;\n            }\n\n            .logo {\n                margin-bottom: 20px;\n            }\n\n            .logo img {\n                height: 40px;\n            }\n\n            .headline {\n                margin-bottom: 25px;\n            }\n\n            .headline h1 {\n                font-size: clamp(1.4rem, 8vw, 1.8rem);\n                margin-bottom: 12px;\n                letter-spacing: 0.5px;\n            }\n\n            .subheadline {\n                font-size: 0.85rem;\n                padding: 6px 12px;\n                gap: 6px;\n                margin-bottom: 15px;\n            }\n\n            .description {\n                font-size: 0.9rem;\n                margin-bottom: 18px;\n                line-height: 1.5;\n            }\n\n            .video-container {\n                margin-bottom: 20px;\n            }\n\n            .play-button {\n                width: 50px;\n                height: 50px;\n            }\n\n            .play-button i {\n                font-size: 1.2rem;\n            }\n\n            .stats {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n                margin: 18px auto;\n            }\n\n            .stat-card {\n                padding: 15px 10px;\n                border-radius: 12px;\n            }\n\n            .stat-number {\n                font-size: 1.8rem;\n                margin-bottom: 5px;\n            }\n\n            .stat-label {\n                font-size: 0.75rem;\n                line-height: 1.3;\n            }\n\n            .lead-form-section {\n                padding: 50px 12px;\n                margin: 30px 0;\n            }\n\n            .form-title {\n                font-size: clamp(1.5rem, 6vw, 2rem);\n                margin-bottom: 12px;\n            }\n\n            .form-subtitle {\n                font-size: 1rem;\n                margin-bottom: 25px;\n                line-height: 1.5;\n            }\n\n            .countdown {\n                gap: 10px;\n                margin: 25px 0;\n            }\n\n            .countdown-item {\n                min-width: 70px;\n                padding: 10px 6px;\n                border-radius: 12px;\n            }\n\n            .countdown-number {\n                font-size: 1.8rem;\n            }\n\n            .countdown-label {\n                font-size: 0.7rem;\n                letter-spacing: 0.5px;\n            }\n\n            .benefits-section {\n                padding: 50px 12px;\n            }\n\n            .section-header {\n                margin-bottom: 35px;\n            }\n\n            .section-header h2 {\n                font-size: clamp(1.8rem, 7vw, 2.5rem);\n                margin-bottom: 12px;\n            }\n\n            .section-header p {\n                font-size: 1rem;\n            }\n\n            .benefits-grid {\n                gap: 18px;\n            }\n\n            .benefit-card {\n                padding: 22px 18px;\n                border-radius: 15px;\n            }\n\n            .benefit-icon {\n                font-size: 2rem;\n                margin-bottom: 12px;\n            }\n\n            .benefit-card h3 {\n                font-size: 1.1rem;\n                margin-bottom: 10px;\n            }\n\n            .benefit-card p {\n                font-size: 0.9rem;\n                line-height: 1.6;\n            }\n\n            .features-list {\n                margin: 35px auto;\n            }\n\n            .feature-item {\n                padding: 16px 12px;\n                margin-bottom: 12px;\n                border-radius: 12px;\n            }\n\n            .feature-item:hover {\n                transform: translateX(5px);\n            }\n\n            .feature-icon {\n                font-size: 1.6rem;\n                margin-bottom: 8px;\n            }\n\n            .feature-content h4 {\n                font-size: 1.05rem;\n                margin-bottom: 8px;\n            }\n\n            .feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.5;\n            }\n\n            .testimonials {\n                padding: 50px 12px;\n            }\n\n            .testimonials-grid {\n                gap: 18px;\n            }\n\n            .testimonial-card {\n                padding: 22px 18px;\n                border-radius: 15px;\n            }\n\n            .testimonial-card p {\n                font-size: 0.9rem;\n                line-height: 1.6;\n            }\n\n            .faq {\n                margin: 50px auto;\n            }\n\n            .faq-item {\n                margin-bottom: 12px;\n                border-radius: 12px;\n            }\n\n            .faq-question {\n                padding: 16px 12px;\n                font-size: 0.95rem;\n                gap: 10px;\n            }\n\n            .faq-icon {\n                font-size: 0.9rem;\n            }\n\n            .faq-answer {\n                padding: 0 12px;\n                font-size: 0.85rem;\n                line-height: 1.6;\n            }\n\n            .faq-item.active .faq-answer {\n                padding: 0 12px 16px;\n            }\n\n            .sticky-bottom-cta {\n                right: 8px;\n                left: 8px;\n                bottom: 12px;\n                padding: 10px 12px;\n                font-size: 0.9rem;\n                gap: 6px;\n                border-radius: 40px;\n            }\n\n            .sticky-bottom-cta i {\n                font-size: 1rem;\n            }\n\n            .theme-toggle {\n                width: 42px;\n                height: 42px;\n                top: 10px;\n                right: 10px;\n            }\n\n            .theme-toggle i {\n                font-size: 1rem;\n            }\n        }\n\n        \/* Extra small mobile devices (375px and below) *\/\n        @media (max-width: 375px) {\n            .header-strip {\n                font-size: 0.7rem;\n                padding: 6px 8px;\n            }\n\n            .headline h1 {\n                font-size: 1.3rem;\n            }\n\n            .subheadline {\n                font-size: 0.8rem;\n                padding: 5px 10px;\n            }\n\n            .description {\n                font-size: 0.85rem;\n            }\n\n            .stat-number {\n                font-size: 1.6rem;\n            }\n\n            .stat-label {\n                font-size: 0.7rem;\n            }\n\n            .countdown-number {\n                font-size: 1.6rem;\n            }\n\n            .benefit-card {\n                padding: 20px 15px;\n            }\n\n            .benefit-icon {\n                font-size: 1.8rem;\n            }\n\n            .benefit-card h3 {\n                font-size: 1.05rem;\n            }\n\n            .benefit-card p {\n                font-size: 0.85rem;\n            }\n\n            .testimonial-card {\n                padding: 20px 15px;\n            }\n        }\n\n        \/* Ultra small mobile devices (320px) *\/\n        @media (max-width: 320px) {\n            .header-strip {\n                font-size: 0.65rem;\n                padding: 6px 5px;\n                line-height: 1.3;\n            }\n\n            .hero {\n                padding: 40px 10px 18px;\n            }\n\n            .logo img {\n                height: 35px;\n            }\n\n            .headline h1 {\n                font-size: 1.2rem;\n                letter-spacing: 0;\n            }\n\n            .subheadline {\n                font-size: 0.75rem;\n                padding: 5px 8px;\n                flex-wrap: wrap;\n            }\n\n            .description {\n                font-size: 0.8rem;\n            }\n\n            .stats {\n                grid-template-columns: 1fr 1fr;\n                gap: 8px;\n            }\n\n            .stat-card {\n                padding: 12px 8px;\n            }\n\n            .stat-number {\n                font-size: 1.5rem;\n            }\n\n            .stat-label {\n                font-size: 0.65rem;\n            }\n\n            .lead-form-section {\n                padding: 40px 10px;\n            }\n\n            .form-title {\n                font-size: 1.4rem;\n            }\n\n            .form-subtitle {\n                font-size: 0.9rem;\n            }\n\n            .countdown {\n                gap: 8px;\n            }\n\n            .countdown-item {\n                min-width: 65px;\n                padding: 8px 5px;\n            }\n\n            .countdown-number {\n                font-size: 1.5rem;\n            }\n\n            .countdown-label {\n                font-size: 0.65rem;\n            }\n\n            .benefits-section {\n                padding: 40px 10px;\n            }\n\n            .section-header h2 {\n                font-size: 1.6rem;\n            }\n\n            .section-header p {\n                font-size: 0.9rem;\n            }\n\n            .benefits-grid {\n                gap: 15px;\n            }\n\n            .benefit-card {\n                padding: 18px 12px;\n            }\n\n            .benefit-icon {\n                font-size: 1.6rem;\n            }\n\n            .benefit-card h3 {\n                font-size: 1rem;\n            }\n\n            .benefit-card p {\n                font-size: 0.8rem;\n            }\n\n            .features-list {\n                padding: 0 10px;\n            }\n\n            .feature-item {\n                padding: 14px 10px;\n            }\n\n            .feature-icon {\n                font-size: 1.5rem;\n            }\n\n            .feature-content h4 {\n                font-size: 1rem;\n            }\n\n            .feature-content p {\n                font-size: 0.8rem;\n            }\n\n            .testimonials {\n                padding: 40px 10px;\n            }\n\n            .testimonials-grid {\n                gap: 15px;\n            }\n\n            .testimonial-card {\n                padding: 18px 12px;\n            }\n\n            .testimonial-card p {\n                font-size: 0.85rem;\n            }\n\n            .faq {\n                padding: 0 10px;\n            }\n\n            .faq-question {\n                padding: 14px 10px;\n                font-size: 0.9rem;\n            }\n\n            .faq-answer {\n                font-size: 0.8rem;\n            }\n\n            .sticky-bottom-cta {\n                padding: 8px 10px;\n                font-size: 0.85rem;\n                gap: 5px;\n            }\n\n            .theme-toggle {\n                width: 38px;\n                height: 38px;\n                top: 8px;\n                right: 8px;\n            }\n\n            .theme-toggle i {\n                font-size: 0.9rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Theme Toggle Button -->\n    <div class=\"theme-toggle\" id=\"themeToggle\" onclick=\"toggleTheme()\">\n        <i class=\"fas fa-sun theme-icon\" id=\"sunIcon\"><\/i>\n        <i class=\"fas fa-moon theme-icon hidden\" id=\"moonIcon\"><\/i>\n    <\/div>\n\n    <!-- Floating particles background -->\n    <div class=\"particles\" id=\"particles\"><\/div>\n\n    <!-- Header Strip -->\n    <div class=\"header-strip\">\n        <div style=\"position: relative; z-index: 1;\">\n            \ud83c\udf81 <strong>LIMITED TIME:<\/strong> Get Your Free Personal Demo + Strategy Consultation - Only 10 Spots Left Today! \ud83c\udf81\n        <\/div>\n    <\/div>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"logo\">\n            <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/uvix-1.png\" alt=\"Nuvix AI Logo\" class=\"logo-dark\">\n            <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/2-2-1.png\" alt=\"Nuvix AI Logo\" class=\"logo-light\">\n        <\/div>\n\n        <div class=\"headline\">\n            <h1>Unlock Advanced Trading Intelligence with AI<\/h1>\n            <div class=\"subheadline\">\n                <i class=\"fas fa-robot\"><\/i>\n                Revolutionary Market Analysis Technology\n            <\/div>\n            <p class=\"description\">\n                Discover how our cutting-edge AI system analyzes markets in real-time with precision and accuracy. \n                Get your free personalized demo and one-on-one strategy session with our expert team!\n            <\/p>\n        <\/div>\n\n        <!-- Video Section -->\n        <div class=\"video-container\">\n            <div class=\"video-wrapper\">\n                <video id=\"heroVideo\" muted playsinline>\n                    <source src=\"https:\/\/streamable.com\/l\/x4wuo7\/mp4-high.mp4\" type=\"video\/mp4\">\n                    Seu navegador n\u00e3o suporta a tag de v\u00eddeo.\n                <\/video>\n                <div class=\"play-overlay\" id=\"playOverlay\" onclick=\"playVideo()\">\n                    <div class=\"play-button\">\n                        <i class=\"fas fa-play\"><\/i>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Stats -->\n        <div class=\"stats\">\n            <div class=\"stat-card\">\n                <div class=\"stat-number\">92%<\/div>\n                <div class=\"stat-label\">Market Analysis Accuracy<\/div>\n            <\/div>\n            <div class=\"stat-card\">\n                <div class=\"stat-number\">24\/7<\/div>\n                <div class=\"stat-label\">Real-Time Monitoring<\/div>\n            <\/div>\n            <div class=\"stat-card\">\n                <div class=\"stat-number\">5000+<\/div>\n                <div class=\"stat-label\">Traders ativos<\/div>\n            <\/div>\n            <div class=\"stat-card\">\n                <div class=\"stat-number\">50+<\/div>\n                <div class=\"stat-label\">Currency Pairs Analyzed<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Lead Form Section -->\n    <section class=\"lead-form-section\">\n        <div class=\"form-container\">\n            <h2 class=\"form-title\">Get Your Free Demo Access<\/h2>\n            <p class=\"form-subtitle\">\n                Limited spots available! Book your personal demo and strategy consultation now.\n            <\/p>\n            \n            <!-- Countdown Timer -->\n            <div class=\"countdown\">\n                <div class=\"countdown-item\">\n                    <span class=\"countdown-number\" id=\"hours\">23<\/span>\n                    <span class=\"countdown-label\">Horas<\/span>\n                <\/div>\n                <div class=\"countdown-item\">\n                    <span class=\"countdown-number\" id=\"minutes\">59<\/span>\n                    <span class=\"countdown-label\">Minutos<\/span>\n                <\/div>\n                <div class=\"countdown-item\">\n                    <span class=\"countdown-number\" id=\"seconds\">59<\/span>\n                    <span class=\"countdown-label\">Segundos<\/span>\n                <\/div>\n            <\/div>\n\n            <!-- Form Shortcode -->\n                \n    <!-- Inline Form Container -->\n    <div class=\"nuvix-inline-form-container nuvix-inline-center\" style=\"max-width: 600px;\">\n        <div class=\"nuvix-inline-form-wrapper\">\n                        <div class=\"nuvix-inline-form-header\">\n                <h3>Request Your Free Demo<\/h3>\n            <\/div>\n                        \n            <form id=\"nuvix-inline-form-1\" class=\"nuvix-inline-form\" data-form-id=\"nuvix-inline-form-1\" action=\"\">\n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-1_full_name\">Nome completo *<\/label>\n                    <input type=\"text\" id=\"nuvix-inline-form-1_full_name\" name=\"full_name\" required>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-1_email\">Endere\u00e7o de e-mail *<\/label>\n                    <input type=\"email\" id=\"nuvix-inline-form-1_email\" name=\"email\" required>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-row\">\n                    <div class=\"nuvix-inline-form-group nuvix-inline-country-code\">\n                        <label for=\"nuvix-inline-form-1_country_code\">Pa\u00eds *<\/label>\n                        <select id=\"nuvix-inline-form-1_country_code\" name=\"country_code\" required data-detected-code=\"US\" \n                                data-detected-dial=\"+1\">\n                            <option value=\"\">Selecione o pa\u00eds<\/option>\n                            <option value=\"+1\" data-country=\"US\">\ud83c\uddfa\ud83c\uddf8 USA (+1)<\/option>\n                            <option value=\"+1\" data-country=\"CA\">\ud83c\udde8\ud83c\udde6 Canad\u00e1 (+1)<\/option>\n                            <option value=\"+52\" data-country=\"MX\">\ud83c\uddf2\ud83c\uddfd M\u00e9xico (+52)<\/option>\n                            <option value=\"+44\" data-country=\"GB\">\ud83c\uddec\ud83c\udde7 REINO UNIDO (+44)<\/option>\n                            <option value=\"+33\" data-country=\"FR\">\ud83c\uddeb\ud83c\uddf7 Fran\u00e7a (+33)<\/option>\n                            <option value=\"+49\" data-country=\"DE\">\ud83c\udde9\ud83c\uddea Alemanha (+49)<\/option>\n                            <option value=\"+39\" data-country=\"IT\">\ud83c\uddee\ud83c\uddf9 It\u00e1lia (+39)<\/option>\n                            <option value=\"+34\" data-country=\"ES\">\ud83c\uddea\ud83c\uddf8 Espanha (+34)<\/option>\n                            <option value=\"+61\" data-country=\"AU\">\ud83c\udde6\ud83c\uddfa Austr\u00e1lia (+61)<\/option>\n                            <option value=\"+81\" data-country=\"JP\">\ud83c\uddef\ud83c\uddf5 Jap\u00e3o (+81)<\/option>\n                            <option value=\"+86\" data-country=\"CN\">\ud83c\udde8\ud83c\uddf3 China (+86)<\/option>\n                            <option value=\"+91\" data-country=\"IN\">\ud83c\uddee\ud83c\uddf3 \u00cdndia (+91)<\/option>\n                            <option value=\"+55\" data-country=\"BR\">\ud83c\udde7\ud83c\uddf7 Brasil (+55)<\/option>\n                            <option value=\"+7\" data-country=\"RU\">\ud83c\uddf7\ud83c\uddfa R\u00fassia (+7)<\/option>\n                            <option value=\"+27\" data-country=\"ZA\">\ud83c\uddff\ud83c\udde6 \u00c1frica do Sul (+27)<\/option>\n                            <option value=\"+234\" data-country=\"NG\">\ud83c\uddf3\ud83c\uddec Nig\u00e9ria (+234)<\/option>\n                            <option value=\"+54\" data-country=\"AR\">\ud83c\udde6\ud83c\uddf7 Argentina (+54)<\/option>\n                            <option value=\"+20\" data-country=\"EG\">\ud83c\uddea\ud83c\uddec Egito (+20)<\/option>\n                            <option value=\"+90\" data-country=\"TR\">\ud83c\uddf9\ud83c\uddf7 Turquia (+90)<\/option>\n                            <option value=\"+98\" data-country=\"IR\">\ud83c\uddee\ud83c\uddf7 Ir\u00e3 (+98)<\/option>\n                        <\/select>\n                    <\/div>\n                    \n                    <div class=\"nuvix-inline-form-group nuvix-inline-phone\">\n                        <label for=\"nuvix-inline-form-1_phone\">N\u00famero de telefone *<\/label>\n                        <input type=\"tel\" id=\"nuvix-inline-form-1_phone\" name=\"phone\" required pattern=\"[0-9]{7,15}\" \n                               placeholder=\"N\u00famero de telefone\"\n                               inputmode=\"numeric\">\n                    <\/div>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-1_comments\">Perguntas\/Coment\u00e1rios<\/label>\n                    <textarea id=\"nuvix-inline-form-1_comments\" name=\"comments\" rows=\"4\" \n                              placeholder=\"Compartilhe quaisquer perguntas ou coment\u00e1rios que tiver...\"><\/textarea>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group nuvix-consent-group\">\n                    <label class=\"nuvix-consent-label\">\n                        <input type=\"checkbox\" \n                               id=\"nuvix-inline-form-1_marketing_consent\" \n                               name=\"marketing_consent\" \n                               checked required>\n                        <span class=\"nuvix-consent-text\">\n                            Eu concordo com os  \n                            <a href=\"#\" class=\"nuvix-policy-link\" onclick=\"nuvixOpenPolicyModal('nuvix-inline-form-1'); return false;\">\n                                Pol\u00edtica de marketing da Nuvix\n                            <\/a>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-submit\">\n                    <button type=\"submit\" class=\"nuvix-inline-submit-btn\">\n                        <i class=\"las la-paper-plane\"><\/i>\n                        <span>Enviar solicita\u00e7\u00e3o<\/span>\n                    <\/button>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-message\"><\/div>\n                \n                <!-- Hidden fields for tracking -->\n                <input type=\"hidden\" name=\"language\" value=\"Portuguese\">\n                <input type=\"hidden\" name=\"language_slug\" value=\"pt\">\n                <input type=\"hidden\" name=\"thank_you_url\" value=\"https:\/\/nuvix.com\/thank-you-lead-page\/\">\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"pt\"\/><\/form>\n        <\/div>\n    <\/div>\n    \n    <!-- Marketing Policy Modal -->\n    <div class=\"nuvix-policy-modal\" id=\"nuvixPolicyModal-nuvix-inline-form-1\">\n        <div class=\"nuvix-policy-modal-content\">\n            <div class=\"nuvix-policy-modal-header\">\n                <h3>Pol\u00edtica de comunica\u00e7\u00e3o de marketing<\/h3>\n                <button class=\"nuvix-policy-close\" onclick=\"nuvixClosePolicyModal('nuvix-inline-form-1')\">\u00d7<\/button>\n            <\/div>\n            \n            <div class=\"nuvix-policy-modal-body\">\n                <div class=\"nuvix-policy-section\">\n                    <h4>Com o que voc\u00ea est\u00e1 concordando<\/h4>\n                    <p>Ao enviar este formul\u00e1rio e marcar a caixa de consentimento, voc\u00ea concorda explicitamente em receber comunica\u00e7\u00f5es promocionais e de marketing da Nuvix por meio dos seguintes canais:<\/p>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Canais de comunica\u00e7\u00e3o<\/h4>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>\ud83d\udce7 E-mail:<\/strong> E-mails de marketing, boletins informativos, atualiza\u00e7\u00f5es de produtos e ofertas promocionais<\/li>\n                        <li><strong>Chamadas telef\u00f4nicas:<\/strong> Chamadas diretas de nossa equipe de vendas e marketing sobre nossos servi\u00e7os<\/li>\n                        <li><strong>SMS\/Mensagens de texto:<\/strong> Mensagens de texto com ofertas especiais, lembretes e atualiza\u00e7\u00f5es<\/li>\n                        <li><strong>\ud83d\udcf2 WhatsApp:<\/strong> Mensagens via WhatsApp para atualiza\u00e7\u00f5es r\u00e1pidas e comunica\u00e7\u00e3o personalizada<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Como usamos suas informa\u00e7\u00f5es<\/h4>\n                    <p>As informa\u00e7\u00f5es que voc\u00ea fornecer (nome, e-mail, n\u00famero de telefone) ser\u00e3o usadas para:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Enviar-lhe informa\u00e7\u00f5es sobre nossos produtos e servi\u00e7os<\/li>\n                        <li>Fornecer suporte ao cliente e responder \u00e0s suas perguntas<\/li>\n                        <li>Enviar ofertas promocionais e promo\u00e7\u00f5es especiais<\/li>\n                        <li>Mant\u00ea-lo atualizado sobre not\u00edcias da empresa e lan\u00e7amentos de produtos<\/li>\n                        <li>Realizar pesquisas de mercado e obter feedback<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Seus direitos<\/h4>\n                    <p>Voc\u00ea tem o direito de:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>Desativa\u00e7\u00e3o:<\/strong> Cancelar a assinatura de nossas comunica\u00e7\u00f5es a qualquer momento<\/li>\n                        <li><strong>Atualizar:<\/strong> Solicitar atualiza\u00e7\u00f5es das suas informa\u00e7\u00f5es de contato<\/li>\n                        <li><strong>Excluir:<\/strong> Solicitar a exclus\u00e3o de seus dados de nossos sistemas<\/li>\n                        <li><strong>Acesso:<\/strong> Solicitar uma c\u00f3pia dos dados que mantemos sobre voc\u00ea<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Prote\u00e7\u00e3o de dados<\/h4>\n                    <p>Levamos sua privacidade a s\u00e9rio. Suas informa\u00e7\u00f5es s\u00e3o:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Armazenado de forma segura usando criptografia padr\u00e3o do setor<\/li>\n                        <li>Nunca vendido ou compartilhado com terceiros para fins de marketing<\/li>\n                        <li>Utilizado apenas por pessoal autorizado da Nuvix<\/li>\n                        <li>Protegido de acordo com as leis de prote\u00e7\u00e3o de dados aplic\u00e1veis (GDPR, CCPA, etc.)<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Frequ\u00eancia das comunica\u00e7\u00f5es<\/h4>\n                    <p>Respeitamos sua caixa de entrada e seu telefone. Nossa frequ\u00eancia de comunica\u00e7\u00e3o \u00e9:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>E-mails:<\/strong> 2 a 4 vezes por m\u00eas, em m\u00e9dia<\/li>\n                        <li><strong>Chamadas telef\u00f4nicas:<\/strong> Somente quando necess\u00e1rio ou solicitado<\/li>\n                        <li><strong>SMS\/WhatsApp:<\/strong> Uma ou duas vezes por m\u00eas para atualiza\u00e7\u00f5es importantes<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Como optar por n\u00e3o participar<\/h4>\n                    <p>Voc\u00ea pode parar de receber comunica\u00e7\u00f5es a qualquer momento:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Clicar no link \"Cancelar inscri\u00e7\u00e3o\" em qualquer e-mail<\/li>\n                        <li>Responder \"STOP\" a qualquer mensagem SMS<\/li>\n                        <li>Entre em contato conosco diretamente em <a href=\"mailto:support@nuvix.com\">support@nuvix.com<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section nuvix-policy-highlight\">\n                    <h4>\u26a0\ufe0f Observa\u00e7\u00e3o importante<\/h4>\n                    <p><strong>Ao marcar a caixa de consentimento e enviar este formul\u00e1rio, voc\u00ea reconhece que leu, entendeu e concorda com esta Pol\u00edtica de Comunica\u00e7\u00e3o de Marketing.<\/strong><\/p>\n                    <p>Se voc\u00ea n\u00e3o concordar com esses termos, n\u00e3o envie o formul\u00e1rio. Voc\u00ea ainda pode entrar em contato conosco por outros meios sem fornecer consentimento de marketing.<\/p>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <p class=\"nuvix-policy-date\">Last Updated: June 27, 2026<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"nuvix-policy-modal-footer\">\n                <button class=\"nuvix-btn nuvix-btn-primary\" onclick=\"nuvixClosePolicyModal('nuvix-inline-form-1')\">\n                    Eu entendo\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n        \n    <style>\n        \/* Container Styles *\/\n        .nuvix-inline-form-container {\n            margin: 30px 0;\n            width: 100%;\n        }\n        \n        .nuvix-inline-form-container.nuvix-inline-center {\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .nuvix-inline-form-container.nuvix-inline-right {\n            margin-left: auto;\n        }\n        \n        \/* Form Wrapper *\/\n        .nuvix-inline-form-wrapper {\n            background: linear-gradient(135deg, #1a1e3a 0%, #0a0e27 100%);\n            border: 2px solid rgba(159, 57, 255, 0.3);\n            border-radius: 20px;\n            padding: 0;\n            box-shadow: 0 20px 60px rgba(159, 57, 255, 0.3),\n                        0 0 80px rgba(159, 57, 255, 0.1);\n            overflow: hidden;\n            animation: nuvixFadeIn 0.5s ease;\n        }\n        \n        @keyframes nuvixFadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        \/* Form Header *\/\n        .nuvix-inline-form-header {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.2), rgba(0, 180, 216, 0.2));\n            padding: 20px 30px;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n        }\n        \n        .nuvix-inline-form-header h3 {\n            margin: 0;\n            font-size: 1.5rem;\n            background: linear-gradient(135deg, #fff 0%, #9f39ff 50%, #00b4d8 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 800;\n            text-align: center;\n        }\n        \n        \/* Form Styles *\/\n        .nuvix-inline-form {\n            padding: 30px;\n        }\n        \n        .nuvix-inline-form-group {\n            margin-bottom: 20px;\n        }\n        \n        .nuvix-inline-form-group label {\n            display: block;\n            margin-bottom: 8px;\n            color: #e2e8f0;\n            font-weight: 600;\n            font-size: 0.95rem;\n        }\n        \n        .nuvix-inline-form-group input,\n        .nuvix-inline-form-group select,\n        .nuvix-inline-form-group textarea {\n            width: 100%;\n            padding: 12px 15px;\n            background: rgba(255, 255, 255, 0.05);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            border-radius: 10px;\n            color: #e2e8f0;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            box-sizing: border-box;\n            -webkit-appearance: none;\n            -moz-appearance: none;\n            appearance: none;\n            font-family: inherit;\n        }\n        \n        .nuvix-inline-form-group textarea {\n            resize: vertical;\n            min-height: 100px;\n            line-height: 1.5;\n        }\n        \n        .nuvix-inline-form-group textarea::placeholder {\n            color: rgba(226, 232, 240, 0.5);\n        }\n        \n        .nuvix-inline-form-group select {\n            background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='8'%3E%3Cpath fill='%23e2e8f0' d='M6 8L0 0h12z'\/%3E%3C\/svg%3E\");\n            background-repeat: no-repeat;\n            background-position: right 15px center;\n            padding-right: 40px;\n        }\n        \n        .nuvix-inline-form-group input:focus,\n        .nuvix-inline-form-group select:focus,\n        .nuvix-inline-form-group textarea:focus {\n            outline: none;\n            border-color: #9f39ff;\n            background: rgba(159, 57, 255, 0.05);\n            box-shadow: 0 0 15px rgba(159, 57, 255, 0.3);\n        }\n        \n        .nuvix-inline-form-group select option {\n            background: #0a0e27;\n            color: #e2e8f0;\n            padding: 10px;\n        }\n        \n        .nuvix-inline-form-row {\n            display: grid;\n            grid-template-columns: 1fr 2fr;\n            gap: 15px;\n        }\n        \n        \/* Submit Button *\/\n        .nuvix-inline-submit-btn {\n            width: 100%;\n            padding: 15px 30px;\n            background: linear-gradient(135deg, #9f39ff, #00b4d8);\n            color: white;\n            border: none;\n            border-radius: 25px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            position: relative;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            margin-top: 10px;\n            box-shadow: 0 5px 20px rgba(159, 57, 255, 0.3);\n        }\n        \n        .nuvix-inline-submit-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(159, 57, 255, 0.5);\n        }\n        \n        .nuvix-inline-submit-btn::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.2);\n            transition: left 0.5s ease;\n        }\n        \n        .nuvix-inline-submit-btn:hover::before {\n            left: 100%;\n        }\n        \n        .nuvix-inline-submit-btn:disabled {\n            opacity: 0.5;\n            cursor: not-allowed;\n        }\n        \n        .nuvix-inline-submit-btn i {\n            font-size: 1.2rem;\n        }\n        \n        \/* Loading state *\/\n        .nuvix-inline-submit-btn.loading {\n            pointer-events: none;\n        }\n        \n        .nuvix-inline-submit-btn.loading i {\n            animation: spin 1s linear infinite;\n        }\n        \n        @keyframes spin {\n            to { transform: rotate(360deg); }\n        }\n        \n        \/* Message styles *\/\n        .nuvix-inline-form-message {\n            margin-top: 15px;\n            padding: 12px;\n            border-radius: 10px;\n            text-align: center;\n            display: none;\n            font-weight: 600;\n        }\n        \n        .nuvix-inline-form-message.success {\n            background: rgba(16, 185, 129, 0.2);\n            border: 1px solid rgba(16, 185, 129, 0.5);\n            color: #10b981;\n            display: block;\n        }\n        \n        .nuvix-inline-form-message.error {\n            background: rgba(239, 68, 68, 0.2);\n            border: 1px solid rgba(239, 68, 68, 0.5);\n            color: #ef4444;\n            display: block;\n        }\n        \n        \/* Consent Checkbox Styles *\/\n        .nuvix-consent-group {\n            margin-bottom: 20px;\n            margin-top: 10px;\n        }\n        \n        .nuvix-consent-label {\n            display: flex;\n            align-items: flex-start;\n            cursor: pointer;\n            padding: 12px;\n            background: rgba(255, 255, 255, 0.03);\n            border-radius: 8px;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n        \n        .nuvix-consent-label:hover {\n            background: rgba(255, 255, 255, 0.05);\n            border-color: rgba(159, 57, 255, 0.3);\n        }\n        \n        .nuvix-consent-label input[type=\"checkbox\"] {\n            width: 18px;\n            height: 18px;\n            min-width: 18px;\n            min-height: 18px;\n            margin-right: 12px;\n            margin-top: 2px;\n            cursor: pointer;\n            flex-shrink: 0;\n            accent-color: #9f39ff;\n            position: relative;\n            z-index: 2;\n            background: rgba(255, 255, 255, 0.1);\n            border: 2px solid rgba(159, 57, 255, 0.5);\n            border-radius: 4px;\n            -webkit-appearance: none;\n            -moz-appearance: none;\n            appearance: none;\n            outline: none;\n        }\n        \n        .nuvix-consent-label input[type=\"checkbox\"]:checked {\n            background: #9f39ff;\n            border-color: #9f39ff;\n        }\n        \n        .nuvix-consent-label input[type=\"checkbox\"]:checked::after {\n            content: '\u2713';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            color: white;\n            font-size: 14px;\n            font-weight: bold;\n        }\n        \n        .nuvix-consent-label input[type=\"checkbox\"]:hover {\n            border-color: #9f39ff;\n            background: rgba(159, 57, 255, 0.2);\n        }\n        \n        .nuvix-consent-text {\n            color: #cbd5e0;\n            font-size: 13px;\n            line-height: 1.5;\n            flex: 1;\n        }\n        \n        .nuvix-policy-link {\n            color: #9f39ff;\n            text-decoration: underline;\n            transition: color 0.3s;\n            position: relative;\n            z-index: 3;\n        }\n        \n        .nuvix-policy-link:hover {\n            color: #00b4d8;\n        }\n        \n        \/* Policy Modal Styles *\/\n        .nuvix-policy-modal {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.85);\n            z-index: 100000;\n            align-items: center;\n            justify-content: center;\n            overflow-y: auto;\n            padding: 20px;\n        }\n        \n        .nuvix-policy-modal.active {\n            display: flex;\n        }\n        \n        .nuvix-policy-modal-content {\n            background: linear-gradient(135deg, #1a1e3a 0%, #0a0e27 100%);\n            border: 2px solid rgba(159, 57, 255, 0.3);\n            border-radius: 16px;\n            max-width: 700px;\n            width: 100%;\n            max-height: 90vh;\n            overflow-y: auto;\n            animation: nuvixModalSlideIn 0.3s ease;\n            box-shadow: 0 20px 60px rgba(159, 57, 255, 0.3);\n        }\n        \n        @keyframes nuvixModalSlideIn {\n            from {\n                opacity: 0;\n                transform: translateY(-30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        .nuvix-policy-modal-header {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.2), rgba(0, 180, 216, 0.2));\n            padding: 20px 30px;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            position: sticky;\n            top: 0;\n            z-index: 10;\n            border-radius: 14px 14px 0 0;\n        }\n        \n        .nuvix-policy-modal-header h3 {\n            margin: 0;\n            font-size: 1.5rem;\n            background: linear-gradient(135deg, #fff 0%, #9f39ff 50%, #00b4d8 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 700;\n        }\n        \n        .nuvix-policy-close {\n            background: transparent;\n            border: none;\n            color: #cbd5e0;\n            font-size: 32px;\n            cursor: pointer;\n            padding: 0;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: all 0.3s;\n            border-radius: 8px;\n            line-height: 1;\n        }\n        \n        .nuvix-policy-close:hover {\n            background: #ef4444;\n            color: white;\n        }\n        \n        .nuvix-policy-modal-body {\n            padding: 30px;\n            color: #e2e8f0;\n        }\n        \n        .nuvix-policy-section {\n            margin-bottom: 25px;\n        }\n        \n        .nuvix-policy-section h4 {\n            margin: 0 0 12px 0;\n            color: #9f39ff;\n            font-size: 1.1rem;\n            font-weight: 600;\n        }\n        \n        .nuvix-policy-section p {\n            margin: 0 0 10px 0;\n            line-height: 1.6;\n            color: #cbd5e0;\n        }\n        \n        .nuvix-policy-list {\n            margin: 10px 0;\n            padding-left: 20px;\n        }\n        \n        .nuvix-policy-list li {\n            margin-bottom: 8px;\n            line-height: 1.6;\n            color: #cbd5e0;\n        }\n        \n        .nuvix-policy-list li strong {\n            color: #00b4d8;\n        }\n        \n        .nuvix-policy-highlight {\n            background: rgba(159, 57, 255, 0.1);\n            border: 2px solid rgba(159, 57, 255, 0.3);\n            border-radius: 10px;\n            padding: 20px;\n        }\n        \n        .nuvix-policy-highlight h4 {\n            color: #ef4444;\n        }\n        \n        .nuvix-policy-date {\n            color: #9ca3af;\n            font-size: 0.9rem;\n            font-style: italic;\n            margin-top: 20px;\n        }\n        \n        .nuvix-policy-modal-footer {\n            padding: 20px 30px;\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\n            display: flex;\n            justify-content: center;\n            position: sticky;\n            bottom: 0;\n            background: linear-gradient(135deg, #1a1e3a 0%, #0a0e27 100%);\n            border-radius: 0 0 14px 14px;\n        }\n        \n        .nuvix-policy-modal-footer .nuvix-btn {\n            padding: 12px 30px;\n            border: none;\n            border-radius: 25px;\n            font-size: 1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .nuvix-policy-modal-footer .nuvix-btn-primary {\n            background: linear-gradient(135deg, #9f39ff, #00b4d8);\n            color: white;\n        }\n        \n        .nuvix-policy-modal-footer .nuvix-btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(159, 57, 255, 0.5);\n        }\n        \n        .nuvix-policy-modal a {\n            color: #00b4d8;\n            text-decoration: none;\n        }\n        \n        .nuvix-policy-modal a:hover {\n            text-decoration: underline;\n        }\n        \n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .nuvix-inline-form-wrapper {\n                border-radius: 16px;\n            }\n            \n            .nuvix-inline-form-header {\n                padding: 15px 20px;\n            }\n            \n            .nuvix-inline-form-header h3 {\n                font-size: 1.2rem;\n            }\n            \n            .nuvix-inline-form {\n                padding: 20px;\n            }\n            \n            .nuvix-inline-form-row {\n                grid-template-columns: 1fr;\n                gap: 15px;\n            }\n            \n            .nuvix-inline-form-group input,\n            .nuvix-inline-form-group select,\n            .nuvix-inline-form-group textarea {\n                font-size: 16px; \/* Prevents zoom on iOS *\/\n                padding: 14px 15px;\n            }\n            \n            .nuvix-inline-submit-btn {\n                padding: 14px 25px;\n                font-size: 1rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .nuvix-inline-form-header {\n                padding: 12px 15px;\n            }\n            \n            .nuvix-inline-form-header h3 {\n                font-size: 1.1rem;\n            }\n            \n            .nuvix-inline-form {\n                padding: 15px;\n            }\n            \n            .nuvix-inline-submit-btn {\n                padding: 12px 20px;\n                font-size: 0.95rem;\n            }\n        }\n        \n        \/* Ensure form inputs don't zoom on mobile *\/\n        @media (max-width: 768px) {\n            input[type=\"text\"],\n            input[type=\"email\"],\n            input[type=\"tel\"],\n            select,\n            textarea {\n                font-size: 16px !important;\n            }\n        }\n    <\/style>\n    \n    <script>\n        \/\/ Initialize inline forms\n        (function() {\n            \/\/ Policy Modal Functions\n            window.nuvixOpenPolicyModal = function(formId) {\n                const modal = document.getElementById('nuvixPolicyModal-' + formId);\n                if (modal) {\n                    modal.classList.add('active');\n                    document.body.style.overflow = 'hidden';\n                }\n            };\n            \n            window.nuvixClosePolicyModal = function(formId) {\n                const modal = document.getElementById('nuvixPolicyModal-' + formId);\n                if (modal) {\n                    modal.classList.remove('active');\n                    document.body.style.overflow = '';\n                }\n            };\n            \n            \/\/ Close modal when clicking outside\n            document.addEventListener('click', function(e) {\n                if (e.target.classList.contains('nuvix-policy-modal')) {\n                    const formId = e.target.id.replace('nuvixPolicyModal-', '');\n                    nuvixClosePolicyModal(formId);\n                }\n            });\n            \n            \/\/ Close modal with Escape key\n            document.addEventListener('keydown', function(e) {\n                if (e.key === 'Escape') {\n                    const activeModal = document.querySelector('.nuvix-policy-modal.active');\n                    if (activeModal) {\n                        const formId = activeModal.id.replace('nuvixPolicyModal-', '');\n                        nuvixClosePolicyModal(formId);\n                    }\n                }\n            });\n            \n            \/\/ Helper function to get cookie value\n            function getCookie(name) {\n                const value = `; ${document.cookie}`;\n                const parts = value.split(`; ${name}=`);\n                if (parts.length === 2) return parts.pop().split(';').shift();\n                return null;\n            }\n            \n            \/\/ Helper function to set cookie\n            function setCookie(name, value, days) {\n                let expires = \"\";\n                if (days) {\n                    const date = new Date();\n                    date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));\n                    expires = \"; expires=\" + date.toUTCString();\n                }\n                document.cookie = name + \"=\" + (value || \"\") + expires + \"; path=\/\";\n            }\n            \n            \/\/ Store ref and g parameters from URL on page load\n            (function storeReferralParams() {\n                const urlParams = new URLSearchParams(window.location.search);\n                \n                \/\/ Check for ref parameter\n                const refParam = urlParams.get('ref');\n                if (refParam) {\n                    \/\/ Store in multiple places for redundancy\n                    setCookie('ref', refParam, 30);\n                    setCookie('wc_ref', refParam, 30);\n                    localStorage.setItem('ref', refParam);\n                    console.log('Stored ref parameter:', refParam);\n                }\n                \n                \/\/ Check for g parameter\n                const gParam = urlParams.get('g');\n                if (gParam) {\n                    setCookie('g', gParam, 30);\n                    setCookie('wc_g', gParam, 30);\n                    localStorage.setItem('g', gParam);\n                    console.log('Stored g parameter:', gParam);\n                }\n                \n                \/\/ Store UTM parameters\n                const utmSource = urlParams.get('utm_source');\n                const utmMedium = urlParams.get('utm_medium');\n                const utmCampaign = urlParams.get('utm_campaign');\n                \n                if (utmSource) {\n                    setCookie('utm_source', utmSource, 30);\n                    localStorage.setItem('utm_source', utmSource);\n                }\n                if (utmMedium) {\n                    setCookie('utm_medium', utmMedium, 30);\n                    localStorage.setItem('utm_medium', utmMedium);\n                }\n                if (utmCampaign) {\n                    setCookie('utm_campaign', utmCampaign, 30);\n                    localStorage.setItem('utm_campaign', utmCampaign);\n                }\n                \n                \/\/ Log current tracking state for debugging\n                console.log('Nuvix Form - Current Tracking State:', {\n                    url_ref: refParam,\n                    url_g: gParam,\n                    cookie_ref: getCookie('ref'),\n                    cookie_wc_ref: getCookie('wc_ref'),\n                    cookie_g: getCookie('g'),\n                    cookie_wc_g: getCookie('wc_g'),\n                    localStorage_ref: localStorage.getItem('ref'),\n                    localStorage_g: localStorage.getItem('g')\n                });\n            })();\n            \n            \/\/ Build thank you page URL with language\n            function buildThankYouUrl(baseUrl, languageSlug) {\n                const url = new URL(baseUrl);\n                \n                if (languageSlug) {\n                    const path = url.pathname.startsWith('\/') ? url.pathname.substring(1) : url.pathname;\n                    url.pathname = '\/' + languageSlug + '\/' + path;\n                }\n                \n                return url.toString();\n            }\n            \n            \/\/ Store form data temporarily\n            function storeFormData(data) {\n                sessionStorage.setItem('nuvixFormData', JSON.stringify({\n                    name: data.full_name,\n                    email: data.email,\n                    phone: data.country_code + ' ' + data.phone,\n                    language: data.language,\n                    timestamp: new Date().toISOString()\n                }));\n            }\n            \n            \/\/ Auto-select detected country for all forms\n            document.addEventListener('DOMContentLoaded', function() {\n                const countrySelects = document.querySelectorAll('.nuvix-inline-form select[name=\"country_code\"]');\n                \n                countrySelects.forEach(function(select) {\n                    const detectedCode = select.dataset.detectedCode;\n                    const detectedDial = select.dataset.detectedDial;\n                    \n                    if (detectedCode && detectedDial) {\n                        const options = select.options;\n                        for (let i = 0; i < options.length; i++) {\n                            if (options[i].value === detectedDial && \n                                options[i].dataset.country === detectedCode) {\n                                select.selectedIndex = i;\n                                break;\n                            }\n                        }\n                    }\n                });\n            });\n            \n            \/\/ Handle form submissions\n            document.addEventListener('submit', async function(e) {\n                if (!e.target.classList.contains('nuvix-inline-form')) return;\n                \n                e.preventDefault();\n                \n                const form = e.target;\n                const formId = form.dataset.formId;\n                const submitBtn = form.querySelector('.nuvix-inline-submit-btn');\n                const messageDiv = form.querySelector('.nuvix-inline-form-message');\n                const originalBtnHTML = submitBtn.innerHTML;\n                \n                \/\/ Show loading state\n                submitBtn.innerHTML = '<i class=\"las la-spinner\"><\/i> <span>Sending...<\/span>';\n                submitBtn.classList.add('loading');\n                submitBtn.disabled = true;\n                \n                \/\/ Get form data\n                const formData = new FormData(form);\n                const urlParams = new URLSearchParams(window.location.search);\n                \n                \/\/ Enhanced ref tracking - check multiple sources\n                let refValue = '';\n                let gValue = '';\n                \n                \/\/ Priority order for ref: URL param > wc_ref cookie > ref cookie > localStorage\n                if (urlParams.get('ref')) {\n                    refValue = urlParams.get('ref');\n                } else if (getCookie('wc_ref')) {\n                    refValue = getCookie('wc_ref');\n                } else if (getCookie('ref')) {\n                    refValue = getCookie('ref');\n                } else if (localStorage.getItem('ref')) {\n                    refValue = localStorage.getItem('ref');\n                }\n                \n                \/\/ Priority order for g: URL param > wc_g cookie > g cookie > localStorage\n                if (urlParams.get('g')) {\n                    gValue = urlParams.get('g');\n                } else if (getCookie('wc_g')) {\n                    gValue = getCookie('wc_g');\n                } else if (getCookie('g')) {\n                    gValue = getCookie('g');\n                } else if (localStorage.getItem('g')) {\n                    gValue = localStorage.getItem('g');\n                }\n                \n                console.log('Referral Tracking Debug:', {\n                    ref_found: refValue,\n                    g_found: gValue,\n                    url_ref: urlParams.get('ref'),\n                    cookie_wc_ref: getCookie('wc_ref'),\n                    cookie_ref: getCookie('ref'),\n                    url_g: urlParams.get('g'),\n                    cookie_wc_g: getCookie('wc_g'),\n                    cookie_g: getCookie('g')\n                });\n                \n                const data = {\n                    full_name: formData.get('full_name'),\n                    email: formData.get('email'),\n                    country_code: formData.get('country_code'),\n                    phone: formData.get('phone'),\n                    comments: formData.get('comments') || '',\n                    marketing_consent: formData.get('marketing_consent') === 'on' ? 'yes' : 'no',\n                    timestamp: new Date().toISOString(),\n                    page_url: window.location.href,\n                    page_title: document.title,\n                    language: formData.get('language'),\n                    language_slug: formData.get('language_slug'),\n                    \/\/ Add referral tracking\n                    ref: refValue,\n                    g: gValue,\n                    \/\/ Additional tracking\n                    utm_source: urlParams.get('utm_source') || getCookie('utm_source') || '',\n                    utm_medium: urlParams.get('utm_medium') || getCookie('utm_medium') || '',\n                    utm_campaign: urlParams.get('utm_campaign') || getCookie('utm_campaign') || ''\n                };\n                \n                \/\/ Store form data before sending\n                storeFormData(data);\n                \n                try {\n                    \/\/ Send to WordPress AJAX handler\n                    const response = await fetch('https:\/\/nuvix.com\/wp-admin\/admin-ajax.php', {\n                        method: 'POST',\n                        headers: {\n                            'Content-Type': 'application\/x-www-form-urlencoded',\n                        },\n                        body: new URLSearchParams({\n                            action: 'nuvix_inline_submit_request',\n                            data: JSON.stringify(data)\n                        })\n                    });\n                    \n                    const result = await response.json();\n                    \n                    if (result.success) {\n                        \/\/ Show success message\n                        messageDiv.className = 'nuvix-inline-form-message success';\n                        messageDiv.innerHTML = '\u2713 Thank you! Redirecting to confirmation page...';\n                        \n                        \/\/ Reset form\n                        form.reset();\n                        \n                        \/\/ Build thank you URL with language\n                        const thankYouUrlBase = formData.get('thank_you_url');\n                        const languageSlug = formData.get('language_slug');\n                        const thankYouUrl = buildThankYouUrl(thankYouUrlBase, languageSlug);\n                        \n                        \/\/ Redirect to thank you page after a brief moment\n                        setTimeout(() => {\n                            const redirectUrl = new URL(thankYouUrl);\n                            \n                            \/\/ Add tracking parameters\n                            if (data.ref) redirectUrl.searchParams.set('ref', data.ref);\n                            if (data.g) redirectUrl.searchParams.set('g', data.g);\n                            if (data.utm_source) redirectUrl.searchParams.set('utm_source', data.utm_source);\n                            if (data.utm_medium) redirectUrl.searchParams.set('utm_medium', data.utm_medium);\n                            if (data.utm_campaign) redirectUrl.searchParams.set('utm_campaign', data.utm_campaign);\n                            \n                            window.location.href = redirectUrl.toString();\n                        }, 1500);\n                    } else {\n                        throw new Error(result.data || 'Submission failed');\n                    }\n                } catch (error) {\n                    \/\/ Show error message\n                    messageDiv.className = 'nuvix-inline-form-message error';\n                    messageDiv.innerHTML = '\u2717 Error: ' + error.message;\n                    \n                    \/\/ Reset button\n                    submitBtn.innerHTML = originalBtnHTML;\n                    submitBtn.classList.remove('loading');\n                    submitBtn.disabled = false;\n                }\n            });\n            \n            \/\/ Prevent zoom on input focus for iOS\n            document.addEventListener('touchstart', function(e) {\n                if (e.touches.length > 1) {\n                    e.preventDefault();\n                }\n            });\n        })();\n    <\/script>\n    \n        \n    \n        <\/div>\n    <\/section>\n\n    <!-- Benefits Section -->\n    <section class=\"benefits-section\">\n        <div class=\"section-header\">\n            <h2>Why Choose Nuvix AI for Trading?<\/h2>\n            <p>Advanced technology meets expert trading insights<\/p>\n        <\/div>\n\n        <div class=\"benefits-grid\">\n            <div class=\"benefit-card\">\n                <div class=\"benefit-icon\">\n                    <i class=\"fas fa-chart-line\"><\/i>\n                <\/div>\n                <h3>Real-Time Market Analysis<\/h3>\n                <p>\n                    Our AI continuously monitors global markets, providing instant analysis \n                    of price movements, trends, and trading opportunities across multiple asset classes and timeframes.\n                <\/p>\n            <\/div>\n\n            <div class=\"benefit-card\">\n                <div class=\"benefit-icon\">\n                    <i class=\"fas fa-brain\"><\/i>\n                <\/div>\n                <h3>Advanced Pattern Recognition<\/h3>\n                <p>\n                    Leverage machine learning algorithms that identify profitable trading patterns and \n                    market signals that human traders might miss.\n                <\/p>\n            <\/div>\n\n            <div class=\"benefit-card\">\n                <div class=\"benefit-icon\">\n                    <i class=\"fas fa-shield-alt\"><\/i>\n                <\/div>\n                <h3>Risk Management Tools<\/h3>\n                <p>\n                    Built-in risk assessment and position sizing recommendations help protect your \n                    capital while maximizing potential returns.\n                <\/p>\n            <\/div>\n\n            <div class=\"benefit-card\">\n                <div class=\"benefit-icon\">\n                    <i class=\"fas fa-clock\"><\/i>\n                <\/div>\n                <h3>Multiple Timeframe Analysis<\/h3>\n                <p>\n                    Analyze markets from short-term scalping to long-term position trading, \n                    all from a single comprehensive dashboard with real-time data feeds.\n                <\/p>\n            <\/div>\n\n            <div class=\"benefit-card\">\n                <div class=\"benefit-icon\">\n                    <i class=\"fas fa-users\"><\/i>\n                <\/div>\n                <h3>Expert Support Team<\/h3>\n                <p>\n                    Get personalized guidance from professional traders and technical specialists \n                    who understand both AI technology and market dynamics.\n                <\/p>\n            <\/div>\n\n            <div class=\"benefit-card\">\n                <div class=\"benefit-icon\">\n                    <i class=\"fas fa-mobile-alt\"><\/i>\n                <\/div>\n                <h3>Trade Anywhere, Anytime<\/h3>\n                <p>\n                    Access your trading insights on desktop, mobile, or tablet with our \n                    fully responsive platform and real-time notifications.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Features List -->\n    <section class=\"benefits-section\">\n        <div class=\"section-header\">\n            <h2>What You'll Get in Your Demo<\/h2>\n        <\/div>\n\n        <div class=\"features-list\">\n            <div class=\"feature-item\">\n                <i class=\"fas fa-check-circle feature-icon\"><\/i>\n                <div class=\"feature-content\">\n                    <h4>Complete Platform Walkthrough<\/h4>\n                    <p>\n                        Personal guided tour of all features, showing you exactly how to analyze \n                        markets and identify high-probability trading opportunities with our AI system.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"feature-item\">\n                <i class=\"fas fa-check-circle feature-icon\"><\/i>\n                <div class=\"feature-content\">\n                    <h4>Live Market Analysis Session<\/h4>\n                    <p>\n                        Watch our AI in action as it analyzes current market conditions and \n                        identifies potential trading opportunities in real-time.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"feature-item\">\n                <i class=\"fas fa-check-circle feature-icon\"><\/i>\n                <div class=\"feature-content\">\n                    <h4>Personalized Trading Strategy<\/h4>\n                    <p>\n                        Get customized recommendations based on your trading goals, experience level, \n                        and risk tolerance from our expert consultants.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"feature-item\">\n                <i class=\"fas fa-check-circle feature-icon\"><\/i>\n                <div class=\"feature-content\">\n                    <h4>Q&A with Trading Experts<\/h4>\n                    <p>\n                        Ask anything about trading strategies, market analysis, or how to maximize \n                        the platform's capabilities for your specific trading style and goals.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"feature-item\">\n                <i class=\"fas fa-check-circle feature-icon\"><\/i>\n                <div class=\"feature-content\">\n                    <h4>Exclusive Trading Resources<\/h4>\n                    <p>\n                        Receive access to proprietary market analysis reports, strategy guides, \n                        and educational materials valued at $500+.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Second CTA -->\n    <section class=\"lead-form-section\">\n        <div class=\"form-container\">\n            <h2 class=\"form-title\">\ud83c\udfaf Reserve Your Demo Spot Now<\/h2>\n            <p class=\"form-subtitle\">\n                Join thousands of successful traders using AI-powered analysis. \n                Your personal consultation is 100% FREE!\n            <\/p>\n                \n    <!-- Inline Form Container -->\n    <div class=\"nuvix-inline-form-container nuvix-inline-center\" style=\"max-width: 600px;\">\n        <div class=\"nuvix-inline-form-wrapper\">\n                        <div class=\"nuvix-inline-form-header\">\n                <h3>Claim Your Free Demo<\/h3>\n            <\/div>\n                        \n            <form id=\"nuvix-inline-form-2\" class=\"nuvix-inline-form\" data-form-id=\"nuvix-inline-form-2\" action=\"\">\n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-2_full_name\">Nome completo *<\/label>\n                    <input type=\"text\" id=\"nuvix-inline-form-2_full_name\" name=\"full_name\" required>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-2_email\">Endere\u00e7o de e-mail *<\/label>\n                    <input type=\"email\" id=\"nuvix-inline-form-2_email\" name=\"email\" required>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-row\">\n                    <div class=\"nuvix-inline-form-group nuvix-inline-country-code\">\n                        <label for=\"nuvix-inline-form-2_country_code\">Pa\u00eds *<\/label>\n                        <select id=\"nuvix-inline-form-2_country_code\" name=\"country_code\" required data-detected-code=\"US\" \n                                data-detected-dial=\"+1\">\n                            <option value=\"\">Selecione o pa\u00eds<\/option>\n                            <option value=\"+1\" data-country=\"US\">\ud83c\uddfa\ud83c\uddf8 USA (+1)<\/option>\n                            <option value=\"+1\" data-country=\"CA\">\ud83c\udde8\ud83c\udde6 Canad\u00e1 (+1)<\/option>\n                            <option value=\"+52\" data-country=\"MX\">\ud83c\uddf2\ud83c\uddfd M\u00e9xico (+52)<\/option>\n                            <option value=\"+44\" data-country=\"GB\">\ud83c\uddec\ud83c\udde7 REINO UNIDO (+44)<\/option>\n                            <option value=\"+33\" data-country=\"FR\">\ud83c\uddeb\ud83c\uddf7 Fran\u00e7a (+33)<\/option>\n                            <option value=\"+49\" data-country=\"DE\">\ud83c\udde9\ud83c\uddea Alemanha (+49)<\/option>\n                            <option value=\"+39\" data-country=\"IT\">\ud83c\uddee\ud83c\uddf9 It\u00e1lia (+39)<\/option>\n                            <option value=\"+34\" data-country=\"ES\">\ud83c\uddea\ud83c\uddf8 Espanha (+34)<\/option>\n                            <option value=\"+61\" data-country=\"AU\">\ud83c\udde6\ud83c\uddfa Austr\u00e1lia (+61)<\/option>\n                            <option value=\"+81\" data-country=\"JP\">\ud83c\uddef\ud83c\uddf5 Jap\u00e3o (+81)<\/option>\n                            <option value=\"+86\" data-country=\"CN\">\ud83c\udde8\ud83c\uddf3 China (+86)<\/option>\n                            <option value=\"+91\" data-country=\"IN\">\ud83c\uddee\ud83c\uddf3 \u00cdndia (+91)<\/option>\n                            <option value=\"+55\" data-country=\"BR\">\ud83c\udde7\ud83c\uddf7 Brasil (+55)<\/option>\n                            <option value=\"+7\" data-country=\"RU\">\ud83c\uddf7\ud83c\uddfa R\u00fassia (+7)<\/option>\n                            <option value=\"+27\" data-country=\"ZA\">\ud83c\uddff\ud83c\udde6 \u00c1frica do Sul (+27)<\/option>\n                            <option value=\"+234\" data-country=\"NG\">\ud83c\uddf3\ud83c\uddec Nig\u00e9ria (+234)<\/option>\n                            <option value=\"+54\" data-country=\"AR\">\ud83c\udde6\ud83c\uddf7 Argentina (+54)<\/option>\n                            <option value=\"+20\" data-country=\"EG\">\ud83c\uddea\ud83c\uddec Egito (+20)<\/option>\n                            <option value=\"+90\" data-country=\"TR\">\ud83c\uddf9\ud83c\uddf7 Turquia (+90)<\/option>\n                            <option value=\"+98\" data-country=\"IR\">\ud83c\uddee\ud83c\uddf7 Ir\u00e3 (+98)<\/option>\n                        <\/select>\n                    <\/div>\n                    \n                    <div class=\"nuvix-inline-form-group nuvix-inline-phone\">\n                        <label for=\"nuvix-inline-form-2_phone\">N\u00famero de telefone *<\/label>\n                        <input type=\"tel\" id=\"nuvix-inline-form-2_phone\" name=\"phone\" required pattern=\"[0-9]{7,15}\" \n                               placeholder=\"N\u00famero de telefone\"\n                               inputmode=\"numeric\">\n                    <\/div>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-2_comments\">Perguntas\/Coment\u00e1rios<\/label>\n                    <textarea id=\"nuvix-inline-form-2_comments\" name=\"comments\" rows=\"4\" \n                              placeholder=\"Compartilhe quaisquer perguntas ou coment\u00e1rios que tiver...\"><\/textarea>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group nuvix-consent-group\">\n                    <label class=\"nuvix-consent-label\">\n                        <input type=\"checkbox\" \n                               id=\"nuvix-inline-form-2_marketing_consent\" \n                               name=\"marketing_consent\" \n                               checked required>\n                        <span class=\"nuvix-consent-text\">\n                            Eu concordo com os  \n                            <a href=\"#\" class=\"nuvix-policy-link\" onclick=\"nuvixOpenPolicyModal('nuvix-inline-form-2'); return false;\">\n                                Pol\u00edtica de marketing da Nuvix\n                            <\/a>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-submit\">\n                    <button type=\"submit\" class=\"nuvix-inline-submit-btn\">\n                        <i class=\"las la-paper-plane\"><\/i>\n                        <span>Enviar solicita\u00e7\u00e3o<\/span>\n                    <\/button>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-message\"><\/div>\n                \n                <!-- Hidden fields for tracking -->\n                <input type=\"hidden\" name=\"language\" value=\"Portuguese\">\n                <input type=\"hidden\" name=\"language_slug\" value=\"pt\">\n                <input type=\"hidden\" name=\"thank_you_url\" value=\"https:\/\/nuvix.com\/thank-you-lead-page\/\">\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"pt\"\/><\/form>\n        <\/div>\n    <\/div>\n    \n    <!-- Marketing Policy Modal -->\n    <div class=\"nuvix-policy-modal\" id=\"nuvixPolicyModal-nuvix-inline-form-2\">\n        <div class=\"nuvix-policy-modal-content\">\n            <div class=\"nuvix-policy-modal-header\">\n                <h3>Pol\u00edtica de comunica\u00e7\u00e3o de marketing<\/h3>\n                <button class=\"nuvix-policy-close\" onclick=\"nuvixClosePolicyModal('nuvix-inline-form-2')\">\u00d7<\/button>\n            <\/div>\n            \n            <div class=\"nuvix-policy-modal-body\">\n                <div class=\"nuvix-policy-section\">\n                    <h4>Com o que voc\u00ea est\u00e1 concordando<\/h4>\n                    <p>Ao enviar este formul\u00e1rio e marcar a caixa de consentimento, voc\u00ea concorda explicitamente em receber comunica\u00e7\u00f5es promocionais e de marketing da Nuvix por meio dos seguintes canais:<\/p>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Canais de comunica\u00e7\u00e3o<\/h4>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>\ud83d\udce7 E-mail:<\/strong> E-mails de marketing, boletins informativos, atualiza\u00e7\u00f5es de produtos e ofertas promocionais<\/li>\n                        <li><strong>Chamadas telef\u00f4nicas:<\/strong> Chamadas diretas de nossa equipe de vendas e marketing sobre nossos servi\u00e7os<\/li>\n                        <li><strong>SMS\/Mensagens de texto:<\/strong> Mensagens de texto com ofertas especiais, lembretes e atualiza\u00e7\u00f5es<\/li>\n                        <li><strong>\ud83d\udcf2 WhatsApp:<\/strong> Mensagens via WhatsApp para atualiza\u00e7\u00f5es r\u00e1pidas e comunica\u00e7\u00e3o personalizada<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Como usamos suas informa\u00e7\u00f5es<\/h4>\n                    <p>As informa\u00e7\u00f5es que voc\u00ea fornecer (nome, e-mail, n\u00famero de telefone) ser\u00e3o usadas para:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Enviar-lhe informa\u00e7\u00f5es sobre nossos produtos e servi\u00e7os<\/li>\n                        <li>Fornecer suporte ao cliente e responder \u00e0s suas perguntas<\/li>\n                        <li>Enviar ofertas promocionais e promo\u00e7\u00f5es especiais<\/li>\n                        <li>Mant\u00ea-lo atualizado sobre not\u00edcias da empresa e lan\u00e7amentos de produtos<\/li>\n                        <li>Realizar pesquisas de mercado e obter feedback<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Seus direitos<\/h4>\n                    <p>Voc\u00ea tem o direito de:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>Desativa\u00e7\u00e3o:<\/strong> Cancelar a assinatura de nossas comunica\u00e7\u00f5es a qualquer momento<\/li>\n                        <li><strong>Atualizar:<\/strong> Solicitar atualiza\u00e7\u00f5es das suas informa\u00e7\u00f5es de contato<\/li>\n                        <li><strong>Excluir:<\/strong> Solicitar a exclus\u00e3o de seus dados de nossos sistemas<\/li>\n                        <li><strong>Acesso:<\/strong> Solicitar uma c\u00f3pia dos dados que mantemos sobre voc\u00ea<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Prote\u00e7\u00e3o de dados<\/h4>\n                    <p>Levamos sua privacidade a s\u00e9rio. Suas informa\u00e7\u00f5es s\u00e3o:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Armazenado de forma segura usando criptografia padr\u00e3o do setor<\/li>\n                        <li>Nunca vendido ou compartilhado com terceiros para fins de marketing<\/li>\n                        <li>Utilizado apenas por pessoal autorizado da Nuvix<\/li>\n                        <li>Protegido de acordo com as leis de prote\u00e7\u00e3o de dados aplic\u00e1veis (GDPR, CCPA, etc.)<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Frequ\u00eancia das comunica\u00e7\u00f5es<\/h4>\n                    <p>Respeitamos sua caixa de entrada e seu telefone. Nossa frequ\u00eancia de comunica\u00e7\u00e3o \u00e9:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>E-mails:<\/strong> 2 a 4 vezes por m\u00eas, em m\u00e9dia<\/li>\n                        <li><strong>Chamadas telef\u00f4nicas:<\/strong> Somente quando necess\u00e1rio ou solicitado<\/li>\n                        <li><strong>SMS\/WhatsApp:<\/strong> Uma ou duas vezes por m\u00eas para atualiza\u00e7\u00f5es importantes<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Como optar por n\u00e3o participar<\/h4>\n                    <p>Voc\u00ea pode parar de receber comunica\u00e7\u00f5es a qualquer momento:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Clicar no link \"Cancelar inscri\u00e7\u00e3o\" em qualquer e-mail<\/li>\n                        <li>Responder \"STOP\" a qualquer mensagem SMS<\/li>\n                        <li>Entre em contato conosco diretamente em <a href=\"mailto:support@nuvix.com\">support@nuvix.com<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section nuvix-policy-highlight\">\n                    <h4>\u26a0\ufe0f Observa\u00e7\u00e3o importante<\/h4>\n                    <p><strong>Ao marcar a caixa de consentimento e enviar este formul\u00e1rio, voc\u00ea reconhece que leu, entendeu e concorda com esta Pol\u00edtica de Comunica\u00e7\u00e3o de Marketing.<\/strong><\/p>\n                    <p>Se voc\u00ea n\u00e3o concordar com esses termos, n\u00e3o envie o formul\u00e1rio. Voc\u00ea ainda pode entrar em contato conosco por outros meios sem fornecer consentimento de marketing.<\/p>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <p class=\"nuvix-policy-date\">Last Updated: June 27, 2026<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"nuvix-policy-modal-footer\">\n                <button class=\"nuvix-btn nuvix-btn-primary\" onclick=\"nuvixClosePolicyModal('nuvix-inline-form-2')\">\n                    Eu entendo\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n        \n    \n        <\/div>\n    <\/section>\n\n    <!-- Testimonials Section -->\n    <section class=\"testimonials\">\n        <div class=\"section-header\">\n            <h2>What Traders Are Saying<\/h2>\n        <\/div>\n\n        <div class=\"testimonials-grid\">\n            <div class=\"testimonial-card\">\n                <div style=\"color: var(--gold); margin-bottom: 15px;\">\n                    \u2605\u2605\u2605\u2605\u2605\n                <\/div>\n                <p style=\"font-style: italic; margin-bottom: 20px; opacity: 0.9;\">\n                    \"The demo showed me possibilities I never knew existed. The personal session was incredibly valuable!\"\n                <\/p>\n                <p style=\"color: var(--primary); font-weight: 600;\">Michael K. - Professional Trader<\/p>\n            <\/div>\n\n            <div class=\"testimonial-card\">\n                <div style=\"color: var(--gold); margin-bottom: 15px;\">\n                    \u2605\u2605\u2605\u2605\u2605\n                <\/div>\n                <p style=\"font-style: italic; margin-bottom: 20px; opacity: 0.9;\">\n                    \"I was skeptical but the demo completely changed my perspective. The AI predictions are incredibly accurate!\"\n                <\/p>\n                <p style=\"color: var(--primary); font-weight: 600;\">Sarah L. - Forex Trader<\/p>\n            <\/div>\n\n            <div class=\"testimonial-card\">\n                <div style=\"color: var(--gold); margin-bottom: 15px;\">\n                    \u2605\u2605\u2605\u2605\u2605\n                <\/div>\n                <p style=\"font-style: italic; margin-bottom: 20px; opacity: 0.9;\">\n                    \"The personal consultation alone was worth hours of research. They really understand the technology!\"\n                <\/p>\n                <p style=\"color: var(--primary); font-weight: 600;\">David R. - Binary Options Trader<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section -->\n    <section class=\"faq\">\n        <div class=\"section-header\">\n            <h2>Perguntas frequentes<\/h2>\n        <\/div>\n        \n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                What's included in the demo?\n                <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n            <\/div>\n            <div class=\"faq-answer\">\n                The demo includes a complete walkthrough of our AI analysis system for professional trading, personalized recommendations based on your trading needs, and a one-on-one consultation with our expert team.\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                What happens after I request access?\n                <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n            <\/div>\n            <div class=\"faq-answer\">\n                Within 24 hours, our team will contact you to schedule your personal demo session. You'll get a complete walkthrough of the system and answers to all your questions about professional trading strategies.\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                Preciso de experi\u00eancia em negocia\u00e7\u00e3o?\n                <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n            <\/div>\n            <div class=\"faq-answer\">\n                No prior experience necessary! Our system is designed for everyone, from beginners learning about trading to experienced professionals. Your personal consultant will guide you based on your current level.\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                How long is the demo session?\n                <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n            <\/div>\n            <div class=\"faq-answer\">\n                The demo typically lasts 30-45 minutes, but we'll take as much time as needed to answer all your questions about the platform and trading strategies.\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Final CTA Section -->\n    <section style=\"padding: 100px 20px; text-align: center;\">\n        <h2 style=\"font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 30px; background: linear-gradient(135deg, var(--gold), var(--primary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;\">\n            Ready to Transform Your Trading Results?\n        <\/h2>\n        <p style=\"font-size: 1.3rem; margin-bottom: 40px; opacity: 0.9;\">\n            Don't miss this opportunity - Limited spots available!\n        <\/p>\n            \n    <!-- Inline Form Container -->\n    <div class=\"nuvix-inline-form-container nuvix-inline-center\" style=\"max-width: 600px;\">\n        <div class=\"nuvix-inline-form-wrapper\">\n                        <div class=\"nuvix-inline-form-header\">\n                <h3>Get Demo Access Now<\/h3>\n            <\/div>\n                        \n            <form id=\"nuvix-inline-form-3\" class=\"nuvix-inline-form\" data-form-id=\"nuvix-inline-form-3\" action=\"\">\n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-3_full_name\">Nome completo *<\/label>\n                    <input type=\"text\" id=\"nuvix-inline-form-3_full_name\" name=\"full_name\" required>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-3_email\">Endere\u00e7o de e-mail *<\/label>\n                    <input type=\"email\" id=\"nuvix-inline-form-3_email\" name=\"email\" required>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-row\">\n                    <div class=\"nuvix-inline-form-group nuvix-inline-country-code\">\n                        <label for=\"nuvix-inline-form-3_country_code\">Pa\u00eds *<\/label>\n                        <select id=\"nuvix-inline-form-3_country_code\" name=\"country_code\" required data-detected-code=\"US\" \n                                data-detected-dial=\"+1\">\n                            <option value=\"\">Selecione o pa\u00eds<\/option>\n                            <option value=\"+1\" data-country=\"US\">\ud83c\uddfa\ud83c\uddf8 USA (+1)<\/option>\n                            <option value=\"+1\" data-country=\"CA\">\ud83c\udde8\ud83c\udde6 Canad\u00e1 (+1)<\/option>\n                            <option value=\"+52\" data-country=\"MX\">\ud83c\uddf2\ud83c\uddfd M\u00e9xico (+52)<\/option>\n                            <option value=\"+44\" data-country=\"GB\">\ud83c\uddec\ud83c\udde7 REINO UNIDO (+44)<\/option>\n                            <option value=\"+33\" data-country=\"FR\">\ud83c\uddeb\ud83c\uddf7 Fran\u00e7a (+33)<\/option>\n                            <option value=\"+49\" data-country=\"DE\">\ud83c\udde9\ud83c\uddea Alemanha (+49)<\/option>\n                            <option value=\"+39\" data-country=\"IT\">\ud83c\uddee\ud83c\uddf9 It\u00e1lia (+39)<\/option>\n                            <option value=\"+34\" data-country=\"ES\">\ud83c\uddea\ud83c\uddf8 Espanha (+34)<\/option>\n                            <option value=\"+61\" data-country=\"AU\">\ud83c\udde6\ud83c\uddfa Austr\u00e1lia (+61)<\/option>\n                            <option value=\"+81\" data-country=\"JP\">\ud83c\uddef\ud83c\uddf5 Jap\u00e3o (+81)<\/option>\n                            <option value=\"+86\" data-country=\"CN\">\ud83c\udde8\ud83c\uddf3 China (+86)<\/option>\n                            <option value=\"+91\" data-country=\"IN\">\ud83c\uddee\ud83c\uddf3 \u00cdndia (+91)<\/option>\n                            <option value=\"+55\" data-country=\"BR\">\ud83c\udde7\ud83c\uddf7 Brasil (+55)<\/option>\n                            <option value=\"+7\" data-country=\"RU\">\ud83c\uddf7\ud83c\uddfa R\u00fassia (+7)<\/option>\n                            <option value=\"+27\" data-country=\"ZA\">\ud83c\uddff\ud83c\udde6 \u00c1frica do Sul (+27)<\/option>\n                            <option value=\"+234\" data-country=\"NG\">\ud83c\uddf3\ud83c\uddec Nig\u00e9ria (+234)<\/option>\n                            <option value=\"+54\" data-country=\"AR\">\ud83c\udde6\ud83c\uddf7 Argentina (+54)<\/option>\n                            <option value=\"+20\" data-country=\"EG\">\ud83c\uddea\ud83c\uddec Egito (+20)<\/option>\n                            <option value=\"+90\" data-country=\"TR\">\ud83c\uddf9\ud83c\uddf7 Turquia (+90)<\/option>\n                            <option value=\"+98\" data-country=\"IR\">\ud83c\uddee\ud83c\uddf7 Ir\u00e3 (+98)<\/option>\n                        <\/select>\n                    <\/div>\n                    \n                    <div class=\"nuvix-inline-form-group nuvix-inline-phone\">\n                        <label for=\"nuvix-inline-form-3_phone\">N\u00famero de telefone *<\/label>\n                        <input type=\"tel\" id=\"nuvix-inline-form-3_phone\" name=\"phone\" required pattern=\"[0-9]{7,15}\" \n                               placeholder=\"N\u00famero de telefone\"\n                               inputmode=\"numeric\">\n                    <\/div>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-3_comments\">Perguntas\/Coment\u00e1rios<\/label>\n                    <textarea id=\"nuvix-inline-form-3_comments\" name=\"comments\" rows=\"4\" \n                              placeholder=\"Compartilhe quaisquer perguntas ou coment\u00e1rios que tiver...\"><\/textarea>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group nuvix-consent-group\">\n                    <label class=\"nuvix-consent-label\">\n                        <input type=\"checkbox\" \n                               id=\"nuvix-inline-form-3_marketing_consent\" \n                               name=\"marketing_consent\" \n                               checked required>\n                        <span class=\"nuvix-consent-text\">\n                            Eu concordo com os  \n                            <a href=\"#\" class=\"nuvix-policy-link\" onclick=\"nuvixOpenPolicyModal('nuvix-inline-form-3'); return false;\">\n                                Pol\u00edtica de marketing da Nuvix\n                            <\/a>\n                        <\/span>\n                    <\/label>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-submit\">\n                    <button type=\"submit\" class=\"nuvix-inline-submit-btn\">\n                        <i class=\"las la-paper-plane\"><\/i>\n                        <span>Enviar solicita\u00e7\u00e3o<\/span>\n                    <\/button>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-message\"><\/div>\n                \n                <!-- Hidden fields for tracking -->\n                <input type=\"hidden\" name=\"language\" value=\"Portuguese\">\n                <input type=\"hidden\" name=\"language_slug\" value=\"pt\">\n                <input type=\"hidden\" name=\"thank_you_url\" value=\"https:\/\/nuvix.com\/thank-you-lead-page\/\">\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"pt\"\/><\/form>\n        <\/div>\n    <\/div>\n    \n    <!-- Marketing Policy Modal -->\n    <div class=\"nuvix-policy-modal\" id=\"nuvixPolicyModal-nuvix-inline-form-3\">\n        <div class=\"nuvix-policy-modal-content\">\n            <div class=\"nuvix-policy-modal-header\">\n                <h3>Pol\u00edtica de comunica\u00e7\u00e3o de marketing<\/h3>\n                <button class=\"nuvix-policy-close\" onclick=\"nuvixClosePolicyModal('nuvix-inline-form-3')\">\u00d7<\/button>\n            <\/div>\n            \n            <div class=\"nuvix-policy-modal-body\">\n                <div class=\"nuvix-policy-section\">\n                    <h4>Com o que voc\u00ea est\u00e1 concordando<\/h4>\n                    <p>Ao enviar este formul\u00e1rio e marcar a caixa de consentimento, voc\u00ea concorda explicitamente em receber comunica\u00e7\u00f5es promocionais e de marketing da Nuvix por meio dos seguintes canais:<\/p>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Canais de comunica\u00e7\u00e3o<\/h4>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>\ud83d\udce7 E-mail:<\/strong> E-mails de marketing, boletins informativos, atualiza\u00e7\u00f5es de produtos e ofertas promocionais<\/li>\n                        <li><strong>Chamadas telef\u00f4nicas:<\/strong> Chamadas diretas de nossa equipe de vendas e marketing sobre nossos servi\u00e7os<\/li>\n                        <li><strong>SMS\/Mensagens de texto:<\/strong> Mensagens de texto com ofertas especiais, lembretes e atualiza\u00e7\u00f5es<\/li>\n                        <li><strong>\ud83d\udcf2 WhatsApp:<\/strong> Mensagens via WhatsApp para atualiza\u00e7\u00f5es r\u00e1pidas e comunica\u00e7\u00e3o personalizada<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Como usamos suas informa\u00e7\u00f5es<\/h4>\n                    <p>As informa\u00e7\u00f5es que voc\u00ea fornecer (nome, e-mail, n\u00famero de telefone) ser\u00e3o usadas para:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Enviar-lhe informa\u00e7\u00f5es sobre nossos produtos e servi\u00e7os<\/li>\n                        <li>Fornecer suporte ao cliente e responder \u00e0s suas perguntas<\/li>\n                        <li>Enviar ofertas promocionais e promo\u00e7\u00f5es especiais<\/li>\n                        <li>Mant\u00ea-lo atualizado sobre not\u00edcias da empresa e lan\u00e7amentos de produtos<\/li>\n                        <li>Realizar pesquisas de mercado e obter feedback<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Seus direitos<\/h4>\n                    <p>Voc\u00ea tem o direito de:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>Desativa\u00e7\u00e3o:<\/strong> Cancelar a assinatura de nossas comunica\u00e7\u00f5es a qualquer momento<\/li>\n                        <li><strong>Atualizar:<\/strong> Solicitar atualiza\u00e7\u00f5es das suas informa\u00e7\u00f5es de contato<\/li>\n                        <li><strong>Excluir:<\/strong> Solicitar a exclus\u00e3o de seus dados de nossos sistemas<\/li>\n                        <li><strong>Acesso:<\/strong> Solicitar uma c\u00f3pia dos dados que mantemos sobre voc\u00ea<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Prote\u00e7\u00e3o de dados<\/h4>\n                    <p>Levamos sua privacidade a s\u00e9rio. Suas informa\u00e7\u00f5es s\u00e3o:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Armazenado de forma segura usando criptografia padr\u00e3o do setor<\/li>\n                        <li>Nunca vendido ou compartilhado com terceiros para fins de marketing<\/li>\n                        <li>Utilizado apenas por pessoal autorizado da Nuvix<\/li>\n                        <li>Protegido de acordo com as leis de prote\u00e7\u00e3o de dados aplic\u00e1veis (GDPR, CCPA, etc.)<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Frequ\u00eancia das comunica\u00e7\u00f5es<\/h4>\n                    <p>Respeitamos sua caixa de entrada e seu telefone. Nossa frequ\u00eancia de comunica\u00e7\u00e3o \u00e9:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>E-mails:<\/strong> 2 a 4 vezes por m\u00eas, em m\u00e9dia<\/li>\n                        <li><strong>Chamadas telef\u00f4nicas:<\/strong> Somente quando necess\u00e1rio ou solicitado<\/li>\n                        <li><strong>SMS\/WhatsApp:<\/strong> Uma ou duas vezes por m\u00eas para atualiza\u00e7\u00f5es importantes<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Como optar por n\u00e3o participar<\/h4>\n                    <p>Voc\u00ea pode parar de receber comunica\u00e7\u00f5es a qualquer momento:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Clicar no link \"Cancelar inscri\u00e7\u00e3o\" em qualquer e-mail<\/li>\n                        <li>Responder \"STOP\" a qualquer mensagem SMS<\/li>\n                        <li>Entre em contato conosco diretamente em <a href=\"mailto:support@nuvix.com\">support@nuvix.com<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section nuvix-policy-highlight\">\n                    <h4>\u26a0\ufe0f Observa\u00e7\u00e3o importante<\/h4>\n                    <p><strong>Ao marcar a caixa de consentimento e enviar este formul\u00e1rio, voc\u00ea reconhece que leu, entendeu e concorda com esta Pol\u00edtica de Comunica\u00e7\u00e3o de Marketing.<\/strong><\/p>\n                    <p>Se voc\u00ea n\u00e3o concordar com esses termos, n\u00e3o envie o formul\u00e1rio. Voc\u00ea ainda pode entrar em contato conosco por outros meios sem fornecer consentimento de marketing.<\/p>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <p class=\"nuvix-policy-date\">Last Updated: June 27, 2026<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"nuvix-policy-modal-footer\">\n                <button class=\"nuvix-btn nuvix-btn-primary\" onclick=\"nuvixClosePolicyModal('nuvix-inline-form-3')\">\n                    Eu entendo\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n        \n    \n    <\/section>\n\n    <!-- Sticky Bottom Button -->\n    <div class=\"sticky-bottom-cta\" id=\"stickyButton\" onclick=\"scrollToForm()\">\n        <i class=\"las la-gift\"><\/i>\n        <span>Request Demo<\/span>\n        <i class=\"las la-arrow-up\"><\/i>\n    <\/div>\n\n    <script>\n        \/\/ Theme Toggle Function\n        function toggleTheme() {\n            const html = document.documentElement;\n            const sunIcon = document.getElementById('sunIcon');\n            const moonIcon = document.getElementById('moonIcon');\n            const currentTheme = html.getAttribute('data-theme');\n            \n            if (currentTheme === 'light') {\n                html.setAttribute('data-theme', 'dark');\n                localStorage.setItem('theme', 'dark');\n                sunIcon.classList.remove('hidden');\n                moonIcon.classList.add('hidden');\n            } else {\n                html.setAttribute('data-theme', 'light');\n                localStorage.setItem('theme', 'light');\n                sunIcon.classList.add('hidden');\n                moonIcon.classList.remove('hidden');\n            }\n        }\n\n        \/\/ Load saved theme on page load\n        function loadTheme() {\n            const savedTheme = localStorage.getItem('theme') || 'dark';\n            const html = document.documentElement;\n            const sunIcon = document.getElementById('sunIcon');\n            const moonIcon = document.getElementById('moonIcon');\n            \n            html.setAttribute('data-theme', savedTheme);\n            \n            if (savedTheme === 'light') {\n                sunIcon.classList.add('hidden');\n                moonIcon.classList.remove('hidden');\n            } else {\n                sunIcon.classList.remove('hidden');\n                moonIcon.classList.add('hidden');\n            }\n        }\n\n        \/\/ Scroll to form function\n        function scrollToForm() {\n            const formSection = document.querySelector('.lead-form-section');\n            if (formSection) {\n                formSection.scrollIntoView({ behavior: 'smooth', block: 'center' });\n            }\n        }\n\n        \/\/ Hide sticky button when near form sections\n        function updateStickyButtonVisibility() {\n            const stickyButton = document.getElementById('stickyButton');\n            const formSections = document.querySelectorAll('.lead-form-section, .benefits-section');\n            \n            if (!stickyButton || !formSections.length) return;\n            \n            const windowHeight = window.innerHeight;\n            let shouldHide = false;\n            \n            formSections.forEach(section => {\n                const rect = section.getBoundingClientRect();\n                if (rect.top < windowHeight && rect.bottom > 0) {\n                    shouldHide = true;\n                }\n            });\n            \n            if (shouldHide) {\n                stickyButton.classList.add('hidden');\n            } else {\n                stickyButton.classList.remove('hidden');\n            }\n        }\n\n        \/\/ Play video function\n        function playVideo() {\n            const video = document.getElementById('heroVideo');\n            const overlay = document.getElementById('playOverlay');\n            \n            video.muted = false;\n            video.controls = true;\n            \n            video.play().then(() => {\n                overlay.classList.add('hidden');\n            }).catch((error) => {\n                console.log('Autoplay with sound failed, trying muted first:', error);\n                video.muted = true;\n                video.play().then(() => {\n                    setTimeout(() => {\n                        video.muted = false;\n                    }, 100);\n                    overlay.classList.add('hidden');\n                }).catch((err) => {\n                    console.error('Video playback failed:', err);\n                    alert('Please click the video again to play');\n                });\n            });\n        }\n\n        \/\/ Create floating particles\n        function createParticles() {\n            const particlesContainer = document.getElementById('particles');\n            const particleCount = 30;\n            \n            for (let i = 0; i < particleCount; i++) {\n                const particle = document.createElement('div');\n                particle.className = 'particle';\n                particle.style.left = Math.random() * 100 + '%';\n                particle.style.animationDelay = Math.random() * 15 + 's';\n                particle.style.animationDuration = (15 + Math.random() * 10) + 's';\n                particlesContainer.appendChild(particle);\n            }\n        }\n\n        \/\/ Countdown timer\n        function startCountdown() {\n            const endTime = new Date().getTime() + (24 * 60 * 60 * 1000);\n            \n            function updateCountdown() {\n                const now = new Date().getTime();\n                const distance = endTime - now;\n                \n                const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n                const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n                const seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n                \n                document.getElementById('hours').textContent = hours.toString().padStart(2, '0');\n                document.getElementById('minutes').textContent = minutes.toString().padStart(2, '0');\n                document.getElementById('seconds').textContent = seconds.toString().padStart(2, '0');\n                \n                if (distance < 0) {\n                    clearInterval(countdownInterval);\n                    document.querySelector('.countdown').innerHTML = '<p style=\"font-size: 2rem; color: var(--danger);\">Offer Expired!<\/p>';\n                }\n            }\n            \n            updateCountdown();\n            const countdownInterval = setInterval(updateCountdown, 1000);\n        }\n\n        \/\/ FAQ toggle\n        function toggleFaq(element) {\n            const faqItem = element.parentElement;\n            const allFaqItems = document.querySelectorAll('.faq-item');\n            \n            allFaqItems.forEach(item => {\n                if (item !== faqItem) {\n                    item.classList.remove('active');\n                }\n            });\n            \n            faqItem.classList.toggle('active');\n        }\n\n        \/\/ Initialize on load\n        document.addEventListener('DOMContentLoaded', function() {\n            loadTheme();\n            createParticles();\n            startCountdown();\n            \n            \/\/ Update sticky button visibility\n            window.addEventListener('scroll', updateStickyButtonVisibility);\n            window.addEventListener('resize', updateStickyButtonVisibility);\n            setTimeout(updateStickyButtonVisibility, 100);\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d335c08 e-con-full e-flex e-con e-parent\" data-id=\"d335c08\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6e1acff e-con-full e-flex e-con e-child\" data-id=\"6e1acff\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-927f337 elementor-widget elementor-widget-shortcode\" data-id=\"927f337\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n    <style>\n        \/* Nuvix Brand Variables *\/\n        :root {\n            --nuvix-primary: #9f39ff;\n            --nuvix-secondary: #00b4d8;\n            --nuvix-success: #10b981;\n            --nuvix-danger: #ef4444;\n            --nuvix-warning: #f59e0b;\n            --nuvix-dark: #0a0e27;\n            --nuvix-card-bg: rgba(255, 255, 255, 0.03);\n            --nuvix-text: #e2e8f0;\n            --nuvix-gold: #FFD700;\n            --nuvix-accent-pink: #ff006e;\n        }\n        \n        \/* Dark Theme (Default) *\/\n        .nuvix-disclaimer-dark,\n        .nuvix-disclaimer-dark.nuvix-disclaimer-blocked {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.05), rgba(0, 180, 216, 0.05));\n            border: 1px solid rgba(159, 57, 255, 0.3);\n            color: var(--nuvix-text);\n        }\n        \n        \/* Light Theme *\/\n        .nuvix-disclaimer-light,\n        .nuvix-disclaimer-light.nuvix-disclaimer-blocked {\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.03), rgba(0, 180, 216, 0.03));\n            border: 1px solid rgba(159, 57, 255, 0.2);\n            color: #1a202c;\n        }\n        \n        .nuvix-disclaimer-light strong {\n            color: #2d3748;\n        }\n        \n        \/* Base Disclaimer Styles *\/\n.nuvix-disclaimer, .nuvix-disclaimer-blocked {\n    margin: 30px auto;\n    padding: 30px;\n    border-radius: 20px;\n    font-size: 14px;\n    line-height: 1.6;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);\n    max-width: 1200px;  \/* Changed from 100% to a fixed max-width *\/\n    width: 90%;         \/* Add this to make it responsive but contained *\/\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n        \n        \/* Animated background effect *\/\n        .nuvix-disclaimer::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 3px;\n            background: linear-gradient(90deg, var(--nuvix-primary), var(--nuvix-secondary), var(--nuvix-accent-pink));\n            animation: scan 4s linear infinite;\n        }\n        \n        @keyframes scan {\n            0% { transform: translateX(-100%); }\n            100% { transform: translateX(200%); }\n        }\n        \n        \/* Animated entrance *\/\n        .nuvix-disclaimer.animated {\n            animation: fadeInUp 0.6s ease;\n        }\n        \n        @keyframes fadeInUp {\n            from { \n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        .nuvix-disclaimer-blocked {\n            background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(245, 158, 11, 0.1)) !important;\n            border-color: var(--nuvix-danger) !important;\n        }\n        \n        .disclaimer-header {\n            font-size: 20px;\n            margin-bottom: 20px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid rgba(159, 57, 255, 0.2);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-weight: 800;\n            background: linear-gradient(135deg, var(--nuvix-primary), var(--nuvix-secondary));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        \n        .disclaimer-header i {\n            -webkit-text-fill-color: var(--nuvix-primary);\n            font-size: 24px;\n        }\n        \n        .disclaimer-content p {\n            margin-bottom: 15px;\n            opacity: 0.95;\n        }\n        \n        .disclaimer-content p:last-child {\n            margin-bottom: 0;\n        }\n        \n        \/* Alert Boxes with Nuvix Styling *\/\n        .disclaimer-alert {\n            margin-top: 20px;\n            padding: 20px;\n            border-radius: 15px;\n            border-left: 4px solid;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n        \n        .disclaimer-alert:hover {\n            transform: translateX(5px);\n            box-shadow: 0 5px 20px rgba(159, 57, 255, 0.2);\n        }\n        \n        .alert-icon {\n            font-size: 24px;\n            flex-shrink: 0;\n            margin-top: -2px;\n        }\n        \n        .alert-content {\n            flex: 1;\n        }\n        \n        .disclaimer-critical {\n            background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.05));\n            border-color: var(--nuvix-danger);\n            color: #fca5a5;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-critical {\n            background: rgba(239, 68, 68, 0.1);\n            color: #dc2626;\n        }\n        \n        .disclaimer-critical .alert-icon {\n            color: var(--nuvix-danger);\n        }\n        \n        .disclaimer-warning {\n            background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05));\n            border-color: var(--nuvix-warning);\n            color: #fcd34d;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-warning {\n            background: rgba(245, 158, 11, 0.1);\n            color: #d97706;\n        }\n        \n        .disclaimer-warning .alert-icon {\n            color: var(--nuvix-warning);\n        }\n        \n        .disclaimer-caution {\n            background: linear-gradient(135deg, rgba(0, 180, 216, 0.15), rgba(0, 180, 216, 0.05));\n            border-color: var(--nuvix-secondary);\n            color: #67e8f9;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-caution {\n            background: rgba(0, 180, 216, 0.1);\n            color: #0891b2;\n        }\n        \n        .disclaimer-caution .alert-icon {\n            color: var(--nuvix-secondary);\n        }\n        \n        .disclaimer-info {\n            background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.05));\n            border-color: var(--nuvix-success);\n            color: #86efac;\n        }\n        \n        .nuvix-disclaimer-light .disclaimer-info {\n            background: rgba(16, 185, 129, 0.1);\n            color: #059669;\n        }\n        \n        .disclaimer-info .alert-icon {\n            color: var(--nuvix-success);\n        }\n        \n        \/* Country detection display *\/\n        .detected-country {\n            background: linear-gradient(135deg, var(--nuvix-primary), var(--nuvix-secondary));\n            color: white;\n            padding: 8px 15px;\n            margin-bottom: 15px;\n            border-radius: 25px;\n            font-size: 12px;\n            font-weight: 600;\n            display: inline-block;\n            animation: pulse 2s infinite;\n        }\n        \n        @keyframes pulse {\n            0%, 100% { opacity: 1; }\n            50% { opacity: 0.8; }\n        }\n        \n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .nuvix-disclaimer, .nuvix-disclaimer-blocked {\n                padding: 20px;\n                font-size: 13px;\n                margin: 20px 15px;\n                border-radius: 15px;\n            }\n            \n            .disclaimer-header {\n                font-size: 18px;\n                flex-wrap: wrap;\n            }\n            \n            .disclaimer-alert {\n                padding: 15px;\n                flex-direction: column;\n                gap: 10px;\n            }\n            \n            .alert-icon {\n                font-size: 20px;\n            }\n            \n            .disclaimer-content p {\n                font-size: 13px;\n            }\n        }\n        \n        \/* Extra small devices *\/\n        @media (max-width: 375px) {\n            .nuvix-disclaimer, .nuvix-disclaimer-blocked {\n                padding: 15px;\n                font-size: 12px;\n            }\n            \n            .disclaimer-header {\n                font-size: 16px;\n            }\n        }\n        \n        \/* Print styles *\/\n        @media print {\n            .nuvix-disclaimer::before {\n                display: none;\n            }\n            \n            .nuvix-disclaimer, .nuvix-disclaimer-blocked {\n                border: 2px solid #000;\n                box-shadow: none;\n                animation: none;\n            }\n        }\n    <\/style><div class=\"nuvix-disclaimer animated nuvix-disclaimer animated-light\"><div class=\"disclaimer-header\"><i class=\"las la-exclamation-triangle\"><\/i> <strong>Isen\u00e7\u00e3o de responsabilidade importante<\/strong><\/div><div class=\"disclaimer-content\"><p>Todas as informa\u00e7\u00f5es produzidas pelo <strong>An\u00e1lise de IA do Nuvix<\/strong> (o \"Servi\u00e7o\") \u00e9 fornecido estritamente para <strong>fins educacionais e informativos<\/strong> somente. O Servi\u00e7o gera avalia\u00e7\u00f5es algor\u00edtmicas de dados de mercado, padr\u00f5es de negocia\u00e7\u00e3o e de jogos de cassino, mas n\u00e3o <strong>n\u00e3o<\/strong> geram sinais de negocia\u00e7\u00e3o ou de apostas acion\u00e1veis e n\u00e3o devem ser considerados como tal.<\/p><p>O uso do Servi\u00e7o envolve riscos significativos. Avalia\u00e7\u00f5es anteriores n\u00e3o garantem desempenho ou ganhos futuros em Forex, a\u00e7\u00f5es, futuros, \u00edndices sint\u00e9ticos, op\u00e7\u00f5es bin\u00e1rias, ativos criptogr\u00e1ficos, roleta, bacar\u00e1 ou outros jogos de cassino. <strong>Nuvix<\/strong> n\u00e3o oferece nenhuma garantia, expressa ou impl\u00edcita, com rela\u00e7\u00e3o \u00e0 precis\u00e3o, integridade ou adequa\u00e7\u00e3o de qualquer an\u00e1lise. <strong>Suas decis\u00f5es e resultados<\/strong> dependem inteiramente de seu pr\u00f3prio julgamento, toler\u00e2ncia a riscos, esfor\u00e7o e condi\u00e7\u00f5es prevalecentes de mercado ou de jogo.<\/p><p><strong>Nuvix<\/strong> n\u00e3o \u00e9 afiliada, endossada ou associada a nenhuma plataforma de negocia\u00e7\u00e3o, corretora, bolsa de valores ou operadora de cassino. Voc\u00ea \u00e9 o \u00fanico respons\u00e1vel por selecionar, acessar e usar qualquer plataforma para suas atividades de negocia\u00e7\u00e3o ou jogo.<\/p><p>Ao usar o Servi\u00e7o, voc\u00ea reconhece e aceita que <strong>Nuvix<\/strong> e suas afiliadas n\u00e3o ser\u00e3o respons\u00e1veis por quaisquer perdas, danos ou reclama\u00e7\u00f5es decorrentes do uso das an\u00e1lises de IA. Sempre fa\u00e7a sua pr\u00f3pria dilig\u00eancia e consulte profissionais qualificados antes de fazer negocia\u00e7\u00f5es ou apostas.<\/p><\/div><div class=\"disclaimer-alert disclaimer-info\"><div class=\"alert-icon\"><i class=\"las la-flag-usa\"><\/i><\/div><div class=\"alert-content\"><strong>RESIDENTES NOS EUA - AVISO GERAL:<\/strong> As regulamenta\u00e7\u00f5es de negocia\u00e7\u00e3o variam de acordo com o estado. As op\u00e7\u00f5es bin\u00e1rias s\u00f3 s\u00e3o legais por meio de bolsas registradas na CFTC. Verifique as leis federais e estaduais antes de negociar. Esta an\u00e1lise n\u00e3o constitui aconselhamento financeiro.<\/div><\/div><div class=\"disclaimer-alert disclaimer-warning\"><div class=\"alert-icon\"><i class=\"las la-dice\"><\/i><\/div><div class=\"alert-content\"><strong>LEIS DE JOGOS DE AZAR DOS EUA:<\/strong> Os jogos de azar on-line (jogos de cassino e apostas esportivas) s\u00e3o ilegais ou restritos na maioria dos estados dos EUA, incluindo Utah, Hava\u00ed, Idaho e outros. Verifique as leis de seu estado antes de realizar qualquer atividade de jogo.<\/div><\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a92a2ca elementor-widget elementor-widget-html\" data-id=\"a92a2ca\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Nuvix Footer with Extension Link - Dark\/Light Mode Support -->\n<div id=\"nuvix-footer-wrapper\">\n    <footer class=\"nuvix-site-footer\">\n        <div class=\"nuvix-footer-glow\"><\/div>\n        <div class=\"nuvix-container\">\n            <div class=\"nuvix-footer-content\">\n                <!-- Logo and Company Info -->\n                <div class=\"nuvix-footer-section nuvix-footer-brand\">\n                    <div class=\"nuvix-footer-logo\">\n                        <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/uvix-1-1.png\" alt=\"Nuvix\" class=\"nuvix-logo-dark\">\n                        <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/2-2-1.png\" alt=\"Nuvix\" class=\"nuvix-logo-light\">\n                    <\/div>\n                    <p class=\"nuvix-footer-tagline\">Onde a IA encontra a oportunidade<\/p>\n                    <p class=\"nuvix-footer-description\">Plataforma revolucion\u00e1ria de an\u00e1lise de negocia\u00e7\u00e3o com tecnologia de IA que est\u00e1 transformando a forma como os traders abordam os mercados financeiros.<\/p>\n                    \n                    <!-- Chrome Extension Download Button -->\n                    <div class=\"nuvix-extension-download\">\n                        <a href=\"https:\/\/chromewebstore.google.com\/detail\/nuvix-analysis-educationa\/mekepaacobchobieadiednfmppcflglf\" \n                           target=\"_blank\" \n                           rel=\"noopener noreferrer\"\n                           class=\"nuvix-extension-btn\">\n                            <i class=\"lab la-chrome\"><\/i>\n                            <span>Obter a extens\u00e3o do Nuvix Analyzer<\/span>\n                            <i class=\"las la-download\"><\/i>\n                        <\/a>\n                    <\/div>\n                    \n                    <div class=\"nuvix-footer-social\">\n                        <a href=\"https:\/\/www.instagram.com\/nuvixofficial\/\" aria-label=\"Instagram\"><i class=\"lab la-instagram\"><\/i><\/a>\n                        <a href=\"https:\/\/www.facebook.com\/nuvixai\" aria-label=\"Facebook\"><i class=\"lab la-facebook-f\"><\/i><\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Quick Links -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Links r\u00e1pidos<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"#markets\">Mercados<\/a><\/li>\n                        <li><a href=\"#solution\">Tecnologia de IA<\/a><\/li>\n                        <li><a href=\"#pricing\">Pacotes<\/a><\/li>\n                        <li><a href=\"#opportunity\">Oportunidade<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/c_login\/\">Login de membro<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Legal -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Legal<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/privacy-policy-en\/\">Pol\u00edtica de privacidade<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/terms-of-use-en\/\">Termos de uso<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/refund-and-cancellation-policy-en\/\">Reembolso e cancelamento<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/gdpr-en\/\">Pol\u00edtica de GDPR<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/nuvix-income-disclosure-statement\/\">Demonstra\u00e7\u00e3o de resultados<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/service-availability-compliance-policy\/\">Disponibilidade e conformidade<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/ibp_agreement\/\">Acordo IBP<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/anti-money-laundering-aml\/\">Combate \u00e0 lavagem de dinheiro (AML)<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/cookie-policy\/\">Pol\u00edtica de cookies<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Support & Tools -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Suporte e ferramentas<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/tutorials\/\">Tutoriais<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/contact-us\/\">Entre em contato conosco<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/pt\/privacy-preferences\/\">Prefer\u00eancias de cookies e privacidade<\/a><\/li>\n                        <li class=\"nuvix-extension-link-item\">\n                            <a href=\"https:\/\/chromewebstore.google.com\/detail\/nuvix-analysis-educationa\/mekepaacobchobieadiednfmppcflglf\" \n                               target=\"_blank\" \n                               rel=\"noopener noreferrer\">\n                                <i class=\"lab la-chrome\"><\/i> Extens\u00e3o do analisador Nuvix\n                            <\/a>\n                        <\/li>\n                    <\/ul>\n                    <div class=\"nuvix-footer-location\">\n                        <i class=\"las la-map-marker\"><\/i>\n                        <span>SHERIDAN, WY 82801<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Payment Methods -->\n            <div class=\"nuvix-footer-payments\">\n                <p class=\"nuvix-payments-title\">N\u00f3s aceitamos<\/p>\n                <div class=\"nuvix-payment-methods\">\n                    <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/Copy-of-uvix-1.png\" alt=\"Payment Methods\" class=\"nuvix-payment-logos\">\n                <\/div>\n            <\/div>\n\n            <!-- Bottom Bar -->\n            <div class=\"nuvix-footer-bottom\">\n                <div class=\"nuvix-footer-bottom-content\">\n                    <p class=\"nuvix-copyright\">Copyright \u00a9\ufe0f 2025 Nuvix by\ufe0f iEvolution Pro LLC - Todos os direitos reservados<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/footer>\n<\/div>\n\n<style>\n\/* Reset and isolate styles for Nuvix footer *\/\n#nuvix-footer-wrapper {\n    \/* Reset inherited styles *\/\n    all: initial;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    box-sizing: border-box;\n    display: block;\n}\n\n#nuvix-footer-wrapper *,\n#nuvix-footer-wrapper *::before,\n#nuvix-footer-wrapper *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n}\n\n\/* CSS Variables scoped to footer - Dark Mode (Default) *\/\n#nuvix-footer-wrapper {\n    --nuvix-primary-gradient: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n    --nuvix-accent-blue: #00b4d8;\n    --nuvix-bg-color: transparent;\n    --nuvix-border-color: rgba(159, 57, 255, 0.2);\n    --nuvix-text-primary: #ffffff;\n    --nuvix-text-secondary: rgba(226, 232, 240, 0.9);\n    --nuvix-text-muted: rgba(226, 232, 240, 0.7);\n    --nuvix-card-bg: rgba(226, 232, 240, 0.1);\n    --nuvix-border-light: rgba(255, 255, 255, 0.1);\n    --nuvix-border-medium: rgba(255, 255, 255, 0.2);\n}\n\n\/* Light Mode Variables *\/\n[data-theme=\"light\"] #nuvix-footer-wrapper {\n    --nuvix-primary-gradient: linear-gradient(135deg, #7c2acc 0%, #0088a8 100%);\n    --nuvix-accent-blue: #0088a8;\n    --nuvix-bg-color: #f8fafc;\n    --nuvix-border-color: rgba(124, 42, 204, 0.2);\n    --nuvix-text-primary: #1e293b;\n    --nuvix-text-secondary: #334155;\n    --nuvix-text-muted: #64748b;\n    --nuvix-card-bg: rgba(0, 0, 0, 0.03);\n    --nuvix-border-light: rgba(0, 0, 0, 0.1);\n    --nuvix-border-medium: rgba(0, 0, 0, 0.15);\n}\n\n\/* Footer Styles *\/\n#nuvix-footer-wrapper .nuvix-site-footer {\n    position: relative;\n    background: var(--nuvix-bg-color);\n    border-top: 1px solid var(--nuvix-border-color);\n    padding: 4rem 0 0;\n    margin-top: 0;\n    overflow: hidden;\n    width: 100%;\n    display: block;\n    transition: background-color 0.3s ease, border-color 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-glow {\n    position: absolute;\n    top: -100px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 600px;\n    height: 200px;\n    background: transparent;\n    pointer-events: none;\n}\n\n#nuvix-footer-wrapper .nuvix-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-content {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 2rem;\n    margin-bottom: 3rem;\n}\n\n@media (min-width: 768px) {\n    #nuvix-footer-wrapper .nuvix-footer-content {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 3rem;\n    }\n}\n\n@media (min-width: 1024px) {\n    #nuvix-footer-wrapper .nuvix-footer-content {\n        grid-template-columns: 2fr 1fr 1fr 1fr;\n        gap: 4rem;\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-footer-section {\n    padding: 0 1rem;\n    transition: transform 0.3s ease;\n}\n\n@media (min-width: 768px) {\n    #nuvix-footer-wrapper .nuvix-footer-section {\n        padding: 0;\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-footer-section:hover {\n    transform: translateY(-5px);\n}\n\n#nuvix-footer-wrapper .nuvix-footer-brand {\n    max-width: 350px;\n}\n\n@media (min-width: 1024px) {\n    #nuvix-footer-wrapper .nuvix-footer-brand {\n        padding-right: 2rem;\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-footer-logo {\n    margin-bottom: 1.5rem;\n    position: relative;\n}\n\n\/* Logo Theme Switching *\/\n#nuvix-footer-wrapper .nuvix-footer-logo img {\n    height: 45px;\n    width: auto;\n    display: block;\n    transition: opacity 0.3s ease, filter 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-logo-dark {\n    display: block;\n    filter: drop-shadow(0 0 20px rgba(159, 57, 255, 0.5));\n}\n\n#nuvix-footer-wrapper .nuvix-logo-light {\n    display: none;\n    filter: drop-shadow(0 0 15px rgba(124, 42, 204, 0.3));\n}\n\n[data-theme=\"light\"] #nuvix-footer-wrapper .nuvix-logo-dark {\n    display: none;\n}\n\n[data-theme=\"light\"] #nuvix-footer-wrapper .nuvix-logo-light {\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-tagline {\n    color: var(--nuvix-accent-blue);\n    font-size: 0.95rem;\n    font-style: italic;\n    margin-bottom: 1rem;\n    font-weight: 500;\n    line-height: 1.4;\n    transition: color 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-description {\n    color: var(--nuvix-text-muted);\n    font-size: 0.9rem;\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n    transition: color 0.3s ease;\n}\n\n\/* Chrome Extension Download Button *\/\n#nuvix-footer-wrapper .nuvix-extension-download {\n    margin: 1.5rem 0;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn {\n    display: inline-flex !important;\n    align-items: center;\n    gap: 0.5rem;\n    padding: 0.75rem 1.25rem;\n    background: var(--nuvix-primary-gradient) !important;\n    color: white !important;\n    text-decoration: none !important;\n    border-radius: 50px;\n    font-size: 0.9rem;\n    font-weight: 600;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 15px rgba(159, 57, 255, 0.3);\n    border: none !important;\n    position: relative;\n    overflow: hidden;\n}\n\n[data-theme=\"light\"] #nuvix-footer-wrapper .nuvix-extension-btn {\n    box-shadow: 0 4px 15px rgba(124, 42, 204, 0.25);\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 100%;\n    height: 100%;\n    background: rgba(255, 255, 255, 0.2);\n    transition: left 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 25px rgba(159, 57, 255, 0.5);\n    color: white !important;\n}\n\n[data-theme=\"light\"] #nuvix-footer-wrapper .nuvix-extension-btn:hover {\n    box-shadow: 0 6px 25px rgba(124, 42, 204, 0.4);\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn:hover::before {\n    left: 100%;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn i.lab {\n    font-size: 1.2rem;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-btn i.las {\n    font-size: 1rem;\n    animation: nuvixBounce 2s infinite;\n}\n\n@keyframes nuvixBounce {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-3px); }\n}\n\n\/* Extension link in the Support section *\/\n#nuvix-footer-wrapper .nuvix-extension-link-item a {\n    display: inline-flex !important;\n    align-items: center;\n    gap: 0.5rem;\n}\n\n#nuvix-footer-wrapper .nuvix-extension-link-item a i {\n    color: var(--nuvix-accent-blue);\n    font-size: 1.1rem;\n    transition: color 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-title {\n    color: var(--nuvix-text-primary);\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin-bottom: 1.5rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    position: relative;\n    padding-bottom: 0.75rem;\n    display: block;\n    transition: color 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-title::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 40px;\n    height: 2px;\n    background: var(--nuvix-primary-gradient);\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links li {\n    margin-bottom: 0.75rem;\n    list-style: none;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a {\n    color: var(--nuvix-text-secondary) !important;\n    text-decoration: none !important;\n    font-size: 0.95rem;\n    transition: all 0.3s ease;\n    display: inline-block;\n    position: relative;\n    opacity: 0.9;\n    background: none !important;\n    border: none !important;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a::before {\n    content: '';\n    position: absolute;\n    left: -15px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 0;\n    height: 1px;\n    background: var(--nuvix-accent-blue);\n    transition: width 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a:hover {\n    color: var(--nuvix-accent-blue) !important;\n    padding-left: 10px;\n    text-shadow: 0 0 10px rgba(0, 180, 216, 0.5);\n    opacity: 1;\n    text-decoration: none !important;\n}\n\n[data-theme=\"light\"] #nuvix-footer-wrapper .nuvix-footer-links a:hover {\n    text-shadow: 0 0 10px rgba(0, 136, 168, 0.3);\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a:hover::before {\n    width: 5px;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-social {\n    display: flex;\n    gap: 0.75rem;\n    margin-top: 1.5rem;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-social a {\n    width: 40px;\n    height: 40px;\n    background: var(--nuvix-card-bg) !important;\n    border: 1px solid var(--nuvix-border-medium) !important;\n    border-radius: 50%;\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n    color: var(--nuvix-text-primary) !important;\n    font-size: 1.2rem;\n    transition: all 0.3s ease;\n    text-decoration: none !important;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-social a:hover {\n    background: var(--nuvix-primary-gradient) !important;\n    border-color: transparent !important;\n    color: white !important;\n    transform: translateY(-3px);\n    box-shadow: 0 8px 20px rgba(159, 57, 255, 0.4);\n}\n\n[data-theme=\"light\"] #nuvix-footer-wrapper .nuvix-footer-social a:hover {\n    box-shadow: 0 8px 20px rgba(124, 42, 204, 0.3);\n}\n\n#nuvix-footer-wrapper .nuvix-footer-location {\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    margin-top: 1.5rem;\n    color: var(--nuvix-text-muted);\n    font-size: 0.9rem;\n    transition: color 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-location i {\n    color: var(--nuvix-accent-blue);\n    font-size: 1.2rem;\n    transition: color 0.3s ease;\n}\n\n\/* Payment Methods *\/\n#nuvix-footer-wrapper .nuvix-footer-payments {\n    text-align: center;\n    padding: 2rem 0;\n    border-top: 1px solid var(--nuvix-border-light);\n    border-bottom: 1px solid var(--nuvix-border-light);\n    transition: border-color 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-payments-title {\n    color: var(--nuvix-text-secondary);\n    font-size: 0.95rem;\n    font-weight: 600;\n    margin-bottom: 1rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    display: block;\n    transition: color 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-payment-methods {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 1rem;\n    flex-wrap: wrap;\n}\n\n#nuvix-footer-wrapper .nuvix-payment-logos {\n    max-height: 40px;\n    width: auto;\n    opacity: 0.8;\n    transition: opacity 0.3s ease;\n    display: block;\n}\n\n#nuvix-footer-wrapper .nuvix-payment-logos:hover {\n    opacity: 1;\n}\n\n\/* Bottom Bar *\/\n#nuvix-footer-wrapper .nuvix-footer-bottom {\n    padding: 2rem 0;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-bottom-content {\n    text-align: center;\n}\n\n#nuvix-footer-wrapper .nuvix-copyright {\n    color: var(--nuvix-text-primary);\n    font-size: 0.9rem;\n    margin-bottom: 0;\n    opacity: 0.9;\n    display: block;\n    transition: color 0.3s ease;\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 767px) {\n    #nuvix-footer-wrapper .nuvix-site-footer {\n        padding: 3rem 0 0;\n        margin-top: 4rem;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-content {\n        text-align: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-brand {\n        max-width: 100%;\n        margin-bottom: 2rem;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-logo {\n        display: flex;\n        justify-content: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-title::after {\n        left: 50%;\n        transform: translateX(-50%);\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-social {\n        justify-content: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-location {\n        justify-content: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-links a::before {\n        display: none;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-footer-links a:hover {\n        padding-left: 0;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-extension-download {\n        text-align: center;\n    }\n    \n    #nuvix-footer-wrapper .nuvix-extension-btn {\n        width: 100%;\n        max-width: 280px;\n        justify-content: center;\n    }\n}\n\n\/* Animation for footer entrance *\/\n@keyframes nuvixFadeInUp {\n    from {\n        opacity: 0;\n        transform: translateY(20px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n#nuvix-footer-wrapper .nuvix-site-footer {\n    animation: nuvixFadeInUp 0.8s ease-out;\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33f2f01 elementor-widget elementor-widget-shortcode\" data-id=\"33f2f01\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"ulcs-widget minimal-style\"\n         data-position=\"inline\" \n         data-type=\"language\">\n        <button class=\"ulcs-trigger\" aria-label=\"Alterar o idioma\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\udde7\ud83c\uddf7<\/span>\n                    <span class=\"ulcs-lang\">PT<\/span>\n                                \n                                \n                            <\/div>\n            <svg class=\"ulcs-arrow\" width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\">\n                <path d=\"M3 4.5L6 7.5L9 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n            <\/svg>\n        <\/button>\n    <\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"Nuvix AI &#8211; Advanced Trading Intelligence &#038; Strategy Session \ud83c\udf81 LIMITED TIME: Get Your Free Personal Demo + Strategy Consultation &#8211; Only 10 Spots Left Today! \ud83c\udf81 Unlock Advanced Trading Intelligence with AI Revolutionary Market Analysis Technology Discover how our cutting-edge AI system analyzes markets in real-time with precision and accuracy. Get your free personalized [&hellip;]","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-43612","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nuvix.com\/pt\/wp-json\/wp\/v2\/pages\/43612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuvix.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nuvix.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nuvix.com\/pt\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nuvix.com\/pt\/wp-json\/wp\/v2\/comments?post=43612"}],"version-history":[{"count":100,"href":"https:\/\/nuvix.com\/pt\/wp-json\/wp\/v2\/pages\/43612\/revisions"}],"predecessor-version":[{"id":45142,"href":"https:\/\/nuvix.com\/pt\/wp-json\/wp\/v2\/pages\/43612\/revisions\/45142"}],"wp:attachment":[{"href":"https:\/\/nuvix.com\/pt\/wp-json\/wp\/v2\/media?parent=43612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}