{"id":39566,"date":"2025-01-30T11:20:16","date_gmt":"2025-01-30T19:20:16","guid":{"rendered":"https:\/\/legacy.ievolutionpro.com\/?post_type=product&#038;p=39566"},"modified":"2025-10-22T13:24:54","modified_gmt":"2025-10-22T20:24:54","slug":"pre-registration","status":"publish","type":"product","link":"https:\/\/nuvix.com\/de\/product\/pre-registration\/","title":{"rendered":"Mitglied (Probezeit)"},"content":{"rendered":"<div data-elementor-type=\"product-post\" data-elementor-id=\"39566\" class=\"elementor elementor-39566\" data-elementor-post-type=\"product\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8273587 e-con-full e-flex e-con e-parent\" data-id=\"8273587\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f4cca2 e-con-full e-flex e-con e-parent\" data-id=\"6f4cca2\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-63e8ed6 e-con-full e-flex e-con e-child\" data-id=\"63e8ed6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d68a30 elementor-widget elementor-widget-html\" data-id=\"9d68a30\" 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=5.0, user-scalable=yes\">\n    <meta name=\"format-detection\" content=\"telephone=no\">\n    <title>Nuvix by iEvolution - AI Trading Analysis Platform<\/title>\n    \n    <!-- Icons8 Line Awesome (Free icon font) -->\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        }\n\n        \/* Prevent horizontal overflow *\/\n        html, body {\n            overflow-x: hidden;\n            width: 100%;\n            max-width: 100%;\n        }\n\n        :root {\n            --primary-gradient: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n            --secondary-gradient: linear-gradient(135deg, #ff006e 0%, #00b4d8 100%);\n            --trial-gradient: linear-gradient(135deg, #10b981 0%, #00b4d8 100%);\n            --dark-bg: #0a0e27;\n            --card-bg: rgba(255, 255, 255, 0.05);\n            --text-light: #e2e8f0;\n            --accent-blue: #00b4d8;\n            --accent-purple: #9f39ff;\n            --accent-pink: #ff006e;\n            --success-green: #10b981;\n        }\n\n        \/* Base styles *\/\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            line-height: 1.6;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            position: relative;\n            min-width: 320px;\n        }\n\n        \/* Main wrapper to prevent overflow *\/\n        #nuvix-landing {\n            width: 100%;\n            overflow-x: hidden;\n            position: relative;\n        }\n\n        \/* Container system for responsive design *\/\n        .container {\n            width: 100%;\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 1rem;\n            overflow-x: hidden;\n        }\n\n        \/* Mobile First - 320px to 575px *\/\n        @media (max-width: 575px) {\n            .container { \n                padding: 0 0.875rem;\n            }\n        }\n\n        \/* Small devices - 576px to 767px *\/\n        @media (min-width: 576px) and (max-width: 767px) {\n            .container { \n                padding: 0 1.25rem;\n            }\n        }\n\n        \/* Medium devices (tablets) - 768px to 991px *\/\n        @media (min-width: 768px) and (max-width: 991px) {\n            .container { \n                padding: 0 1.75rem;\n            }\n        }\n\n        \/* Large devices (small laptops) - 992px to 1199px *\/\n        @media (min-width: 992px) and (max-width: 1199px) {\n            .container { \n                padding: 0 2rem;\n            }\n        }\n\n        \/* Extra large devices - 1200px and up *\/\n        @media (min-width: 1200px) {\n            .container { \n                padding: 0 2rem;\n            }\n        }\n\n        \/* Premium Animated background *\/\n        .bg-animation {\n            position: fixed;\n            width: 100vw;\n            height: 100vh;\n            top: 0;\n            left: 0;\n            z-index: -1;\n            background: var(--dark-bg);\n            overflow: hidden;\n            pointer-events: none;\n        }\n\n        .bg-animation::before {\n            content: '';\n            position: absolute;\n            width: 200%;\n            height: 200%;\n            top: -50%;\n            left: -50%;\n            background: radial-gradient(circle at 20% 50%, rgba(159, 57, 255, 0.15) 0%, transparent 50%),\n                        radial-gradient(circle at 80% 50%, rgba(0, 180, 216, 0.1) 0%, transparent 50%),\n                        radial-gradient(circle at 50% 50%, rgba(255, 0, 110, 0.05) 0%, transparent 50%);\n            animation: rotate 30s linear infinite;\n        }\n\n        @keyframes rotate {\n            to { transform: rotate(360deg); }\n        }\n\n        \/* Neural network animation *\/\n        .neural-network {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            opacity: 0.1;\n        }\n\n        .neural-path {\n            stroke: var(--accent-purple);\n            stroke-width: 0.5;\n            fill: none;\n            animation: pulse-path 3s ease-in-out infinite;\n        }\n\n        @keyframes pulse-path {\n            0%, 100% { opacity: 0.1; }\n            50% { opacity: 0.3; }\n        }\n\n        \/* Header - Fully Responsive *\/\n        header {\n            position: fixed;\n            top: 0;\n            width: 100%;\n            left: 0;\n            right: 0;\n            z-index: 1000;\n            background: rgba(10, 14, 39, 0.85);\n            backdrop-filter: blur(20px);\n            -webkit-backdrop-filter: blur(20px);\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n            transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;\n            will-change: transform;\n        }\n\n        nav {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            width: 100%;\n            max-width: 100%;\n            margin: 0 auto;\n            padding: 0.75rem 1rem;\n        }\n\n        \/* Mobile navigation - up to 480px *\/\n        @media (max-width: 480px) {\n            nav {\n                padding: 0.625rem 0.875rem;\n            }\n        }\n\n        .logo {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            z-index: 1002;\n        }\n\n        .logo img {\n            height: 32px;\n            width: auto;\n            filter: drop-shadow(0 0 8px rgba(159, 57, 255, 0.4));\n            transition: height 0.3s ease;\n        }\n\n        \/* Desktop Navigation - hidden on mobile\/tablet *\/\n        .nav-links {\n            display: none;\n            gap: 1.5rem;\n            align-items: center;\n        }\n\n        \/* Show desktop nav on large tablets and up *\/\n        @media (min-width: 992px) {\n            .nav-links {\n                display: flex;\n                gap: 1.75rem;\n            }\n        }\n\n        .nav-links a {\n            color: var(--text-light);\n            text-decoration: none;\n            transition: all 0.3s ease;\n            position: relative;\n            font-weight: 500;\n            white-space: nowrap;\n            font-size: 0.875rem;\n        }\n\n        .nav-links a::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: var(--primary-gradient);\n            transition: width 0.3s ease;\n        }\n\n        .nav-links a:hover::after {\n            width: 100%;\n        }\n\n        \/* Locale Switcher Wrapper *\/\n        .locale-switcher-wrapper {\n            display: flex;\n            align-items: center;\n            margin: 0 0.5rem;\n        }\n\n        .locale-switcher-mobile {\n            margin: 1rem 0;\n            padding: 1rem;\n            display: flex;\n            justify-content: center;\n        }\n\n        \/* Mobile Navigation - shown on mobile\/tablet *\/\n        .mobile-nav-container {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        \/* Hide mobile nav on large tablets and desktop *\/\n        @media (min-width: 992px) {\n            .mobile-nav-container { \n                display: none; \n            }\n        }\n\n        \/* Mobile CTA button responsive sizing *\/\n        .mobile-nav-container .btn {\n            padding: 0.4rem 0.875rem;\n            font-size: 0.75rem;\n            border-radius: 20px;\n        }\n\n        @media (min-width: 481px) {\n            .mobile-nav-container .btn {\n                padding: 0.5rem 1rem;\n                font-size: 0.8rem;\n            }\n        }\n\n        .hamburger {\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            width: 30px;\n            height: 24px;\n            cursor: pointer;\n            z-index: 1002;\n            padding: 5px;\n            background: transparent;\n            border: none;\n            outline: none;\n            -webkit-tap-highlight-color: transparent;\n            touch-action: manipulation;\n        }\n\n        .hamburger span {\n            display: block;\n            width: 100%;\n            height: 3px;\n            background: var(--text-light);\n            border-radius: 3px;\n            transition: all 0.3s ease;\n        }\n\n        .hamburger.active span:nth-child(1) {\n            transform: rotate(45deg) translate(6px, 6px);\n        }\n\n        .hamburger.active span:nth-child(2) {\n            opacity: 0;\n        }\n\n        .hamburger.active span:nth-child(3) {\n            transform: rotate(-45deg) translate(6px, -6px);\n        }\n\n        \/* Mobile Menu Overlay *\/\n        .mobile-menu {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(10, 14, 39, 0.95);\n            backdrop-filter: blur(20px);\n            z-index: 1001;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            gap: 2rem;\n            opacity: 0;\n            visibility: hidden;\n            transition: all 0.3s ease;\n            padding: 2rem;\n        }\n\n        .mobile-menu.active {\n            opacity: 1;\n            visibility: visible;\n        }\n\n        .mobile-menu a {\n            color: var(--text-light);\n            text-decoration: none;\n            font-size: 1.5rem;\n            font-weight: 600;\n            text-align: center;\n            padding: 1rem;\n            border-radius: 10px;\n            transition: all 0.3s ease;\n            position: relative;\n            min-width: 200px;\n        }\n\n        .mobile-menu a:hover {\n            background: rgba(159, 57, 255, 0.2);\n            color: white;\n        }\n\n        @media (min-width: 992px) {\n            .mobile-menu {\n                display: none;\n            }\n        }\n\n        \/* Hero Section - Fully Responsive *\/\n        .hero {\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n            background: radial-gradient(circle at 50% 50%, rgba(159, 57, 255, 0.1) 0%, transparent 70%);\n            padding: 6rem 0 2rem;\n            width: 100%;\n            overflow: hidden;\n        }\n\n        \/* Mobile hero padding *\/\n        @media (max-width: 575px) {\n            .hero { \n                padding: 5rem 0 2rem;\n                min-height: auto;\n            }\n        }\n\n        .hero-content {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 1.5rem;\n            align-items: center;\n            width: 100%;\n        }\n\n        \/* Side by side on medium tablets and up *\/\n        @media (min-width: 768px) {\n            .hero-content {\n                grid-template-columns: 1fr 1fr;\n                gap: 2.5rem;\n            }\n        }\n\n        @media (min-width: 992px) {\n            .hero-content { \n                gap: 3rem; \n            }\n        }\n\n        .hero-text {\n            text-align: center;\n            order: 1;\n        }\n\n        @media (min-width: 768px) {\n            .hero-text { \n                text-align: left;\n                order: 0;\n            }\n        }\n\n        .hero-text h1 {\n            font-size: clamp(1.75rem, 4vw, 4.5rem);\n            font-weight: 800;\n            margin-bottom: 1rem;\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            animation: gradient-shift 3s ease infinite;\n            line-height: 1.1;\n        }\n\n        @keyframes gradient-shift {\n            0%, 100% { filter: hue-rotate(0deg); }\n            50% { filter: hue-rotate(30deg); }\n        }\n\n        .hero-text p {\n            font-size: clamp(0.95rem, 1.5vw, 1.25rem);\n            margin-bottom: 1.5rem;\n            opacity: 0.9;\n            line-height: 1.6;\n        }\n\n        .tagline {\n            font-size: 1rem;\n            color: var(--accent-blue);\n            margin-bottom: 0.75rem;\n            font-style: italic;\n            font-weight: 500;\n        }\n\n        @media (min-width: 768px) {\n            .tagline {\n                font-size: 1.2rem;\n                margin-bottom: 1rem;\n            }\n        }\n\n        \/* Market Toggles - Fully Responsive with Fixed Layout *\/\n        .market-toggles {\n            display: flex;\n            justify-content: center;\n            gap: 0.5rem;\n            margin: 1.5rem 0 2.5rem 0;\n            flex-wrap: wrap;\n            position: relative;\n            min-height: 50px;\n            width: 100%;\n        }\n\n        @media (max-width: 575px) {\n            .market-toggles {\n                gap: 0.25rem;\n                margin: 1rem 0 2rem 0;\n            }\n        }\n\n        @media (min-width: 768px) {\n            .market-toggles {\n                justify-content: flex-start;\n                gap: 0.75rem;\n                margin: 1.5rem 0 2.5rem 0;\n            }\n        }\n\n        \/* Hide market toggles on desktop - only show on tablet and mobile *\/\n        @media (min-width: 992px) {\n            .market-toggles {\n                display: none;\n            }\n        }\n\n        .market-toggle {\n            border: 2px solid rgba(255, 255, 255, 0.2);\n            border-radius: 25px;\n            background: transparent;\n            color: var(--text-light);\n            cursor: pointer;\n            transition: all 0.5s ease;\n            font-weight: 600;\n            position: relative;\n            overflow: hidden;\n            white-space: nowrap;\n            touch-action: manipulation;\n            -webkit-tap-highlight-color: transparent;\n            padding: 0.5rem 1rem;\n            font-size: 0.8rem;\n            flex: 1;\n            min-width: 120px;\n            max-width: 180px;\n        }\n\n        @media (max-width: 575px) {\n            .market-toggle {\n                padding: 0.4rem 0.6rem;\n                font-size: 0.7rem;\n                min-width: 100px;\n            }\n        }\n\n        .market-toggle.active {\n            border-color: var(--accent-purple);\n            background: rgba(159, 57, 255, 0.2);\n            color: white;\n            box-shadow: 0 0 20px rgba(159, 57, 255, 0.3);\n        }\n\n        \/* Hero Stats - Responsive Grid *\/\n        .hero-stats {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 0.75rem;\n            margin: 1rem 0;\n        }\n\n        @media (min-width: 576px) {\n            .hero-stats {\n                display: flex;\n                justify-content: center;\n                flex-wrap: wrap;\n                gap: 1rem;\n                margin: 1.5rem 0;\n            }\n        }\n\n        @media (min-width: 768px) {\n            .hero-stats {\n                justify-content: flex-start;\n                gap: 1.5rem;\n                margin: 1.75rem 0;\n            }\n        }\n\n        .stat-item {\n            text-align: center;\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            transition: all 0.3s ease;\n            padding: 0.5rem;\n        }\n\n        @media (min-width: 576px) {\n            .stat-item {\n                min-width: 90px;\n                padding: 0.75rem;\n            }\n        }\n\n        @media (min-width: 768px) {\n            .stat-item {\n                min-width: 100px;\n                padding: 1rem;\n            }\n        }\n\n        .stat-number {\n            font-weight: 800;\n            background: var(--primary-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-size: 1.25rem;\n        }\n\n        @media (min-width: 576px) {\n            .stat-number { font-size: 1.5rem; }\n        }\n\n        @media (min-width: 768px) {\n            .stat-number { font-size: 1.75rem; }\n        }\n\n        .stat-label {\n            opacity: 0.8;\n            margin-top: 0.25rem;\n            font-size: 0.675rem;\n        }\n\n        @media (min-width: 576px) {\n            .stat-label { font-size: 0.8rem; }\n        }\n\n        @media (min-width: 768px) {\n            .stat-label { font-size: 0.875rem; }\n        }\n\n        \/* CTA Buttons - Responsive *\/\n        .cta-buttons {\n            display: flex;\n            flex-direction: column;\n            gap: 0.75rem;\n            margin-top: 1rem;\n        }\n\n        @media (min-width: 576px) {\n            .cta-buttons {\n                flex-direction: row;\n                justify-content: center;\n                flex-wrap: wrap;\n                gap: 1rem;\n                margin-top: 1.5rem;\n            }\n        }\n\n        @media (min-width: 768px) {\n            .cta-buttons {\n                justify-content: flex-start;\n                margin-top: 1.75rem;\n            }\n        }\n\n        \/* Buttons - Responsive *\/\n        .btn {\n            border-radius: 25px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            display: inline-block;\n            position: relative;\n            overflow: hidden;\n            border: none;\n            cursor: pointer;\n            white-space: nowrap;\n            text-align: center;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            touch-action: manipulation;\n            -webkit-tap-highlight-color: transparent;\n            padding: 0.75rem 1.5rem;\n            font-size: 0.8rem;\n        }\n\n        @media (min-width: 576px) {\n            .btn {\n                padding: 0.875rem 2rem;\n                font-size: 0.9rem;\n            }\n        }\n\n        @media (min-width: 768px) {\n            .btn {\n                padding: 1rem 2.25rem;\n                font-size: 0.95rem;\n            }\n        }\n\n        .btn-primary {\n            background: var(--primary-gradient);\n            color: white;\n            box-shadow: 0 4px 20px rgba(159, 57, 255, 0.4);\n        }\n\n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 30px rgba(159, 57, 255, 0.6);\n        }\n\n        .btn-secondary {\n            background: transparent;\n            color: var(--text-light);\n            border: 2px solid rgba(255, 255, 255, 0.3);\n        }\n\n        .btn-secondary:hover {\n            background: rgba(255, 255, 255, 0.1);\n            border-color: var(--accent-blue);\n            color: var(--accent-blue);\n        }\n\n        \/* Pre-registration badge - Responsive *\/\n        .pre-reg-badge {\n            background: linear-gradient(135deg, #f59e0b, #ef4444);\n            color: white;\n            border-radius: 25px;\n            font-weight: 600;\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            animation: pulse 2s infinite;\n            box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);\n            padding: 0.3rem 0.75rem;\n            font-size: 0.7rem;\n            margin-bottom: 0.5rem;\n        }\n\n        @media (min-width: 576px) {\n            .pre-reg-badge {\n                padding: 0.4rem 1rem;\n                font-size: 0.75rem;\n                margin-bottom: 0.75rem;\n            }\n        }\n\n        @media (min-width: 768px) {\n            .pre-reg-badge {\n                padding: 0.45rem 1.25rem;\n                font-size: 0.8rem;\n                margin-bottom: 0.875rem;\n            }\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n\n        \/* AI Visualization - Responsive *\/\n        .ai-visual {\n            position: relative;\n            animation: float-slow 6s ease-in-out infinite;\n            width: 100%;\n            max-width: 100%;\n            margin-top: 2rem;\n            overflow: hidden;\n        }\n\n        @media (min-width: 768px) {\n            .ai-visual { margin-top: 0; }\n        }\n\n        @keyframes float-slow {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-20px); }\n        }\n\n        .chart-preview {\n            background: rgba(255, 255, 255, 0.03);\n            border-radius: 20px;\n            padding: 1.5rem 1rem;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(20px);\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 10px 40px rgba(159, 57, 255, 0.2);\n            transition: all 0.3s ease;\n            width: 100%;\n            max-width: 100%;\n        }\n\n        @media (min-width: 576px) {\n            .chart-preview { padding: 2rem; }\n        }\n\n        .chart-container {\n            position: relative;\n            width: 100%;\n            overflow: hidden;\n        }\n\n        .chart-preview::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: var(--primary-gradient);\n            animation: scan 2s ease-in-out infinite;\n        }\n\n        @keyframes scan {\n            0% { transform: translateX(-100%); }\n            100% { transform: translateX(100%); }\n        }\n\n        \/* AI Features Preview - Responsive *\/\n        .ai-features-preview {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 0.625rem;\n            margin-top: 1rem;\n        }\n\n        @media (min-width: 576px) {\n            .ai-features-preview {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 0.875rem;\n                margin-top: 1.5rem;\n            }\n        }\n\n        .ai-feature-item {\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            transition: all 0.3s ease;\n            padding: 0.625rem;\n            font-size: 0.8rem;\n        }\n\n        @media (min-width: 576px) {\n            .ai-feature-item {\n                padding: 0.75rem;\n                font-size: 0.875rem;\n            }\n        }\n\n        .ai-feature-item i {\n            color: var(--success-green);\n            font-size: 0.95rem;\n            flex-shrink: 0;\n        }\n\n        \/* Analysis status - Responsive *\/\n        .analysis-status {\n            text-align: center;\n            margin-top: 1rem;\n        }\n\n        .analysis-status span {\n            color: #10b981;\n            font-weight: bold;\n            font-size: 0.75rem;\n        }\n\n        @media (min-width: 576px) {\n            .analysis-status span { font-size: 0.85rem; }\n        }\n\n        @media (min-width: 768px) {\n            .analysis-status span { font-size: 0.9rem; }\n        }\n\n        \/* Canvas responsive sizing *\/\n        #chart {\n            max-width: 100%;\n            height: auto;\n        }\n\n        \/* Enhanced smooth transitions for auto-switching *\/\n        .hero-stats, .ai-features-preview {\n            transition: opacity 0.4s ease, transform 0.4s ease;\n            position: relative;\n        }\n\n        .hero-stats.hidden, .ai-features-preview.hidden {\n            opacity: 0;\n            transform: translateY(5px);\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            pointer-events: none;\n            visibility: hidden;\n        }\n\n        \/* Container to prevent layout shift *\/\n        .stats-container, .features-container {\n            position: relative;\n            min-height: 120px;\n        }\n\n        @media (min-width: 576px) {\n            .stats-container {\n                min-height: 100px;\n            }\n        }\n\n        @media (min-width: 768px) {\n            .stats-container {\n                min-height: 90px;\n            }\n        }\n\n        \/* Auto-switch indicator - Only show on tablet and mobile *\/\n        .auto-switch-indicator {\n            position: absolute;\n            bottom: -25px;\n            left: 50%;\n            transform: translateX(-50%);\n            opacity: 0.6;\n            color: var(--accent-blue);\n            font-style: italic;\n            transition: opacity 0.3s ease;\n            white-space: nowrap;\n            font-size: 0.625rem;\n        }\n\n        @media (min-width: 768px) {\n            .auto-switch-indicator {\n                left: 0;\n                transform: none;\n                bottom: -32px;\n            }\n        }\n\n        \/* Hide indicator on desktop *\/\n        @media (min-width: 992px) {\n            .auto-switch-indicator {\n                display: none;\n            }\n        }\n\n        .auto-switch-indicator.hidden {\n            opacity: 0;\n        }\n\n        .section-title {\n            font-size: clamp(2rem, 4vw, 3.5rem);\n            font-weight: 800;\n            text-align: center;\n            margin-bottom: 1rem;\n            background: var(--primary-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .section-subtitle {\n            text-align: center;\n            font-size: 1.25rem;\n            opacity: 0.8;\n            max-width: 800px;\n            margin: 0 auto 3rem;\n        }\n\n        \/* Trial Offer Section *\/\n        .trial-section {\n            padding: 4rem 0;\n            background: linear-gradient(135deg, rgba(159, 57, 255, 0.08) 0%, rgba(0, 180, 216, 0.05) 100%);\n            position: relative;\n            overflow: hidden;\n            width: 100%;\n        }\n\n        @media (max-width: 575px) {\n            .trial-section {\n                padding: 2.5rem 0;\n            }\n        }\n\n        .trial-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -25%;\n            width: 80%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(159, 57, 255, 0.1) 0%, transparent 70%);\n            animation: rotate 30s linear infinite;\n            pointer-events: none;\n        }\n\n        @media (max-width: 767px) {\n            .trial-section::before {\n                display: none;\n            }\n        }\n\n        .trial-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .trial-header {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n\n        .trial-badge-large {\n            display: inline-block;\n            background: linear-gradient(135deg, #f59e0b, #ef4444);\n            color: white;\n            padding: 0.5rem 1.5rem;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 0.9rem;\n            margin-bottom: 1rem;\n            animation: pulse 2s infinite;\n            box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);\n        }\n\n        .trial-badge-large i {\n            margin-right: 0.5rem;\n        }\n\n        .trial-title {\n            font-size: clamp(2rem, 4vw, 3rem);\n            font-weight: 800;\n            margin-bottom: 1rem;\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        }\n\n        .trial-subtitle {\n            font-size: 1.25rem;\n            color: var(--text-light);\n            opacity: 0.9;\n        }\n\n        .trial-main-box {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n            background: rgba(255, 255, 255, 0.03);\n            border: 2px solid rgba(159, 57, 255, 0.2);\n            border-radius: 25px;\n            padding: 2rem;\n            backdrop-filter: blur(10px);\n            box-shadow: 0 20px 60px rgba(159, 57, 255, 0.15);\n            width: 100%;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        @media (max-width: 575px) {\n            .trial-main-box {\n                padding: 1.5rem 1rem;\n                border-radius: 15px;\n                gap: 1.5rem;\n            }\n        }\n\n        @media (min-width: 992px) {\n            .trial-main-box {\n                grid-template-columns: 400px 1fr;\n                gap: 3rem;\n                padding: 3rem;\n            }\n        }\n\n        .trial-left {\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        .price-display {\n            margin-bottom: 2rem;\n        }\n\n        .price-label {\n            display: block;\n            color: var(--accent-blue);\n            font-size: 1rem;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .price-amount {\n            display: flex;\n            align-items: baseline;\n            justify-content: center;\n            gap: 0.5rem;\n            margin-bottom: 1rem;\n        }\n\n        .price-amount .number {\n            font-size: 4.5rem;\n            font-weight: 800;\n            background: var(--primary-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            line-height: 1;\n        }\n\n        @media (max-width: 480px) {\n            .price-amount .number {\n                font-size: 3rem;\n            }\n        }\n\n        .token-amount {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            background: rgba(251, 191, 36, 0.1);\n            color: #fbbf24;\n            padding: 0.75rem 1.5rem;\n            border-radius: 20px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            border: 1px solid rgba(251, 191, 36, 0.3);\n        }\n\n        .token-amount i {\n            font-size: 1.5rem;\n        }\n\n        .trial-cta {\n            margin-top: 2rem;\n        }\n\n        .btn-trial-large {\n            background: var(--primary-gradient);\n            color: white;\n            padding: 1.25rem 3rem;\n            font-size: 1.125rem;\n            font-weight: 700;\n            border-radius: 30px;\n            display: inline-flex;\n            align-items: center;\n            gap: 0.75rem;\n            box-shadow: 0 10px 40px rgba(159, 57, 255, 0.4);\n            transition: all 0.3s ease;\n            text-decoration: none;\n            animation: pulse-button 2s infinite;\n        }\n\n        .btn-trial-large:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 15px 50px rgba(159, 57, 255, 0.6);\n        }\n\n        .btn-trial-large i {\n            font-size: 1.5rem;\n        }\n\n        @keyframes pulse-button {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.02); }\n        }\n\n        @media (max-width: 768px) {\n            .btn-trial-large {\n                padding: 1rem 2rem;\n                font-size: 1rem;\n            }\n        }\n\n        .trial-note {\n            margin-top: 1rem;\n            color: var(--text-light);\n            opacity: 0.8;\n            font-size: 0.9rem;\n        }\n\n        .trial-right {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .features-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            color: white;\n        }\n\n        .trial-features-list {\n            list-style: none;\n            padding: 0;\n            margin: 0 0 2rem 0;\n            display: grid;\n            gap: 1rem;\n        }\n\n        .trial-features-list li {\n            display: flex;\n            align-items: flex-start;\n            gap: 1rem;\n            padding: 1rem;\n            background: rgba(255, 255, 255, 0.02);\n            border-radius: 10px;\n            transition: all 0.3s ease;\n        }\n\n        .trial-features-list li:hover {\n            background: rgba(159, 57, 255, 0.1);\n            transform: translateX(5px);\n        }\n\n        .trial-features-list i {\n            font-size: 1.5rem;\n            color: var(--success-green);\n            flex-shrink: 0;\n            margin-top: 0.25rem;\n        }\n\n        .trial-features-list li:nth-child(2) i {\n            color: var(--accent-purple);\n        }\n\n        .trial-features-list strong {\n            display: block;\n            color: white;\n            font-size: 1rem;\n            margin-bottom: 0.25rem;\n        }\n\n        .trial-features-list span {\n            display: block;\n            color: var(--text-light);\n            opacity: 0.8;\n            font-size: 0.9rem;\n        }\n\n        .trial-restrictions {\n            background: rgba(239, 68, 68, 0.1);\n            border: 1px solid rgba(239, 68, 68, 0.3);\n            border-radius: 10px;\n            padding: 1rem;\n            margin-top: auto;\n        }\n\n        .trial-restrictions p {\n            margin: 0;\n            color: #fbbf24;\n            font-size: 0.9rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .trial-restrictions i {\n            font-size: 1.2rem;\n            flex-shrink: 0;\n        }\n\n        \/* Demo Videos Section *\/\n        .demo-section {\n            padding: 4rem 0;\n            background: linear-gradient(180deg, rgba(159, 57, 255, 0.05) 0%, var(--dark-bg) 100%);\n            position: relative;\n            width: 100%;\n            overflow: hidden;\n        }\n\n        @media (max-width: 575px) {\n            .demo-section {\n                padding: 2.5rem 0;\n            }\n        }\n\n        .video-widget {\n            max-width: 900px;\n            width: 100%;\n            margin: 0 auto;\n            background: rgba(255, 255, 255, 0.03);\n            border-radius: 20px;\n            overflow: hidden;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(10px);\n        }\n\n        @media (max-width: 575px) {\n            .video-widget {\n                border-radius: 10px;\n            }\n        }\n\n        .video-tabs {\n            display: flex;\n            flex-wrap: wrap;\n            background: rgba(0, 0, 0, 0.3);\n            padding: 1rem;\n            gap: 0.5rem;\n            width: 100%;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n        }\n\n        @media (max-width: 575px) {\n            .video-tabs {\n                padding: 0.5rem;\n                gap: 0.25rem;\n            }\n        }\n\n        .video-tab {\n            flex: 1 1 auto;\n            min-width: 120px;\n            padding: 0.75rem 1rem;\n            background: rgba(255, 255, 255, 0.05);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 10px;\n            color: var(--text-light);\n            cursor: pointer;\n            transition: all 0.3s ease;\n            font-size: 0.9rem;\n            font-weight: 600;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.5rem;\n            white-space: nowrap;\n        }\n\n        @media (max-width: 575px) {\n            .video-tab {\n                font-size: 0.75rem;\n                padding: 0.5rem 0.75rem;\n                min-width: 100px;\n            }\n\n            .video-tab i {\n                display: none;\n            }\n        }\n\n        .video-tab:hover {\n            background: rgba(159, 57, 255, 0.2);\n            border-color: var(--accent-purple);\n        }\n\n        .video-tab.active {\n            background: var(--primary-gradient);\n            border-color: transparent;\n            color: white;\n        }\n\n        .video-tab i {\n            font-size: 1.2rem;\n        }\n\n        .video-container {\n            position: relative;\n            padding-bottom: 56.25%;\n            background: #000;\n            overflow: hidden;\n        }\n\n        .video-container video {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .video-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.3);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            cursor: pointer;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-overlay.hidden {\n            opacity: 0;\n            pointer-events: none;\n        }\n\n        .play-button {\n            width: 80px;\n            height: 80px;\n            background: var(--primary-gradient);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            animation: pulse 2s infinite;\n            box-shadow: 0 10px 30px rgba(159, 57, 255, 0.5);\n        }\n\n        .play-button i {\n            font-size: 2.5rem;\n            color: white;\n            margin-left: 5px;\n        }\n\n        @media (max-width: 768px) {\n            .play-button {\n                width: 60px;\n                height: 60px;\n            }\n\n            .play-button i {\n                font-size: 2rem;\n            }\n        }\n\n        .video-description {\n            padding: 1.5rem;\n            background: rgba(0, 0, 0, 0.2);\n        }\n\n        .video-description p {\n            color: var(--text-light);\n            font-size: 1rem;\n            margin: 0;\n            text-align: center;\n        }\n\n        \/* Responsive breakpoints for very small devices *\/\n        @media (max-width: 360px) {\n            .hero-text h1 {\n                font-size: 1.5rem;\n            }\n            \n            .market-toggle {\n                padding: 0.3rem 0.5rem;\n                font-size: 0.65rem;\n                min-width: 90px;\n            }\n            \n            .btn {\n                padding: 0.6rem 1rem;\n                font-size: 0.75rem;\n            }\n        }\n\n        \/* Prevent horizontal scroll on all sections *\/\n        section {\n            width: 100%;\n            overflow-x: hidden;\n        }\n\n        \/* Ensure all images don't cause overflow *\/\n        img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        \/* Canvas responsive sizing *\/\n        #chart {\n            max-width: 100%;\n            height: auto;\n            display: block;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div id=\"nuvix-landing\">\n        <div class=\"bg-animation\">\n            <svg class=\"neural-network\" viewbox=\"0 0 1920 1080\">\n                <path class=\"neural-path\" d=\"M0,500 Q480,400 960,500 T1920,500\" \/>\n                <path class=\"neural-path\" d=\"M200,300 Q680,200 1160,300 T1920,300\" \/>\n                <path class=\"neural-path\" d=\"M100,700 Q580,600 1060,700 T1920,700\" \/>\n            <\/svg>\n        <\/div>\n\n        <header>\n            <nav>\n                <div class=\"logo\">\n                    <img decoding=\"async\" src=\"https:\/\/nuvix.com\/wp-content\/uploads\/2025\/07\/nuvix_icon.png\" alt=\"Nuvix\">\n                <\/div>\n                \n                <!-- Desktop Navigation -->\n                <div class=\"nav-links\">\n                    <a href=\"#trial-offer\">Schnupperangebot<\/a>\n                    <a href=\"#demo-videos\">Demos anschauen<\/a>\n                    <a href=\"https:\/\/nuvix.com\/de\/c_login\/\">Einloggen<\/a>\n                    <div class=\"locale-switcher-wrapper\">    <div class=\"ulcs-widget minimal-style\"\n         data-position=\"inline\" \n         data-type=\"both\">\n        <button class=\"ulcs-trigger\" aria-label=\"\u00c4ndern Sie beide\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\udde9\ud83c\uddea<\/span>\n                    <span class=\"ulcs-lang\">DE<\/span>\n                                \n                                    <span class=\"ulcs-divider\">|<\/span>\n                                \n                                    <span class=\"ulcs-currency-symbol\">$<\/span>\n                    <span class=\"ulcs-currency-code\">USD<\/span>\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                    <a href=\"#trial-offer\" class=\"btn btn-primary\">Jetzt ausprobieren - $9.99<\/a>\n                <\/div>\n                \n                <!-- Mobile Navigation -->\n                <div class=\"mobile-nav-container\">\n                    <a href=\"#trial-offer\" class=\"btn btn-primary\">Jetzt ausprobieren<\/a>\n                    <div class=\"hamburger\" id=\"hamburger\">\n                        <span><\/span>\n                        <span><\/span>\n                        <span><\/span>\n                    <\/div>\n                <\/div>\n            <\/nav>\n        <\/header>\n\n        <!-- Mobile Menu Overlay -->\n        <div class=\"mobile-menu\" id=\"mobileMenu\">\n            <a href=\"#trial-offer\">Schnupperangebot<\/a>\n            <a href=\"#demo-videos\">Demos anschauen<\/a>\n            <a href=\"https:\/\/nuvix.com\/de\/c_login\/\">Einloggen<\/a>\n            <div class=\"locale-switcher-mobile\">    <div class=\"ulcs-widget minimal-style\"\n         data-position=\"inline\" \n         data-type=\"both\">\n        <button class=\"ulcs-trigger\" aria-label=\"\u00c4ndern Sie beide\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\udde9\ud83c\uddea<\/span>\n                    <span class=\"ulcs-lang\">DE<\/span>\n                                \n                                    <span class=\"ulcs-divider\">|<\/span>\n                                \n                                    <span class=\"ulcs-currency-symbol\">$<\/span>\n                    <span class=\"ulcs-currency-code\">USD<\/span>\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        <\/div>\n\n        <section class=\"hero\">\n            <div class=\"container\">\n                <div class=\"hero-content\">\n                    <div class=\"hero-text\">\n                        <div class=\"pre-reg-badge\">\n                            <i class=\"las la-fire\"><\/i>\n                            MITGLIED AUF PROBE - ZEITLICH BEGRENZTES ANGEBOT\n                        <\/div>\n                        <p class=\"tagline\">Unsere Intelligenz, Ihr Vorteil<\/p>\n                        <h1>KI-gest\u00fctzte Handelsanalyse-Plattform<\/h1>\n                        <p>Revolutionieren Sie Ihre Handelsstrategien f\u00fcr Bin\u00e4re Optionen und Forex mit der propriet\u00e4ren KI-Technologie von Nuvix. Unsere fortschrittlichen Algorithmen analysieren Marktmuster rund um die Uhr und liefern Erkenntnisse, die f\u00fcr die menschliche Analyse unsichtbar sind.<\/p>\n                        \n                        <!-- Market Type Toggles -->\n                        <div class=\"market-toggles\" style=\"position: relative;\">\n                            <button class=\"market-toggle active\" data-market=\"binary\">\n                                <i class=\"las la-chart-line\"><\/i> Bin\u00e4re Optionen\n                            <\/button>\n                            <button class=\"market-toggle\" data-market=\"forex\">\n                                <i class=\"las la-exchange-alt\"><\/i> Forex\n                            <\/button>\n                            <div class=\"auto-switch-indicator\" id=\"autoSwitchIndicator\">\n                                Demonstration aller Analysemodi...\n                            <\/div>\n                        <\/div>\n\n                        <!-- Trading Stats (Default) -->\n                        <div class=\"stats-container\">\n                            <div class=\"hero-stats\" id=\"binary-stats\">\n                                <div class=\"stat-item\">\n                                    <div class=\"stat-number\">Fortgeschrittene<\/div>\n                                    <div class=\"stat-label\">Musteranalyse<\/div>\n                                <\/div>\n                                <div class=\"stat-item\">\n                                    <div class=\"stat-number\">8<\/div>\n                                    <div class=\"stat-label\">Token\/Analysen<\/div>\n                                <\/div>\n                                <div class=\"stat-item\">\n                                    <div class=\"stat-number\">24\/7<\/div>\n                                    <div class=\"stat-label\">AI-\u00dcberwachung<\/div>\n                                <\/div>\n                                <div class=\"stat-item\">\n                                    <div class=\"stat-number\">Real-Time<\/div>\n                                    <div class=\"stat-label\">Vorhersagen<\/div>\n                                <\/div>\n                            <\/div>\n\n                            <!-- Forex Stats (Hidden by default) -->\n                            <div class=\"hero-stats hidden\" id=\"forex-stats\">\n                                <div class=\"stat-item\">\n                                    <div class=\"stat-number\">Mehrere Paare<\/div>\n                                    <div class=\"stat-label\">Analyse<\/div>\n                                <\/div>\n                                <div class=\"stat-item\">\n                                    <div class=\"stat-number\">4<\/div>\n                                    <div class=\"stat-label\">Token\/Analysen<\/div>\n                                <\/div>\n                                <div class=\"stat-item\">\n                                    <div class=\"stat-number\">Trend<\/div>\n                                    <div class=\"stat-label\">Erkennung<\/div>\n                                <\/div>\n                                <div class=\"stat-item\">\n                                    <div class=\"stat-number\">Unterst\u00fctzung\/Widerstand<\/div>\n                                    <div class=\"stat-label\">Identifizierung<\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"cta-buttons\">\n                            <a href=\"#trial-offer\" class=\"btn btn-primary\">Testzugang erhalten<\/a>\n                            <a href=\"#demo-videos\" class=\"btn btn-secondary\">Demos anschauen<\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"ai-visual\">\n                        <div class=\"chart-preview\" id=\"analysis-preview\">\n                            <div class=\"chart-container\">\n                                <canvas id=\"chart\" width=\"500\" height=\"300\"><\/canvas>\n                            <\/div>\n                            \n                            <!-- Trading Features -->\n                            <div class=\"features-container\">\n                                <div class=\"ai-features-preview\" id=\"trading-features\">\n                                    <div class=\"ai-feature-item\">\n                                        <i class=\"las la-chart-line\"><\/i>\n                                        Erkennung von Mustern\n                                    <\/div>\n                                    <div class=\"ai-feature-item\">\n                                        <i class=\"las la-shield-alt\"><\/i>\n                                        Risikobewertung\n                                    <\/div>\n                                    <div class=\"ai-feature-item\">\n                                        <i class=\"las la-crosshairs\"><\/i>\n                                        Eintritts-\/Austrittspunkte\n                                    <\/div>\n                                    <div class=\"ai-feature-item\">\n                                        <i class=\"las la-brain\"><\/i>\n                                        Marktstimmung\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                            \n                            <div class=\"analysis-status\">\n                                <span class=\"pulse\" id=\"analysis-status\">\n                                    <i class=\"las la-circle\"><\/i> AI ANALYSIERT BIN\u00c4RE OPTIONEN IN ECHTZEIT\n                                <\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Trial Offer Section -->\n        <section id=\"trial-offer\" class=\"trial-section\">\n            <div class=\"container\">\n                <div class=\"trial-content\">\n                    <div class=\"trial-header\">\n                        <span class=\"trial-badge-large\">\n                            <i class=\"las la-fire\"><\/i> ZEITLICH BEGRENZTES PROBEANGEBOT\n                        <\/span>\n                        <h2 class=\"trial-title\">Beginnen Sie Ihre AI-Trading-Reise noch heute<\/h2>\n                        <p class=\"trial-subtitle\">Testen Sie die Leistungsf\u00e4higkeit von Nuvix AI mit unserem exklusiven Paket f\u00fcr Testmitglieder<\/p>\n                    <\/div>\n                    \n                    <div class=\"trial-main-box\">\n                        <div class=\"trial-left\">\n                            <div class=\"price-display\">\n                                <span class=\"price-label\">Einmalige Zahlung<\/span>\n                                <div class=\"price-amount\">\n                                    <span class=\"number\">$9.99<\/span>\n                                <\/div>\n                                <div class=\"token-amount\">\n                                    <i class=\"las la-coins\"><\/i>\n                                    60 kostenlose Token enthalten\n                                <\/div>\n                            <\/div>\n                            \n                            <div class=\"trial-cta\">\n                                <a href=\"https:\/\/nuvix.com\/de\/checkout\/?add-to-cart=39566\" class=\"btn btn-trial-large\">\n                                    <i class=\"las la-bolt\"><\/i>\n                                    VERSUCH JETZT STARTEN\n                                <\/a>\n                                <p class=\"trial-note\">Kein Abonnement - keine versteckten Geb\u00fchren<\/p>\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"trial-right\">\n                            <h3 class=\"features-title\">Was Sie bekommen:<\/h3>\n                            <ul class=\"trial-features-list\">\n                                <li>\n                                    <i class=\"las la-check-circle\"><\/i>\n                                    <div>\n                                        <strong>60 Analysen insgesamt<\/strong>\n                                        <span>Voller Zugang zu allen AI-Handelsfunktionen<\/span>\n                                    <\/div>\n                                <\/li>\n                                <li>\n                                    <i class=\"las la-chart-line\"><\/i>\n                                    <div>\n                                        <strong>Analyse bin\u00e4rer Optionen<\/strong>\n                                        <span>~7 Analysen (je 8 Token) mit erweiterter Mustererkennung<\/span>\n                                    <\/div>\n                                <\/li>\n                                <li>\n                                    <i class=\"las la-exchange-alt\"><\/i>\n                                    <div>\n                                        <strong>Forex-Marktanalyse<\/strong>\n                                        <span>~15 Analysen (je 4 Token) f\u00fcr mehrere W\u00e4hrungspaare<\/span>\n                                    <\/div>\n                                <\/li>\n                                <li>\n                                    <i class=\"las la-tachometer-alt\"><\/i>\n                                    <div>\n                                        <strong>Sofortige AI-Verarbeitung<\/strong>\n                                        <span>Marktanalysen und Handelssignale in Echtzeit<\/span>\n                                    <\/div>\n                                <\/li>\n                                <li>\n                                    <i class=\"las la-brain\"><\/i>\n                                    <div>\n                                        <strong>Fortgeschrittene Handelsalgorithmen<\/strong>\n                                        <span>Eigene KI-Modelle f\u00fcr Marktprognosen<\/span>\n                                    <\/div>\n                                <\/li>\n                                <li>\n                                    <i class=\"las la-headset\"><\/i>\n                                    <div>\n                                        <strong>Grundlegende Unterst\u00fctzung<\/strong>\n                                        <span>Holen Sie sich Hilfe, wenn Sie sie brauchen<\/span>\n                                    <\/div>\n                                <\/li>\n                            <\/ul>\n                            \n                            <div class=\"trial-restrictions\">\n                                <p><i class=\"las la-info-circle\"><\/i> <strong>Anmerkung:<\/strong> Dies ist ein einmaliges Testpaket. Es sind keine Nachladeoptionen verf\u00fcgbar.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Demo Videos Section -->\n        <section id=\"demo-videos\" class=\"demo-section\">\n            <div class=\"container\">\n                <h2 class=\"section-title\">Sehen Sie Nuvix AI in Aktion<\/h2>\n                <p class=\"section-subtitle\">Sehen Sie sich unsere Live-Demonstrationen von AI-Analysen f\u00fcr den Handel mit bin\u00e4ren Optionen und Forex an.<\/p>\n                \n                <div class=\"video-widget\">\n                    <div class=\"video-tabs\">\n                        <button class=\"video-tab active\" data-video=\"intro\">\n                            <i class=\"las la-play-circle\"><\/i> Was ist Nuvix?\n                        <\/button>\n                        <button class=\"video-tab\" data-video=\"binary\">\n                            <i class=\"las la-chart-line\"><\/i> Bin\u00e4re Optionen Demo\n                        <\/button>\n                        <button class=\"video-tab\" data-video=\"forex\">\n                            <i class=\"las la-exchange-alt\"><\/i> Forex-Demo\n                        <\/button>\n                    <\/div>\n                    \n                    <div class=\"video-container\">\n                        <video id=\"demo-video\" controls muted playsinline preload=\"metadata\"><\/video>\n                        <div class=\"video-overlay\" id=\"video-overlay\">\n                            <div class=\"play-button\">\n                                <i class=\"las la-play\"><\/i>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"video-description\">\n                        <p id=\"video-desc\">Erfahren Sie, wie die firmeneigene KI-Technologie von Nuvix Handelsmuster analysiert und Echtzeit-Einsichten \u00fcber mehrere M\u00e4rkte hinweg liefert.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <script>\n            \/\/ Market switching variables\n            let currentMarket = 'binary';\n            let demoTimeout;\n\n            \/\/ Video sources - UPDATE THESE WITH YOUR ACTUAL VIDEO URLS\n            const videoSources = {\n                intro: 'https:\/\/streamable.com\/l\/44cf7f\/mp4-high.mp4',\n                binary: 'https:\/\/streamable.com\/l\/tgskss\/mp4-high.mp4',\n                forex: 'YOUR_FOREX_VIDEO_URL_HERE.mp4' \/\/ Add your Forex demo video URL\n            };\n\n            const videoDescriptions = {\n                intro: 'Learn how Nuvix\\'s proprietary AI technology analyzes trading patterns and provides real-time insights across multiple markets.',\n                binary: 'Watch our AI analyze Binary Options trades in real-time, identifying patterns and optimal entry\/exit points.',\n                forex: 'See how Nuvix AI analyzes Forex markets, tracking currency pair movements and providing trading signals.'\n            };\n\n            \/\/ Market switching functionality with smooth transitions\n            function switchMarket(marketType) {\n                const marketToggles = document.querySelectorAll('.market-toggle');\n                const binaryStats = document.getElementById('binary-stats');\n                const forexStats = document.getElementById('forex-stats');\n                const analysisStatus = document.getElementById('analysis-status');\n\n                currentMarket = marketType;\n\n                \/\/ Update toggles\n                marketToggles.forEach(toggle => {\n                    if (toggle.dataset.market === marketType) {\n                        toggle.classList.add('active');\n                    } else {\n                        toggle.classList.remove('active');\n                    }\n                });\n\n                \/\/ Hide all stats first\n                [binaryStats, forexStats].forEach(stat => {\n                    if (stat) stat.classList.add('hidden');\n                });\n\n                \/\/ Show appropriate stats and update status\n                setTimeout(() => {\n                    if (marketType === 'binary') {\n                        if (binaryStats) binaryStats.classList.remove('hidden');\n                        if (analysisStatus) analysisStatus.innerHTML = '<i class=\"las la-circle\"><\/i> AI ANALYZING BINARY OPTIONS IN REAL-TIME';\n                    } else if (marketType === 'forex') {\n                        if (forexStats) forexStats.classList.remove('hidden');\n                        if (analysisStatus) analysisStatus.innerHTML = '<i class=\"las la-circle\"><\/i> AI ANALYZING FOREX MARKETS IN REAL-TIME';\n                    }\n                }, 100);\n            }\n\n            \/\/ One-time demo switch to show users there are two modes\n            function demonstrateSwitching() {\n                \/\/ Only run demo on tablet and mobile devices\n                if (window.innerWidth >= 992) return;\n                \n                const autoSwitchIndicator = document.getElementById('autoSwitchIndicator');\n                let marketIndex = 0;\n                const markets = ['forex', 'binary'];\n                \n                const switchInterval = setInterval(() => {\n                    if (marketIndex < markets.length) {\n                        switchMarket(markets[marketIndex]);\n                        marketIndex++;\n                    } else {\n                        clearInterval(switchInterval);\n                        \/\/ Hide the indicator after demo\n                        if (autoSwitchIndicator) {\n                            autoSwitchIndicator.style.transition = 'opacity 0.5s ease';\n                            autoSwitchIndicator.style.opacity = '0';\n                            setTimeout(() => {\n                                autoSwitchIndicator.style.display = 'none';\n                            }, 500);\n                        }\n                    }\n                }, 2500);\n            }\n\n            \/\/ Add event listeners to market toggles\n            document.addEventListener('DOMContentLoaded', function() {\n                const marketToggles = document.querySelectorAll('.market-toggle');\n                \n                marketToggles.forEach(toggle => {\n                    toggle.addEventListener('click', () => {\n                        switchMarket(toggle.dataset.market);\n                        \/\/ Clear demo timeout if user interacts\n                        if (demoTimeout) clearTimeout(demoTimeout);\n                    });\n                });\n                \n                \/\/ Start one-time demo after page loads\n                demoTimeout = setTimeout(demonstrateSwitching, 2000);\n\n                \/\/ Hamburger menu functionality\n                const hamburger = document.getElementById('hamburger');\n                const mobileMenu = document.getElementById('mobileMenu');\n\n                if (hamburger && mobileMenu) {\n                    hamburger.addEventListener('click', () => {\n                        hamburger.classList.toggle('active');\n                        mobileMenu.classList.toggle('active');\n                    });\n\n                    \/\/ Close menu when clicking on a link\n                    mobileMenu.querySelectorAll('a').forEach(link => {\n                        link.addEventListener('click', () => {\n                            hamburger.classList.remove('active');\n                            mobileMenu.classList.remove('active');\n                        });\n                    });\n                }\n\n                \/\/ Video functionality\n                const videoTabs = document.querySelectorAll('.video-tab');\n                const demoVideo = document.getElementById('demo-video');\n                const videoOverlay = document.getElementById('video-overlay');\n                const videoDesc = document.getElementById('video-desc');\n\n                if (demoVideo && videoTabs.length > 0) {\n                    \/\/ Initialize with intro video\n                    demoVideo.src = videoSources.intro;\n\n                    \/\/ Handle video tab clicks\n                    videoTabs.forEach(tab => {\n                        tab.addEventListener('click', () => {\n                            const videoType = tab.dataset.video;\n                            \n                            \/\/ Update active tab\n                            videoTabs.forEach(t => t.classList.remove('active'));\n                            tab.classList.add('active');\n                            \n                            \/\/ Update video source\n                            demoVideo.src = videoSources[videoType];\n                            demoVideo.load();\n                            \n                            \/\/ Update description\n                            if (videoDesc) {\n                                videoDesc.textContent = videoDescriptions[videoType];\n                            }\n                            \n                            \/\/ Show overlay\n                            if (videoOverlay) {\n                                videoOverlay.classList.remove('hidden');\n                            }\n                        });\n                    });\n\n                    \/\/ Handle video play\n                    if (videoOverlay) {\n                        videoOverlay.addEventListener('click', () => {\n                            demoVideo.play();\n                            videoOverlay.classList.add('hidden');\n                        });\n                    }\n\n                    \/\/ Show overlay when video ends\n                    demoVideo.addEventListener('ended', () => {\n                        if (videoOverlay) {\n                            videoOverlay.classList.remove('hidden');\n                        }\n                    });\n\n                    \/\/ Show overlay when video is paused\n                    demoVideo.addEventListener('pause', () => {\n                        if (videoOverlay && demoVideo.currentTime !== demoVideo.duration) {\n                            videoOverlay.classList.remove('hidden');\n                        }\n                    });\n\n                    \/\/ Hide overlay when video plays\n                    demoVideo.addEventListener('play', () => {\n                        if (videoOverlay) {\n                            videoOverlay.classList.add('hidden');\n                        }\n                    });\n                }\n            });\n\n            \/\/ Enhanced animated trading chart\n            (function() {\n                const canvas = document.getElementById('chart');\n                if (!canvas) return;\n\n                const ctx = canvas.getContext('2d');\n                let time = 0;\n                let patterns = [];\n                let animationId;\n                let isVisible = true;\n\n                \/\/ Enhanced chart drawing with responsive canvas sizing\n                function updateCanvasSize() {\n                    const container = document.querySelector('.chart-container');\n                    if (!container || !canvas) return;\n                    \n                    const containerWidth = Math.min(container.clientWidth, window.innerWidth - 40);\n                    const containerHeight = 300;\n                    \n                    \/\/ Set canvas size based on container and device pixel ratio\n                    const dpr = window.devicePixelRatio || 1;\n                    const displayWidth = Math.min(containerWidth, 500);\n                    const displayHeight = Math.min(containerHeight, 300);\n                    \n                    canvas.style.width = displayWidth + 'px';\n                    canvas.style.height = displayHeight + 'px';\n                    canvas.width = displayWidth * dpr;\n                    canvas.height = displayHeight * dpr;\n                    \n                    ctx.scale(dpr, dpr);\n                    \n                    \/\/ Initialize patterns\n                    patterns = [\n                        { x: displayWidth * 0.3, y: displayHeight * 0.4, radius: 20 },\n                        { x: displayWidth * 0.6, y: displayHeight * 0.6, radius: 25 },\n                        { x: displayWidth * 0.8, y: displayHeight * 0.3, radius: 18 }\n                    ];\n                }\n\n                \/\/ Call on load and resize\n                updateCanvasSize();\n                window.addEventListener('resize', updateCanvasSize);\n\n                function drawTradingChart() {\n                    const width = canvas.width \/ (window.devicePixelRatio || 1);\n                    const height = canvas.height \/ (window.devicePixelRatio || 1);\n                    \n                    \/\/ Draw grid with gradient\n                    ctx.strokeStyle = 'rgba(255, 255, 255, 0.05)';\n                    ctx.lineWidth = 1;\n                    for (let i = 0; i <= 10; i++) {\n                        const y = (i \/ 10) * height;\n                        const x = (i \/ 10) * width;\n                        \n                        ctx.beginPath();\n                        ctx.moveTo(0, y);\n                        ctx.lineTo(width, y);\n                        ctx.stroke();\n                        \n                        ctx.beginPath();\n                        ctx.moveTo(x, 0);\n                        ctx.lineTo(x, height);\n                        ctx.stroke();\n                    }\n\n                    \/\/ Draw flowing data lines\n                    ctx.strokeStyle = 'rgba(159, 57, 255, 0.3)';\n                    ctx.lineWidth = 2;\n                    ctx.beginPath();\n                    ctx.moveTo(0, height \/ 2);\n                    for (let x = 0; x < width; x += 5) {\n                        const y = height \/ 2 + Math.sin((x + time) * 0.02) * height * 0.15 + Math.sin((x + time) * 0.05) * height * 0.1;\n                        ctx.lineTo(x, y);\n                    }\n                    ctx.stroke();\n\n                    \/\/ Draw candlesticks\n                    const candleCount = Math.floor(width \/ 20);\n                    for (let i = 0; i < candleCount; i++) {\n                        const x = (i \/ candleCount) * width;\n                        const candleHeight = Math.sin(i * 0.5 + time * 0.01) * height * 0.2 + height * 0.1;\n                        const y = height \/ 2 + Math.sin(i * 0.3 + time * 0.02) * height * 0.15;\n                        \n                        const isGreen = Math.sin(i + time * 0.01) > 0;\n                        ctx.fillStyle = isGreen ? '#10b981' : '#ef4444';\n                        ctx.fillRect(x - 6, y - candleHeight\/2, 12, candleHeight);\n                        \n                        \/\/ Wick\n                        ctx.strokeStyle = ctx.fillStyle;\n                        ctx.lineWidth = 2;\n                        ctx.beginPath();\n                        ctx.moveTo(x, y - candleHeight\/2 - 10);\n                        ctx.lineTo(x, y + candleHeight\/2 + 10);\n                        ctx.stroke();\n                    }\n                }\n\n                function drawChart() {\n                    if (!isVisible) {\n                        animationId = requestAnimationFrame(drawChart);\n                        return;\n                    }\n\n                    const width = canvas.width \/ (window.devicePixelRatio || 1);\n                    const height = canvas.height \/ (window.devicePixelRatio || 1);\n\n                    ctx.clearRect(0, 0, canvas.width, canvas.height);\n                    \n                    drawTradingChart();\n\n                    \/\/ AI pattern recognition circles\n                    patterns.forEach(pattern => {\n                        const pulseRadius = pattern.radius + Math.sin(time * 0.05) * 5;\n                        const color = '0, 180, 216';\n                        \n                        \/\/ Ensure patterns stay within canvas bounds\n                        if (pattern.x > width) pattern.x = 0;\n                        if (pattern.y > height) pattern.y = 0;\n                        if (pattern.x < 0) pattern.x = width;\n                        if (pattern.y < 0) pattern.y = height;\n                        \n                        \/\/ Outer glow\n                        ctx.strokeStyle = `rgba(${color}, 0.2)`;\n                        ctx.lineWidth = 1;\n                        ctx.beginPath();\n                        ctx.arc(pattern.x, pattern.y, pulseRadius * 1.5, 0, Math.PI * 2);\n                        ctx.stroke();\n                        \n                        \/\/ Inner circle\n                        ctx.strokeStyle = `rgba(${color}, 0.5)`;\n                        ctx.lineWidth = 2;\n                        ctx.beginPath();\n                        ctx.arc(pattern.x, pattern.y, pulseRadius, 0, Math.PI * 2);\n                        ctx.stroke();\n                        \n                        \/\/ Update position slowly\n                        pattern.x += Math.sin(time * 0.01) * 0.5;\n                        pattern.y += Math.cos(time * 0.01) * 0.3;\n                    });\n\n                    \/\/ AI scan line\n                    const scanX = (time % width);\n                    const gradient = ctx.createLinearGradient(scanX, 0, scanX, height);\n                    gradient.addColorStop(0, 'rgba(0, 180, 216, 0)');\n                    gradient.addColorStop(0.5, 'rgba(0, 180, 216, 0.5)');\n                    gradient.addColorStop(1, 'rgba(0, 180, 216, 0)');\n                    \n                    ctx.strokeStyle = gradient;\n                    ctx.lineWidth = 2;\n                    ctx.beginPath();\n                    ctx.moveTo(scanX, 0);\n                    ctx.lineTo(scanX, height);\n                    ctx.stroke();\n\n                    time += 2;\n                    animationId = requestAnimationFrame(drawChart);\n                }\n\n                \/\/ Start animation\n                drawChart();\n\n                \/\/ Pause animation when page is hidden\n                document.addEventListener('visibilitychange', () => {\n                    isVisible = !document.hidden;\n                });\n            })();\n        <\/script>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-993bd82 e-con-full e-flex e-con e-child\" data-id=\"993bd82\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72468bb elementor-widget elementor-widget-shortcode\" data-id=\"72468bb\" 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-dark\"><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<div class=\"elementor-element elementor-element-17fcf2d e-con-full e-flex e-con e-child\" data-id=\"17fcf2d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ec5c08 elementor-widget elementor-widget-html\" data-id=\"7ec5c08\" 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 - Isolated Version -->\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\">\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                    <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=\"https:\/\/nuvix.com\/de\/#markets\">M\u00e4rkte<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/#solution\">KI-Technologie<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/#pricing\">Pakete<\/a><\/li>\n                        <li><a href=\"https:\/\/nuvix.com\/de\/#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 & Compliance -->\n                <div class=\"nuvix-footer-section\">\n                    <h3 class=\"nuvix-footer-title\">Unterst\u00fctzung<\/h3>\n                    <ul class=\"nuvix-footer-links\">\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                    <\/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\">Urheberrecht \u00a9 NUVIX 2025. 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 *\/\n#nuvix-footer-wrapper {\n    --nuvix-primary-gradient: linear-gradient(135deg, #9f39ff 0%, #00b4d8 100%);\n    --nuvix-accent-blue: #00b4d8;\n}\n\n\/* Footer Styles *\/\n#nuvix-footer-wrapper .nuvix-site-footer {\n    position: relative;\n    background: transparent;\n    border-top: 1px solid rgba(159, 57, 255, 0.2);\n    padding: 4rem 0 0;\n    margin-top: 0;\n    overflow: hidden;\n    width: 100%;\n    display: block;\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}\n\n#nuvix-footer-wrapper .nuvix-footer-logo img {\n    height: 45px;\n    width: auto;\n    filter: drop-shadow(0 0 20px rgba(159, 57, 255, 0.5));\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}\n\n#nuvix-footer-wrapper .nuvix-footer-description {\n    color: rgba(226, 232, 240, 0.7);\n    font-size: 0.9rem;\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-title {\n    color: #ffffff;\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}\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: rgba(226, 232, 240, 0.9) !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: #00b4d8;\n    transition: width 0.3s ease;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-links a:hover {\n    color: #00b4d8 !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#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: rgba(226, 232, 240, 0.1) !important;\n    border: 1px solid rgba(255, 255, 255, 0.2) !important;\n    border-radius: 50%;\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n    color: #ffffff !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#nuvix-footer-wrapper .nuvix-footer-location {\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    margin-top: 1.5rem;\n    color: rgba(226, 232, 240, 0.7);\n    font-size: 0.9rem;\n}\n\n#nuvix-footer-wrapper .nuvix-footer-location i {\n    color: var(--nuvix-accent-blue);\n    font-size: 1.2rem;\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 rgba(255, 255, 255, 0.1);\n    border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n#nuvix-footer-wrapper .nuvix-payments-title {\n    color: rgba(226, 232, 240, 0.9);\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}\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: #fff;\n    font-size: 0.9rem;\n    margin-bottom: 0;\n    opacity: 0.9;\n    display: block;\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-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\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>\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 by iEvolution - AI Trading Analysis Platform Trial Offer Watch Demos Log In Try Now - $9.99 Try Now Trial Offer Watch Demos Log In TRIAL MEMBER - LIMITED TIME OFFER Our Intelligence, Your Advantage AI-Powered Trading Analysis Platform Revolutionize your Binary Options and Forex trading strategies with Nuvix's proprietary AI technology. Unsere fortschrittliche [...]","protected":false},"featured_media":42270,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":[],"product_brand":[],"product_cat":[15],"product_tag":[],"class_list":{"0":"post-39566","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-uncategorized","8":"first","9":"instock","10":"virtual","11":"taxable","12":"purchasable","13":"product-type-simple"},"_links":{"self":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/product\/39566","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/comments?post=39566"}],"version-history":[{"count":337,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/product\/39566\/revisions"}],"predecessor-version":[{"id":44967,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/product\/39566\/revisions\/44967"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/media\/42270"}],"wp:attachment":[{"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/media?parent=39566"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/product_brand?post=39566"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/product_cat?post=39566"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/nuvix.com\/de\/wp-json\/wp\/v2\/product_tag?post=39566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}