{"id":492,"date":"2026-05-04T14:08:52","date_gmt":"2026-05-04T14:08:52","guid":{"rendered":"https:\/\/invest.aurema-group.com\/?p=492"},"modified":"2026-06-17T18:05:15","modified_gmt":"2026-06-17T18:05:15","slug":"tokenizacion-inmobiliaria-inversion-desde-e10k","status":"publish","type":"post","link":"https:\/\/invest.aurema-group.com\/en\/tokenizacion-inmobiliaria-inversion-desde-e10k\/","title":{"rendered":"Real Estate Tokening \u0394 Investment from \u20ac10K"},"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    \n    <!-- SEO Meta Tags -->\n    <title>Tokenizaci&oacute;n Inmobiliaria | Inversi&oacute;n desde &euro;10K | Aurema Group<\/title>\n    <meta name=\"description\" content=\"Accede a inversi&oacute;n inmobiliaria institucional tokenizada desde &euro;10,000. Rentabilidad 8-12% anual. Regulaci&oacute;n MiCA\/CNMV. Espa&ntilde;a, UE y USA.\">\n    <meta name=\"keywords\" content=\"tokenizaci&oacute;n inmobiliaria, real estate tokenizado, security tokens, RWA, blockchain property, inversi&oacute;n real estate, MiCA tokens, fractional real estate, propiedad fraccionada\">\n    <meta name=\"author\" content=\"Aurema Group\">\n    <meta name=\"robots\" content=\"index, follow\">\n    \n    <!-- Canonical URL -->\n    <link rel=\"canonical\" href=\"https:\/\/invest.aurema-group.com\/tokenizacion-inmobiliaria\">\n    \n    <!-- Open Graph \/ Facebook -->\n    <meta property=\"og:type\" content=\"website\">\n    <meta property=\"og:url\" content=\"https:\/\/invest.aurema-group.com\/tokenizacion-inmobiliaria\">\n    <meta property=\"og:title\" content=\"Tokenizaci&oacute;n Inmobiliaria | Inversi&oacute;n desde &euro;10K | Aurema Group\">\n    <meta property=\"og:description\" content=\"Inversi&oacute;n institucional en activos inmobiliarios tokenizados. Rentabilidad 8-12% anual. Regulaci&oacute;n MiCA.\">\n    <meta property=\"og:image\" content=\"https:\/\/invest.aurema-group.com\/images\/og-tokenizacion.jpg\">\n    \n    <!-- Twitter -->\n    <meta property=\"twitter:card\" content=\"summary_large_image\">\n    <meta property=\"twitter:url\" content=\"https:\/\/invest.aurema-group.com\/tokenizacion-inmobiliaria\">\n    <meta property=\"twitter:title\" content=\"Tokenizaci&oacute;n Inmobiliaria | Aurema Group\">\n    <meta property=\"twitter:description\" content=\"Inversi&oacute;n institucional en activos inmobiliarios tokenizados desde &euro;10K\">\n    <meta property=\"twitter:image\" content=\"https:\/\/invest.aurema-group.com\/images\/og-tokenizacion.jpg\">\n    \n    <!-- Favicon -->\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"\/apple-touch-icon.png\">\n    <link rel=\"icon\" type=\"image\/png\" sizes=\"32x32\" href=\"\/favicon-32x32.png\">\n    <link rel=\"icon\" type=\"image\/png\" sizes=\"16x16\" href=\"\/favicon-16x16.png\">\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=Inter:wght@300;400;500;600;700;800&#038;family=Playfair+Display:wght@600;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Custom Config -->\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        serif: ['Playfair Display', 'serif'],\n                    },\n                    colors: {\n                        primary: '#1e3a8a',\n                        secondary: '#0f172a',\n                        accent: '#d97706',\n                    }\n                }\n            }\n        }\n    <\/script>\n    \n    <!-- Schema.org JSON-LD -->\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FinancialProduct\",\n        \"name\": \"Tokenizaci&oacute;n Inmobiliaria Aurema Group\",\n        \"description\": \"Inversi&oacute;n en activos inmobiliarios tokenizados con rentabilidad objetivo 8-12% anual\",\n        \"provider\": {\n            \"@type\": \"Organization\",\n            \"name\": \"Aurema Group\",\n            \"url\": \"https:\/\/invest.aurema-group.com\",\n            \"logo\": \"https:\/\/invest.aurema-group.com\/logo.png\",\n            \"contactPoint\": {\n                \"@type\": \"ContactPoint\",\n                \"telephone\": \"+1-332-378-1281\",\n                \"contactType\": \"sales\",\n                \"email\": \"contacto@auremagroup.com\"\n            }\n        },\n        \"areaServed\": [\"ES\", \"US\", \"EU\"],\n        \"availableChannel\": {\n            \"@type\": \"ServiceChannel\",\n            \"serviceUrl\": \"https:\/\/invest.aurema-group.com\/tokenizacion-inmobiliaria\"\n        },\n        \"offers\": {\n            \"@type\": \"Offer\",\n            \"price\": \"10000\",\n            \"priceCurrency\": \"EUR\",\n            \"availability\": \"https:\/\/schema.org\/InStock\"\n        }\n    }\n    <\/script>\n    \n    <style>\n        html { scroll-behavior: smooth; }\n        .gradient-text {\n            background: linear-gradient(135deg, #1e3a8a 0%, #d97706 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        .hero-gradient {\n            background: linear-gradient(135deg, rgba(30, 58, 138, 0.95) 0%, rgba(15, 23, 42, 0.9) 100%);\n        }\n        .card-hover {\n            transition: all 0.3s ease;\n        }\n        .card-hover:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px rgba(0,0,0,0.15);\n        }\n        .fade-in {\n            animation: fadeIn 0.8s ease-in;\n        }\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n    <\/style>\n<\/head>\n<body class=\"font-sans antialiased text-gray-800 bg-white\">\n\n    <!-- Navigation -->\n    <nav class=\"fixed w-full bg-white\/95 backdrop-blur-md shadow-sm z-50\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"flex justify-between items-center h-20\">\n                <div class=\"flex items-center\">\n                    <a href=\"\/\" class=\"flex items-center space-x-2\">\n                        <div class=\"w-10 h-10 bg-primary rounded-lg flex items-center justify-center\">\n                            <span class=\"text-white font-bold text-xl\">A<\/span>\n                        <\/div>\n                        <div>\n                            <span class=\"text-2xl font-bold text-primary\">AUREMA<\/span>\n                            <span class=\"block text-xs text-gray-500 -mt-1\">GROUP<\/span>\n                        <\/div>\n                    <\/a>\n                <\/div>\n                <div class=\"hidden md:flex items-center space-x-8\">\n                    <a href=\"#beneficios\" class=\"text-gray-700 hover:text-primary font-medium\">Beneficios<\/a>\n                    <a href=\"#como-funciona\" class=\"text-gray-700 hover:text-primary font-medium\">C&oacute;mo Funciona<\/a>\n                    <a href=\"#activos\" class=\"text-gray-700 hover:text-primary font-medium\">Activos<\/a>\n                    <a href=\"#contacto\" class=\"bg-primary text-white px-6 py-3 rounded-lg font-semibold hover:bg-blue-800 transition\">Invertir Ahora<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <section class=\"relative min-h-screen flex items-center justify-center pt-20 overflow-hidden\">\n        <div class=\"absolute inset-0 z-0\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?w=1920&#038;h=1080&#038;fit=crop\" alt=\"Modern Real Estate Architecture\" class=\"w-full h-full object-cover\">\n            <div class=\"hero-gradient absolute inset-0\"><\/div>\n        <\/div>\n        \n        <div class=\"relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\n            <div class=\"fade-in\">\n                <div class=\"inline-flex items-center px-4 py-2 bg-white\/10 backdrop-blur-md rounded-full text-white text-sm font-medium mb-8 border border-white\/20\">\n                    <span class=\"flex h-2 w-2 bg-green-400 rounded-full mr-2 animate-pulse\"><\/span>Primera ronda de tokenizaci&oacute;n inmobiliaria en Espa&ntilde;a<\/div>\n                \n                <h1 class=\"text-5xl md:text-7xl font-bold text-white mb-6 leading-tight font-serif\">Tokenizaci&oacute;n Inmobiliaria<br>\n                    <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-amber-200 to-amber-400\">Sin Barreras de Entrada<\/span>\n                <\/h1>\n                \n                <p class=\"text-xl md:text-2xl text-gray-200 mb-10 max-w-3xl mx-auto font-light\">Accede a<strong>activos inmobiliarios premium<\/strong>en Valencia, Madrid y Barcelona \n                    desde<span class=\"text-amber-400 font-bold\">&euro;10,000<\/span>. \n                    Blockchain + Regulaci&oacute;n MiCA. Sin intermediarios.<\/p>\n                \n                <div class=\"grid grid-cols-2 md:grid-cols-4 gap-6 mb-12 max-w-4xl mx-auto\">\n                    <div class=\"bg-white\/10 backdrop-blur-md rounded-xl p-4 border border-white\/20\">\n                        <div class=\"text-3xl font-bold text-white\">&euro;10K<\/div>\n                        <div class=\"text-sm text-gray-300\">Inversi&oacute;n m&iacute;nima<\/div>\n                    <\/div>\n                    <div class=\"bg-white\/10 backdrop-blur-md rounded-xl p-4 border border-white\/20\">\n                        <div class=\"text-3xl font-bold text-white\">8-12%<\/div>\n                        <div class=\"text-sm text-gray-300\">Rentabilidad anual<\/div>\n                    <\/div>\n                    <div class=\"bg-white\/10 backdrop-blur-md rounded-xl p-4 border border-white\/20\">\n                        <div class=\"text-3xl font-bold text-white\">0%<\/div>\n                        <div class=\"text-sm text-gray-300\">Comisi&oacute;n entrada<\/div>\n                    <\/div>\n                    <div class=\"bg-white\/10 backdrop-blur-md rounded-xl p-4 border border-white\/20\">\n                        <div class=\"text-3xl font-bold text-white\">Trimestral<\/div>\n                        <div class=\"text-sm text-gray-300\">Distribuciones<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"flex flex-col sm:flex-row gap-4 justify-center items-center\">\n                    <a href=\"#contacto\" class=\"w-full sm:w-auto bg-amber-500 hover:bg-amber-600 text-white px-10 py-5 rounded-xl font-bold text-lg transition-all transform hover:scale-105 shadow-2xl\">Solicitar Acceso Prioritario<\/a>\n                    <a href=\"#como-funciona\" class=\"w-full sm:w-auto bg-white\/10 hover:bg-white\/20 backdrop-blur-md text-white border-2 border-white\/30 px-10 py-5 rounded-xl font-semibold text-lg transition-all\">Ver C&oacute;mo Funciona<\/a>\n                <\/div>\n                \n                <div class=\"mt-12 pt-8 border-t border-white\/20\">\n                    <p class=\"text-gray-300 text-sm mb-4\">Regulado y cumplimentado bajo:<\/p>\n                    <div class=\"flex flex-wrap justify-center gap-6 text-white\/80 text-sm font-medium\">\n                        <span class=\"flex items-center\">\n                            <svg class=\"w-5 h-5 mr-2\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path><\/svg>MiCA Regulation (UE)<\/span>\n                        <span class=\"flex items-center\">\n                            <svg class=\"w-5 h-5 mr-2\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path><\/svg>CNMV Compliance<\/span>\n                        <span class=\"flex items-center\">\n                            <svg class=\"w-5 h-5 mr-2\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path><\/svg>Estonia O&Uuml; + Delaware LLC<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"absolute bottom-8 left-1\/2 transform -translate-x-1\/2 animate-bounce\">\n            <svg class=\"w-6 h-6 text-white\/60\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 14l-7 7m0 0l-7-7m7 7V3\"><\/path>\n            <\/svg>\n        <\/div>\n    <\/section>\n\n    <!-- Problem\/Solution -->\n    <section id=\"beneficios\" class=\"py-24 bg-gray-50\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-16\">\n                <h2 class=\"text-4xl md:text-5xl font-bold text-secondary mb-6 font-serif\">La Tokenizaci&oacute;n Inmobiliaria<br>\n                    <span class=\"gradient-text\">Revoluciona la Inversi&oacute;n<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">Democratizamos el acceso a activos inmobiliarios institucionales mediante blockchain<\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-2 gap-12 items-center mb-20\">\n                <div class=\"bg-red-50 rounded-2xl p-8 border-l-4 border-red-500\">\n                    <h3 class=\"text-2xl font-bold text-red-800 mb-4 flex items-center\">\n                        <svg class=\"w-8 h-8 mr-3\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"><\/path><\/svg>El Problema Tradicional<\/h3>\n                    <ul class=\"space-y-3 text-gray-700\">\n                        <li class=\"flex items-start\">\n                            <span class=\"text-red-500 mr-2 text-xl\">&#10005;<\/span>\n                            <span>M&iacute;nimos de &euro;500K-5M para acceder a inmuebles institucionales<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-red-500 mr-2 text-xl\">&#10005;<\/span>\n                            <span>Intermediarios que consumen 3-5% en comisiones ocultas<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-red-500 mr-2 text-xl\">&#10005;<\/span>\n                            <span>Falta de transparencia en gesti&oacute;n y distribuciones<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-red-500 mr-2 text-xl\">&#10005;<\/span>\n                            <span>Liquidez bloqueada 5-10 a&ntilde;os sin salida clara<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"bg-green-50 rounded-2xl p-8 border-l-4 border-green-500\">\n                    <h3 class=\"text-2xl font-bold text-green-800 mb-4 flex items-center\">\n                        <svg class=\"w-8 h-8 mr-3\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>La Soluci&oacute;n Aurema<\/h3>\n                    <ul class=\"space-y-3 text-gray-700\">\n                        <li class=\"flex items-start\">\n                            <span class=\"text-green-500 mr-2 text-xl\">&#10003;<\/span>\n                            <span>Acceso desde &euro;10,000 a activos premium tokenizados<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-green-500 mr-2 text-xl\">&#10003;<\/span>\n                            <span>Estructura directa: 0% comisi&oacute;n entrada, 1.5% gesti&oacute;n anual<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-green-500 mr-2 text-xl\">&#10003;<\/span>\n                            <span>Blockchain: trazabilidad total 24\/7, smart contracts auditados<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <span class=\"text-green-500 mr-2 text-xl\">&#10003;<\/span>\n                            <span>Mercado secundario desde a&ntilde;o 3 + distribuciones trimestrales<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <!-- Benefits Grid -->\n            <div class=\"grid md:grid-cols-3 gap-8\">\n                <div class=\"bg-white rounded-2xl p-8 shadow-lg card-hover\">\n                    <div class=\"w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center mb-6\">\n                        <svg class=\"w-7 h-7 text-primary\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-secondary mb-3\">Transparencia Total<\/h3>\n                    <p class=\"text-gray-600\">Cada token representa una participaci&oacute;n real en el SPV propietario del inmueble. Registro inmutable en blockchain con acceso 24\/7.<\/p>\n                <\/div>\n                \n                <div class=\"bg-white rounded-2xl p-8 shadow-lg card-hover\">\n                    <div class=\"w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center mb-6\">\n                        <svg class=\"w-7 h-7 text-primary\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path><\/svg>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-secondary mb-3\">Regulaci&oacute;n MiCA<\/h3>\n                    <p class=\"text-gray-600\">Cumplimiento total con Markets in Crypto-Assets Regulation (UE) 2023\/1114. CNMV y Estonia FSRA supervisando.<\/p>\n                <\/div>\n                \n                <div class=\"bg-white rounded-2xl p-8 shadow-lg card-hover\">\n                    <div class=\"w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center mb-6\">\n                        <svg class=\"w-7 h-7 text-primary\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 7h8m0 0v8m0-8l-8 8-4-4-6 6\"><\/path><\/svg>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-secondary mb-3\">Rentabilidad Objetivo<\/h3>\n                    <p class=\"text-gray-600\">8-12% anual mediante alquileres estabilizados + revalorizaci&oacute;n del activo. Distribuciones autom&aacute;ticas trimestrales.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- How It Works -->\n    <section id=\"como-funciona\" class=\"py-24 bg-white\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-16\">\n                <h2 class=\"text-4xl md:text-5xl font-bold text-secondary mb-6 font-serif\">C&oacute;mo Funciona la Tokenizaci&oacute;n Inmobiliaria<\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">Proceso simplificado en 4 pasos con tecnolog&iacute;a blockchain y cumplimiento regulatorio<\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-4 gap-8\">\n                <div class=\"relative\">\n                    <div class=\"bg-gradient-to-br from-blue-50 to-blue-100 rounded-2xl p-8 text-center relative z-10 h-full\">\n                        <div class=\"w-16 h-16 bg-primary text-white rounded-full flex items-center justify-center text-2xl font-bold mx-auto mb-6\">1<\/div>\n                        <h3 class=\"text-xl font-bold text-secondary mb-3\">Selecci&oacute;n del Activo<\/h3>\n                        <p class=\"text-gray-600 text-sm\">Due diligence t&eacute;cnico exhaustivo por perito judicial. Valoraci&oacute;n independiente. Cumplimiento CTE\/EHE-08.<\/p>\n                    <\/div>\n                    <div class=\"hidden md:block absolute top-1\/2 -right-4 w-8 h-0.5 bg-primary\"><\/div>\n                <\/div>\n                \n                <div class=\"relative\">\n                    <div class=\"bg-gradient-to-br from-blue-50 to-blue-100 rounded-2xl p-8 text-center relative z-10 h-full\">\n                        <div class=\"w-16 h-16 bg-primary text-white rounded-full flex items-center justify-center text-2xl font-bold mx-auto mb-6\">2<\/div>\n                        <h3 class=\"text-xl font-bold text-secondary mb-3\">Tokenizaci&oacute;n<\/h3>\n                        <p class=\"text-gray-600 text-sm\">Creaci&oacute;n de SPV propietario. Emisi&oacute;n de security tokens ERC-3643. Smart contract auditado.<\/p>\n                    <\/div>\n                    <div class=\"hidden md:block absolute top-1\/2 -right-4 w-8 h-0.5 bg-primary\"><\/div>\n                <\/div>\n                \n                <div class=\"relative\">\n                    <div class=\"bg-gradient-to-br from-blue-50 to-blue-100 rounded-2xl p-8 text-center relative z-10 h-full\">\n                        <div class=\"w-16 h-16 bg-primary text-white rounded-full flex items-center justify-center text-2xl font-bold mx-auto mb-6\">3<\/div>\n                        <h3 class=\"text-xl font-bold text-secondary mb-3\">Inversi&oacute;n<\/h3>\n                        <p class=\"text-gray-600 text-sm\">KYC\/AML digital. Suscripci&oacute;n de tokens. Pago v&iacute;a SEPA. Recepci&oacute;n tokens en wallet regulada.<\/p>\n                    <\/div>\n                    <div class=\"hidden md:block absolute top-1\/2 -right-4 w-8 h-0.5 bg-primary\"><\/div>\n                <\/div>\n                \n                <div>\n                    <div class=\"bg-gradient-to-br from-amber-50 to-amber-100 rounded-2xl p-8 text-center relative z-10 h-full\">\n                        <div class=\"w-16 h-16 bg-amber-500 text-white rounded-full flex items-center justify-center text-2xl font-bold mx-auto mb-6\">4<\/div>\n                        <h3 class=\"text-xl font-bold text-secondary mb-3\">Rentas Autom&aacute;ticas<\/h3>\n                        <p class=\"text-gray-600 text-sm\">Alquileres generados &rarr; Smart contract &rarr; Distribuci&oacute;n trimestral autom&aacute;tica en EUR o USDC.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Tech Stack -->\n            <div class=\"mt-16 bg-gray-50 rounded-3xl p-8\">\n                <h3 class=\"text-2xl font-bold text-center mb-8\">Tecnolog&iacute;a y Cumplimiento<\/h3>\n                <div class=\"grid md:grid-cols-4 gap-6 text-center\">\n                    <div class=\"bg-white rounded-xl p-6 shadow\">\n                        <div class=\"text-3xl mb-3\">&#9939;&#65039;<\/div>\n                        <div class=\"font-semibold text-secondary\">Ethereum\/Polygon<\/div>\n                        <div class=\"text-sm text-gray-600\">Blockchain segura<\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl p-6 shadow\">\n                        <div class=\"text-3xl mb-3\">&#128272;<\/div>\n                        <div class=\"font-semibold text-secondary\">ERC-3643<\/div>\n                        <div class=\"text-sm text-gray-600\">Security tokens<\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl p-6 shadow\">\n                        <div class=\"text-3xl mb-3\">&#9989;<\/div>\n                        <div class=\"font-semibold text-secondary\">MiCA Compliant<\/div>\n                        <div class=\"text-sm text-gray-600\">Regulaci&oacute;n UE<\/div>\n                    <\/div>\n                    <div class=\"bg-white rounded-xl p-6 shadow\">\n                        <div class=\"text-3xl mb-3\">&#127963;&#65039;<\/div>\n                        <div class=\"font-semibold text-secondary\">Estonia O&Uuml;<\/div>\n                        <div class=\"text-sm text-gray-600\">0% fiscal retenido<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Featured Assets -->\n    <section id=\"activos\" class=\"py-24 bg-gray-50\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-16\">\n                <h2 class=\"text-4xl md:text-5xl font-bold text-secondary mb-6 font-serif\">Activos Inmobiliarios Tokenizados<\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">Cartera diversificada en ubicaciones prime de Espa&ntilde;a<\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-3 gap-8\">\n                <!-- Asset 1 -->\n                <div class=\"bg-white rounded-2xl overflow-hidden shadow-lg card-hover\">\n                    <div class=\"h-64 bg-cover bg-center relative\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1545324418-cc1a3fa10c00?w=800&#038;h=600&#038;fit=crop')\">\n                        <div class=\"absolute top-4 right-4 bg-green-500 text-white px-3 py-1 rounded-full text-sm font-bold\">Disponible<\/div>\n                        <div class=\"absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black\/70 to-transparent p-4\">\n                            <div class=\"text-white font-bold text-lg\">Valencia Centro<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"p-6\">\n                        <div class=\"flex justify-between items-center mb-4\">\n                            <span class=\"text-sm text-gray-600\">Residencial Premium<\/span>\n                            <span class=\"text-sm font-semibold text-primary\">&euro;2.4M<\/span>\n                        <\/div>\n                        <div class=\"space-y-2 mb-6\">\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Valor inmueble:<\/span>\n                                <span class=\"font-semibold\">&euro;2,400,000<\/span>\n                            <\/div>\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Alquiler mensual:<\/span>\n                                <span class=\"font-semibold\">&euro;12,000<\/span>\n                            <\/div>\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Ocupaci&oacute;n:<\/span>\n                                <span class=\"font-semibold text-green-600\">100%<\/span>\n                            <\/div>\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Yield objetivo:<\/span>\n                                <span class=\"font-semibold text-primary\">9.2%<\/span>\n                            <\/div>\n                        <\/div>\n                        <a href=\"#contacto\" class=\"block w-full bg-primary text-white text-center py-3 rounded-lg font-semibold hover:bg-blue-800 transition\">Solicitar Informaci&oacute;n<\/a>\n                    <\/div>\n                <\/div>\n                \n                <!-- Asset 2 -->\n                <div class=\"bg-white rounded-2xl overflow-hidden shadow-lg card-hover\">\n                    <div class=\"h-64 bg-cover bg-center relative\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1497366216548-37526070297c?w=800&#038;h=600&#038;fit=crop')\">\n                        <div class=\"absolute top-4 right-4 bg-amber-500 text-white px-3 py-1 rounded-full text-sm font-bold\">Pr&oacute;ximamente<\/div>\n                        <div class=\"absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black\/70 to-transparent p-4\">\n                            <div class=\"text-white font-bold text-lg\">Madrid Salamanca<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"p-6\">\n                        <div class=\"flex justify-between items-center mb-4\">\n                            <span class=\"text-sm text-gray-600\">Oficinas Premium<\/span>\n                            <span class=\"text-sm font-semibold text-primary\">&euro;4.8M<\/span>\n                        <\/div>\n                        <div class=\"space-y-2 mb-6\">\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Valor inmueble:<\/span>\n                                <span class=\"font-semibold\">&euro;4,800,000<\/span>\n                            <\/div>\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Alquiler mensual:<\/span>\n                                <span class=\"font-semibold\">&euro;28,000<\/span>\n                            <\/div>\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Ocupaci&oacute;n:<\/span>\n                                <span class=\"font-semibold text-green-600\">95%<\/span>\n                            <\/div>\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Yield objetivo:<\/span>\n                                <span class=\"font-semibold text-primary\">8.5%<\/span>\n                            <\/div>\n                        <\/div>\n                        <button disabled class=\"block w-full bg-gray-300 text-gray-600 text-center py-3 rounded-lg font-semibold cursor-not-allowed\">Lista de Espera<\/button>\n                    <\/div>\n                <\/div>\n                \n                <!-- Asset 3 -->\n                <div class=\"bg-white rounded-2xl overflow-hidden shadow-lg card-hover\">\n                    <div class=\"h-64 bg-cover bg-center relative\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1512917774080-9991f1c4c750?w=800&#038;h=600&#038;fit=crop')\">\n                        <div class=\"absolute top-4 right-4 bg-gray-500 text-white px-3 py-1 rounded-full text-sm font-bold\">En Due Diligence<\/div>\n                        <div class=\"absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black\/70 to-transparent p-4\">\n                            <div class=\"text-white font-bold text-lg\">Barcelona Eixample<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"p-6\">\n                        <div class=\"flex justify-between items-center mb-4\">\n                            <span class=\"text-sm text-gray-600\">Mixto (Comercial+Residencial)<\/span>\n                            <span class=\"text-sm font-semibold text-primary\">&euro;3.6M<\/span>\n                        <\/div>\n                        <div class=\"space-y-2 mb-6\">\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Valor inmueble:<\/span>\n                                <span class=\"font-semibold\">&euro;3,600,000<\/span>\n                            <\/div>\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Alquiler mensual:<\/span>\n                                <span class=\"font-semibold\">&euro;18,500<\/span>\n                            <\/div>\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Ocupaci&oacute;n:<\/span>\n                                <span class=\"font-semibold text-yellow-600\">88%<\/span>\n                            <\/div>\n                            <div class=\"flex justify-between text-sm\">\n                                <span class=\"text-gray-600\">Yield objetivo:<\/span>\n                                <span class=\"font-semibold text-primary\">10.1%<\/span>\n                            <\/div>\n                        <\/div>\n                        <button disabled class=\"block w-full bg-gray-300 text-gray-600 text-center py-3 rounded-lg font-semibold cursor-not-allowed\">\n                            En An&aacute;lisis\n                        <\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Form Section -->\n    <section id=\"contacto\" class=\"py-24 bg-white\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid md:grid-cols-2 gap-12 items-center\">\n                <div>\n                    <h2 class=\"text-4xl md:text-5xl font-bold text-secondary mb-6 font-serif\">\n                        &Uacute;nete a la Revoluci&oacute;n de la<br>\n                        <span class=\"gradient-text\">Tokenizaci&oacute;n Inmobiliaria<\/span>\n                    <\/h2>\n                    <p class=\"text-xl text-gray-600 mb-8\">\n                        Accede a nuestra primera ronda de activos tokenizados. Plazas limitadas para inversores acreditados.\n                    <\/p>\n                    \n                    <div class=\"space-y-4 mb-8\">\n                        <div class=\"flex items-center text-gray-700\">\n                            <svg class=\"w-6 h-6 mr-3 text-green-500\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n                            <span>Asesoramiento personalizado sin compromiso<\/span>\n                        <\/div>\n                        <div class=\"flex items-center text-gray-700\">\n                            <svg class=\"w-6 h-6 mr-3 text-green-500\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n                            <span>Documentaci&oacute;n regulatoria completa (MiCA\/CNMV)<\/span>\n                        <\/div>\n                        <div class=\"flex items-center text-gray-700\">\n                            <svg class=\"w-6 h-6 mr-3 text-green-500\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n                            <span>Respuesta en menos de 24 horas laborables<\/span>\n                        <\/div>\n                        <div class=\"flex items-center text-gray-700\">\n                            <svg class=\"w-6 h-6 mr-3 text-green-500\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n                            <span>Investment Memorandum descargable<\/span>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"bg-blue-50 rounded-xl p-6 border-l-4 border-primary\">\n                        <div class=\"flex items-start\">\n                            <svg class=\"w-6 h-6 text-primary mr-3 mt-1\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                            <div>\n                                <p class=\"font-semibold text-primary mb-1\">Requisito: Inversor Acreditado<\/p>\n                                <p class=\"text-sm text-gray-600\">Debes cumplir con los requisitos de inversor acreditado seg&uacute;n MiCA (ingresos >&euro;100K o patrimonio >&euro;1M).<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Formspree Form -->\n                <div class=\"bg-gray-50 rounded-3xl p-8 shadow-xl\">\n                    <h3 class=\"text-2xl font-bold text-secondary mb-6\">Solicitar Acceso Prioritario<\/h3>\n                    \n                    <form action=\"https:\/\/formspree.io\/f\/mdabeybq\" method=\"POST\" class=\"space-y-6\">\n                        <div>\n                            <label for=\"name\" class=\"block text-sm font-medium text-gray-700 mb-2\">Nombre completo *<\/label>\n                            <input type=\"text\" id=\"name\" name=\"name\" required class=\"w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition\" placeholder=\"Tu Nombre\">\n                        <\/div>\n                        \n                        <div>\n                            <label for=\"email\" class=\"block text-sm font-medium text-gray-700 mb-2\">Email corporativo *<\/label>\n                            <input type=\"email\" id=\"email\" name=\"email\" required class=\"w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition\" placeholder=\"tu@empresa.com\">\n                        <\/div>\n                        \n                        <div>\n                            <label for=\"phone\" class=\"block text-sm font-medium text-gray-700 mb-2\">Tel&eacute;fono *<\/label>\n                            <input type=\"tel\" id=\"phone\" name=\"phone\" required class=\"w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition\" placeholder=\"+34 600 000 000\">\n                        <\/div>\n                        \n                        <div>\n                            <label for=\"country\" class=\"block text-sm font-medium text-gray-700 mb-2\">Pa&iacute;s de residencia *<\/label>\n                            <select id=\"country\" name=\"country\" required class=\"w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition\">\n                                <option value=\"\">Seleccionar pa&iacute;s<\/option>\n                                <option value=\"ES\">Espa&ntilde;a<\/option>\n                                <option value=\"US\">Estados Unidos<\/option>\n                                <option value=\"AE\">Emiratos &Aacute;rabes Unidos<\/option>\n                                <option value=\"GB\">Reino Unido<\/option>\n                                <option value=\"DE\">Alemania<\/option>\n                                <option value=\"FR\">Francia<\/option>\n                                <option value=\"other\">Otro<\/option>\n                            <\/select>\n                        <\/div>\n                        \n                        <div>\n                            <label for=\"investment_range\" class=\"block text-sm font-medium text-gray-700 mb-2\">Rango de inversi&oacute;n previsto<\/label>\n                            <select id=\"investment_range\" name=\"investment_range\" class=\"w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition\">\n                                <option value=\"\">Seleccionar rango<\/option>\n                                <option value=\"10k-25k\">&euro;10,000 &#8211; &euro;25,000<\/option>\n                                <option value=\"25k-100k\">&euro;25,000 &#8211; &euro;100,000<\/option>\n                                <option value=\"100k-500k\">&euro;100,000 &#8211; &euro;500,000<\/option>\n                                <option value=\"500k+\">&euro;500,000+<\/option>\n                            <\/select>\n                        <\/div>\n                        \n                        <div>\n                            <label for=\"message\" class=\"block text-sm font-medium text-gray-700 mb-2\">Mensaje (opcional)<\/label>\n                            <textarea id=\"message\" name=\"message\" rows=\"3\" class=\"w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition\" placeholder=\"Cu&eacute;ntanos tus objetivos de inversi&oacute;n o preguntas sobre tokenizaci&oacute;n...\"><\/textarea>\n                        <\/div>\n                        \n                        <div class=\"flex items-start\">\n                            <input type=\"checkbox\" id=\"privacy\" name=\"privacy\" required class=\"mt-1 w-4 h-4 text-primary border-gray-300 rounded focus:ring-primary\">\n                            <label for=\"privacy\" class=\"ml-2 text-sm text-gray-600\">\n                                Acepto la <a href=\"#\" class=\"text-primary hover:underline\">pol&iacute;tica de privacidad<\/a> y el tratamiento de mis datos conforme a GDPR *\n                            <\/label>\n                        <\/div>\n                        \n                        <!-- Hidden field for subject -->\n                        <input type=\"hidden\" name=\"_subject\" value=\"Nueva solicitud - Tokenizaci&oacute;n Inmobiliaria\">\n                        <input type=\"hidden\" name=\"_cc\" value=\"contacto@auremagroup.com\">\n                        \n                        <button type=\"submit\" class=\"w-full bg-amber-500 hover:bg-amber-600 text-white font-bold py-4 rounded-xl transition-all transform hover:scale-105 shadow-lg\">\n                            Enviar Solicitud de Acceso\n                        <\/button>\n                        \n                        <p class=\"text-xs text-gray-500 text-center\">\n                            Al enviar, aceptas ser contactado por Aurema Group. Sin spam. Date de baja en cualquier momento.\n                        <\/p>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section -->\n    <section class=\"py-24 bg-gray-50\">\n        <div class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-16\">\n                <h2 class=\"text-4xl font-bold text-secondary mb-6 font-serif\">Preguntas Frecuentes sobre Tokenizaci&oacute;n Inmobiliaria<\/h2>\n            <\/div>\n            \n            <div class=\"space-y-4\" id=\"faq-container\">\n                <div class=\"bg-white rounded-xl shadow-sm overflow-hidden\">\n                    <button class=\"faq-toggle w-full px-6 py-4 text-left flex justify-between items-center focus:outline-none\">\n                        <span class=\"font-semibold text-secondary\">&iquest;Qu&eacute; es exactamente un token inmobiliario?<\/span>\n                        <svg class=\"w-5 h-5 text-gray-500 transform transition-transform\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path><\/svg>\n                    <\/button>\n                    <div class=\"faq-content hidden px-6 pb-4 text-gray-600\">\n                        Un token inmobiliario es un security token (ERC-3643) que representa una participaci&oacute;n proporcional en una sociedad (SPV) propietaria de un inmueble real. Cada token equivale a &euro;1 de valor del activo subyacente y otorga derecho a percibir rentas proporcionales y plusval&iacute;as en caso de venta.\n                    <\/div>\n                <\/div>\n                \n                <div class=\"bg-white rounded-xl shadow-sm overflow-hidden\">\n                    <button class=\"faq-toggle w-full px-6 py-4 text-left flex justify-between items-center focus:outline-none\">\n                        <span class=\"font-semibold text-secondary\">&iquest;C&oacute;mo se generan las rentas trimestrales?<\/span>\n                        <svg class=\"w-5 h-5 text-gray-500 transform transition-transform\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path><\/svg>\n                    <\/button>\n                    <div class=\"faq-content hidden px-6 pb-4 text-gray-600\">\n                        Los alquileres de los inquilinos se depositan en la cuenta del SPV. Tras deducir gastos (IBI, comunidad, mantenimiento) y la comisi&oacute;n de gesti&oacute;n (1.5%), el beneficio neto se distribuye autom&aacute;ticamente v&iacute;a smart contract a los holders de tokens en proporci&oacute;n a su participaci&oacute;n. Puedes recibirlo en EUR (SEPA) o USDC (blockchain).\n                    <\/div>\n                <\/div>\n                \n                <div class=\"bg-white rounded-xl shadow-sm overflow-hidden\">\n                    <button class=\"faq-toggle w-full px-6 py-4 text-left flex justify-between items-center focus:outline-none\">\n                        <span class=\"font-semibold text-secondary\">&iquest;Puedo vender mis tokens antes de 3 a&ntilde;os?<\/span>\n                        <svg class=\"w-5 h-5 text-gray-500 transform transition-transform\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path><\/svg>\n                    <\/button>\n                    <div class=\"faq-content hidden px-6 pb-4 text-gray-600\">\n                        Durante los primeros 3 a&ntilde;os existe un per&iacute;odo de lock-up para garantizar estabilidad. A partir del a&ntilde;o 3, habilitamos un mercado secundario regulado donde puedes ofrecer tus tokens a otros inversores acreditados verificados. Aurema Group tambi&eacute;n ofrece prioridad de compra al valor de mercado razonable.\n                    <\/div>\n                <\/div>\n                \n                <div class=\"bg-white rounded-xl shadow-sm overflow-hidden\">\n                    <button class=\"faq-toggle w-full px-6 py-4 text-left flex justify-between items-center focus:outline-none\">\n                        <span class=\"font-semibold text-secondary\">&iquest;Qu&eacute; ocurre si el inmueble pierde valor?<\/span>\n                        <svg class=\"w-5 h-5 text-gray-500 transform transition-transform\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path><\/svg>\n                    <\/button>\n                    <div class=\"faq-content hidden px-6 pb-4 text-gray-600\">\n                        Realizamos due diligence exhaustivo con peritaje judicial experto antes de cada adquisici&oacute;n. Mantenemos ratios LTV conservadores (m&aacute;ximo 60%) y diversificamos por ubicaci&oacute;n y tipolog&iacute;a. Aunque existe riesgo de mercado, la estrategia de alquileres estabilizados genera rentas recurrentes independientemente de la valoraci&oacute;n del activo.\n                    <\/div>\n                <\/div>\n                \n                <div class=\"bg-white rounded-xl shadow-sm overflow-hidden\">\n                    <button class=\"faq-toggle w-full px-6 py-4 text-left flex justify-between items-center focus:outline-none\">\n                        <span class=\"font-semibold text-secondary\">&iquest;Es seguro invertir en blockchain?<\/span>\n                        <svg class=\"w-5 h-5 text-gray-500 transform transition-transform\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path><\/svg>\n                    <\/button>\n                    <div class=\"faq-content hidden px-6 pb-4 text-gray-600\">\n                        Utilizamos Ethereum\/Polygon (blockchains m&aacute;s seguras del mercado), smart contracts auditados por firmas independientes (CertiK, OpenZeppelin), y custody regulada para fondos. Los tokens ERC-3643 incluyen compliance integrado (KYC\/AML) y est&aacute;n registrados conforme a MiCA. La tecnolog&iacute;a blockchain proporciona inmutabilidad y transparencia total.\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"bg-secondary text-white py-16 border-t border-gray-800\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid md:grid-cols-4 gap-12 mb-12\">\n                <div class=\"col-span-2\">\n                    <div class=\"flex items-center space-x-2 mb-6\">\n                        <div class=\"w-10 h-10 bg-primary rounded-lg flex items-center justify-center\">\n                            <span class=\"text-white font-bold text-xl\">A<\/span>\n                        <\/div>\n                        <div>\n                            <span class=\"text-2xl font-bold\">AUREMA<\/span>\n                            <span class=\"block text-xs text-gray-400 -mt-1\">GROUP<\/span>\n                        <\/div>\n                    <\/div>\n                    <p class=\"text-gray-400 mb-6 max-w-md\">\n                        L&iacute;deres en tokenizaci&oacute;n inmobiliaria en Espa&ntilde;a. \n                        Estructura internacional regulada para inversores acreditados.\n                    <\/p>\n                    <div class=\"flex space-x-4\">\n                        <a href=\"#\" class=\"w-10 h-10 bg-white\/10 rounded-lg flex items-center justify-center hover:bg-primary transition\">\n                            <svg class=\"w-5 h-5\" 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                    <\/div>\n                <\/div>\n                \n                <div>\n                    <h4 class=\"text-lg font-semibold mb-4\">Contacto<\/h4>\n                    <ul class=\"space-y-3 text-gray-400\">\n                        <li class=\"flex items-start\">\n                            <svg class=\"w-5 h-5 mr-3 mt-0.5 text-primary\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"><\/path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"><\/path><\/svg>\n                            <span class=\"text-sm\">\n                                1007 N Orange St, 4th Floor, Suite 2223<br>\n                                Wilmington, DE 19801<br>\n                                United States\n                            <\/span>\n                        <\/li>\n                        <li class=\"flex items-center\">\n                            <svg class=\"w-5 h-5 mr-3 text-primary\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"><\/path><\/svg>\n                            <a href=\"tel:+13323781281\" class=\"text-sm hover:text-white transition\">+1 (332) 378 1281<\/a>\n                        <\/li>\n                        <li class=\"flex items-center\">\n                            <svg class=\"w-5 h-5 mr-3 text-primary\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path><\/svg>\n                            <a href=\"mailto:contacto@auremagroup.com\" class=\"text-sm hover:text-white transition\">contacto@auremagroup.com<\/a>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div>\n                    <h4 class=\"text-lg font-semibold mb-4\">Legal<\/h4>\n                    <ul class=\"space-y-2 text-gray-400\">\n                        <li><a href=\"#\" class=\"hover:text-white transition text-sm\">Aviso Legal<\/a><\/li>\n                        <li><a href=\"#\" class=\"hover:text-white transition text-sm\">Pol&iacute;tica de Privacidad<\/a><\/li>\n                        <li><a href=\"#\" class=\"hover:text-white transition text-sm\">T&eacute;rminos de Inversi&oacute;n<\/a><\/li>\n                        <li><a href=\"#\" class=\"hover:text-white transition text-sm\">Risk Disclosure<\/a><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"border-t border-gray-800 pt-8\">\n                <div class=\"flex flex-col md:flex-row justify-between items-center\">\n                    <p class=\"text-gray-500 text-sm mb-4 md:mb-0\">\n                        &copy; 2026 Aurema Group. Todos los derechos reservados.\n                    <\/p>\n                    <div class=\"flex items-center space-x-6 text-xs text-gray-500\">\n                        <span class=\"flex items-center\">\n                            <span class=\"w-2 h-2 bg-green-500 rounded-full mr-2\"><\/span>\n                            Regulado MiCA\/CNMV\n                        <\/span>\n                        <span>Estonia O&Uuml; &bull; Delaware LLC &bull; Espa&ntilde;a SL<\/span>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"mt-6 p-4 bg-white\/5 rounded-lg text-xs text-gray-500\">\n                    <strong>Aviso de Riesgo:<\/strong> La inversi&oacute;n en activos tokenizados conlleva riesgos, incluyendo la posible p&eacute;rdida del capital invertido. \n                    Las rentabilidades pasadas no garantizan resultados futuros. Este sitio web no constituye una oferta de valores en jurisdicciones donde \n                    dicha oferta est&eacute; prohibida. Solo para inversores acreditados.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- JavaScript -->\n    <script>\n        \/\/ FAQ Accordion\n        const faqToggles = document.querySelectorAll('.faq-toggle');\n        faqToggles.forEach(toggle => {\n            toggle.addEventListener('click', () => {\n                const content = toggle.nextElementSibling;\n                const icon = toggle.querySelector('svg');\n                \n                content.classList.toggle('hidden');\n                if (content.classList.contains('hidden')) {\n                    icon.classList.remove('rotate-180');\n                } else {\n                    icon.classList.add('rotate-180');\n                }\n            });\n        });\n        \n        \/\/ Smooth scroll for anchor links\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({ behavior: 'smooth', block: 'start' });\n                }\n            });\n        });\n        \n        \/\/ Form submission enhancement\n        const form = document.querySelector('form');\n        form.addEventListener('submit', function(e) {\n            const submitBtn = this.querySelector('button[type=\"submit\"]');\n            const originalText = submitBtn.innerText;\n            \n            submitBtn.innerText = 'Enviando...';\n            submitBtn.disabled = true;\n            submitBtn.classList.add('opacity-75');\n            \n            \/\/ Form will submit normally to Formspree\n            setTimeout(() => {\n                submitBtn.innerText = originalText;\n                submitBtn.disabled = false;\n                submitBtn.classList.remove('opacity-75');\n            }, 3000);\n        });\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Tokenizaci&oacute;n Inmobiliaria | Inversi&oacute;n desde &euro;10K | Aurema Group A AUREMA GROUP Beneficios C&oacute;mo Funciona Activos Invertir Ahora Primera ronda de tokenizaci&oacute;n inmobiliaria en Espa&ntilde;a Tokenizaci&oacute;n Inmobiliaria Sin Barreras de Entrada Accede aactivos inmobiliarios premiumen Valencia, Madrid y Barcelona desde&euro;10,000. Blockchain + Regulaci&oacute;n MiCA. Sin intermediarios. &euro;10K Inversi&oacute;n m&iacute;nima 8-12% Rentabilidad anual 0% Comisi&oacute;n entrada [&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-492","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\/492","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=492"}],"version-history":[{"count":3,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts\/492\/revisions"}],"predecessor-version":[{"id":714,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts\/492\/revisions\/714"}],"wp:attachment":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/media?parent=492"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/categories?post=492"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/tags?post=492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}