{"id":678,"date":"2026-06-08T16:33:42","date_gmt":"2026-06-08T16:33:42","guid":{"rendered":"https:\/\/invest.aurema-group.com\/?page_id=678"},"modified":"2026-06-17T19:44:43","modified_gmt":"2026-06-17T19:44:43","slug":"soluciones-para-inversores","status":"publish","type":"page","link":"https:\/\/invest.aurema-group.com\/en\/soluciones-para-inversores\/","title":{"rendered":"Solutions for Investors"},"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    <meta name=\"description\" content=\"Aurema Group resuelve los problemas reales de los inversores en real estate. Acceso desde $1,000, liquidez secundaria, transparencia total y compliance SEC-compliant.\">\n    <title>Investor Solutions | Aurema Group + PropTrust Verified<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700;900&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --black: #0a0a0a;\n            --black-light: #1a1a1a;\n            --black-lighter: #2a2a2a;\n            --gold: #c9a961;\n            --gold-light: #d4b77a;\n            --gold-dark: #a58a4d;\n            --cream: #f8f5f0;\n            --gray: #888;\n            --gray-light: #aaa;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        html {\n            scroll-behavior: smooth;\n        }\n        \n        body {\n            font-family: 'Inter', sans-serif;\n            background: var(--black);\n            color: var(--cream);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n        \n        h1, h2, h3, h4 {\n            font-family: 'Playfair Display', serif;\n            font-weight: 700;\n            line-height: 1.2;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 2rem;\n        }\n        \n        \/* HEADER *\/\n        .header {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            background: rgba(10, 10, 10, 0.95);\n            backdrop-filter: blur(10px);\n            border-bottom: 1px solid rgba(201, 169, 97, 0.2);\n            z-index: 1000;\n            padding: 1rem 0;\n        }\n        \n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .logo {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            font-weight: 900;\n            color: var(--gold);\n            letter-spacing: 3px;\n        }\n        \n        .nav-links {\n            display: flex;\n            gap: 2rem;\n            list-style: none;\n        }\n        \n        .nav-links a {\n            color: var(--cream);\n            text-decoration: none;\n            font-size: 0.9rem;\n            font-weight: 500;\n            transition: color 0.3s;\n        }\n        \n        .nav-links a:hover {\n            color: var(--gold);\n        }\n        \n        .cta-button {\n            background: linear-gradient(135deg, var(--gold), var(--gold-dark));\n            color: var(--black);\n            padding: 0.8rem 2rem;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 0.9rem;\n            transition: all 0.3s;\n            border: none;\n            cursor: pointer;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(201, 169, 97, 0.4);\n        }\n        \n        \/* HERO SECTION *\/\n        .hero {\n            margin-top: 80px;\n            padding: 6rem 0;\n            background: linear-gradient(135deg, var(--black) 0%, var(--black-light) 100%);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                radial-gradient(circle at 20% 50%, rgba(201, 169, 97, 0.1) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(201, 169, 97, 0.05) 0%, transparent 50%);\n            pointer-events: none;\n        }\n        \n        .hero-content {\n            position: relative;\n            z-index: 1;\n            text-align: center;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n        \n        .hero-badge {\n            display: inline-block;\n            background: rgba(201, 169, 97, 0.15);\n            border: 1px solid var(--gold);\n            color: var(--gold);\n            padding: 0.5rem 1.5rem;\n            border-radius: 50px;\n            font-size: 0.85rem;\n            letter-spacing: 2px;\n            font-weight: 600;\n            margin-bottom: 2rem;\n        }\n        \n        .hero h1 {\n            font-size: 3.5rem;\n            margin-bottom: 1.5rem;\n            line-height: 1.1;\n        }\n        \n        .hero h1 span {\n            color: var(--gold);\n            font-style: italic;\n        }\n        \n        .hero-subtitle {\n            font-size: 1.3rem;\n            color: var(--gray-light);\n            margin-bottom: 3rem;\n            font-weight: 300;\n        }\n        \n        .hero-stats {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n            margin-top: 4rem;\n        }\n        \n        .stat-card {\n            background: rgba(26, 26, 26, 0.5);\n            border: 1px solid rgba(201, 169, 97, 0.2);\n            padding: 2rem;\n            border-radius: 12px;\n            text-align: center;\n        }\n        \n        .stat-number {\n            font-family: 'Playfair Display', serif;\n            font-size: 3rem;\n            font-weight: 900;\n            color: var(--gold);\n            margin-bottom: 0.5rem;\n        }\n        \n        .stat-label {\n            font-size: 0.9rem;\n            color: var(--gray-light);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        \/* PROBLEMS & SOLUTIONS SECTION *\/\n        .problems-section {\n            padding: 6rem 0;\n            background: var(--black);\n        }\n        \n        .section-header {\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n        \n        .section-label {\n            display: inline-block;\n            background: rgba(201, 169, 97, 0.15);\n            border-left: 3px solid var(--gold);\n            padding: 0.5rem 1.5rem;\n            font-size: 0.85rem;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            color: var(--gold);\n            margin-bottom: 1.5rem;\n            font-weight: 600;\n        }\n        \n        .section-header h2 {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n        \n        .section-header h2 span {\n            color: var(--gold);\n        }\n        \n        .section-header p {\n            font-size: 1.2rem;\n            color: var(--gray-light);\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .problem-card {\n            background: var(--black-light);\n            border: 1px solid rgba(201, 169, 97, 0.2);\n            border-radius: 16px;\n            padding: 3rem;\n            margin-bottom: 2rem;\n            transition: all 0.3s;\n        }\n        \n        .problem-card:hover {\n            border-color: var(--gold);\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(201, 169, 97, 0.15);\n        }\n        \n        .problem-header {\n            display: flex;\n            align-items: flex-start;\n            gap: 1.5rem;\n            margin-bottom: 2rem;\n        }\n        \n        .problem-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, var(--gold), var(--gold-dark));\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            color: var(--black);\n            flex-shrink: 0;\n        }\n        \n        .problem-title h3 {\n            font-size: 1.8rem;\n            margin-bottom: 0.5rem;\n        }\n        \n        .problem-pain {\n            background: rgba(10, 10, 10, 0.5);\n            border-left: 4px solid var(--gray);\n            padding: 1.5rem;\n            margin-bottom: 2rem;\n            border-radius: 8px;\n        }\n        \n        .problem-pain-label {\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            color: var(--gray);\n            margin-bottom: 0.5rem;\n            font-weight: 600;\n        }\n        \n        .problem-pain p {\n            font-style: italic;\n            color: var(--gray-light);\n        }\n        \n        .solution-content {\n            background: rgba(201, 169, 97, 0.05);\n            border-left: 4px solid var(--gold);\n            padding: 1.5rem;\n            margin-bottom: 2rem;\n            border-radius: 8px;\n        }\n        \n        .solution-label {\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            color: var(--gold);\n            margin-bottom: 0.5rem;\n            font-weight: 600;\n        }\n        \n        .solution-content h4 {\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\n            color: var(--gold);\n        }\n        \n        .solution-features {\n            list-style: none;\n            margin-bottom: 1.5rem;\n        }\n        \n        .solution-features li {\n            padding: 0.8rem 0;\n            padding-left: 2rem;\n            position: relative;\n            border-bottom: 1px solid rgba(201, 169, 97, 0.1);\n        }\n        \n        .solution-features li::before {\n            content: 'f00c';\n            font-family: 'Font Awesome 6 Free';\n            font-weight: 900;\n            position: absolute;\n            left: 0;\n            color: var(--gold);\n        }\n        \n        .solution-features li:last-child {\n            border-bottom: none;\n        }\n        \n        .solution-script {\n            background: rgba(26, 26, 26, 0.8);\n            padding: 1.5rem;\n            border-radius: 8px;\n            margin-top: 1.5rem;\n        }\n        \n        .solution-script-label {\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            color: var(--gold);\n            margin-bottom: 0.5rem;\n            font-weight: 600;\n        }\n        \n        .solution-script p {\n            font-style: italic;\n            color: var(--cream);\n            line-height: 1.8;\n        }\n        \n        .social-proof {\n            background: rgba(201, 169, 97, 0.1);\n            padding: 1rem 1.5rem;\n            border-radius: 8px;\n            margin-top: 1.5rem;\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n        }\n        \n        .social-proof-icon {\n            color: var(--gold);\n            font-size: 1.5rem;\n        }\n        \n        .social-proof-text {\n            font-size: 0.95rem;\n            color: var(--cream);\n        }\n        \n        \/* PROPTRUST SECTION *\/\n        .proptrust-section {\n            padding: 6rem 0;\n            background: linear-gradient(135deg, var(--black-light) 0%, var(--black) 100%);\n        }\n        \n        .proptrust-badge-large {\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n        \n        .badge-icon {\n            width: 120px;\n            height: 120px;\n            background: linear-gradient(135deg, var(--gold), var(--gold-dark));\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 2rem;\n            font-size: 3rem;\n            color: var(--black);\n            box-shadow: 0 0 0 8px rgba(201, 169, 97, 0.2);\n        }\n        \n        .badge-title {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n        }\n        \n        .badge-subtitle {\n            font-size: 1.2rem;\n            color: var(--gray-light);\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .verification-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n        }\n        \n        .verification-card {\n            background: var(--black-light);\n            border: 1px solid rgba(201, 169, 97, 0.2);\n            padding: 2rem;\n            border-radius: 12px;\n            text-align: center;\n            transition: all 0.3s;\n        }\n        \n        .verification-card:hover {\n            border-color: var(--gold);\n            transform: translateY(-5px);\n        }\n        \n        .verification-icon {\n            width: 70px;\n            height: 70px;\n            background: rgba(201, 169, 97, 0.15);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1.5rem;\n            font-size: 2rem;\n            color: var(--gold);\n        }\n        \n        .verification-card h4 {\n            font-size: 1.3rem;\n            margin-bottom: 0.5rem;\n            color: var(--gold);\n        }\n        \n        .verification-card p {\n            font-size: 0.95rem;\n            color: var(--gray-light);\n            line-height: 1.6;\n        }\n        \n        \/* IMPACT METRICS *\/\n        .impact-section {\n            padding: 6rem 0;\n            background: var(--black);\n        }\n        \n        .impact-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 3rem;\n            background: var(--black-light);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n        \n        .impact-table thead {\n            background: rgba(201, 169, 97, 0.15);\n        }\n        \n        .impact-table th {\n            padding: 1.5rem;\n            text-align: left;\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            color: var(--gold);\n            font-weight: 600;\n            border-bottom: 2px solid var(--gold);\n        }\n        \n        .impact-table td {\n            padding: 1.5rem;\n            border-bottom: 1px solid rgba(201, 169, 97, 0.1);\n            font-size: 0.95rem;\n        }\n        \n        .impact-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .impact-table .metric-name {\n            font-weight: 600;\n            color: var(--cream);\n        }\n        \n        .impact-table .before {\n            color: var(--gray);\n        }\n        \n        .impact-table .after {\n            color: var(--gold);\n            font-weight: 600;\n        }\n        \n        \/* CTA SECTION *\/\n        .cta-section {\n            padding: 6rem 0;\n            background: linear-gradient(135deg, var(--black-light) 0%, var(--black) 100%);\n            text-align: center;\n        }\n        \n        .cta-content {\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .cta-content h2 {\n            font-size: 3rem;\n            margin-bottom: 1.5rem;\n        }\n        \n        .cta-content h2 span {\n            color: var(--gold);\n        }\n        \n        .cta-content p {\n            font-size: 1.2rem;\n            color: var(--gray-light);\n            margin-bottom: 3rem;\n        }\n        \n        .cta-buttons {\n            display: flex;\n            gap: 1.5rem;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n        \n        .cta-button-large {\n            background: linear-gradient(135deg, var(--gold), var(--gold-dark));\n            color: var(--black);\n            padding: 1.2rem 3rem;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.1rem;\n            transition: all 0.3s;\n            display: inline-block;\n        }\n        \n        .cta-button-large:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 15px 40px rgba(201, 169, 97, 0.4);\n        }\n        \n        .cta-button-secondary {\n            background: transparent;\n            color: var(--gold);\n            padding: 1.2rem 3rem;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.1rem;\n            transition: all 0.3s;\n            display: inline-block;\n            border: 2px solid var(--gold);\n        }\n        \n        .cta-button-secondary:hover {\n            background: rgba(201, 169, 97, 0.1);\n        }\n        \n        \/* FOOTER *\/\n        .footer {\n            background: var(--black);\n            padding: 3rem 0;\n            border-top: 1px solid rgba(201, 169, 97, 0.2);\n            text-align: center;\n        }\n        \n        .footer-content {\n            color: var(--gray);\n            font-size: 0.9rem;\n        }\n        \n        .footer-links {\n            display: flex;\n            gap: 2rem;\n            justify-content: center;\n            margin-top: 1.5rem;\n            flex-wrap: wrap;\n        }\n        \n        .footer-links a {\n            color: var(--gray-light);\n            text-decoration: none;\n            font-size: 0.85rem;\n            transition: color 0.3s;\n        }\n        \n        .footer-links a:hover {\n            color: var(--gold);\n        }\n        \n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n            \n            .hero-stats {\n                grid-template-columns: 1fr;\n            }\n            \n            .verification-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .problem-header {\n                flex-direction: column;\n            }\n            \n            .nav-links {\n                display: none;\n            }\n            \n            .cta-buttons {\n                flex-direction: column;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- HEADER -->\n<header class=\"header\">\n    <div class=\"container\">\n        <div class=\"header-content\">\n            <div class=\"logo\">AUREMA GROUP<\/div>\n            <nav>\n                <ul class=\"nav-links\">\n                    <li><a href=\"#problemas\">Problems &amp; Solutions<\/a><\/li>\n                    <li><a href=\"#proptrust\">PropTrust Verified<\/a><\/li>\n                    <li><a href=\"#impacto\">Impact<\/a><\/li>\n                    <li><a href=\"#contacto\">Contact<\/a><\/li>\n                <\/ul>\n            <\/nav>\n            <a href=\"#contacto\" class=\"cta-button\">Start Now<\/a>\n        <\/div>\n    <\/div>\n<\/header>\n\n<!-- HERO SECTION -->\n<section class=\"hero\">\n    <div class=\"container\">\n        <div class=\"hero-content\">\n            <div class=\"hero-badge\">REAL SOLUTIONS FOR INVESTMENT<\/div>\n            <h1>We don&#8217;t sell. <span>tokenization<\/span>.<br>We solve yours <span>problems<\/span>.<\/h1>\n            <p class=\"hero-subtitle\">Best sellers don&#8217;t sell products. They help solve real problems. At Aurema Group, each solution is designed to remove barriers that prevent you from accessing real estate.<\/p>\n            <a href=\"#problemas\" class=\"cta-button\">See Solutions <i class=\"fas fa-arrow-down\"><\/i><\/a>\n            \n            <div class=\"hero-stats\">\n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">2,847<\/div>\n                    <div class=\"stat-label\">Active investors<\/div>\n                <\/div>\n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">$48M<\/div>\n                    <div class=\"stat-label\">Tokenized assets<\/div>\n                <\/div>\n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">0<\/div>\n                    <div class=\"stat-label\">Defaults<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- PROBLEMS & SOLUTIONS SECTION -->\n<section class=\"problems-section\" id=\"problemas\">\n    <div class=\"container\">\n        <div class=\"section-header\">\n            <div class=\"section-label\">Problems &amp; Solutions<\/div>\n            <h2>6 problems than <span>we solve<\/span> for you<\/h2>\n            <p>Each solution is designed to remove a specific barrier that prevents you from investing in real institutional estate with confidence.<\/p>\n        <\/div>\n        \n        <!-- PROBLEMA 1 -->\n        <div class=\"problem-card\">\n            <div class=\"problem-header\">\n                <div class=\"problem-icon\">\n                    <i class=\"fas fa-lock\"><\/i>\n                <\/div>\n                <div class=\"problem-title\">\n                    <h3>I do not have access to real estate assets prime<\/h3>\n                <\/div>\n            <\/div>\n            \n            <div class=\"problem-pain\">\n                <div class=\"problem-pain-label\">The Pain<\/div>\n                <p>&#8220;I want to invest in buildings in Manhattan or Miami, but I need $5M+ to get in. The REITs are the only thing available to me, but they are correlated with the bag and are not &#8216;my&#8217; active. &#8220;<\/p>\n            <\/div>\n            \n            <div class=\"solution-content\">\n                <div class=\"solution-label\">The Aurema Solution<\/div>\n                <h4>Democratic access from $1,000 USD<\/h4>\n                <ul class=\"solution-features\">\n                    <li>Tokenizamos the equity of institutional assets<\/li>\n                    <li>Each token represents a legal fraction of the asset<\/li>\n                    <li>Same economic rights as a $5M investor<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"solution-script\">\n                <div class=\"solution-script-label\">How we explain<\/div>\n                <p>&#8220;Imagine you can be co-owner of a building in Brickell, Miami, with only $1,000. It&#8217;s not crowdfunding. It&#8217;s not a REIT. It&#8217;s real property, tokenized, with your name in the SPV legal registry. That&#8217;s what we do in Aurema. &#8220;<\/p>\n            <\/div>\n            \n            <div class=\"social-proof\">\n                <div class=\"social-proof-icon\">\n                    <i class=\"fas fa-chart-line\"><\/i>\n                <\/div>\n                <div class=\"social-proof-text\">\n                    <strong>2,847 investors<\/strong> already have access to assets that previously required $5M+. Average ticket: $16,800.\n <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- PROBLEMA 2 -->\n        <div class=\"problem-card\">\n            <div class=\"problem-header\">\n                <div class=\"problem-icon\">\n                    <i class=\"fas fa-hourglass-half\"><\/i>\n                <\/div>\n                <div class=\"problem-title\">\n                    <h3>My money&#8217;s stuck for 7-10 years.<\/h3>\n                <\/div>\n            <\/div>\n            \n            <div class=\"problem-pain\">\n                <div class=\"problem-pain-label\">The Pain<\/div>\n                <p>&#8220;I invested in a real estate fund and I can&#8217;t touch my capital until 2032. If I need liquidity, I&#8217;m trapped or I must sell at a discount of 30-40%. &#8220;<\/p>\n            <\/div>\n            \n            <div class=\"solution-content\">\n                <div class=\"solution-label\">The Aurema Solution<\/div>\n                <h4>regulated secondary liquidity + repurchase programs<\/h4>\n                <ul class=\"solution-features\">\n                    <li>Trading in regulated ATS (Alternative Trading Systems)<\/li>\n                    <li>Quarterly recompractice programs up to 5% of the float<\/li>\n                    <li>Dashboard to list your tokens when you need liquidity<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"solution-script\">\n                <div class=\"solution-script-label\">How we explain<\/div>\n                <p>&#8220;In Aurema, your investment is not a prison. If you need liquidity in 18 months, you can sell your tokens in our regulated secondary market, or participate in our quarterly repurchase programs. It&#8217;s real estate with modern flexibility.&#8221;<\/p>\n            <\/div>\n            \n            <div class=\"social-proof\">\n                <div class=\"social-proof-icon\">\n                    <i class=\"fas fa-exchange-alt\"><\/i>\n                <\/div>\n                <div class=\"social-proof-text\">\n                    <strong>3 repurchase programmes<\/strong> executed in 2025 with 100% compliance. Partnership with regulated ATS (Q3 2026 launch).\n <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- PROBLEMA 3 -->\n        <div class=\"problem-card\">\n            <div class=\"problem-header\">\n                <div class=\"problem-icon\">\n                    <i class=\"fas fa-shield-alt\"><\/i>\n                <\/div>\n                <div class=\"problem-title\">\n                    <h3>I don&#8217;t know if my investment is safe.<\/h3>\n                <\/div>\n            <\/div>\n            \n            <div class=\"problem-pain\">\n                <div class=\"problem-pain-label\">The Pain<\/div>\n                <p>&#8220;I&#8217;ve seen crypto projects disappear. How do I know my tokenization money isn&#8217;t going to disappear too? Who guarantees the building is still there?&#8221;<\/p>\n            <\/div>\n            \n            <div class=\"solution-content\">\n                <div class=\"solution-label\">The Aurema Solution<\/div>\n                <h4>Legal structure armoured + transparency on-chain<\/h4>\n                <ul class=\"solution-features\">\n                    <li>Each asset in an independent SPV (risk isolation)<\/li>\n                    <li>Ownership of the property in the SPV, not in Aurema<\/li>\n                    <li>Real-time Dashboard with occupation, rents and updated NAV<\/li>\n                    <li>Big 4 quarterly audits of each SPV<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"solution-script\">\n                <div class=\"solution-script-label\">How we explain<\/div>\n                <p>&#8220;Your investment is not in Aurema. He&#8217;s in a SPV that owns the building. If Aurema ceased to exist tomorrow, you would remain a shareholder of that SPV, with legal rights over the asset. And you can see it in real time on your dashboard: occupation, rents, dividends. No black boxes.&#8221;<\/p>\n            <\/div>\n            \n            <div class=\"social-proof\">\n                <div class=\"social-proof-icon\">\n                    <i class=\"fas fa-check-circle\"><\/i>\n                <\/div>\n                <div class=\"social-proof-text\">\n                    <strong>0 defaults<\/strong> in Aurema&#8217;s history. SOC 2 Type II + ISO 27001 in process. Legal Counsel: Latham &#038; Watkins, Perkins Coie.\n <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- PROBLEMA 4 -->\n        <div class=\"problem-card\">\n            <div class=\"problem-header\">\n                <div class=\"problem-icon\">\n                    <i class=\"fas fa-calendar-times\"><\/i>\n                <\/div>\n                <div class=\"problem-title\">\n                    <h3>The dividends are late or they&#8217;re not coming.<\/h3>\n                <\/div>\n            <\/div>\n            \n            <div class=\"problem-pain\">\n                <div class=\"problem-pain-label\">The Pain<\/div>\n                <p>&#8220;In my last investment, the quarterly &#8216;dividendos&#8217; arrived with 6 months of delay and with confusing explanations. I don&#8217;t trust manual promises. &#8220;<\/p>\n            <\/div>\n            \n            <div class=\"solution-content\">\n                <div class=\"solution-label\">The Aurema Solution<\/div>\n                <h4>Automated distribution via smart contracts audited<\/h4>\n                <ul class=\"solution-features\">\n                    <li>Dividends run automatically when the SPV receives rents<\/li>\n                    <li>No manual intervention: open, auditory, immutable code<\/li>\n                    <li>Press notifications + automated fiscal reporting<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"solution-script\">\n                <div class=\"solution-script-label\">How we explain<\/div>\n                <p>&#8220;In Aurema, you don&#8217;t depend on someone deciding to send you your dividend. When the building collects rents, the smart contract runs your proportional part automatically. It&#8217;s like having a robot counter that&#8217;s never wrong, never late and never &#8216;forget&#8217;. &#8220;<\/p>\n            <\/div>\n            \n            <div class=\"social-proof\">\n                <div class=\"social-proof-icon\">\n                    <i class=\"fas fa-clock\"><\/i>\n                <\/div>\n                <div class=\"social-proof-text\">\n                    <strong>12 quarterly distributions<\/strong> executed with 100% punctuality. 0 errors in calculations (acudited by CertiK).\n <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- PROBLEMA 5 -->\n        <div class=\"problem-card\">\n            <div class=\"problem-header\">\n                <div class=\"problem-icon\">\n                    <i class=\"fas fa-code\"><\/i>\n                <\/div>\n                <div class=\"problem-title\">\n                    <h3>I don&#8217;t understand technology or want to manage wallets.<\/h3>\n                <\/div>\n            <\/div>\n            \n            <div class=\"problem-pain\">\n                <div class=\"problem-pain-label\">The Pain<\/div>\n                <p>&#8220;I&#8217;ve heard that I need MetaMask, private keys, gas fees&#8230; I&#8217;m not technical. I want to invest, not become an expert in blockchain. &#8220;<\/p>\n            <\/div>\n            \n            <div class=\"solution-content\">\n                <div class=\"solution-label\">The Aurema Solution<\/div>\n                <h4>Simplified user experience + institutional custody<\/h4>\n                <ul class=\"solution-features\">\n                    <li>Intuitive Web Dashboard: You see your tokens as &#8220;actions&#8221;<\/li>\n                    <li>No wallet settings: Fireblocks custody with $300M insurance<\/li>\n                    <li>Dedicated support: chat, email, Spanish\/English phone<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"solution-script\">\n                <div class=\"solution-script-label\">How we explain<\/div>\n                <p>&#8220;In Aurema, you don&#8217;t need to know what a smart contract is to benefit from one. Your experience is identical to investing in actions: you register, verify your identity, choose an asset and receive dividends. Blockchain technology operates in the background, such as a luxury car engine: you don&#8217;t need to know how it works to enjoy the trip. &#8220;<\/p>\n            <\/div>\n            \n            <div class=\"social-proof\">\n                <div class=\"social-proof-icon\">\n                    <i class=\"fas fa-user-check\"><\/i>\n                <\/div>\n                <div class=\"social-proof-text\">\n                    <strong>94% of investors<\/strong> complete onboarding in &ge;15 minutes. 0 security incidents in tokens custody.\n <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- PROBLEMA 6 -->\n        <div class=\"problem-card\">\n            <div class=\"problem-header\">\n                <div class=\"problem-icon\">\n                    <i class=\"fas fa-file-invoice-dollar\"><\/i>\n                <\/div>\n                <div class=\"problem-title\">\n                    <h3>I don&#8217;t know how to tax this.<\/h3>\n                <\/div>\n            <\/div>\n            \n            <div class=\"problem-pain\">\n                <div class=\"problem-pain-label\">The Pain<\/div>\n                <p>&#8220;If I receive dividends in tokens, how do I declare them? Is it income? Is it capital gain? In what jurisdiction? My accountant doesn&#8217;t know.&#8221;<\/p>\n            <\/div>\n            \n            <div class=\"solution-content\">\n                <div class=\"solution-label\">The Aurema Solution<\/div>\n                <h4>Automated fiscal reporting + specialist advice<\/h4>\n                <ul class=\"solution-features\">\n                    <li>Annual reports in format compatible with TurboTax, H strangerR Block, etc.<\/li>\n                    <li>Clear classification: dividends = ordinary income (US), with guides by jurisdiction<\/li>\n                    <li>Partnership with tax firms specialized in digital assets<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"solution-script\">\n                <div class=\"solution-script-label\">How we explain<\/div>\n                <p>&#8220;Every January, you will receive a tax package ready for your accountant: amount of dividends, date of receipt, value at USD at the time of payment, and regulatory classification. If your accountant has doubts, we have a tax advisory team that can speak directly to him. We don&#8217;t leave you alone with the IRS.&#8221;<\/p>\n            <\/div>\n            \n            <div class=\"social-proof\">\n                <div class=\"social-proof-icon\">\n                    <i class=\"fas fa-globe\"><\/i>\n                <\/div>\n                <div class=\"social-proof-text\">\n                    <strong>Partnership with 3 tax firms<\/strong> specialized in US, US, LATAM. Downloadable tax guide for 15 jurisdictions.\n <\/div>\n            <\/div>\n        <\/div>\n        \n    <\/div>\n<\/section>\n\n<!-- PROPTRUST SECTION -->\n<section class=\"proptrust-section\" id=\"proptrust\">\n    <div class=\"container\">\n        <div class=\"section-header\">\n            <div class=\"section-label\">Seal of Trust<\/div>\n            <h2>PropTrust <span>Verified<\/span><\/h2>\n            <p>Don&#8217;t trust promises. Trust in independent verification.<\/p>\n        <\/div>\n        \n        <div class=\"proptrust-badge-large\">\n            <div class=\"badge-icon\">\n                <i class=\"fas fa-certificate\"><\/i>\n            <\/div>\n            <h3 class=\"badge-title\">Cada activo verificado en 6 dimensiones<\/h3>\n            <p class=\"badge-subtitle\">PropTrust Verified es el sello de auditor&iacute;a independiente que certifica que cada activo tokenizado por Aurema cumple con est&aacute;ndares institucionales.<\/p>\n        <\/div>\n        \n        <div class=\"verification-grid\">\n            <div class=\"verification-card\">\n                <div class=\"verification-icon\">\n                    <i class=\"fas fa-gavel\"><\/i>\n                <\/div>\n                <h4>Legal<\/h4>\n                <p>SPV constituido correctamente + counsel review de Latham &#038; Watkins, Perkins Coie<\/p>\n            <\/div>\n            \n            <div class=\"verification-card\">\n                <div class=\"verification-icon\">\n                    <i class=\"fas fa-chart-bar\"><\/i>\n                <\/div>\n                <h4>Financiero<\/h4>\n                <p>Due diligence financiero por Big 4 (Deloitte, PwC, EY, KPMG)<\/p>\n            <\/div>\n            \n            <div class=\"verification-card\">\n                <div class=\"verification-icon\">\n                    <i class=\"fas fa-hard-hat\"><\/i>\n                <\/div>\n                <h4>T&eacute;cnico<\/h4>\n                <p>Inspecci&oacute;n f&iacute;sica + reportes de ingenier&iacute;a por CBRE Engineering<\/p>\n            <\/div>\n            \n            <div class=\"verification-card\">\n                <div class=\"verification-icon\">\n                    <i class=\"fas fa-cogs\"><\/i>\n                <\/div>\n                <h4>Operativo<\/h4>\n                <p>Property manager institucional contratado (JLL, CBRE, Cushman &#038; Wakefield)<\/p>\n            <\/div>\n            \n            <div class=\"verification-card\">\n                <div class=\"verification-icon\">\n                    <i class=\"fas fa-code\"><\/i>\n                <\/div>\n                <h4>Tecnol&oacute;gico<\/h4>\n                <p>Smart contracts auditados por CertiK + seguridad de Fireblocks<\/p>\n            <\/div>\n            \n            <div class=\"verification-card\">\n                <div class=\"verification-icon\">\n                    <i class=\"fas fa-balance-scale\"><\/i>\n                <\/div>\n                <h4>Regulatorio<\/h4>\n                <p>SEC filing completo (Reg D\/Reg A+) + Transfer Agent registrado (Securitize)<\/p>\n            <\/div>\n        <\/div>\n        \n    <\/div>\n<\/section>\n\n<!-- IMPACT METRICS -->\n<section class=\"impact-section\" id=\"impacto\">\n    <div class=\"container\">\n        <div class=\"section-header\">\n            <div class=\"section-label\">Impacto Medible<\/div>\n            <h2>Antes vs <span>Despu&eacute;s<\/span> Aurema<\/h2>\n            <p>M&eacute;tricas concretas de c&oacute;mo transformamos la experiencia de inversi&oacute;n inmobiliaria.<\/p>\n        <\/div>\n        \n        <table class=\"impact-table\">\n            <thead>\n                <tr>\n                    <th>M&eacute;trica<\/th>\n                    <th>Antes (Real Estate Tradicional)<\/th>\n                    <th>Despu&eacute;s (Aurema + PropTrust)<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td class=\"metric-name\">Acceso a activos prime<\/td>\n                    <td class=\"before\">$5M &#8211; $50M m&iacute;nimo<\/td>\n                    <td class=\"after\">Desde $1,000 USD<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"metric-name\">Periodo de bloqueo<\/td>\n                    <td class=\"before\">7-10 a&ntilde;os sin liquidez<\/td>\n                    <td class=\"after\">Liquidez secundaria + recompras trimestrales<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"metric-name\">Transparencia<\/td>\n                    <td class=\"before\">Reportes trimestrales en PDF<\/td>\n                    <td class=\"after\">Dashboard en tiempo real + datos on-chain<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"metric-name\">Distribuci&oacute;n de dividendos<\/td>\n                    <td class=\"before\">Manual, con retrasos frecuentes<\/td>\n                    <td class=\"after\">Automatizada v&iacute;a smart contracts, 100% puntual<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"metric-name\">Diversificaci&oacute;n<\/td>\n                    <td class=\"before\">1-2 activos por $5M invertidos<\/td>\n                    <td class=\"after\">10-20 activos por $50K invertidos<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"metric-name\">Coste de transacci&oacute;n<\/td>\n                    <td class=\"before\">5-8% (comisiones, legal, notar&iacute;a)<\/td>\n                    <td class=\"after\">1-2% todo incluido<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"metric-name\">Reporting fiscal<\/td>\n                    <td class=\"before\">Manual, complejo, propenso a errores<\/td>\n                    <td class=\"after\">Automatizado, compatible con software fiscal<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"metric-name\">Confianza \/ Riesgo percibido<\/td>\n                    <td class=\"before\">&#8220;Es mi edificio, pero no veo nada&#8221;<\/td>\n                    <td class=\"after\">&#8220;Veo todo, verificado por PropTrust&#8221;<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n        \n    <\/div>\n<\/section>\n\n<!-- CTA SECTION -->\n<section class=\"cta-section\" id=\"contacto\">\n    <div class=\"container\">\n        <div class=\"cta-content\">\n            <h2>&iquest;Listo para resolver tus <span>problemas<\/span> de inversi&oacute;n?<\/h2>\n            <p>Agenda una consulta gratuita de 15 minutos. Sin compromiso. Solo soluciones concretas para tu perfil de inversor.<\/p>\n            \n            <div class=\"cta-buttons\">\n                <a href=\"mailto:investors@aurema-group.com\" class=\"cta-button-large\">\n                    Agendar Consulta <i class=\"fas fa-calendar-check\"><\/i>\n                <\/a>\n                <a href=\"#problemas\" class=\"cta-button-secondary\">\n                    Ver Soluciones\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer class=\"footer\">\n    <div class=\"container\">\n        <div class=\"footer-content\">\n            <p>&copy; 2026 Aurema Group. Todos los derechos reservados.<\/p>\n            <p style=\"margin-top: 1rem; font-size: 0.85rem;\">Inversi&oacute;n en securities tokens conlleva riesgos. Rentabilidades pasadas no garantizan resultados futuros. Solo para inversores acreditados.<\/p>\n            \n            <div class=\"footer-links\">\n                <a href=\"#\">T&eacute;rminos y Condiciones<\/a>\n                <a href=\"#\">Pol&iacute;tica de Privacidad<\/a>\n                <a href=\"#\">Divulgaciones SEC<\/a>\n                <a href=\"#\">Ofreciendo Memorandos<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/footer>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Investor Solutions | Aurema Group + PropTrust Verified AUREMA GROUP Problems &amp; Solutions PropTrust Verified Impact Contact Start Now REAL SOLUTIONS FOR INVESTMENT We don&#8217;t sell. tokenization.We solve yours problems. Best sellers don&#8217;t sell products. They help solve real problems. At Aurema Group, each solution is designed to remove barriers that prevent you from accessing [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-678","page","type-page","status-publish","hentry"],"acf":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/pages\/678","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/types\/page"}],"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=678"}],"version-history":[{"count":2,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/pages\/678\/revisions"}],"predecessor-version":[{"id":779,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/pages\/678\/revisions\/779"}],"wp:attachment":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/media?parent=678"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}