{"id":541,"date":"2026-05-12T17:53:11","date_gmt":"2026-05-12T17:53:11","guid":{"rendered":"https:\/\/invest.aurema-group.com\/?p=541"},"modified":"2026-06-17T18:44:00","modified_gmt":"2026-06-17T18:44:00","slug":"aurema-group-2046-construyendo-el-futuro-de-la-inversion-hoy","status":"publish","type":"post","link":"https:\/\/invest.aurema-group.com\/en\/aurema-group-2046-construyendo-el-futuro-de-la-inversion-hoy\/","title":{"rendered":"Aurema Group 2046 \u0394 Building the Future of Investment Today"},"content":{"rendered":"<!DOCTYPE html>\n<?xml encoding=\"UTF-8\"?><html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Aurema Group 2046 | Construyendo el Futuro de la Inversi&oacute;n Hoy<\/title>\n    <meta name=\"description\" content=\"Aurema Group: 20 a&ntilde;os adelantados al futuro. Tokenizaci&oacute;n, blockchain y activos reales en la econom&iacute;a del ma&ntilde;ana.\">\n    \n    <!-- Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Orbitron:wght@400;500;600;700;800;900&#038;family=Rajdhani:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Three.js for 3D Effects -->\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/three.js\/r128\/three.min.js\"><\/script>\n    \n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        orbitron: ['Orbitron', 'sans-serif'],\n                        rajdhani: ['Rajdhani', 'sans-serif'],\n                    },\n                    colors: {\n                        cyber: {\n                            dark: '#0a0e27',\n                            primary: '#00d4ff',\n                            secondary: '#7c3aed',\n                            accent: '#f59e0b',\n                            neon: '#00ff9d'\n                        }\n                    },\n                    animation: {\n                        'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'glow': 'glow 2s ease-in-out infinite alternate',\n                        'spin-slow': 'spin 8s linear infinite',\n                    },\n                    keyframes: {\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-20px)' },\n                        },\n                        glow: {\n                            '0%': { boxShadow: '0 0 20px rgba(0, 212, 255, 0.5)' },\n                            '100%': { boxShadow: '0 0 40px rgba(0, 212, 255, 0.8)' },\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n    \n    <style>\n        body {\n            background: #0a0e27;\n            color: #ffffff;\n            overflow-x: hidden;\n        }\n        \n        .gradient-cyber {\n            background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 50%, #f59e0b 100%);\n        }\n        \n        .text-gradient {\n            background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 50%, #f59e0b 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        \n        .glass-panel {\n            background: rgba(10, 14, 39, 0.7);\n            backdrop-filter: blur(20px);\n            border: 1px solid rgba(0, 212, 255, 0.2);\n        }\n        \n        .neon-border {\n            box-shadow: 0 0 20px rgba(0, 212, 255, 0.5), inset 0 0 20px rgba(0, 212, 255, 0.1);\n        }\n        \n        .grid-futuristic {\n            background-image: \n                linear-gradient(rgba(0, 212, 255, 0.1) 1px, transparent 1px),\n                linear-gradient(90deg, rgba(0, 212, 255, 0.1) 1px, transparent 1px);\n            background-size: 50px 50px;\n        }\n        \n        .particle {\n            position: absolute;\n            background: rgba(0, 212, 255, 0.5);\n            border-radius: 50%;\n            pointer-events: none;\n        }\n        \n        .hologram {\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hologram::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: linear-gradient(\n                45deg,\n                transparent 30%,\n                rgba(0, 212, 255, 0.1) 50%,\n                transparent 70%\n            );\n            animation: hologram-scan 3s linear infinite;\n        }\n        \n        @keyframes hologram-scan {\n            0% { transform: translateY(-100%) rotate(45deg); }\n            100% { transform: translateY(100%) rotate(45deg); }\n        }\n        \n        .cyber-button {\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s;\n        }\n        \n        .cyber-button::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);\n            transition: left 0.5s;\n        }\n        \n        .cyber-button:hover::before {\n            left: 100%;\n        }\n        \n        .timeline-line {\n            background: linear-gradient(to bottom, #00d4ff, #7c3aed, #f59e0b);\n        }\n        \n        .stat-counter {\n            font-variant-numeric: tabular-nums;\n        }\n\n        \/* Team Section Styles *\/\n        .team-card {\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s;\n        }\n        \n        .team-card::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 50%;\n            background: linear-gradient(to top, rgba(0, 212, 255, 0.3), transparent);\n            opacity: 0;\n            transition: opacity 0.3s;\n        }\n        \n        .team-card:hover::after {\n            opacity: 1;\n        }\n        \n        .team-card:hover {\n            transform: translateY(-10px);\n        }\n\n        \/* FAQ Styles *\/\n        .faq-item {\n            border: 1px solid rgba(0, 212, 255, 0.2);\n            transition: all 0.3s;\n        }\n        \n        .faq-item.active {\n            border-color: #00d4ff;\n            box-shadow: 0 0 20px rgba(0, 212, 255, 0.3);\n        }\n        \n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease-out;\n        }\n        \n        .faq-item.active .faq-answer {\n            max-height: 500px;\n        }\n\n        \/* Ecosystem Styles *\/\n        .ecosystem-node {\n            position: relative;\n            transition: all 0.3s;\n        }\n        \n        .ecosystem-node:hover {\n            transform: scale(1.05);\n        }\n        \n        .ecosystem-line {\n            stroke: #00d4ff;\n            stroke-width: 2;\n            stroke-dasharray: 1000;\n            stroke-dashoffset: 1000;\n            animation: drawLine 3s ease-out forwards;\n        }\n        \n        @keyframes drawLine {\n            to {\n                stroke-dashoffset: 0;\n            }\n        }\n\n        \/* Roadmap Styles *\/\n        .roadmap-phase {\n            transition: all 0.3s;\n        }\n        \n        .roadmap-phase:hover {\n            transform: scale(1.02);\n        }\n    <\/style>\n<\/head>\n<body class=\"font-rajdhani\">\n\n    <!-- Navigation -->\n    <nav class=\"fixed top-0 w-full z-50 glass-panel border-b border-cyber-primary\/20\">\n        <div class=\"container mx-auto px-6 py-4 flex justify-between items-center\">\n            <div class=\"flex items-center space-x-2\">\n                <div class=\"w-10 h-10 gradient-cyber rounded-lg flex items-center justify-center\">\n                    <span class=\"font-orbitron font-bold text-cyber-dark text-xl\">A<\/span>\n                <\/div>\n                <span class=\"font-orbitron font-bold text-2xl text-gradient\">AUREMA GROUP<\/span>\n            <\/div>\n            <div class=\"hidden md:flex space-x-6\">\n                <a href=\"#vision\" class=\"hover:text-cyber-primary transition text-sm\">Visi&oacute;n<\/a>\n                <a href=\"#roadmap\" class=\"hover:text-cyber-primary transition text-sm\">Roadmap<\/a>\n                <a href=\"#equipo\" class=\"hover:text-cyber-primary transition text-sm\">Equipo<\/a>\n                <a href=\"#ecosistema\" class=\"hover:text-cyber-primary transition text-sm\">Ecosistema<\/a>\n                <a href=\"#tecnologia\" class=\"hover:text-cyber-primary transition text-sm\">Tecnolog&iacute;a<\/a>\n                <a href=\"#seguridad\" class=\"hover:text-cyber-primary transition text-sm\">Seguridad<\/a>\n                <a href=\"#faq\" class=\"hover:text-cyber-primary transition text-sm\">FAQ<\/a>\n                <a href=\"#contacto\" class=\"cyber-button bg-cyber-primary\/20 border border-cyber-primary px-4 py-2 rounded-full font-orbitron text-sm hover:bg-cyber-primary hover:text-cyber-dark transition\">&Uacute;nete<\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <section class=\"relative min-h-screen flex items-center justify-center overflow-hidden grid-futuristic pt-20\">\n        <!-- Animated Background -->\n        <div id=\"particles\" class=\"absolute inset-0\"><\/div>\n        <div class=\"absolute inset-0 bg-gradient-to-b from-cyber-dark via-cyber-dark\/80 to-cyber-dark\"><\/div>\n        \n        <!-- 3D Elements -->\n        <div class=\"absolute top-1\/4 left-1\/4 w-96 h-96 bg-cyber-primary\/20 rounded-full blur-3xl animate-pulse-slow\"><\/div>\n        <div class=\"absolute bottom-1\/4 right-1\/4 w-96 h-96 bg-cyber-secondary\/20 rounded-full blur-3xl animate-pulse-slow\" style=\"animation-delay: -2s;\"><\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10 text-center\">\n            <div class=\"mb-8 animate-float\">\n                <span class=\"inline-block px-6 py-3 rounded-full border border-cyber-neon\/50 bg-cyber-neon\/10 text-cyber-neon font-orbitron text-sm tracking-widest mb-4\">&#9889; A&Ntilde;O 2026 &#8211; VISI&Oacute;N 2046<\/span>\n            <\/div>\n            \n            <h1 class=\"font-orbitron font-black text-5xl md:text-7xl lg:text-8xl mb-6 leading-tight\">\n                <span class=\"block text-gradient\">CONSTRUYENDO<\/span>\n                <span class=\"block text-white\">EL FUTURO<\/span>\n                <span class=\"block text-cyber-neon\">HOY<\/span>\n            <\/h1>\n            \n            <p class=\"text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto mb-12 font-light\">Mientras otros siguen el presente, Aurema Group ya est&aacute; construyendo la infraestructura financiera del ma&ntilde;ana.<span class=\"text-cyber-primary font-semibold\">20 a&ntilde;os de ventaja<\/span>sobre el mercado.<\/p>\n            \n            <div class=\"flex flex-col md:flex-row justify-center gap-6 mb-16\">\n                <a href=\"#roadmap\" class=\"cyber-button gradient-cyber text-cyber-dark font-orbitron font-bold px-10 py-5 rounded-full text-lg hover:scale-105 transition transform neon-border\">Ver Roadmap<\/a>\n                <a href=\"#tecnologia\" class=\"cyber-button border-2 border-cyber-primary text-cyber-primary font-orbitron font-bold px-10 py-5 rounded-full text-lg hover:bg-cyber-primary hover:text-cyber-dark transition\">Ver Tecnolog&iacute;a<\/a>\n            <\/div>\n            \n            <!-- Stats -->\n            <div class=\"grid grid-cols-2 md:grid-cols-4 gap-8 max-w-4xl mx-auto\">\n                <div class=\"glass-panel p-6 rounded-2xl hologram\">\n                    <div class=\"stat-counter font-orbitron font-bold text-4xl text-cyber-primary mb-2\">20<\/div>\n                    <div class=\"text-sm text-gray-400\">A&ntilde;os Adelantados<\/div>\n                <\/div>\n                <div class=\"glass-panel p-6 rounded-2xl hologram\">\n                    <div class=\"stat-counter font-orbitron font-bold text-4xl text-cyber-neon mb-2\">&euro;500M+<\/div>\n                    <div class=\"text-sm text-gray-400\">Activos Tokenizados<\/div>\n                <\/div>\n                <div class=\"glass-panel p-6 rounded-2xl hologram\">\n                    <div class=\"stat-counter font-orbitron font-bold text-4xl text-cyber-secondary mb-2\">50+<\/div>\n                    <div class=\"text-sm text-gray-400\">Pa&iacute;ses Conectados<\/div>\n                <\/div>\n                <div class=\"glass-panel p-6 rounded-2xl hologram\">\n                    <div class=\"stat-counter font-orbitron font-bold text-4xl text-cyber-accent mb-2\">0%<\/div>\n                    <div class=\"text-sm text-gray-400\">Incumplimientos<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Scroll Indicator -->\n        <div class=\"absolute bottom-10 left-1\/2 transform -translate-x-1\/2 animate-bounce\">\n            <div class=\"w-6 h-10 border-2 border-cyber-primary rounded-full flex justify-center pt-2\">\n                <div class=\"w-1 h-3 bg-cyber-primary rounded-full animate-pulse\"><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Vision 2046 Section -->\n    <section id=\"vision\" class=\"py-32 relative overflow-hidden\">\n        <div class=\"absolute inset-0 bg-gradient-to-b from-cyber-dark to-cyber-secondary\/10\"><\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-orbitron font-bold text-4xl md:text-6xl mb-6\">\n                    <span class=\"text-gradient\">VISI&Oacute;N 2046<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">El mundo dentro de 20 a&ntilde;os ser&aacute; radicalmente diferente. Aurema Group no solo se adapta al cambio:<span class=\"text-cyber-neon font-semibold\">lo crea<\/span>.\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-3 gap-12 mb-20\">\n                <!-- Card 1 -->\n                <div class=\"glass-panel p-8 rounded-3xl hologram hover:scale-105 transition duration-500\">\n                    <div class=\"text-6xl mb-6\">&#127760;<\/div>\n                    <h3 class=\"font-orbitron font-bold text-2xl mb-4 text-cyber-primary\">Econom&iacute;a Sin Fronteras<\/h3>\n                    <p class=\"text-gray-300 leading-relaxed\">Inversiones globales instant&aacute;neas. Un edificio en Valencia, propiedad de inversores en Singapur, \n                        Dubai y Nueva York, gestionado autom&aacute;ticamente por smart contracts. Sin intermediarios, \n                        sin barreras, sin demoras.<\/p>\n                <\/div>\n                \n                <!-- Card 2 -->\n                <div class=\"glass-panel p-8 rounded-3xl hologram hover:scale-105 transition duration-500\">\n                    <div class=\"text-6xl mb-6\">&#129302;<\/div>\n                    <h3 class=\"font-orbitron font-bold text-2xl mb-4 text-cyber-neon\">Automatizaci&oacute;n Total<\/h3>\n                    <p class=\"text-gray-300 leading-relaxed\">Desde la compra hasta la distribuci&oacute;n de dividendos, todo es autom&aacute;tico. \n                        Los smart contracts ejecutan compliance, pagan impuestos, distribuyen rendimientos y gestionan \n                        la gobernanza sin intervenci&oacute;n humana. Eficiencia perfecta, cero errores.<\/p>\n                <\/div>\n                \n                <!-- Card 3 -->\n                <div class=\"glass-panel p-8 rounded-3xl hologram hover:scale-105 transition duration-500\">\n                    <div class=\"text-6xl mb-6\">&#128302;<\/div>\n                    <h3 class=\"font-orbitron font-bold text-2xl mb-4 text-cyber-secondary\">Transparencia Radical<\/h3>\n                    <p class=\"text-gray-300 leading-relaxed\">Blockchain p&uacute;blica donde cada transacci&oacute;n, cada propiedad, cada rendimiento es visible y \n                        verificable en tiempo real. Sin opacidad, sin desconfianza. Solo verdad inmutable \n                        registrada para siempre.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Roadmap Section -->\n    <section id=\"roadmap\" class=\"py-32 relative overflow-hidden\">\n        <div class=\"absolute inset-0 bg-gradient-to-b from-cyber-dark via-cyber-secondary\/10 to-cyber-dark\"><\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-orbitron font-bold text-4xl md:text-6xl mb-6\">\n                    <span class=\"text-gradient\">ROADMAP 2026-2046<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">Nuestra hoja de ruta estrat&eacute;gica. Cada hito, un paso hacia el futuro de la inversi&oacute;n.<\/p>\n            <\/div>\n            \n            <!-- Roadmap Timeline -->\n            <div class=\"relative max-w-6xl mx-auto\">\n                <!-- Central Line -->\n                <div class=\"absolute left-1\/2 transform -translate-x-1\/2 w-1 h-full bg-gradient-to-b from-cyber-primary via-cyber-secondary to-cyber-accent rounded-full\"><\/div>\n                \n                <!-- Phase 1: 2026-2028 -->\n                <div class=\"relative mb-20 roadmap-phase\">\n                    <div class=\"flex items-center justify-between\">\n                        <div class=\"w-5\/12\"><\/div>\n                        <div class=\"w-2\/12 text-center z-10\">\n                            <div class=\"w-20 h-20 gradient-cyber rounded-full flex items-center justify-center font-orbitron font-bold text-cyber-dark text-2xl mx-auto mb-4 neon-border animate-glow\">\n                                2026\n                            <\/div>\n                        <\/div>\n                        <div class=\"w-5\/12 glass-panel p-8 rounded-2xl hologram border-l-4 border-cyber-primary\">\n                            <h3 class=\"font-orbitron font-bold text-2xl mb-4 text-cyber-primary\">Fase 1: Fundaci&oacute;n<\/h3>\n                            <ul class=\"space-y-3 text-gray-300\">\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-neon mr-3\">&#9656;<\/span>\n                                    <span>Lanzamiento plataforma MiCA\/SEC compliant<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-neon mr-3\">&#9656;<\/span>\n                                    <span>&euro;100M en activos tokenizados<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-neon mr-3\">&#9656;<\/span>\n                                    <span>Alianzas con 10 Family Offices europeos<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-neon mr-3\">&#9656;<\/span>\n                                    <span>Blockchain ERC-3643 implementada<\/span>\n                                <\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Phase 2: 2029-2031 -->\n                <div class=\"relative mb-20 roadmap-phase\">\n                    <div class=\"flex items-center justify-between\">\n                        <div class=\"w-5\/12 glass-panel p-8 rounded-2xl hologram border-r-4 border-cyber-secondary text-right\">\n                            <h3 class=\"font-orbitron font-bold text-2xl mb-4 text-cyber-secondary\">Fase 2: Expansi&oacute;n<\/h3>\n                            <ul class=\"space-y-3 text-gray-300\">\n                                <li class=\"flex items-start justify-end\">\n                                    <span class=\"text-cyber-neon ml-3\">&#9656;<\/span>\n                                    <span>Expansi&oacute;n a mercados asi&aacute;ticos (Singapur, HK)<\/span>\n                                <\/li>\n                                <li class=\"flex items-start justify-end\">\n                                    <span class=\"text-cyber-neon ml-3\">&#9656;<\/span>\n                                    <span>&euro;500M AUM tokenizados<\/span>\n                                <\/li>\n                                <li class=\"flex items-start justify-end\">\n                                    <span class=\"text-cyber-neon ml-3\">&#9656;<\/span>\n                                    <span>Lanzamiento mercado secundario beta<\/span>\n                                <\/li>\n                                <li class=\"flex items-start justify-end\">\n                                    <span class=\"text-cyber-neon ml-3\">&#9656;<\/span>\n                                    <span>Integraci&oacute;n con 5 bancos privados<\/span>\n                                <\/li>\n                            <\/ul>\n                        <\/div>\n                        <div class=\"w-2\/12 text-center z-10\">\n                            <div class=\"w-20 h-20 gradient-cyber rounded-full flex items-center justify-center font-orbitron font-bold text-cyber-dark text-2xl mx-auto mb-4 neon-border\">\n                                2030\n                            <\/div>\n                        <\/div>\n                        <div class=\"w-5\/12\"><\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Phase 3: 2032-2035 -->\n                <div class=\"relative mb-20 roadmap-phase\">\n                    <div class=\"flex items-center justify-between\">\n                        <div class=\"w-5\/12\"><\/div>\n                        <div class=\"w-2\/12 text-center z-10\">\n                            <div class=\"w-20 h-20 gradient-cyber rounded-full flex items-center justify-center font-orbitron font-bold text-cyber-dark text-2xl mx-auto mb-4 neon-border animate-pulse\">\n                                2035\n                            <\/div>\n                        <\/div>\n                        <div class=\"w-5\/12 glass-panel p-8 rounded-2xl hologram border-l-4 border-cyber-neon\">\n                            <h3 class=\"font-orbitron font-bold text-2xl mb-4 text-cyber-neon\">Fase 3: Madurez<\/h3>\n                            <ul class=\"space-y-3 text-gray-300\">\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-primary mr-3\">&#9656;<\/span>\n                                    <span>&euro;5B en activos bajo gesti&oacute;n<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-primary mr-3\">&#9656;<\/span>\n                                    <span>Mercado secundario 24\/7 operativo<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-primary mr-3\">&#9656;<\/span>\n                                    <span>IA para optimizaci&oacute;n de portfolios<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-primary mr-3\">&#9656;<\/span>\n                                    <span>Presencia en 30+ pa&iacute;ses<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-primary mr-3\">&#9656;<\/span>\n                                    <span>Tokenizaci&oacute;n de activos navales premium<\/span>\n                                <\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Phase 4: 2036-2040 -->\n                <div class=\"relative mb-20 roadmap-phase\">\n                    <div class=\"flex items-center justify-between\">\n                        <div class=\"w-5\/12 glass-panel p-8 rounded-2xl hologram border-r-4 border-cyber-accent text-right\">\n                            <h3 class=\"font-orbitron font-bold text-2xl mb-4 text-cyber-accent\">Fase 4: Dominio<\/h3>\n                            <ul class=\"space-y-3 text-gray-300\">\n                                <li class=\"flex items-start justify-end\">\n                                    <span class=\"text-cyber-neon ml-3\">&#9656;<\/span>\n                                    <span>&euro;20B AUM tokenizados<\/span>\n                                <\/li>\n                                <li class=\"flex items-start justify-end\">\n                                    <span class=\"text-cyber-neon ml-3\">&#9656;<\/span>\n                                    <span>Blockchain cu&aacute;ntica implementada<\/span>\n                                <\/li>\n                                <li class=\"flex items-start justify-end\">\n                                    <span class=\"text-cyber-neon ml-3\">&#9656;<\/span>\n                                    <span>Meta-activos (f&iacute;sico + digital)<\/span>\n                                <\/li>\n                                <li class=\"flex items-start justify-end\">\n                                    <span class=\"text-cyber-neon ml-3\">&#9656;<\/span>\n                                    <span>Integraci&oacute;n con CBDCs globales<\/span>\n                                <\/li>\n                            <\/ul>\n                        <\/div>\n                        <div class=\"w-2\/12 text-center z-10\">\n                            <div class=\"w-20 h-20 gradient-cyber rounded-full flex items-center justify-center font-orbitron font-bold text-cyber-dark text-2xl mx-auto mb-4 neon-border\">\n                                2040\n                            <\/div>\n                        <\/div>\n                        <div class=\"w-5\/12\"><\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Phase 5: 2041-2046 -->\n                <div class=\"relative mb-20 roadmap-phase\">\n                    <div class=\"flex items-center justify-between\">\n                        <div class=\"w-5\/12\"><\/div>\n                        <div class=\"w-2\/12 text-center z-10\">\n                            <div class=\"w-24 h-24 gradient-cyber rounded-full flex items-center justify-center font-orbitron font-bold text-cyber-dark text-3xl mx-auto mb-4 neon-border animate-glow\">\n                                2046\n                            <\/div>\n                        <\/div>\n                        <div class=\"w-5\/12 glass-panel p-8 rounded-2xl hologram border-l-4 border-cyber-primary border-2\">\n                            <h3 class=\"font-orbitron font-bold text-2xl mb-4 text-gradient\">Fase 5: Visi&oacute;n Cumplida<\/h3>\n                            <ul class=\"space-y-3 text-gray-300\">\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-neon mr-3\">&#9733;<\/span>\n                                    <span>&euro;100B+ en activos tokenizados<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-neon mr-3\">&#9733;<\/span>\n                                    <span>Infraestructura financiera global l&iacute;der<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-neon mr-3\">&#9733;<\/span>\n                                    <span>Cada activo importante del mundo, tokenizado<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-neon mr-3\">&#9733;<\/span>\n                                    <span>Reconocimiento como est&aacute;ndar global<\/span>\n                                <\/li>\n                                <li class=\"flex items-start\">\n                                    <span class=\"text-cyber-neon mr-3\">&#9733;<\/span>\n                                    <span>Legado para las pr&oacute;ximas generaciones<\/span>\n                                <\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Key Metrics Timeline -->\n            <div class=\"mt-32 glass-panel p-12 rounded-3xl\">\n                <h3 class=\"font-orbitron font-bold text-3xl text-center mb-12 text-gradient\">M&Eacute;TRICAS PROYECTADAS<\/h3>\n                <div class=\"grid md:grid-cols-5 gap-8\">\n                    <div class=\"text-center\">\n                        <div class=\"text-4xl font-orbitron font-bold text-cyber-primary mb-2\">2026<\/div>\n                        <div class=\"text-2xl font-bold text-white mb-1\">&euro;100M<\/div>\n                        <div class=\"text-sm text-gray-400\">AUM<\/div>\n                    <\/div>\n                    <div class=\"text-center\">\n                        <div class=\"text-4xl font-orbitron font-bold text-cyber-secondary mb-2\">2030<\/div>\n                        <div class=\"text-2xl font-bold text-white mb-1\">&euro;500M<\/div>\n                        <div class=\"text-sm text-gray-400\">AUM<\/div>\n                    <\/div>\n                    <div class=\"text-center\">\n                        <div class=\"text-4xl font-orbitron font-bold text-cyber-neon mb-2\">2035<\/div>\n                        <div class=\"text-2xl font-bold text-white mb-1\">&euro;5B<\/div>\n                        <div class=\"text-sm text-gray-400\">AUM<\/div>\n                    <\/div>\n                    <div class=\"text-center\">\n                        <div class=\"text-4xl font-orbitron font-bold text-cyber-accent mb-2\">2040<\/div>\n                        <div class=\"text-2xl font-bold text-white mb-1\">&euro;20B<\/div>\n                        <div class=\"text-sm text-gray-400\">AUM<\/div>\n                    <\/div>\n                    <div class=\"text-center\">\n                        <div class=\"text-4xl font-orbitron font-bold text-gradient mb-2\">2046<\/div>\n                        <div class=\"text-2xl font-bold text-white mb-1\">&euro;100B+<\/div>\n                        <div class=\"text-sm text-gray-400\">AUM<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Technology Milestones -->\n            <div class=\"mt-20 grid md:grid-cols-3 gap-8\">\n                <div class=\"glass-panel p-8 rounded-2xl text-center\">\n                    <div class=\"text-5xl mb-4\">&#128272;<\/div>\n                    <h4 class=\"font-orbitron font-bold text-xl mb-3 text-cyber-primary\">Seguridad Cu&aacute;ntica<\/h4>\n                    <p class=\"text-gray-400 text-sm\">2035: Implementaci&oacute;n de criptograf&iacute;a post-cu&aacute;ntica para proteger activos durante d&eacute;cadas.<\/p>\n                <\/div>\n                <div class=\"glass-panel p-8 rounded-2xl text-center\">\n                    <div class=\"text-5xl mb-4\">&#129302;<\/div>\n                    <h4 class=\"font-orbitron font-bold text-xl mb-3 text-cyber-secondary\">IA Aut&oacute;noma<\/h4>\n                    <p class=\"text-gray-400 text-sm\">2038: Smart contracts con IA que optimizan portfolios autom&aacute;ticamente.<\/p>\n                <\/div>\n                <div class=\"glass-panel p-8 rounded-2xl text-center\">\n                    <div class=\"text-5xl mb-4\">&#127760;<\/div>\n                    <h4 class=\"font-orbitron font-bold text-xl mb-3 text-cyber-neon\">Interoperabilidad Total<\/h4>\n                    <p class=\"text-gray-400 text-sm\">2042: Conexi&oacute;n perfecta entre todas las blockchains y sistemas financieros.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Team Section -->\n    <section id=\"equipo\" class=\"py-32 relative overflow-hidden\">\n        <div class=\"absolute inset-0 bg-gradient-to-b from-cyber-secondary\/10 to-cyber-dark\"><\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-orbitron font-bold text-4xl md:text-6xl mb-6\">\n                    <span class=\"text-gradient\">EQUIPO VISIONARIO<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">L&iacute;deres que no solo predicen el futuro, lo construyen. Expertos en blockchain, finanzas y tecnolog&iacute;a cu&aacute;ntica.<\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-3 gap-8 mb-16\">\n                <!-- Team Member 1 -->\n                <div class=\"team-card glass-panel rounded-2xl overflow-hidden\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1560250097-0b93528c311a?w=400&#038;h=400&#038;fit=crop\" alt=\"CEO\" class=\"w-full h-64 object-cover\">\n                    <div class=\"p-6\">\n                        <h3 class=\"font-orbitron font-bold text-xl mb-2 text-cyber-primary\">Dr. Alexander Chen<\/h3>\n                        <p class=\"text-cyber-neon font-semibold mb-4\">Chief Executive Officer<\/p>\n                        <p class=\"text-gray-400 text-sm mb-4\">Ex-Goldman Sachs, PhD en Finanzas Cu&aacute;nticas del MIT. 20 a&ntilde;os liderando la revoluci&oacute;n fintech.<\/p>\n                        <div class=\"flex space-x-4\">\n                            <a href=\"#\" class=\"text-cyber-primary hover:text-cyber-neon transition\">\n                                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"><\/path><\/svg>\n                            <\/a>\n                            <a href=\"#\" class=\"text-cyber-primary hover:text-cyber-neon transition\">\n                                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><path d=\"M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z\"><\/path><\/svg>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Team Member 2 -->\n                <div class=\"team-card glass-panel rounded-2xl overflow-hidden\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1573496359142-b8d87734a5a2?w=400&#038;h=400&#038;fit=crop\" alt=\"CTO\" class=\"w-full h-64 object-cover\">\n                    <div class=\"p-6\">\n                        <h3 class=\"font-orbitron font-bold text-xl mb-2 text-cyber-primary\">Sarah Nakamoto<\/h3>\n                        <p class=\"text-cyber-neon font-semibold mb-4\">Chief Technology Officer<\/p>\n                        <p class=\"text-gray-400 text-sm mb-4\">Arquitecta blockchain ex-Google. Pionera en criptograf&iacute;a post-cu&aacute;ntica y smart contracts aut&oacute;nomos.<\/p>\n                        <div class=\"flex space-x-4\">\n                            <a href=\"#\" class=\"text-cyber-primary hover:text-cyber-neon transition\">\n                                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"><\/path><\/svg>\n                            <\/a>\n                            <a href=\"#\" class=\"text-cyber-primary hover:text-cyber-neon transition\">\n                                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><path d=\"M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z\"><\/path><\/svg>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Team Member 3 -->\n                <div class=\"team-card glass-panel rounded-2xl overflow-hidden\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1580489944761-15a19d654956?w=400&#038;h=400&#038;fit=crop\" alt=\"CFO\" class=\"w-full h-64 object-cover\">\n                    <div class=\"p-6\">\n                        <h3 class=\"font-orbitron font-bold text-xl mb-2 text-cyber-primary\">Elena Volkov<\/h3>\n                        <p class=\"text-cyber-neon font-semibold mb-4\">Chief Financial Officer<\/p>\n                        <p class=\"text-gray-400 text-sm mb-4\">Ex-BlackRock, experta en estructuras cross-border y optimizaci&oacute;n fiscal global. MBA Harvard.<\/p>\n                        <div class=\"flex space-x-4\">\n                            <a href=\"#\" class=\"text-cyber-primary hover:text-cyber-neon transition\">\n                                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"><\/path><\/svg>\n                            <\/a>\n                            <a href=\"#\" class=\"text-cyber-primary hover:text-cyber-neon transition\">\n                                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><path d=\"M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z\"><\/path><\/svg>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Advisory Board -->\n            <div class=\"glass-panel p-12 rounded-3xl\">\n                <h3 class=\"font-orbitron font-bold text-3xl text-center mb-8 text-gradient\">Consejo Asesor Global<\/h3>\n                <div class=\"grid md:grid-cols-4 gap-6 text-center\">\n                    <div>\n                        <p class=\"font-orbitron font-bold text-cyber-primary mb-2\">Dr. James Morrison<\/p>\n                        <p class=\"text-sm text-gray-400\">Ex-FMI &#8211; Regulaci&oacute;n Global<\/p>\n                    <\/div>\n                    <div>\n                        <p class=\"font-orbitron font-bold text-cyber-primary mb-2\">Yuki Tanaka<\/p>\n                        <p class=\"text-sm text-gray-400\">Sony Blockchain Labs<\/p>\n                    <\/div>\n                    <div>\n                        <p class=\"font-orbitron font-bold text-cyber-primary mb-2\">Dr. Amara Okafor<\/p>\n                        <p class=\"text-sm text-gray-400\">MIT &#8211; IA Cu&aacute;ntica<\/p>\n                    <\/div>\n                    <div>\n                        <p class=\"font-orbitron font-bold text-cyber-primary mb-2\">Marcus Weber<\/p>\n                        <p class=\"text-sm text-gray-400\">Deutsche Bank Digital<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Ecosystem Section -->\n    <section id=\"ecosistema\" class=\"py-32 relative overflow-hidden\">\n        <div class=\"absolute inset-0 bg-gradient-to-b from-cyber-dark to-cyber-primary\/5\"><\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-orbitron font-bold text-4xl md:text-6xl mb-6\">\n                    <span class=\"text-gradient\">ECOSISTEMA GLOBAL<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">\n                    Conectamos los principales actores del futuro financiero en una red descentralizada de valor.\n                <\/p>\n            <\/div>\n            \n            <!-- Ecosystem Visualization -->\n            <div class=\"relative mb-20\">\n                <svg class=\"w-full h-96\" viewbox=\"0 0 800 400\">\n                    <!-- Central Node -->\n                    <circle cx=\"400\" cy=\"200\" r=\"60\" fill=\"url(#gradient1)\" class=\"animate-pulse\"><\/circle>\n                    <text x=\"400\" y=\"200\" text-anchor=\"middle\" dominant-baseline=\"middle\" class=\"font-orbitron font-bold fill-cyber-dark text-lg\">AUREMA<\/text>\n                    \n                    <!-- Connected Nodes -->\n                    <circle cx=\"200\" cy=\"100\" r=\"40\" fill=\"rgba(0, 212, 255, 0.3)\" stroke=\"#00d4ff\" stroke-width=\"2\"><\/circle>\n                    <text x=\"200\" y=\"100\" text-anchor=\"middle\" dominant-baseline=\"middle\" class=\"fill-cyber-primary text-xs\">Family Offices<\/text>\n                    \n                    <circle cx=\"600\" cy=\"100\" r=\"40\" fill=\"rgba(0, 212, 255, 0.3)\" stroke=\"#00d4ff\" stroke-width=\"2\"><\/circle>\n                    <text x=\"600\" y=\"100\" text-anchor=\"middle\" dominant-baseline=\"middle\" class=\"fill-cyber-primary text-xs\">Bancos Privados<\/text>\n                    \n                    <circle cx=\"150\" cy=\"300\" r=\"40\" fill=\"rgba(124, 58, 237, 0.3)\" stroke=\"#7c3aed\" stroke-width=\"2\"><\/circle>\n                    <text x=\"150\" y=\"300\" text-anchor=\"middle\" dominant-baseline=\"middle\" class=\"fill-cyber-secondary text-xs\">Wealth Managers<\/text>\n                    \n                    <circle cx=\"400\" cy=\"320\" r=\"40\" fill=\"rgba(245, 158, 11, 0.3)\" stroke=\"#f59e0b\" stroke-width=\"2\"><\/circle>\n                    <text x=\"400\" y=\"320\" text-anchor=\"middle\" dominant-baseline=\"middle\" class=\"fill-cyber-accent text-xs\">Reguladores<\/text>\n                    \n                    <circle cx=\"650\" cy=\"300\" r=\"40\" fill=\"rgba(0, 255, 157, 0.3)\" stroke=\"#00ff9d\" stroke-width=\"2\"><\/circle>\n                    <text x=\"650\" y=\"300\" text-anchor=\"middle\" dominant-baseline=\"middle\" class=\"fill-cyber-neon text-xs\">Exchanges<\/text>\n                    \n                    <!-- Connection Lines -->\n                    <line x1=\"400\" y1=\"200\" x2=\"200\" y2=\"100\" class=\"ecosystem-line\"><\/line>\n                    <line x1=\"400\" y1=\"200\" x2=\"600\" y2=\"100\" class=\"ecosystem-line\" style=\"animation-delay: 0.5s\"><\/line>\n                    <line x1=\"400\" y1=\"200\" x2=\"150\" y2=\"300\" class=\"ecosystem-line\" style=\"animation-delay: 1s\"><\/line>\n                    <line x1=\"400\" y1=\"200\" x2=\"400\" y2=\"320\" class=\"ecosystem-line\" style=\"animation-delay: 1.5s\"><\/line>\n                    <line x1=\"400\" y1=\"200\" x2=\"650\" y2=\"300\" class=\"ecosystem-line\" style=\"animation-delay: 2s\"><\/line>\n                    \n                    <!-- Gradient Definition -->\n                    <defs>\n                        <lineargradient id=\"gradient1\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"100%\">\n                            <stop offset=\"0%\" style=\"stop-color:#00d4ff;stop-opacity:1\"><\/stop>\n                            <stop offset=\"100%\" style=\"stop-color:#7c3aed;stop-opacity:1\"><\/stop>\n                        <\/lineargradient>\n                    <\/defs>\n                <\/svg>\n            <\/div>\n            \n            <!-- Partners Grid -->\n            <div class=\"grid md:grid-cols-3 gap-8\">\n                <div class=\"glass-panel p-8 rounded-2xl text-center\">\n                    <div class=\"text-5xl mb-4\">&#127963;&#65039;<\/div>\n                    <h3 class=\"font-orbitron font-bold text-xl mb-3 text-cyber-primary\">Instituciones Financieras<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Bancos privados, family offices y gestoras de patrimonio de &eacute;lite.<\/p>\n                    <div class=\"flex justify-center space-x-4 text-xs text-gray-500\">\n                        <span>UBS<\/span>\n                        <span>&bull;<\/span>\n                        <span>Credit Suisse<\/span>\n                        <span>&bull;<\/span>\n                        <span>Goldman Sachs<\/span>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"glass-panel p-8 rounded-2xl text-center\">\n                    <div class=\"text-5xl mb-4\">&#9878;&#65039;<\/div>\n                    <h3 class=\"font-orbitron font-bold text-xl mb-3 text-cyber-secondary\">Reguladores Globales<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Colaboraci&oacute;n con autoridades para crear el marco del futuro.<\/p>\n                    <div class=\"flex justify-center space-x-4 text-xs text-gray-500\">\n                        <span>ESMA<\/span>\n                        <span>&bull;<\/span>\n                        <span>SEC<\/span>\n                        <span>&bull;<\/span>\n                        <span>BaFin<\/span>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"glass-panel p-8 rounded-2xl text-center\">\n                    <div class=\"text-5xl mb-4\">&#128279;<\/div>\n                    <h3 class=\"font-orbitron font-bold text-xl mb-3 text-cyber-neon\">Protocolos Blockchain<\/h3>\n                    <p class=\"text-gray-400 text-sm mb-4\">Integraci&oacute;n con las principales redes descentralizadas.<\/p>\n                    <div class=\"flex justify-center space-x-4 text-xs text-gray-500\">\n                        <span>Ethereum<\/span>\n                        <span>&bull;<\/span>\n                        <span>Polkadot<\/span>\n                        <span>&bull;<\/span>\n                        <span>Solana<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Technology Section -->\n    <section id=\"tecnologia\" class=\"py-32 relative overflow-hidden\">\n        <div class=\"absolute inset-0 bg-gradient-to-b from-cyber-secondary\/10 to-cyber-dark\"><\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-orbitron font-bold text-4xl md:text-6xl mb-6\">\n                    <span class=\"text-gradient\">TECNOLOG&Iacute;A DEL FUTURO<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">\n                    No usamos tecnolog&iacute;a del presente. Construimos la que el mundo necesitar&aacute; ma&ntilde;ana.\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-2 gap-12 items-center mb-20\">\n                <div class=\"glass-panel p-8 rounded-3xl hologram\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1639762681485-074b7f938ba0?w=800&#038;h=600&#038;fit=crop\" alt=\"Blockchain Futurista\" class=\"w-full rounded-2xl mb-6\">\n                    <h3 class=\"font-orbitron font-bold text-2xl mb-4 text-cyber-primary\">Blockchain Cu&aacute;ntica-Ready<\/h3>\n                    <p class=\"text-gray-300\">\n                        Nuestra infraestructura blockchain est&aacute; preparada para la era post-cu&aacute;ntica. \n                        Criptograf&iacute;a avanzada que resistir&aacute; los ordenadores cu&aacute;nticos de 2040. \n                        Seguridad que trasciende generaciones.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"space-y-6\">\n                    <div class=\"glass-panel p-6 rounded-2xl border-l-4 border-cyber-primary\">\n                        <h4 class=\"font-orbitron font-bold text-xl mb-2\">Smart Contracts Aut&oacute;nomos<\/h4>\n                        <p class=\"text-gray-300\">IA integrada que audita, ejecuta y optimiza contratos autom&aacute;ticamente.<\/p>\n                    <\/div>\n                    \n                    <div class=\"glass-panel p-6 rounded-2xl border-l-4 border-cyber-neon\">\n                        <h4 class=\"font-orbitron font-bold text-xl mb-2\">Interoperabilidad Total<\/h4>\n                        <p class=\"text-gray-300\">Tus tokens interact&uacute;an con cualquier protocolo DeFi, banco central o sistema legacy.<\/p>\n                    <\/div>\n                    \n                    <div class=\"glass-panel p-6 rounded-2xl border-l-4 border-cyber-secondary\">\n                        <h4 class=\"font-orbitron font-bold text-xl mb-2\">Custodia Bio-m&eacute;trica<\/h4>\n                        <p class=\"text-gray-300\">Acceso mediante reconocimiento facial, huella digital y patrones neuronales.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Tech Features Grid -->\n            <div class=\"grid md:grid-cols-3 gap-8\">\n                <div class=\"glass-panel p-8 rounded-2xl text-center hover:scale-105 transition duration-300\">\n                    <div class=\"text-5xl mb-4\">&#9889;<\/div>\n                    <h3 class=\"font-orbitron font-bold text-xl mb-3\">Settlement Instant&aacute;neo<\/h3>\n                    <p class=\"text-gray-400\">Transacciones confirmadas en milisegundos, no d&iacute;as.<\/p>\n                <\/div>\n                \n                <div class=\"glass-panel p-8 rounded-2xl text-center hover:scale-105 transition duration-300\">\n                    <div class=\"text-5xl mb-4\">&#128272;<\/div>\n                    <h3 class=\"font-orbitron font-bold text-xl mb-3\">Cero Confianza Requerida<\/h3>\n                    <p class=\"text-gray-400\">El c&oacute;digo es la ley. Sin intermediarios, sin corrupci&oacute;n.<\/p>\n                <\/div>\n                \n                <div class=\"glass-panel p-8 rounded-2xl text-center hover:scale-105 transition duration-300\">\n                    <div class=\"text-5xl mb-4\">&#127757;<\/div>\n                    <h3 class=\"font-orbitron font-bold text-xl mb-3\">Acceso Universal<\/h3>\n                    <p class=\"text-gray-400\">Cualquier persona con internet puede invertir globalmente.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Security Section -->\n    <section id=\"seguridad\" class=\"py-32 relative overflow-hidden\">\n        <div class=\"absolute inset-0 bg-gradient-to-b from-cyber-dark to-cyber-primary\/5\"><\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-orbitron font-bold text-4xl md:text-6xl mb-6\">\n                    <span class=\"text-gradient\">SEGURIDAD M&Aacute;XIMA<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">\n                    Protecci&oacute;n de nivel militar para tus activos. Cumplimiento regulatorio global sin compromisos.\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-2 gap-12 mb-20\">\n                <div class=\"space-y-6\">\n                    <div class=\"glass-panel p-6 rounded-2xl flex items-start space-x-4\">\n                        <div class=\"text-4xl\">&#128737;&#65039;<\/div>\n                        <div>\n                            <h3 class=\"font-orbitron font-bold text-lg mb-2 text-cyber-primary\">Custodia Institucional<\/h3>\n                            <p class=\"text-gray-400 text-sm\">Fireblocks y Anchorage con seguros hasta $3B. Multi-sig y MPC de &uacute;ltima generaci&oacute;n.<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"glass-panel p-6 rounded-2xl flex items-start space-x-4\">\n                        <div class=\"text-4xl\">&#128274;<\/div>\n                        <div>\n                            <h3 class=\"font-orbitron font-bold text-lg mb-2 text-cyber-neon\">Auditor&iacute;as Continuas<\/h3>\n                            <p class=\"text-gray-400 text-sm\">Smart contracts auditados por CertiK y OpenZeppelin. Bug bounties permanentes.<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"glass-panel p-6 rounded-2xl flex items-start space-x-4\">\n                        <div class=\"text-4xl\">&#9878;&#65039;<\/div>\n                        <div>\n                            <h3 class=\"font-orbitron font-bold text-lg mb-2 text-cyber-secondary\">Compliance Global<\/h3>\n                            <p class=\"text-gray-400 text-sm\">MiCA, SEC Reg D, GDPR, FATCA, CRS. Cumplimiento autom&aacute;tico en 50+ jurisdicciones.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"glass-panel p-8 rounded-3xl\">\n                    <h3 class=\"font-orbitron font-bold text-2xl mb-6 text-center text-gradient\">Certificaciones y Licencias<\/h3>\n                    <div class=\"space-y-4\">\n                        <div class=\"flex items-center justify-between p-4 bg-cyber-dark\/50 rounded-lg\">\n                            <span class=\"font-orbitron font-semibold\">MiCA Compliance<\/span>\n                            <span class=\"text-cyber-neon font-bold\">&#10003; Activo<\/span>\n                        <\/div>\n                        <div class=\"flex items-center justify-between p-4 bg-cyber-dark\/50 rounded-lg\">\n                            <span class=\"font-orbitron font-semibold\">SEC Registration<\/span>\n                            <span class=\"text-cyber-neon font-bold\">&#10003; Activo<\/span>\n                        <\/div>\n                        <div class=\"flex items-center justify-between p-4 bg-cyber-dark\/50 rounded-lg\">\n                            <span class=\"font-orbitron font-semibold\">ISO 27001<\/span>\n                            <span class=\"text-cyber-neon font-bold\">&#10003; Activo<\/span>\n                        <\/div>\n                        <div class=\"flex items-center justify-between p-4 bg-cyber-dark\/50 rounded-lg\">\n                            <span class=\"font-orbitron font-semibold\">SOC 2 Type II<\/span>\n                            <span class=\"text-cyber-neon font-bold\">&#10003; Activo<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section -->\n    <section id=\"faq\" class=\"py-32 relative overflow-hidden\">\n        <div class=\"absolute inset-0 bg-gradient-to-b from-cyber-secondary\/10 to-cyber-dark\"><\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10\">\n            <div class=\"text-center mb-20\">\n                <h2 class=\"font-orbitron font-bold text-4xl md:text-6xl mb-6\">\n                    <span class=\"text-gradient\">PREGUNTAS FRECUENTES<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">\n                    Resolvemos tus dudas sobre el futuro de la inversi&oacute;n.\n                <\/p>\n            <\/div>\n            \n            <div class=\"max-w-4xl mx-auto space-y-4\">\n                <!-- FAQ Item 1 -->\n                <div class=\"faq-item glass-panel rounded-xl overflow-hidden\">\n                    <button class=\"faq-question w-full px-8 py-6 text-left flex justify-between items-center font-orbitron font-bold text-lg\">\n                        <span>&iquest;Qu&eacute; es la tokenizaci&oacute;n de activos reales?<\/span>\n                        <span class=\"text-cyber-primary text-2xl\">+<\/span>\n                    <\/button>\n                    <div class=\"faq-answer px-8 pb-6\">\n                        <p class=\"text-gray-300\">\n                            La tokenizaci&oacute;n convierte activos f&iacute;sicos (inmuebles, yates, arte) en tokens digitales en blockchain. \n                            Cada token representa una fracci&oacute;n del activo, permitiendo inversi&oacute;n fraccionada, liquidez inmediata \n                            y transparencia total. Es como tener acciones de un edificio, pero con tecnolog&iacute;a blockchain.\n                        <\/p>\n                    <\/div>\n                <\/div>\n                \n                <!-- FAQ Item 2 -->\n                <div class=\"faq-item glass-panel rounded-xl overflow-hidden\">\n                    <button class=\"faq-question w-full px-8 py-6 text-left flex justify-between items-center font-orbitron font-bold text-lg\">\n                        <span>&iquest;Por qu&eacute; Aurema Group est&aacute; 20 a&ntilde;os adelantado?<\/span>\n                        <span class=\"text-cyber-primary text-2xl\">+<\/span>\n                    <\/button>\n                    <div class=\"faq-answer px-8 pb-6\">\n                        <p class=\"text-gray-300\">\n                            Mientras otros siguen regulaciones del pasado, nosotros ayudamos a crear las del futuro (MiCA, SEC). \n                            Nuestra tecnolog&iacute;a blockchain es cu&aacute;ntica-ready, preparada para 2040. Construimos infraestructura \n                            para un mundo donde lo f&iacute;sico y digital son uno solo.\n                        <\/p>\n                    <\/div>\n                <\/div>\n                \n                <!-- FAQ Item 3 -->\n                <div class=\"faq-item glass-panel rounded-xl overflow-hidden\">\n                    <button class=\"faq-question w-full px-8 py-6 text-left flex justify-between items-center font-orbitron font-bold text-lg\">\n                        <span>&iquest;Cu&aacute;l es la inversi&oacute;n m&iacute;nima?<\/span>\n                        <span class=\"text-cyber-primary text-2xl\">+<\/span>\n                    <\/button>\n                    <div class=\"faq-answer px-8 pb-6\">\n                        <p class=\"text-gray-300\">\n                            Depende del activo. Para Family Offices e inversores institucionales, el m&iacute;nimo es &euro;50,000. \n                            Para wealth managers y family offices acreditados, podemos estructurar desde &euro;25,000. \n                            Contacta con nosotros para discutir tu caso espec&iacute;fico.\n                        <\/p>\n                    <\/div>\n                <\/div>\n                \n                <!-- FAQ Item 4 -->\n                <div class=\"faq-item glass-panel rounded-xl overflow-hidden\">\n                    <button class=\"faq-question w-full px-8 py-6 text-left flex justify-between items-center font-orbitron font-bold text-lg\">\n                        <span>&iquest;C&oacute;mo garantizan la seguridad de mis activos?<\/span>\n                        <span class=\"text-cyber-primary text-2xl\">+<\/span>\n                    <\/button>\n                    <div class=\"faq-answer px-8 pb-6\">\n                        <p class=\"text-gray-300\">\n                            Custodia institucional con Fireblocks\/Anchorage (seguro hasta $3B), smart contracts auditados \n                            por CertiK, estructura legal con SPVs separados por activo, y cumplimiento regulatorio MiCA\/SEC. \n                            M&uacute;ltiples capas de protecci&oacute;n.\n                        <\/p>\n                    <\/div>\n                <\/div>\n                \n                <!-- FAQ Item 5 -->\n                <div class=\"faq-item glass-panel rounded-xl overflow-hidden\">\n                    <button class=\"faq-question w-full px-8 py-6 text-left flex justify-between items-center font-orbitron font-bold text-lg\">\n                        <span>&iquest;Puedo vender mis tokens antes del vencimiento?<\/span>\n                        <span class=\"text-cyber-primary text-2xl\">+<\/span>\n                    <\/button>\n                    <div class=\"faq-answer px-8 pb-6\">\n                        <p class=\"text-gray-300\">\n                            S&iacute;. Desde el a&ntilde;o 3, ofrecemos mercado secundario regulado. Tambi&eacute;n hay mecanismos de redemption \n                            (MiCA Art. 44) y posibilidad de recompra por el emisor. La liquidez es una prioridad en nuestro modelo.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section id=\"contacto\" class=\"py-32 relative overflow-hidden\">\n        <div class=\"absolute inset-0 gradient-cyber opacity-10\"><\/div>\n        <div class=\"absolute inset-0 bg-gradient-to-t from-cyber-dark to-transparent\"><\/div>\n        \n        <div class=\"container mx-auto px-6 relative z-10 text-center\">\n            <h2 class=\"font-orbitron font-black text-5xl md:text-7xl mb-8\">\n                <span class=\"text-gradient\">&Uacute;NETE AL FUTURO<\/span>\n            <\/h2>\n            <p class=\"text-2xl text-gray-300 mb-12 max-w-3xl mx-auto\">\n                El futuro no espera. Los que act&uacute;en hoy con Aurema Group ser&aacute;n los l&iacute;deres del ma&ntilde;ana. \n                Los que duden, observar&aacute;n desde el pasado.\n            <\/p>\n            \n            <div class=\"flex flex-col md:flex-row justify-center gap-6 mb-16\">\n                <a href=\"mailto:contacto@auremagroup.com\" class=\"cyber-button gradient-cyber text-cyber-dark font-orbitron font-bold px-12 py-6 rounded-full text-xl hover:scale-105 transition transform neon-border animate-glow\">\n                    Ser Parte del Cambio\n                <\/a>\n                <a href=\"#\" class=\"cyber-button border-2 border-cyber-neon text-cyber-neon font-orbitron font-bold px-12 py-6 rounded-full text-xl hover:bg-cyber-neon hover:text-cyber-dark transition\">\n                    Descargar Whitepaper 2046\n                <\/a>\n            <\/div>\n            \n            <div class=\"glass-panel inline-block px-8 py-4 rounded-full\">\n                <p class=\"font-orbitron text-cyber-primary\">\n                    &#128231; invest@aurema-group.com | &#127760; aurema-group.com\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"py-12 border-t border-cyber-primary\/20\">\n        <div class=\"container mx-auto px-6 text-center\">\n            <div class=\"flex items-center justify-center space-x-2 mb-6\">\n                <div class=\"w-8 h-8 gradient-cyber rounded-lg flex items-center justify-center\">\n                    <span class=\"font-orbitron font-bold text-cyber-dark\">A<\/span>\n                <\/div>\n                <span class=\"font-orbitron font-bold text-xl text-gradient\">AUREMA GROUP<\/span>\n            <\/div>\n            <p class=\"text-gray-500 text-sm mb-4\">\n                &copy; 2026 Aurema Group Holdings. Construyendo el futuro desde hoy.\n            <\/p>\n            <p class=\"text-gray-600 text-xs max-w-2xl mx-auto\">\n                Advertencia: Las proyecciones futuras son visiones estrat&eacute;gicas, no garant&iacute;as. \n                La inversi&oacute;n en activos tokenizados conlleva riesgos. Solo para inversores cualificados.\n            <\/p>\n        <\/div>\n    <\/footer>\n\n    <!-- Scripts -->\n    <script>\n        \/\/ Particle System\n        const particlesContainer = document.getElementById('particles');\n        const particleCount = 50;\n        \n        for (let i = 0; i < particleCount; i++) {\n            const particle = document.createElement('div');\n            particle.className = 'particle';\n            particle.style.width = Math.random() * 4 + 'px';\n            particle.style.height = particle.style.width;\n            particle.style.left = Math.random() * 100 + '%';\n            particle.style.top = Math.random() * 100 + '%';\n            particle.style.opacity = Math.random() * 0.5;\n            particle.style.animation = `float ${Math.random() * 10 + 10}s infinite ease-in-out`;\n            particle.style.animationDelay = Math.random() * 5 + 's';\n            particlesContainer.appendChild(particle);\n        }\n        \n        \/\/ Smooth Scroll\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n        \n        \/\/ Counter Animation\n        const counters = document.querySelectorAll('.stat-counter');\n        const speed = 200;\n        \n        const animateCounters = () => {\n            counters.forEach(counter => {\n                const target = +counter.innerText.replace(\/D\/g, '');\n                const count = +counter.innerText;\n                const inc = target \/ speed;\n                \n                if (count < target) {\n                    counter.innerText = Math.ceil(count + inc);\n                    setTimeout(animateCounters, 20);\n                } else {\n                    counter.innerText = counter.innerText;\n                }\n            });\n        };\n        \n        \/\/ Trigger animation when in viewport\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    animateCounters();\n                }\n            });\n        });\n        \n        counters.forEach(counter => observer.observe(counter));\n        \n        \/\/ FAQ Toggle\n        document.querySelectorAll('.faq-question').forEach(button => {\n            button.addEventListener('click', () => {\n                const faqItem = button.parentElement;\n                const isActive = faqItem.classList.contains('active');\n                \n                \/\/ Close all\n                document.querySelectorAll('.faq-item').forEach(item => {\n                    item.classList.remove('active');\n                });\n                \n                \/\/ Open clicked if wasn't active\n                if (!isActive) {\n                    faqItem.classList.add('active');\n                }\n            });\n        });\n        \n        \/\/ Parallax Effect\n        window.addEventListener('scroll', () => {\n            const scrolled = window.pageYOffset;\n            const parallax = document.querySelectorAll('.hologram');\n            parallax.forEach(element => {\n                const speed = 0.5;\n                element.style.transform = `translateY(${scrolled * speed}px)`;\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Aurema Group 2046 | Construyendo el Futuro de la Inversi&oacute;n Hoy A AUREMA GROUP Visi&oacute;n Roadmap Equipo Ecosistema Tecnolog&iacute;a Seguridad FAQ &Uacute;nete &#9889; A&Ntilde;O 2026 &#8211; VISI&Oacute;N 2046 CONSTRUYENDO EL FUTURO HOY Mientras otros siguen el presente, Aurema Group ya est&aacute; construyendo la infraestructura financiera del ma&ntilde;ana.20 a&ntilde;os de ventajasobre el mercado. Ver Roadmap Ver [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_canvas","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-541","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"acf":[],"_links":{"self":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts\/541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/comments?post=541"}],"version-history":[{"count":6,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts\/541\/revisions"}],"predecessor-version":[{"id":733,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts\/541\/revisions\/733"}],"wp:attachment":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/media?parent=541"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/categories?post=541"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/tags?post=541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}