{"id":632,"date":"2026-06-04T05:41:50","date_gmt":"2026-06-04T05:41:50","guid":{"rendered":"https:\/\/invest.aurema-group.com\/?p=632"},"modified":"2026-06-17T19:09:05","modified_gmt":"2026-06-17T19:09:05","slug":"aurema-valmojado-ronda-seed-tokenizada","status":"publish","type":"post","link":"https:\/\/invest.aurema-group.com\/en\/aurema-valmojado-ronda-seed-tokenizada\/","title":{"rendered":"Aurema Valmojado \u0394 Ronda Seed Tokenizada"},"content":{"rendered":"<!DOCTYPE html>\n<?xml encoding=\"UTF-8\"?><html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Aurema Valmojado | Round Seed Token<\/title>\n    <meta name=\"description\" content=\"Invierte en el mayor hub log&iacute;stico y residencial del sur de Madrid. Ronda Seed bajo regulaci&oacute;n MiCA con Smart Escrow.\">\n    \n    <!-- Fonts & Icons -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@300;400;500;600;700&#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    \n    <style>\n        :root {\n            --bg-dark: #050507;\n            --bg-card: rgba(20, 20, 25, 0.7);\n            --primary: #00E676; \/* Verde Web3\/MiCA *\/\n            --gold: #FFD700;\n            --text-main: #FFFFFF;\n            --text-muted: #9CA3AF;\n            --border: rgba(255, 255, 255, 0.1);\n            --gradient: linear-gradient(135deg, #00E676 0%, #00BFA5 100%);\n            --gold-gradient: linear-gradient(135deg, #FFD700 0%, #FFA000 100%);\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: var(--bg-dark);\n            color: var(--text-main);\n            overflow-x: hidden;\n            line-height: 1.6;\n        }\n\n        h1, h2, h3, h4 { font-family: 'Space Grotesk', sans-serif; }\n\n        \/* Background Animation *\/\n        .bg-grid {\n            position: fixed;\n            top: 0; left: 0; width: 100%; height: 100%;\n            background-image: \n                linear-gradient(rgba(0, 230, 118, 0.03) 1px, transparent 1px),\n                linear-gradient(90deg, rgba(0, 230, 118, 0.03) 1px, transparent 1px);\n            background-size: 50px 50px;\n            z-index: -1;\n            pointer-events: none;\n        }\n\n        .glow {\n            position: absolute;\n            width: 600px; height: 600px;\n            background: radial-gradient(circle, rgba(0,230,118,0.15) 0%, transparent 70%);\n            border-radius: 50%;\n            filter: blur(80px);\n            z-index: -1;\n        }\n\n        \/* Navbar *\/\n        nav {\n            position: fixed; top: 0; width: 100%; z-index: 100;\n            background: rgba(5, 5, 7, 0.8); backdrop-filter: blur(20px);\n            border-bottom: 1px solid var(--border);\n            padding: 1.2rem 2rem;\n        }\n        .nav-container {\n            max-width: 1400px; margin: 0 auto;\n            display: flex; justify-content: space-between; align-items: center;\n        }\n        .logo { font-size: 1.5rem; font-weight: 700; color: var(--text-main); }\n        .logo span { color: var(--primary); }\n        \n        .btn {\n            padding: 0.8rem 1.8rem; border-radius: 8px; font-weight: 600;\n            cursor: pointer; transition: all 0.3s; text-decoration: none;\n            display: inline-flex; align-items: center; gap: 0.5rem;\n            border: none; font-size: 0.95rem;\n        }\n        .btn-primary { background: var(--gradient); color: #000; }\n        .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,230,118,0.3); }\n        .btn-outline { background: transparent; border: 1px solid var(--primary); color: var(--primary); }\n        .btn-outline:hover { background: rgba(0,230,118,0.1); }\n        .btn-gold { background: var(--gold-gradient); color: #000; }\n\n        \/* Hero *\/\n        .hero {\n            min-height: 100vh; display: flex; align-items: center;\n            padding: 8rem 2rem 4rem; position: relative;\n        }\n        .hero-content {\n            max-width: 1400px; margin: 0 auto; width: 100%;\n            display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center;\n        }\n        .badge {\n            display: inline-block; padding: 0.4rem 1rem; border-radius: 50px;\n            background: rgba(0,230,118,0.1); border: 1px solid var(--primary);\n            color: var(--primary); font-size: 0.85rem; font-weight: 600; margin-bottom: 1.5rem;\n        }\n        .hero h1 {\n            font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.1; margin-bottom: 1.5rem;\n        }\n        .hero h1 span { \n            background: var(--gradient); -webkit-background-clip: text; \n            -webkit-text-fill-color: transparent; \n        }\n        .hero p { font-size: 1.2rem; color: var(--text-muted); margin-bottom: 2.5rem; max-width: 600px; }\n\n        \/* Fundraise Widget *\/\n        .fundraise-widget {\n            background: var(--bg-card); border: 1px solid var(--border);\n            border-radius: 20px; padding: 2.5rem; backdrop-filter: blur(10px);\n            box-shadow: 0 20px 50px rgba(0,0,0,0.5);\n        }\n        .fundraise-widget h3 { font-size: 1.5rem; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; }\n        .progress-container { margin: 2rem 0; }\n        .progress-bar {\n            height: 12px; background: rgba(255,255,255,0.1); border-radius: 10px; overflow: hidden;\n        }\n        .progress-fill {\n            height: 100%; background: var(--gradient); border-radius: 10px; width: 35%;\n            transition: width 1.5s ease;\n        }\n        .fundraise-stats { display: flex; justify-content: space-between; margin-bottom: 2rem; }\n        .fundraise-stats div span { display: block; font-size: 0.85rem; color: var(--text-muted); }\n        .fundraise-stats div strong { font-size: 1.5rem; color: var(--text-main); font-family: 'Space Grotesk'; }\n        \n        .token-input {\n            background: rgba(0,0,0,0.3); border: 1px solid var(--border); border-radius: 12px;\n            padding: 1.2rem; display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem;\n        }\n        .token-input input {\n            background: transparent; border: none; color: white; font-size: 1.5rem; width: 100%; outline: none;\n        }\n\n        \/* Sections General *\/\n        section { padding: 6rem 2rem; position: relative; }\n        .container { max-width: 1400px; margin: 0 auto; }\n        .section-header { text-align: center; margin-bottom: 4rem; }\n        .section-header h2 { font-size: 2.5rem; margin-bottom: 1rem; }\n        .section-header p { color: var(--text-muted); font-size: 1.1rem; max-width: 700px; margin: 0 auto; }\n\n        \/* Data Grid (Sectors) *\/\n        .data-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; }\n        .data-card {\n            background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px;\n            padding: 2.5rem; transition: all 0.3s; position: relative; overflow: hidden;\n        }\n        .data-card:hover { border-color: var(--primary); transform: translateY(-5px); }\n        .data-card::before {\n            content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;\n            background: var(--gradient);\n        }\n        .data-card .icon {\n            width: 60px; height: 60px; background: rgba(0,230,118,0.1); border-radius: 12px;\n            display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--primary); margin-bottom: 1.5rem;\n        }\n        .data-card h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }\n        .data-card .tag {\n            display: inline-block; padding: 0.2rem 0.8rem; border-radius: 4px; font-size: 0.75rem; font-weight: 600; margin-bottom: 1.5rem;\n        }\n        .tag-res { background: rgba(0,230,118,0.2); color: var(--primary); }\n        .tag-ind { background: rgba(255,215,0,0.2); color: var(--gold); }\n        .tag-rus { background: rgba(156,163,175,0.2); color: var(--text-muted); }\n        \n        .data-card ul { list-style: none; margin-top: 1.5rem; }\n        .data-card ul li {\n            padding: 0.8rem 0; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between;\n            color: var(--text-muted); font-size: 0.95rem;\n        }\n        .data-card ul li strong { color: var(--text-main); }\n\n        \/* Smart Escrow Section *\/\n        .escrow-section { background: linear-gradient(180deg, transparent, rgba(0,230,118,0.05)); }\n        .escrow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }\n        .escrow-visual {\n            background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; padding: 3rem; text-align: center;\n        }\n        .smart-contract-code {\n            background: #000; border-radius: 10px; padding: 1.5rem; text-align: left; font-family: monospace; font-size: 0.85rem; color: var(--primary); margin-top: 2rem;\n        }\n        .code-line { margin-bottom: 0.5rem; }\n        .code-key { color: var(--gold); }\n        .code-val { color: var(--text-muted); }\n\n        \/* Roadmap *\/\n        .roadmap { position: relative; max-width: 800px; margin: 0 auto; }\n        .roadmap::before {\n            content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: var(--border); transform: translateX(-50%);\n        }\n        .roadmap-item {\n            display: flex; justify-content: flex-end; padding-right: 50%; position: relative; margin-bottom: 3rem;\n        }\n        .roadmap-item:nth-child(even) { justify-content: flex-start; padding-right: 0; padding-left: 50%; }\n        .roadmap-content {\n            background: var(--bg-card); border: 1px solid var(--border); padding: 2rem; border-radius: 15px; width: 90%;\n        }\n        .roadmap-dot {\n            position: absolute; left: 50%; transform: translateX(-50%); width: 20px; height: 20px;\n            background: var(--primary); border-radius: 50%; border: 4px solid var(--bg-dark);\n        }\n        .roadmap-content h4 { color: var(--primary); margin-bottom: 0.5rem; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }\n\n        \/* Footer *\/\n        footer {\n            border-top: 1px solid var(--border); padding: 4rem 2rem 2rem; background: #020203;\n        }\n        .footer-content { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }\n        .footer-bottom { text-align: center; padding-top: 2rem; margin-top: 3rem; border-top: 1px solid var(--border); color: var(--text-muted); font-size: 0.85rem; }\n\n        \/* Modal *\/\n        .modal {\n            display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;\n            background: rgba(0,0,0,0.8); backdrop-filter: blur(10px); z-index: 1000;\n            align-items: center; justify-content: center;\n        }\n        .modal.active { display: flex; }\n        .modal-content {\n            background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; padding: 3rem; max-width: 500px; width: 90%; text-align: center;\n        }\n\n        @media (max-width: 968px) {\n            .hero-content, .escrow-grid, .footer-content { grid-template-columns: 1fr; }\n            .roadmap::before { left: 0; }\n            .roadmap-item, .roadmap-item:nth-child(even) { padding-left: 2rem; padding-right: 0; justify-content: flex-start; }\n            .roadmap-dot { left: 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"bg-grid\"><\/div>\n    <div class=\"glow\" style=\"top: -200px; left: -200px;\"><\/div>\n    <div class=\"glow\" style=\"bottom: -200px; right: -200px; background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 70%);\"><\/div>\n\n    <!-- Navbar -->\n    <nav>\n        <div class=\"nav-container\">\n            <div class=\"logo\">Aurema<span>Valve<\/span><\/div>\n            <div style=\"display: flex; gap: 1rem; align-items: center;\">\n                <a href=\"#oportunidad\" class=\"btn btn-outline\" style=\"border: none; color: var(--text-muted);\">Opportunity<\/a>\n                <a href=\"#escrow\" class=\"btn btn-outline\" style=\"border: none; color: var(--text-muted);\">Smart Escrow<\/a>\n                <button class=\"btn btn-primary\" onclick=\"openModal()\">\n                    <i class=\"fas fa-wallet\"><\/i> Connect Wallet\n <\/button>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero -->\n    <section class=\"hero\">\n        <div class=\"hero-content\">\n            <div>\n                <div class=\"badge\"><i class=\"fas fa-bolt\"><\/i> RONDA SEED ACTIVATIVE FASE 1<\/div>\n                <h1>Major Logistic and Residential Hub <span>South of Madrid<\/span><\/h1>\n                <p>Participates in the tokenization of 1.2M m2 of strategic soil in Valmojado (Toledo). 39km from Madrid, with approved reparing and Smart Escrow regulated under MiCA.<\/p>\n                <div style=\"display: flex; gap: 1rem; flex-wrap: wrap;\">\n                    <button class=\"btn btn-primary\" onclick=\"openModal()\">Investing in Ronda Seed<\/button>\n                    <a href=\"#\" class=\"btn btn-outline\"><i class=\"fas fa-file-pdf\"><\/i> Download Whitepaper<\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"fundraise-widget\">\n                <h3><i class=\"fas fa-fire\" style=\"color: var(--gold);\"><\/i> Round Seed: Pre-Negotiation<\/h3>\n                <p style=\"color: var(--text-muted); font-size: 0.9rem; margin-bottom: 1rem;\">Capital committed to the acquisition of rights and institutional negotiation.<\/p>\n                \n                <div class=\"progress-container\">\n                    <div class=\"progress-bar\">\n                        <div class=\"progress-fill\" id=\"progressFill\"><\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"fundraise-stats\">\n                    <div>\n                        <span>Secured<\/span>\n                        <strong>&euro;350,000<\/strong>\n                    <\/div>\n                    <div style=\"text-align: right;\">\n                        <span>Objective<\/span>\n                        <strong>&euro;1,000,000<\/strong>\n                    <\/div>\n                <\/div>\n\n                <div class=\"token-input\">\n                    <input type=\"number\" value=\"10\" min=\"1\" id=\"tokenAmount\">\n                    <span style=\"color: var(--text-muted);\">Tokens @ &euro;100<\/span>\n                <\/div>\n                <div style=\"display: flex; justify-content: space-between; margin-bottom: 1.5rem; font-size: 0.9rem;\">\n                    <span style=\"color: var(--text-muted);\">Total to invest:<\/span>\n                    <strong style=\"color: var(--primary); font-size: 1.2rem;\" id=\"totalInvest\">&euro;1,000<\/strong>\n                <\/div>\n\n                <button class=\"btn btn-primary\" style=\"width: 100%; justify-content: center; padding: 1.2rem;\" onclick=\"openModal()\">Buy Tokens (USDC\/EURC)\n <\/button>\n                <p style=\"text-align: center; margin-top: 1rem; font-size: 0.75rem; color: var(--text-muted);\">\n                    <i class=\"fas fa-shield-alt\"><\/i> 100% refundable if not signed in 180 days.\n <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Oportunidad \/ Sectors -->\n    <section id=\"oportunidad\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <div class=\"badge\">OFFICIAL DATA<\/div>\n                <h2>The Asset: 1.2 Million Strategic m2<\/h2>\n                <p>Valmojado has an agile regulatory framework, ground ready to build and a City Council actively seeking strategic partners.<\/p>\n            <\/div>\n\n            <div class=\"data-grid\">\n                <!-- Sector 14 -->\n                <div class=\"data-card\">\n                    <div class=\"icon\"><i class=\"fas fa-home\"><\/i><\/div>\n                    <span class=\"tag tag-res\">RESIDENCE &#8211; PRIORITARY<\/span>\n                    <h3>Sector 14<\/h3>\n                    <p style=\"color: var(--text-muted); font-size: 0.9rem;\">The star project. 100% approved parking, ready for urbanization.<\/p>\n                    <ul>\n                        <li>Surface <strong>100,000 m2<\/strong><\/li>\n                        <li>Consequent plots <strong>250<\/strong><\/li>\n                        <li>State <strong style=\"color: var(--primary);\">Approval<\/strong><\/li>\n                        <li>Upside Projected <strong>+250%<\/strong><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Sector 1 -->\n                <div class=\"data-card\">\n                    <div class=\"icon\"><i class=\"fas fa-warehouse\"><\/i><\/div>\n                    <span class=\"tag tag-ind\">LOGISTIC \/ INDUSTRIAL<\/span>\n                    <h3>Sector 1<\/h3>\n                    <p style=\"color: var(--text-muted); font-size: 0.9rem;\">Mega-platform logistics. Prior consultation of already presented urbanization.<\/p>\n                    <ul>\n                        <li>Surface <strong>300,000 m2<\/strong><\/li>\n                        <li>Use <strong>Logistic \/ Data Centers<\/strong><\/li>\n                        <li>State <strong style=\"color: var(--gold);\">Pre-Submitted Consultation<\/strong><\/li>\n                        <li>Yield Dear <strong>8-12% Annual<\/strong><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Suelo R&uacute;stico -->\n                <div class=\"data-card\">\n                    <div class=\"icon\"><i class=\"fas fa-map\"><\/i><\/div>\n                    <span class=\"tag tag-rus\">(FUTURE UPSIDE)<\/span>\n                    <h3>Land Bank Rustic<\/h3>\n                    <p style=\"color: var(--text-muted); font-size: 0.9rem;\">Value reserve for future logistics requalifications (Business Interest).<\/p>\n                    <ul>\n                        <li>Total area <strong>+5.500.000 m2<\/strong><\/li>\n                        <li>Areas <strong>Bull, Ctra. Merida<\/strong><\/li>\n                        <li>State <strong>Purchase Options<\/strong><\/li>\n                        <li>Multiple Potential <strong>x10 &#8211; x15<\/strong><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Smart Escrow -->\n    <section class=\"escrow-section\" id=\"escrow\">\n        <div class=\"container\">\n            <div class=\"escrow-grid\">\n                <div>\n                    <div class=\"badge\">PROTECTION WEB3<\/div>\n                    <h2 style=\"font-size: 2.5rem; margin-bottom: 1.5rem;\">Your Capital Protected by <span style=\"color: var(--primary);\">Smart Escrow<\/span><\/h2>\n                    <p style=\"color: var(--text-muted); margin-bottom: 2rem;\">We know that investing in pre-negotiation phase carries risks. That&#8217;s why we use a smart contract with automatic reimbursement conditions. Don&#8217;t trust us, trust the code.\n <\/p>\n                    \n                    <div style=\"margin-bottom: 1.5rem;\">\n                        <h4 style=\"color: var(--text-main); margin-bottom: 0.5rem;\"><i class=\"fas fa-check-circle\" style=\"color: var(--primary);\"><\/i> Status of Success<\/h4>\n                        <p style=\"color: var(--text-muted); font-size: 0.9rem;\">If we sign the urban planning agreement with the City Council in 180 days, the funds are released for the SPV and your tokens become real equity.<\/p>\n                    <\/div>\n                    \n                    <div style=\"margin-bottom: 1.5rem;\">\n                        <h4 style=\"color: var(--text-main); margin-bottom: 0.5rem;\"><i class=\"fas fa-undo\" style=\"color: var(--gold);\"><\/i> Status of Judgement (Refund)<\/h4>\n                        <p style=\"color: var(--text-muted); font-size: 0.9rem;\">If the agreement is not reached, the Smart Contract automatically returns 100% of your investment + 5% interest in USDC to your wallet.<\/p>\n                    <\/div>\n\n                    <a href=\"#\" class=\"btn btn-outline\">See Smart Contract Audit (CertiK)<\/a>\n                <\/div>\n\n                <div class=\"escrow-visual\">\n                    <i class=\"fas fa-file-contract\" style=\"font-size: 4rem; color: var(--primary); margin-bottom: 1rem;\"><\/i>\n                    <h3>Smart Contract Logic<\/h3>\n                    <div class=\"smart-contract-code\">\n                        <div class=\"code-line\"><span class=\"code-key\">contract<\/span> AuremaEscrow {<\/div>\n                        <div class=\"code-line\" style=\"padding-left: 20px;\"><span class=\"code-key\">address<\/span> investor;<\/div>\n                        <div class=\"code-line\" style=\"padding-left: 20px;\"><span class=\"code-key\">uint<\/span> deadline = block.timestamp + 180 days;<\/div>\n                        <div class=\"code-line\" style=\"padding-left: 20px;\"><span class=\"code-key\">Bool<\/span> councilAgreement signed;<\/div>\n                        <br>\n                        <div class=\"code-line\" style=\"padding-left: 20px;\"><span class=\"code-key\">function<\/span> resolveFunds() {<\/div>\n                        <div class=\"code-line\" style=\"padding-left: 40px;\"><span class=\"code-key\">if<\/span> (!councilAgreement signed) {<\/div>\n                        <div class=\"code-line\" style=\"padding-left: 60px;\">transfer(researcher, main + 5%);<\/div>\n                        <div class=\"code-line\" style=\"padding-left: 40px;\">} <span class=\"code-key\">else<\/span> {<\/div>\n                        <div class=\"code-line\" style=\"padding-left: 60px;\">mintEquityToken(researcher);<\/div>\n                        <div class=\"code-line\" style=\"padding-left: 40px;\">}<\/div>\n                        <div class=\"code-line\" style=\"padding-left: 20px;\">}<\/div>\n                        <div class=\"code-line\">}<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Roadmap -->\n    <section>\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <div class=\"badge\">HOJA DE RUTA<\/div>\n                <h2>Revenue to Reliability<\/h2>\n            <\/div>\n            \n            <div class=\"roadmap\">\n                <div class=\"roadmap-item\">\n                    <div class=\"roadmap-dot\"><\/div>\n                    <div class=\"roadmap-content\">\n                        <h4>Phase 1: Current<\/h4>\n                        <h3>Round Seed &amp; Smart Escrow<\/h3>\n                        <p style=\"color: var(--text-muted);\">We raise &euro;1M. The funds are blocked in smart custody while we negotiate.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"roadmap-item\">\n                    <div class=\"roadmap-dot\" style=\"background: var(--border);\"><\/div>\n                    <div class=\"roadmap-content\">\n                        <h4>Months 1 &#8211; 4<\/h4>\n                        <h3>Institutional Negotiation<\/h3>\n                        <p style=\"color: var(--text-muted);\">We present the capital committed to the City Council. We signed agreement and purchase options for Sector 14.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"roadmap-item\">\n                    <div class=\"roadmap-dot\" style=\"background: var(--border);\"><\/div>\n                    <div class=\"roadmap-content\">\n                        <h4>Months 5 &#8211; 8<\/h4>\n                        <h3>Release of funds &quot; Urbanization<\/h3>\n                        <p style=\"color: var(--text-muted);\">The Smart Contract releases the funds. The urbanization of Sector 14 (100.000m2).<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"roadmap-item\">\n                    <div class=\"roadmap-dot\" style=\"background: var(--border);\"><\/div>\n                    <div class=\"roadmap-content\">\n                        <h4>Year 2+<\/h4>\n                        <h3>Sales of Plots &amp; Dividendos<\/h3>\n                        <p style=\"color: var(--text-muted);\">Sale of the 250 residential plots. Distribution of dividends token holders.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Final -->\n    <section style=\"text-align: center; padding: 8rem 2rem;\">\n        <div class=\"container\">\n            <h2 style=\"font-size: 3rem; margin-bottom: 1.5rem;\">The Power of Negotiation is in Capital<\/h2>\n            <p style=\"color: var(--text-muted); font-size: 1.2rem; max-width: 700px; margin: 0 auto 3rem;\">Join the 47 investors that have already committed capital to take control of the negotiation in Valmojado.\n <\/p>\n            <button class=\"btn btn-primary\" style=\"font-size: 1.2rem; padding: 1.2rem 3rem;\" onclick=\"openModal()\">\n                <i class=\"fas fa-rocket\"><\/i> Secure my Assignment\n <\/button>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer>\n        <div class=\"footer-content\">\n            <div>\n                <div class=\"logo\" style=\"margin-bottom: 1rem;\">Aurema<span>Valmojado<\/span><\/div>\n                <p style=\"color: var(--text-muted); font-size: 0.9rem;\">La primera tokenizaci&oacute;n inmobiliaria con Smart Escrow y garant&iacute;a de reembolso bajo regulaci&oacute;n MiCA.<\/p>\n            <\/div>\n            <div>\n                <h4 style=\"margin-bottom: 1rem;\">Plataforma<\/h4>\n                <p style=\"color: var(--text-muted); font-size: 0.9rem; margin-bottom: 0.5rem;\">Dashboard<\/p>\n                <p style=\"color: var(--text-muted); font-size: 0.9rem; margin-bottom: 0.5rem;\">Whitepaper<\/p>\n                <p style=\"color: var(--text-muted); font-size: 0.9rem;\">Smart Contract<\/p>\n            <\/div>\n            <div>\n                <h4 style=\"margin-bottom: 1rem;\">Legal<\/h4>\n                <p style=\"color: var(--text-muted); font-size: 0.9rem; margin-bottom: 0.5rem;\">T&eacute;rminos de Uso<\/p>\n                <p style=\"color: var(--text-muted); font-size: 0.9rem; margin-bottom: 0.5rem;\">MiCA Compliance<\/p>\n                <p style=\"color: var(--text-muted); font-size: 0.9rem;\">Riesgos<\/p>\n            <\/div>\n            <div>\n                <h4 style=\"margin-bottom: 1rem;\">Contacto<\/h4>\n                <p style=\"color: var(--text-muted); font-size: 0.9rem; margin-bottom: 0.5rem;\">elite@aurema-group.com<\/p>\n                <div style=\"display: flex; gap: 1rem; margin-top: 1rem;\">\n                    <a href=\"#\" style=\"color: var(--text-muted);\"><i class=\"fab fa-twitter\"><\/i><\/a>\n                    <a href=\"#\" style=\"color: var(--text-muted);\"><i class=\"fab fa-linkedin\"><\/i><\/a>\n                    <a href=\"#\" style=\"color: var(--text-muted);\"><i class=\"fab fa-telegram\"><\/i><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"footer-bottom\">\n            <p>&copy; 2024 Aurema Group Holdings. La inversi&oacute;n en criptoactivos conlleva riesgos. Lea el whitepaper antes de invertir.<\/p>\n        <\/div>\n    <\/footer>\n\n    <!-- Modal Connect Wallet -->\n    <div class=\"modal\" id=\"connectModal\">\n        <div class=\"modal-content\">\n            <i class=\"fas fa-wallet\" style=\"font-size: 3rem; color: var(--primary); margin-bottom: 1rem;\"><\/i>\n            <h2 style=\"margin-bottom: 1rem;\">Conectar Wallet<\/h2>\n            <p style=\"color: var(--text-muted); margin-bottom: 2rem;\">Selecciona tu proveedor Web3 para comprar tokens $AUREMA-VAL<\/p>\n            \n            <button class=\"btn btn-primary\" style=\"width: 100%; justify-content: center; margin-bottom: 1rem; background: #F6851B; color: white;\">\n                <i class=\"fas fa-fox\"><\/i> MetaMask\n            <\/button>\n            <button class=\"btn btn-primary\" style=\"width: 100%; justify-content: center; margin-bottom: 1rem; background: #0052FF; color: white;\">\n                <i class=\"fas fa-wallet\"><\/i> WalletConnect\n            <\/button>\n            <button class=\"btn btn-outline\" style=\"width: 100%; justify-content: center; margin-bottom: 2rem;\">\n                <i class=\"fas fa-credit-card\"><\/i> Pago Fiat (Stripe\/KYC)\n            <\/button>\n\n            <p style=\"font-size: 0.8rem; color: var(--text-muted);\">Al conectar, aceptas la verificaci&oacute;n KYC\/AML obligatoria bajo MiCA.<\/p>\n            <button class=\"btn btn-outline\" style=\"margin-top: 2rem; border: none; color: var(--text-muted);\" onclick=\"closeModal()\">Cerrar<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Token Calculator\n        const tokenInput = document.getElementById('tokenAmount');\n        const totalInvest = document.getElementById('totalInvest');\n        \n        tokenInput.addEventListener('input', (e) => {\n            const amount = Math.max(1, e.target.value);\n            totalInvest.innerText = `&euro;${(amount * 100).toLocaleString()}`;\n        });\n\n        \/\/ Modal Functions\n        function openModal() {\n            document.getElementById('connectModal').classList.add('active');\n        }\n        function closeModal() {\n            document.getElementById('connectModal').classList.remove('active');\n        }\n\n        \/\/ Animate Progress Bar on Load\n        window.addEventListener('load', () => {\n            setTimeout(() => {\n                document.getElementById('progressFill').style.width = '35%';\n            }, 500);\n        });\n\n        \/\/ Close modal on outside click\n        window.onclick = function(event) {\n            const modal = document.getElementById('connectModal');\n            if (event.target == modal) {\n                closeModal();\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Aurema Valmojado | Round Seed Token AuremaValve Opportunity Smart Escrow Connect Wallet RONDA SEED ACTIVATIVE FASE 1 Major Logistic and Residential Hub South of Madrid Participates in the tokenization of 1.2M m2 of strategic soil in Valmojado (Toledo). 39km from Madrid, with approved reparing and Smart Escrow regulated under MiCA. Investing in Ronda Seed Download [&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-632","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\/632","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=632"}],"version-history":[{"count":2,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts\/632\/revisions"}],"predecessor-version":[{"id":747,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/posts\/632\/revisions\/747"}],"wp:attachment":[{"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/media?parent=632"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/categories?post=632"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/invest.aurema-group.com\/en\/wp-json\/wp\/v2\/tags?post=632"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}