{"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\/de\/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>BEGRENZTE ZEIT:<\/strong> Holen Sie sich Ihre kostenlose pers\u00f6nliche Demo + Strategieberatung - nur noch 10 Pl\u00e4tze verf\u00fcgbar! \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>Erweiterte Handelsintelligenz mit AI freischalten<\/h1>\n            <div class=\"subheadline\">\n                <i class=\"fas fa-robot\"><\/i>\n                Revolution\u00e4re Marktanalyse-Technologie\n            <\/div>\n            <p class=\"description\">\n                Entdecken Sie, wie unser hochmodernes KI-System die M\u00e4rkte in Echtzeit mit Pr\u00e4zision und Genauigkeit analysiert.\n                Holen Sie sich Ihre kostenlose, pers\u00f6nliche Demo und ein pers\u00f6nliches Strategiegespr\u00e4ch mit unserem Expertenteam!\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                    Ihr Browser unterst\u00fctzt das Video-Tag nicht.\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\">Genauigkeit der Marktanalyse<\/div>\n            <\/div>\n            <div class=\"stat-card\">\n                <div class=\"stat-number\">24\/7<\/div>\n                <div class=\"stat-label\">\u00dcberwachung in Echtzeit<\/div>\n            <\/div>\n            <div class=\"stat-card\">\n                <div class=\"stat-number\">5000+<\/div>\n                <div class=\"stat-label\">Aktive Trader<\/div>\n            <\/div>\n            <div class=\"stat-card\">\n                <div class=\"stat-number\">50+<\/div>\n                <div class=\"stat-label\">Analysierte W\u00e4hrungspaare<\/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\">Erhalten Sie Ihren kostenlosen Demozugang<\/h2>\n            <p class=\"form-subtitle\">\n                Begrenzte Pl\u00e4tze verf\u00fcgbar! Buchen Sie jetzt Ihre pers\u00f6nliche Demo und Strategieberatung.\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\">Stunden<\/span>\n                <\/div>\n                <div class=\"countdown-item\">\n                    <span class=\"countdown-number\" id=\"minutes\">59<\/span>\n                    <span class=\"countdown-label\">Protokoll<\/span>\n                <\/div>\n                <div class=\"countdown-item\">\n                    <span class=\"countdown-number\" id=\"seconds\">59<\/span>\n                    <span class=\"countdown-label\">Sekunden<\/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>Kostenlose Demo anfordern<\/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\">Vollst\u00e4ndiger Name *<\/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\">E-Mail Adresse *<\/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\">Land *<\/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=\"\">Land ausw\u00e4hlen<\/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 Kanada (+1)<\/option>\n                            <option value=\"+52\" data-country=\"MX\">\ud83c\uddf2\ud83c\uddfd Mexiko (+52)<\/option>\n                            <option value=\"+44\" data-country=\"GB\">\ud83c\uddec\ud83c\udde7 UK (+44)<\/option>\n                            <option value=\"+33\" data-country=\"FR\">\ud83c\uddeb\ud83c\uddf7 Frankreich (+33)<\/option>\n                            <option value=\"+49\" data-country=\"DE\">\ud83c\udde9\ud83c\uddea Deutschland (+49)<\/option>\n                            <option value=\"+39\" data-country=\"IT\">\ud83c\uddee\ud83c\uddf9 Italien (+39)<\/option>\n                            <option value=\"+34\" data-country=\"ES\">\ud83c\uddea\ud83c\uddf8 Spanien (+34)<\/option>\n                            <option value=\"+61\" data-country=\"AU\">\ud83c\udde6\ud83c\uddfa Australien (+61)<\/option>\n                            <option value=\"+81\" data-country=\"JP\">\ud83c\uddef\ud83c\uddf5 Japan (+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 Indien (+91)<\/option>\n                            <option value=\"+55\" data-country=\"BR\">\ud83c\udde7\ud83c\uddf7 Brasilien (+55)<\/option>\n                            <option value=\"+7\" data-country=\"RU\">\ud83c\uddf7\ud83c\uddfa Russland (+7)<\/option>\n                            <option value=\"+27\" data-country=\"ZA\">\ud83c\uddff\ud83c\udde6 S\u00fcdafrika (+27)<\/option>\n                            <option value=\"+234\" data-country=\"NG\">\ud83c\uddf3\ud83c\uddec Nigeria (+234)<\/option>\n                            <option value=\"+54\" data-country=\"AR\">\ud83c\udde6\ud83c\uddf7 Argentinien (+54)<\/option>\n                            <option value=\"+20\" data-country=\"EG\">\ud83c\uddea\ud83c\uddec \u00c4gypten (+20)<\/option>\n                            <option value=\"+90\" data-country=\"TR\">\ud83c\uddf9\ud83c\uddf7 T\u00fcrkei (+90)<\/option>\n                            <option value=\"+98\" data-country=\"IR\">\ud83c\uddee\ud83c\uddf7 Iran (+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\">Telefonnummer *<\/label>\n                        <input type=\"tel\" id=\"nuvix-inline-form-1_phone\" name=\"phone\" required pattern=\"[0-9]{7,15}\" \n                               placeholder=\"Rufnummer\"\n                               inputmode=\"numeric\">\n                    <\/div>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-1_comments\">Fragen\/Kommentare<\/label>\n                    <textarea id=\"nuvix-inline-form-1_comments\" name=\"comments\" rows=\"4\" \n                              placeholder=\"Bitte teilen Sie uns Ihre Fragen oder Kommentare mit...\"><\/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                            Ich akzeptiere die  \n                            <a href=\"#\" class=\"nuvix-policy-link\" onclick=\"nuvixOpenPolicyModal('nuvix-inline-form-1'); return false;\">\n                                Nuvix Marketing Politik\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>Anfrage senden<\/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=\"German\">\n                <input type=\"hidden\" name=\"language_slug\" value=\"de\">\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=\"de\"\/><\/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>Marketing-Kommunikationspolitik<\/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>\ud83d\udce7 Worauf du dich einl\u00e4sst<\/h4>\n                    <p>Mit dem Absenden dieses Formulars und dem Ankreuzen des Zustimmungsfeldes erkl\u00e4ren Sie sich ausdr\u00fccklich damit einverstanden, Marketing- und Werbemitteilungen von Nuvix \u00fcber die folgenden Kan\u00e4le zu erhalten:<\/p>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Kommunikationskan\u00e4le<\/h4>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>\ud83d\udce7 E-Mail:<\/strong> Marketing-E-Mails, Newsletter, Produktaktualisierungen und Werbeangebote<\/li>\n                        <li><strong>\ud83d\udcf1 Telefonanrufe:<\/strong> Direkte Anrufe von unserem Vertriebs- und Marketingteam zu unseren Dienstleistungen<\/li>\n                        <li><strong>\ud83d\udcac SMS-Nachrichten:<\/strong> Textnachrichten mit Sonderangeboten, Erinnerungen und Aktualisierungen<\/li>\n                        <li><strong>\ud83d\udcf2 WhatsApp:<\/strong> Nachrichten \u00fcber WhatsApp f\u00fcr schnelle Updates und personalisierte Kommunikation<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Wie wir Ihre Informationen verwenden<\/h4>\n                    <p>Die von Ihnen bereitgestellten Informationen (Name, E-Mail, Telefonnummer) werden verwendet, um:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Ihnen Informationen \u00fcber unsere Produkte und Dienstleistungen zu senden<\/li>\n                        <li>Kundenbetreuung und Beantwortung Ihrer Anfragen<\/li>\n                        <li>Versenden von Werbeangeboten und Sonderangeboten<\/li>\n                        <li>Wir halten Sie \u00fcber Unternehmensnachrichten und Produkteinf\u00fchrungen auf dem Laufenden.<\/li>\n                        <li>Durchf\u00fchrung von Marktforschung und Einholung von Feedback<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Ihre Rechte<\/h4>\n                    <p>Sie haben das Recht dazu:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>Abmeldung:<\/strong> Sie k\u00f6nnen sich jederzeit von unseren Mitteilungen abmelden<\/li>\n                        <li><strong>Aktualisierung:<\/strong> Aktualisierungen Ihrer Kontaktinformationen anfordern<\/li>\n                        <li><strong>L\u00f6schen:<\/strong> Antrag auf L\u00f6schung Ihrer Daten aus unseren Systemen<\/li>\n                        <li><strong>Zugang:<\/strong> eine Kopie der \u00fcber Sie gespeicherten Daten anfordern<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Datenschutz<\/h4>\n                    <p>Wir nehmen Ihre Privatsph\u00e4re ernst. Ihre Informationen sind:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Sichere Speicherung durch Verschl\u00fcsselung nach Industriestandard<\/li>\n                        <li>Niemals verkauft oder an Dritte f\u00fcr deren Marketingzwecke weitergegeben<\/li>\n                        <li>Nur von autorisiertem Nuvix-Personal verwendet<\/li>\n                        <li>Gesch\u00fctzt in \u00dcbereinstimmung mit den geltenden Datenschutzgesetzen (GDPR, CCPA, etc.)<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>H\u00e4ufigkeit der Mitteilungen<\/h4>\n                    <p>Wir respektieren Ihren Posteingang und Ihr Telefon. Unsere Kommunikationsfrequenz ist:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>Emails:<\/strong> Im Durchschnitt 2-4 Mal pro Monat<\/li>\n                        <li><strong>Telefonanrufe:<\/strong> Nur wenn n\u00f6tig oder gew\u00fcnscht<\/li>\n                        <li><strong>SMS\/WhatsApp:<\/strong> 1-2 Mal pro Monat f\u00fcr wichtige Aktualisierungen<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Wie man sich abmeldet<\/h4>\n                    <p>Sie k\u00f6nnen den Erhalt von Mitteilungen jederzeit beenden, indem Sie:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Klicken auf den Link \"Abbestellen\" in einer E-Mail<\/li>\n                        <li>Antwort \"STOP\" auf jede SMS-Nachricht<\/li>\n                        <li>Kontaktieren Sie uns direkt unter <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 Wichtiger Hinweis<\/h4>\n                    <p><strong>Indem Sie das Zustimmungsfeld ankreuzen und dieses Formular absenden, best\u00e4tigen Sie, dass Sie diese Richtlinie f\u00fcr Marketingkommunikation gelesen und verstanden haben und ihr zustimmen.<\/strong><\/p>\n                    <p>Wenn Sie mit diesen Bedingungen nicht einverstanden sind, senden Sie das Formular bitte nicht ab. Sie k\u00f6nnen uns auch auf andere Weise kontaktieren, ohne Ihre Zustimmung zur Vermarktung zu geben.<\/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                    Ich verstehe\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>Warum Nuvix AI f\u00fcr den Handel w\u00e4hlen?<\/h2>\n            <p>Fortschrittliche Technologie trifft auf Expertenwissen<\/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>Marktanalyse in Echtzeit<\/h3>\n                <p>\n                    Unsere KI \u00fcberwacht kontinuierlich die globalen M\u00e4rkte und liefert sofortige Analysen\n                    Analyse von Preisbewegungen, Trends und Handelsm\u00f6glichkeiten \u00fcber mehrere Anlageklassen und Zeitrahmen hinweg.\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>Fortgeschrittene Mustererkennung<\/h3>\n                <p>\n                    Nutzen Sie maschinelle Lernalgorithmen, die profitable Handelsmuster und\n                    Marktsignale erkennen, die menschlichen H\u00e4ndlern m\u00f6glicherweise entgehen.\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>Tools f\u00fcr das Risikomanagement<\/h3>\n                <p>\n                    Die integrierte Risikobewertung und die Empfehlungen zur Positionsgr\u00f6\u00dfe helfen, Ihr Kapital zu sch\u00fctzen\n                    Kapital zu sch\u00fctzen und gleichzeitig die potenziellen Ertr\u00e4ge zu maximieren.\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>Analyse mehrerer Zeitrahmen<\/h3>\n                <p>\n                    Analysieren Sie die M\u00e4rkte vom kurzfristigen Scalping bis zum langfristigen Positionshandel,\n                    alles \u00fcber ein einziges umfassendes Dashboard mit Echtzeit-Datenfeeds.\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>Experten-Support-Team<\/h3>\n                <p>\n                    Erhalten Sie pers\u00f6nliche Beratung von professionellen H\u00e4ndlern und technischen Spezialisten\n                    die sowohl die KI-Technologie als auch die Marktdynamik verstehen.\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>\u00dcberall und jederzeit handeln<\/h3>\n                <p>\n                    Greifen Sie auf Ihre Handelseinblicke auf dem Desktop, Handy oder Tablet mit unserer\n                    reaktionsschnellen Plattform und Echtzeit-Benachrichtigungen.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Features List -->\n    <section class=\"benefits-section\">\n        <div class=\"section-header\">\n            <h2>Was Sie in Ihrer Demo erhalten<\/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>Vollst\u00e4ndiger Plattform-Walkthrough<\/h4>\n                    <p>\n                        Pers\u00f6nliche F\u00fchrung durch alle Funktionen, die Ihnen genau zeigt, wie Sie die M\u00e4rkte analysieren\n                        M\u00e4rkte analysieren und mit unserem KI-System hochwahrscheinliche Handelsm\u00f6glichkeiten identifizieren.\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-Marktanalyse-Sitzung<\/h4>\n                    <p>\n                        Beobachten Sie unsere KI in Aktion, wie sie die aktuellen Marktbedingungen analysiert und\n                        potenzielle Handelsm\u00f6glichkeiten in Echtzeit identifiziert.\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>Personalisierte Handelsstrategie<\/h4>\n                    <p>\n                        Erhalten Sie ma\u00dfgeschneiderte Empfehlungen, die auf Ihren Handelszielen, Ihrem Erfahrungsstand\n                        und Risikotoleranz von unseren fachkundigen Beratern.\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&amp;A mit Handelsexperten<\/h4>\n                    <p>\n                        Fragen zu Handelsstrategien, Marktanalysen oder zur Optimierung der\n                        die M\u00f6glichkeiten der Plattform f\u00fcr Ihren speziellen Handelsstil und Ihre Ziele zu optimieren.\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>Exklusive Handelsressourcen<\/h4>\n                    <p>\n                        Sie erhalten Zugang zu firmeneigenen Marktanalyseberichten, Strategieleitf\u00e4den,\n                        und Lehrmaterial im Wert von $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 Reservieren Sie jetzt Ihren Demo-Spot<\/h2>\n            <p class=\"form-subtitle\">\n                Schlie\u00dfen Sie sich Tausenden von erfolgreichen H\u00e4ndlern an, die KI-gest\u00fctzte Analysen nutzen.\n                Ihre pers\u00f6nliche Beratung ist 100% GRATIS!\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>Fordern Sie Ihre kostenlose Demo an<\/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\">Vollst\u00e4ndiger Name *<\/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\">E-Mail Adresse *<\/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\">Land *<\/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=\"\">Land ausw\u00e4hlen<\/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 Kanada (+1)<\/option>\n                            <option value=\"+52\" data-country=\"MX\">\ud83c\uddf2\ud83c\uddfd Mexiko (+52)<\/option>\n                            <option value=\"+44\" data-country=\"GB\">\ud83c\uddec\ud83c\udde7 UK (+44)<\/option>\n                            <option value=\"+33\" data-country=\"FR\">\ud83c\uddeb\ud83c\uddf7 Frankreich (+33)<\/option>\n                            <option value=\"+49\" data-country=\"DE\">\ud83c\udde9\ud83c\uddea Deutschland (+49)<\/option>\n                            <option value=\"+39\" data-country=\"IT\">\ud83c\uddee\ud83c\uddf9 Italien (+39)<\/option>\n                            <option value=\"+34\" data-country=\"ES\">\ud83c\uddea\ud83c\uddf8 Spanien (+34)<\/option>\n                            <option value=\"+61\" data-country=\"AU\">\ud83c\udde6\ud83c\uddfa Australien (+61)<\/option>\n                            <option value=\"+81\" data-country=\"JP\">\ud83c\uddef\ud83c\uddf5 Japan (+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 Indien (+91)<\/option>\n                            <option value=\"+55\" data-country=\"BR\">\ud83c\udde7\ud83c\uddf7 Brasilien (+55)<\/option>\n                            <option value=\"+7\" data-country=\"RU\">\ud83c\uddf7\ud83c\uddfa Russland (+7)<\/option>\n                            <option value=\"+27\" data-country=\"ZA\">\ud83c\uddff\ud83c\udde6 S\u00fcdafrika (+27)<\/option>\n                            <option value=\"+234\" data-country=\"NG\">\ud83c\uddf3\ud83c\uddec Nigeria (+234)<\/option>\n                            <option value=\"+54\" data-country=\"AR\">\ud83c\udde6\ud83c\uddf7 Argentinien (+54)<\/option>\n                            <option value=\"+20\" data-country=\"EG\">\ud83c\uddea\ud83c\uddec \u00c4gypten (+20)<\/option>\n                            <option value=\"+90\" data-country=\"TR\">\ud83c\uddf9\ud83c\uddf7 T\u00fcrkei (+90)<\/option>\n                            <option value=\"+98\" data-country=\"IR\">\ud83c\uddee\ud83c\uddf7 Iran (+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\">Telefonnummer *<\/label>\n                        <input type=\"tel\" id=\"nuvix-inline-form-2_phone\" name=\"phone\" required pattern=\"[0-9]{7,15}\" \n                               placeholder=\"Rufnummer\"\n                               inputmode=\"numeric\">\n                    <\/div>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-2_comments\">Fragen\/Kommentare<\/label>\n                    <textarea id=\"nuvix-inline-form-2_comments\" name=\"comments\" rows=\"4\" \n                              placeholder=\"Bitte teilen Sie uns Ihre Fragen oder Kommentare mit...\"><\/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                            Ich akzeptiere die  \n                            <a href=\"#\" class=\"nuvix-policy-link\" onclick=\"nuvixOpenPolicyModal('nuvix-inline-form-2'); return false;\">\n                                Nuvix Marketing Politik\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>Anfrage senden<\/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=\"German\">\n                <input type=\"hidden\" name=\"language_slug\" value=\"de\">\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=\"de\"\/><\/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>Marketing-Kommunikationspolitik<\/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>\ud83d\udce7 Worauf du dich einl\u00e4sst<\/h4>\n                    <p>Mit dem Absenden dieses Formulars und dem Ankreuzen des Zustimmungsfeldes erkl\u00e4ren Sie sich ausdr\u00fccklich damit einverstanden, Marketing- und Werbemitteilungen von Nuvix \u00fcber die folgenden Kan\u00e4le zu erhalten:<\/p>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Kommunikationskan\u00e4le<\/h4>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>\ud83d\udce7 E-Mail:<\/strong> Marketing-E-Mails, Newsletter, Produktaktualisierungen und Werbeangebote<\/li>\n                        <li><strong>\ud83d\udcf1 Telefonanrufe:<\/strong> Direkte Anrufe von unserem Vertriebs- und Marketingteam zu unseren Dienstleistungen<\/li>\n                        <li><strong>\ud83d\udcac SMS-Nachrichten:<\/strong> Textnachrichten mit Sonderangeboten, Erinnerungen und Aktualisierungen<\/li>\n                        <li><strong>\ud83d\udcf2 WhatsApp:<\/strong> Nachrichten \u00fcber WhatsApp f\u00fcr schnelle Updates und personalisierte Kommunikation<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Wie wir Ihre Informationen verwenden<\/h4>\n                    <p>Die von Ihnen bereitgestellten Informationen (Name, E-Mail, Telefonnummer) werden verwendet, um:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Ihnen Informationen \u00fcber unsere Produkte und Dienstleistungen zu senden<\/li>\n                        <li>Kundenbetreuung und Beantwortung Ihrer Anfragen<\/li>\n                        <li>Versenden von Werbeangeboten und Sonderangeboten<\/li>\n                        <li>Wir halten Sie \u00fcber Unternehmensnachrichten und Produkteinf\u00fchrungen auf dem Laufenden.<\/li>\n                        <li>Durchf\u00fchrung von Marktforschung und Einholung von Feedback<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Ihre Rechte<\/h4>\n                    <p>Sie haben das Recht dazu:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>Abmeldung:<\/strong> Sie k\u00f6nnen sich jederzeit von unseren Mitteilungen abmelden<\/li>\n                        <li><strong>Aktualisierung:<\/strong> Aktualisierungen Ihrer Kontaktinformationen anfordern<\/li>\n                        <li><strong>L\u00f6schen:<\/strong> Antrag auf L\u00f6schung Ihrer Daten aus unseren Systemen<\/li>\n                        <li><strong>Zugang:<\/strong> eine Kopie der \u00fcber Sie gespeicherten Daten anfordern<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Datenschutz<\/h4>\n                    <p>Wir nehmen Ihre Privatsph\u00e4re ernst. Ihre Informationen sind:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Sichere Speicherung durch Verschl\u00fcsselung nach Industriestandard<\/li>\n                        <li>Niemals verkauft oder an Dritte f\u00fcr deren Marketingzwecke weitergegeben<\/li>\n                        <li>Nur von autorisiertem Nuvix-Personal verwendet<\/li>\n                        <li>Gesch\u00fctzt in \u00dcbereinstimmung mit den geltenden Datenschutzgesetzen (GDPR, CCPA, etc.)<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>H\u00e4ufigkeit der Mitteilungen<\/h4>\n                    <p>Wir respektieren Ihren Posteingang und Ihr Telefon. Unsere Kommunikationsfrequenz ist:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>Emails:<\/strong> Im Durchschnitt 2-4 Mal pro Monat<\/li>\n                        <li><strong>Telefonanrufe:<\/strong> Nur wenn n\u00f6tig oder gew\u00fcnscht<\/li>\n                        <li><strong>SMS\/WhatsApp:<\/strong> 1-2 Mal pro Monat f\u00fcr wichtige Aktualisierungen<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Wie man sich abmeldet<\/h4>\n                    <p>Sie k\u00f6nnen den Erhalt von Mitteilungen jederzeit beenden, indem Sie:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Klicken auf den Link \"Abbestellen\" in einer E-Mail<\/li>\n                        <li>Antwort \"STOP\" auf jede SMS-Nachricht<\/li>\n                        <li>Kontaktieren Sie uns direkt unter <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 Wichtiger Hinweis<\/h4>\n                    <p><strong>Indem Sie das Zustimmungsfeld ankreuzen und dieses Formular absenden, best\u00e4tigen Sie, dass Sie diese Richtlinie f\u00fcr Marketingkommunikation gelesen und verstanden haben und ihr zustimmen.<\/strong><\/p>\n                    <p>Wenn Sie mit diesen Bedingungen nicht einverstanden sind, senden Sie das Formular bitte nicht ab. Sie k\u00f6nnen uns auch auf andere Weise kontaktieren, ohne Ihre Zustimmung zur Vermarktung zu geben.<\/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                    Ich verstehe\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>Was H\u00e4ndler sagen<\/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                    \"Die Demo hat mir M\u00f6glichkeiten aufgezeigt, von denen ich nicht wusste, dass sie existieren. Das pers\u00f6nliche Gespr\u00e4ch war unglaublich wertvoll!\"\n                <\/p>\n                <p style=\"color: var(--primary); font-weight: 600;\">Michael K. - Professioneller H\u00e4ndler<\/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                    \"Ich war skeptisch, aber die Demo hat meine Sichtweise v\u00f6llig ver\u00e4ndert. Die KI-Vorhersagen sind unglaublich genau!\"\n                <\/p>\n                <p style=\"color: var(--primary); font-weight: 600;\">Sarah L. - Devisenh\u00e4ndlerin<\/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                    \"Allein die pers\u00f6nliche Beratung war die stundenlange Recherche wert. Sie verstehen die Technik wirklich!\"\n                <\/p>\n                <p style=\"color: var(--primary); font-weight: 600;\">David R. - H\u00e4ndler f\u00fcr bin\u00e4re Optionen<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section -->\n    <section class=\"faq\">\n        <div class=\"section-header\">\n            <h2>H\u00e4ufig gestellte Fragen<\/h2>\n        <\/div>\n        \n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                Was ist in der Demo enthalten?\n                <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n            <\/div>\n            <div class=\"faq-answer\">\n                Die Demoversion beinhaltet einen vollst\u00e4ndigen \u00dcberblick \u00fcber unser KI-Analysesystem f\u00fcr den professionellen Handel, personalisierte Empfehlungen auf der Grundlage Ihrer Handelsanforderungen und eine pers\u00f6nliche Beratung durch unser Expertenteam.\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                Was geschieht, nachdem ich Zugang beantragt habe?\n                <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n            <\/div>\n            <div class=\"faq-answer\">\n                Innerhalb von 24 Stunden wird sich unser Team mit Ihnen in Verbindung setzen, um Ihre pers\u00f6nliche Demositzung zu vereinbaren. Sie erhalten einen vollst\u00e4ndigen \u00dcberblick \u00fcber das System und Antworten auf alle Ihre Fragen zu professionellen Handelsstrategien.\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                Brauche ich Handelserfahrung?\n                <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n            <\/div>\n            <div class=\"faq-answer\">\n                Keine Vorkenntnisse erforderlich! Unser System ist f\u00fcr jeden geeignet, vom Anf\u00e4nger, der den Handel erlernt, bis zum erfahrenen Profi. Ihr pers\u00f6nlicher Berater wird Sie auf der Grundlage Ihres aktuellen Niveaus anleiten.\n            <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                Wie lange dauert die Demositzung?\n                <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n            <\/div>\n            <div class=\"faq-answer\">\n                Die Demo dauert in der Regel 30-45 Minuten, aber wir nehmen uns so viel Zeit wie n\u00f6tig, um alle Ihre Fragen zur Plattform und den Handelsstrategien zu beantworten.\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            Sind Sie bereit, Ihre Handelsergebnisse zu verbessern?\n        <\/h2>\n        <p style=\"font-size: 1.3rem; margin-bottom: 40px; opacity: 0.9;\">\n            Verpassen Sie diese Gelegenheit nicht - es sind nur begrenzte Pl\u00e4tze verf\u00fcgbar!\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>Jetzt Demozugang erhalten<\/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\">Vollst\u00e4ndiger Name *<\/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\">E-Mail Adresse *<\/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\">Land *<\/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=\"\">Land ausw\u00e4hlen<\/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 Kanada (+1)<\/option>\n                            <option value=\"+52\" data-country=\"MX\">\ud83c\uddf2\ud83c\uddfd Mexiko (+52)<\/option>\n                            <option value=\"+44\" data-country=\"GB\">\ud83c\uddec\ud83c\udde7 UK (+44)<\/option>\n                            <option value=\"+33\" data-country=\"FR\">\ud83c\uddeb\ud83c\uddf7 Frankreich (+33)<\/option>\n                            <option value=\"+49\" data-country=\"DE\">\ud83c\udde9\ud83c\uddea Deutschland (+49)<\/option>\n                            <option value=\"+39\" data-country=\"IT\">\ud83c\uddee\ud83c\uddf9 Italien (+39)<\/option>\n                            <option value=\"+34\" data-country=\"ES\">\ud83c\uddea\ud83c\uddf8 Spanien (+34)<\/option>\n                            <option value=\"+61\" data-country=\"AU\">\ud83c\udde6\ud83c\uddfa Australien (+61)<\/option>\n                            <option value=\"+81\" data-country=\"JP\">\ud83c\uddef\ud83c\uddf5 Japan (+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 Indien (+91)<\/option>\n                            <option value=\"+55\" data-country=\"BR\">\ud83c\udde7\ud83c\uddf7 Brasilien (+55)<\/option>\n                            <option value=\"+7\" data-country=\"RU\">\ud83c\uddf7\ud83c\uddfa Russland (+7)<\/option>\n                            <option value=\"+27\" data-country=\"ZA\">\ud83c\uddff\ud83c\udde6 S\u00fcdafrika (+27)<\/option>\n                            <option value=\"+234\" data-country=\"NG\">\ud83c\uddf3\ud83c\uddec Nigeria (+234)<\/option>\n                            <option value=\"+54\" data-country=\"AR\">\ud83c\udde6\ud83c\uddf7 Argentinien (+54)<\/option>\n                            <option value=\"+20\" data-country=\"EG\">\ud83c\uddea\ud83c\uddec \u00c4gypten (+20)<\/option>\n                            <option value=\"+90\" data-country=\"TR\">\ud83c\uddf9\ud83c\uddf7 T\u00fcrkei (+90)<\/option>\n                            <option value=\"+98\" data-country=\"IR\">\ud83c\uddee\ud83c\uddf7 Iran (+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\">Telefonnummer *<\/label>\n                        <input type=\"tel\" id=\"nuvix-inline-form-3_phone\" name=\"phone\" required pattern=\"[0-9]{7,15}\" \n                               placeholder=\"Rufnummer\"\n                               inputmode=\"numeric\">\n                    <\/div>\n                <\/div>\n                \n                <div class=\"nuvix-inline-form-group\">\n                    <label for=\"nuvix-inline-form-3_comments\">Fragen\/Kommentare<\/label>\n                    <textarea id=\"nuvix-inline-form-3_comments\" name=\"comments\" rows=\"4\" \n                              placeholder=\"Bitte teilen Sie uns Ihre Fragen oder Kommentare mit...\"><\/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                            Ich akzeptiere die  \n                            <a href=\"#\" class=\"nuvix-policy-link\" onclick=\"nuvixOpenPolicyModal('nuvix-inline-form-3'); return false;\">\n                                Nuvix Marketing Politik\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>Anfrage senden<\/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=\"German\">\n                <input type=\"hidden\" name=\"language_slug\" value=\"de\">\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=\"de\"\/><\/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>Marketing-Kommunikationspolitik<\/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>\ud83d\udce7 Worauf du dich einl\u00e4sst<\/h4>\n                    <p>Mit dem Absenden dieses Formulars und dem Ankreuzen des Zustimmungsfeldes erkl\u00e4ren Sie sich ausdr\u00fccklich damit einverstanden, Marketing- und Werbemitteilungen von Nuvix \u00fcber die folgenden Kan\u00e4le zu erhalten:<\/p>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Kommunikationskan\u00e4le<\/h4>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>\ud83d\udce7 E-Mail:<\/strong> Marketing-E-Mails, Newsletter, Produktaktualisierungen und Werbeangebote<\/li>\n                        <li><strong>\ud83d\udcf1 Telefonanrufe:<\/strong> Direkte Anrufe von unserem Vertriebs- und Marketingteam zu unseren Dienstleistungen<\/li>\n                        <li><strong>\ud83d\udcac SMS-Nachrichten:<\/strong> Textnachrichten mit Sonderangeboten, Erinnerungen und Aktualisierungen<\/li>\n                        <li><strong>\ud83d\udcf2 WhatsApp:<\/strong> Nachrichten \u00fcber WhatsApp f\u00fcr schnelle Updates und personalisierte Kommunikation<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Wie wir Ihre Informationen verwenden<\/h4>\n                    <p>Die von Ihnen bereitgestellten Informationen (Name, E-Mail, Telefonnummer) werden verwendet, um:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Ihnen Informationen \u00fcber unsere Produkte und Dienstleistungen zu senden<\/li>\n                        <li>Kundenbetreuung und Beantwortung Ihrer Anfragen<\/li>\n                        <li>Versenden von Werbeangeboten und Sonderangeboten<\/li>\n                        <li>Wir halten Sie \u00fcber Unternehmensnachrichten und Produkteinf\u00fchrungen auf dem Laufenden.<\/li>\n                        <li>Durchf\u00fchrung von Marktforschung und Einholung von Feedback<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Ihre Rechte<\/h4>\n                    <p>Sie haben das Recht dazu:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>Abmeldung:<\/strong> Sie k\u00f6nnen sich jederzeit von unseren Mitteilungen abmelden<\/li>\n                        <li><strong>Aktualisierung:<\/strong> Aktualisierungen Ihrer Kontaktinformationen anfordern<\/li>\n                        <li><strong>L\u00f6schen:<\/strong> Antrag auf L\u00f6schung Ihrer Daten aus unseren Systemen<\/li>\n                        <li><strong>Zugang:<\/strong> eine Kopie der \u00fcber Sie gespeicherten Daten anfordern<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Datenschutz<\/h4>\n                    <p>Wir nehmen Ihre Privatsph\u00e4re ernst. Ihre Informationen sind:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Sichere Speicherung durch Verschl\u00fcsselung nach Industriestandard<\/li>\n                        <li>Niemals verkauft oder an Dritte f\u00fcr deren Marketingzwecke weitergegeben<\/li>\n                        <li>Nur von autorisiertem Nuvix-Personal verwendet<\/li>\n                        <li>Gesch\u00fctzt in \u00dcbereinstimmung mit den geltenden Datenschutzgesetzen (GDPR, CCPA, etc.)<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>H\u00e4ufigkeit der Mitteilungen<\/h4>\n                    <p>Wir respektieren Ihren Posteingang und Ihr Telefon. Unsere Kommunikationsfrequenz ist:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li><strong>Emails:<\/strong> Im Durchschnitt 2-4 Mal pro Monat<\/li>\n                        <li><strong>Telefonanrufe:<\/strong> Nur wenn n\u00f6tig oder gew\u00fcnscht<\/li>\n                        <li><strong>SMS\/WhatsApp:<\/strong> 1-2 Mal pro Monat f\u00fcr wichtige Aktualisierungen<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"nuvix-policy-section\">\n                    <h4>Wie man sich abmeldet<\/h4>\n                    <p>Sie k\u00f6nnen den Erhalt von Mitteilungen jederzeit beenden, indem Sie:<\/p>\n                    <ul class=\"nuvix-policy-list\">\n                        <li>Klicken auf den Link \"Abbestellen\" in einer E-Mail<\/li>\n                        <li>Antwort \"STOP\" auf jede SMS-Nachricht<\/li>\n                        <li>Kontaktieren Sie uns direkt unter <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 Wichtiger Hinweis<\/h4>\n                    <p><strong>Indem Sie das Zustimmungsfeld ankreuzen und dieses Formular absenden, best\u00e4tigen Sie, dass Sie diese Richtlinie f\u00fcr Marketingkommunikation gelesen und verstanden haben und ihr zustimmen.<\/strong><\/p>\n                    <p>Wenn Sie mit diesen Bedingungen nicht einverstanden sind, senden Sie das Formular bitte nicht ab. Sie k\u00f6nnen uns auch auf andere Weise kontaktieren, ohne Ihre Zustimmung zur Vermarktung zu geben.<\/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                    Ich verstehe\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>Demo anfordern<\/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>Wichtiger Haftungsausschluss<\/strong><\/div><div class=\"disclaimer-content\"><p>Alle Informationen, die von der <strong>Nuvix AI-Analyse<\/strong> System (der \"Dienst\") wird ausschlie\u00dflich f\u00fcr folgende Zwecke bereitgestellt <strong>Bildungs- und Informationszwecke<\/strong> nur. Der Dienst generiert algorithmische Auswertungen von Marktdaten, Handels- und Kasinospielmustern, aber er tut <strong>nicht<\/strong> erzeugen keine verwertbaren Handels- oder Wettsignale und sollten nicht als solche angesehen werden.<\/p><p>Die Nutzung des Dienstes ist mit erheblichen Risiken verbunden. Bewertungen in der Vergangenheit sind keine Garantie f\u00fcr zuk\u00fcnftige Leistungen oder Gewinne in den Bereichen Forex, Aktien, Futures, synthetische Indizes, bin\u00e4re Optionen, Kryptow\u00e4hrungen, Roulette, Baccarat oder andere Casino-Spiele. <strong>Nuvix<\/strong> \u00fcbernimmt weder ausdr\u00fccklich noch stillschweigend eine Garantie f\u00fcr die Richtigkeit, Vollst\u00e4ndigkeit oder Eignung einer Analyse. <strong>Ihre Entscheidungen und Ergebnisse<\/strong> h\u00e4ngen ausschlie\u00dflich von Ihrem eigenen Urteilsverm\u00f6gen, Ihrer Risikobereitschaft, Ihrem Einsatz und den vorherrschenden Markt- oder Spielbedingungen ab.<\/p><p><strong>Nuvix<\/strong> ist weder mit Handelsplattformen, Brokern, B\u00f6rsen oder Kasinobetreibern verbunden, noch wird es von diesen unterst\u00fctzt oder mit ihnen assoziiert. Sie sind allein verantwortlich f\u00fcr die Auswahl, den Zugang und die Nutzung einer Plattform f\u00fcr Ihre Handels- oder Spielaktivit\u00e4ten.<\/p><p>Durch die Nutzung des Dienstes erkennen Sie an und akzeptieren, dass <strong>Nuvix<\/strong> und die mit ihr verbundenen Unternehmen haften nicht f\u00fcr Verluste, Sch\u00e4den oder Anspr\u00fcche, die sich aus Ihrer Nutzung der KI-Analysen ergeben. F\u00fchren Sie immer Ihre eigene Due Diligence durch und konsultieren Sie qualifizierte Fachleute, bevor Sie Trades oder Wetten platzieren.<\/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>EINWOHNER DER USA - ALLGEMEINER HINWEIS:<\/strong> Die Handelsvorschriften sind je nach Bundesland unterschiedlich. Bin\u00e4re Optionen sind nur \u00fcber CFTC-registrierte B\u00f6rsen legal. \u00dcberpr\u00fcfen Sie die Bundes- und Landesgesetze vor dem Handel. Diese Analyse stellt keine Finanzberatung dar.<\/div><\/div><div class=\"disclaimer-alert disclaimer-warning\"><div class=\"alert-icon\"><i class=\"las la-dice\"><\/i><\/div><div class=\"alert-content\"><strong>US-AMERIKANISCHE GL\u00dcCKSSPIELGESETZE:<\/strong> Online-Gl\u00fccksspiele (Kasinospiele und Sportwetten) sind in den meisten US-Bundesstaaten, darunter Utah, Hawaii, Idaho und anderen, illegal oder eingeschr\u00e4nkt. \u00dcberpr\u00fcfen Sie die Gesetze Ihres Bundesstaates, bevor Sie mit dem Gl\u00fccksspiel beginnen.<\/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\">Wo KI auf Chancen trifft<\/p>\n                    <p class=\"nuvix-footer-description\">Revolution\u00e4re KI-gest\u00fctzte Handelsanalyseplattform, die die Herangehensweise von H\u00e4ndlern an die Finanzm\u00e4rkte ver\u00e4ndert.<\/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>Nuvix Analyzer Erweiterung erhalten<\/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\">Schnelle Links<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"#markets\">M\u00e4rkte<\/a><\/li>\n                        <li><a href=\"#solution\">KI-Technologie<\/a><\/li>\n                        <li><a href=\"#pricing\">Pakete<\/a><\/li>\n                        <li><a href=\"#opportunity\">Gelegenheit<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/c_login\/\">Anmeldung f\u00fcr Mitglieder<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Legal -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Rechtliches<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"https:\/\/nuvix.com\/de\/privacy-policy-en\/\">Datenschutzbestimmungen<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/terms-of-use-en\/\">Nutzungsbedingungen<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/refund-and-cancellation-policy-en\/\">R\u00fcckerstattung und Stornierung<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/gdpr-en\/\">GDPR-Politik<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/nuvix-income-disclosure-statement\/\">Ergebnisrechnung<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/service-availability-compliance-policy\/\">Verf\u00fcgbarkeit und Konformit\u00e4t<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/ibp_agreement\/\">IBP-Vereinbarung<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/anti-money-laundering-aml\/\">Anti-Geldw\u00e4sche (AML)<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/cookie-policy\/\">Cookie-Richtlinie<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Support & Tools -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Unterst\u00fctzung &amp; Tools<\/h3>\n                    <ul class=\"nuvix-footer-links\">\n                        <li><a href=\"https:\/\/nuvix.com\/de\/tutorials\/\">Anleitungen<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/contact-us\/\">Kontakt<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/privacy-preferences\/\">Cookie &amp; Datenschutz-Einstellungen<\/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> Nuvix Analyzer Erweiterung\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\">Wir akzeptieren<\/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 - Alle Rechte vorbehalten<\/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=\"Sprache \u00e4ndern\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\udde9\ud83c\uddea<\/span>\n                    <span class=\"ulcs-lang\">DE<\/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\/de\/wp-json\/wp\/v2\/pages\/43612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/comments?post=43612"}],"version-history":[{"count":100,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages\/43612\/revisions"}],"predecessor-version":[{"id":45142,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/pages\/43612\/revisions\/45142"}],"wp:attachment":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/media?parent=43612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}