{"id":1656,"date":"2026-07-02T10:19:53","date_gmt":"2026-07-02T10:19:53","guid":{"rendered":"https:\/\/proptrustverified.com\/es\/?page_id=1656"},"modified":"2026-08-21T16:18:06","modified_gmt":"2026-08-21T16:18:06","slug":"institutional-grade-rwa-verification-for-family-offices","status":"publish","type":"page","link":"https:\/\/proptrustverified.com\/es\/institutional-grade-rwa-verification-for-family-offices\/","title":{"rendered":"Institutional Grade RWA Verification for Family Offices"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Prop Trust Verified\u2122 | PTVS v1.0 Forensic Infrastructure for RWA<\/title>\n    <meta name=\"description\" content=\"Prop Trust Verified\u2122 \u2014 The physical forensic verification standard (PTVS v1.0) for Real-World Asset tokenization. Deterministic physical truth with eIDAS 2.0 qualified legal validity.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    \n    <style>\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        :root {\n            --primary-gold: #D4AF37;\n            --dark-blue: #0A1628;\n            --darker-blue: #050D1A;\n            --light-gray: #E8E8E8;\n            --white: #FFFFFF;\n            --accent-orange: #FF6B35;\n            --warning: #f59e0b;\n            --danger: #ef4444;\n            --success: #10b981;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--light-gray);\n            background-color: var(--darker-blue);\n        }\n\n        \/* ===== REGULATORY BANNER ===== *\/\n        .regulatory-banner {\n            background: #7f1d1d;\n            color: white;\n            padding: 10px 0;\n            font-size: 0.85rem;\n            text-align: center;\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            z-index: 1001;\n            line-height: 1.5;\n            border-bottom: 2px solid var(--warning);\n        }\n        .regulatory-banner strong {\n            color: #fbbf24;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .regulatory-banner a {\n            color: #fde68a;\n            text-decoration: underline;\n        }\n\n        \/* Header *\/\n        header {\n            background: rgba(10, 22, 40, 0.95);\n            backdrop-filter: blur(10px);\n            position: fixed;\n            width: 100%;\n            top: 38px;\n            z-index: 1000;\n            border-bottom: 2px solid var(--primary-gold);\n        }\n\n        nav {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 1rem 2rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .logo {\n            font-size: 1.4rem;\n            font-weight: bold;\n            color: var(--primary-gold);\n            text-decoration: none;\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 2rem;\n            list-style: none;\n        }\n\n        .nav-links a {\n            color: var(--white);\n            text-decoration: none;\n            transition: color 0.3s;\n            font-weight: 500;\n            font-size: 0.95rem;\n        }\n\n        .nav-links a:hover { color: var(--primary-gold); }\n\n        \/* Hero *\/\n        .hero {\n            margin-top: 118px;\n            position: relative;\n            min-height: 85vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            background: linear-gradient(135deg, rgba(5, 13, 26, 0.95), rgba(10, 22, 40, 0.85)),\n                        url('https:\/\/images.unsplash.com\/photo-1639762681485-074b7f938ba0?w=1920&q=80') center\/cover;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n            max-width: 1000px;\n            padding: 2.5rem;\n            background: rgba(5, 13, 26, 0.85);\n            border-radius: 20px;\n            border: 2px solid var(--primary-gold);\n            backdrop-filter: blur(5px);\n        }\n\n        .hero-badge {\n            display: inline-block;\n            padding: 0.4rem 1.2rem;\n            background: rgba(212, 175, 55, 0.1);\n            border: 1px solid var(--primary-gold);\n            border-radius: 50px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            color: var(--primary-gold);\n            margin-bottom: 1.5rem;\n            letter-spacing: 1px;\n        }\n\n        .hero h1 {\n            font-size: 3.2rem;\n            color: var(--primary-gold);\n            margin-bottom: 1rem;\n            text-shadow: 2px 2px 8px rgba(0,0,0,0.8);\n            font-weight: 700;\n            line-height: 1.1;\n        }\n\n        .hero .subtitle {\n            font-size: 1.5rem;\n            color: var(--white);\n            margin-bottom: 1.5rem;\n            font-weight: 300;\n        }\n\n        .hero .tagline {\n            font-size: 1.15rem;\n            color: var(--light-gray);\n            margin-bottom: 2rem;\n            font-style: italic;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .hero-meta {\n            display: flex;\n            gap: 2rem;\n            justify-content: center;\n            margin-top: 2rem;\n            flex-wrap: wrap;\n        }\n\n        .hero-meta-item {\n            text-align: center;\n        }\n\n        .hero-meta-label {\n            font-size: 0.7rem;\n            color: var(--primary-gold);\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            margin-bottom: 4px;\n            font-weight: 600;\n        }\n\n        .hero-meta-value {\n            font-size: 0.95rem;\n            color: var(--white);\n            font-family: 'Courier New', monospace;\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 1.1rem 2.5rem;\n            background: linear-gradient(135deg, var(--primary-gold), #B8941F);\n            color: var(--darker-blue);\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 1.1rem;\n            transition: transform 0.3s, box-shadow 0.3s;\n            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);\n            border: none;\n            cursor: pointer;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);\n        }\n\n        .cta-secondary {\n            display: inline-block;\n            margin-left: 1rem;\n            padding: 1.1rem 2.5rem;\n            background: transparent;\n            color: var(--primary-gold);\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 1.1rem;\n            border: 2px solid var(--primary-gold);\n            transition: all 0.3s;\n        }\n\n        .cta-secondary:hover {\n            background: var(--primary-gold);\n            color: var(--darker-blue);\n        }\n\n        \/* Section Base *\/\n        .section-base {\n            padding: 5rem 2rem;\n            position: relative;\n        }\n\n        .container { max-width: 1200px; margin: 0 auto; }\n\n        .section-title {\n            font-size: 2.6rem;\n            color: var(--primary-gold);\n            text-align: center;\n            margin-bottom: 1rem;\n            font-weight: 700;\n        }\n\n        .section-subtitle {\n            text-align: center;\n            font-size: 1.15rem;\n            color: var(--light-gray);\n            margin-bottom: 3.5rem;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* Critical Notice *\/\n        .critical-notice {\n            max-width: 900px;\n            margin: 0 auto 3rem;\n            background: rgba(245, 158, 11, 0.08);\n            border-left: 4px solid var(--warning);\n            padding: 1.5rem 2rem;\n            border-radius: 8px;\n        }\n        .critical-notice h4 {\n            color: var(--warning);\n            margin-bottom: 0.5rem;\n            font-size: 0.9rem;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n        }\n        .critical-notice p {\n            color: var(--light-gray);\n            font-size: 0.95rem;\n            line-height: 1.7;\n        }\n        .critical-notice strong { color: var(--warning); }\n\n        \/* Problem Section *\/\n        .problem-section { background: var(--dark-blue); }\n\n        .problem-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }\n\n        .problem-image {\n            width: 100%;\n            border-radius: 15px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.5);\n            border: 2px solid var(--primary-gold);\n        }\n\n        .problem-text h3 {\n            font-size: 2rem;\n            color: var(--primary-gold);\n            margin-bottom: 1.5rem;\n        }\n\n        .problem-text p {\n            font-size: 1.05rem;\n            margin-bottom: 1.5rem;\n            line-height: 1.8;\n        }\n\n        .stat-box {\n            background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.05));\n            border: 2px solid var(--primary-gold);\n            padding: 2rem;\n            border-radius: 15px;\n            margin: 2rem 0;\n            text-align: center;\n        }\n\n        .stat-number {\n            font-size: 3rem;\n            color: var(--primary-gold);\n            font-weight: 700;\n            line-height: 1;\n        }\n\n        .stat-label {\n            color: var(--white);\n            font-size: 1rem;\n            margin-top: 0.5rem;\n        }\n\n        \/* Solution Section *\/\n        .solution-section { background: var(--darker-blue); }\n\n        .solution-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .solution-card {\n            background: var(--dark-blue);\n            padding: 2rem;\n            border-radius: 15px;\n            border: 2px solid transparent;\n            transition: all 0.3s;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .solution-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-gold), var(--accent-orange));\n        }\n\n        .solution-card:hover {\n            border-color: var(--primary-gold);\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);\n        }\n\n        .solution-icon {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n        }\n\n        .solution-card h3 {\n            color: var(--primary-gold);\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }\n\n        .solution-card p {\n            color: var(--light-gray);\n            line-height: 1.7;\n            font-size: 0.95rem;\n        }\n\n        .solution-card .status-badge {\n            display: inline-block;\n            padding: 3px 10px;\n            border-radius: 20px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-top: 0.75rem;\n        }\n\n        .status-live { background: rgba(16, 185, 129, 0.2); color: var(--success); border: 1px solid var(--success); }\n        .status-beta { background: rgba(245, 158, 11, 0.2); color: var(--warning); border: 1px solid var(--warning); }\n        .status-planned { background: rgba(99, 102, 241, 0.2); color: #818cf8; border: 1px solid #818cf8; }\n\n        \/* Shield Section (REAL capabilities) *\/\n        .shield-section { background: var(--dark-blue); }\n\n        .shield-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .shield-card {\n            background: var(--darker-blue);\n            padding: 2rem;\n            border-radius: 15px;\n            border-left: 4px solid var(--primary-gold);\n            position: relative;\n        }\n\n        .shield-number {\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n            font-size: 3rem;\n            color: var(--primary-gold);\n            opacity: 0.2;\n            font-weight: 700;\n        }\n\n        .shield-card h3 {\n            color: var(--primary-gold);\n            margin-bottom: 0.75rem;\n            font-size: 1.2rem;\n        }\n\n        .shield-card p {\n            color: var(--light-gray);\n            line-height: 1.7;\n            font-size: 0.9rem;\n        }\n\n        \/* Adoption Record *\/\n        .adoption-section { background: var(--darker-blue); }\n\n        .adoption-card {\n            background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(16, 185, 129, 0.05));\n            border: 2px solid var(--primary-gold);\n            border-radius: 20px;\n            padding: 3rem;\n            max-width: 900px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .adoption-badge {\n            display: inline-block;\n            padding: 0.5rem 1.5rem;\n            background: var(--success);\n            color: var(--darker-blue);\n            border-radius: 50px;\n            font-weight: 800;\n            font-size: 1.1rem;\n            margin-bottom: 1.5rem;\n            letter-spacing: 2px;\n        }\n\n        .adoption-card h3 {\n            color: var(--primary-gold);\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n        }\n\n        .adoption-meta {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n            margin: 2rem 0;\n            padding: 1.5rem 0;\n            border-top: 1px solid rgba(212, 175, 55, 0.3);\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n\n        .adoption-meta-item {}\n        .adoption-meta-label {\n            font-size: 0.7rem;\n            color: var(--primary-gold);\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            margin-bottom: 4px;\n        }\n        .adoption-meta-value {\n            font-size: 1rem;\n            color: var(--white);\n            font-weight: 600;\n        }\n\n        \/* Business Model *\/\n        .business-section { background: var(--dark-blue); }\n\n        .business-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: start;\n            margin-top: 2rem;\n        }\n\n        .business-text h3 {\n            font-size: 1.7rem;\n            color: var(--primary-gold);\n            margin-bottom: 1.5rem;\n        }\n\n        .business-text p {\n            font-size: 1rem;\n            margin-bottom: 1.25rem;\n            line-height: 1.8;\n        }\n\n        .fee-structure {\n            background: var(--darker-blue);\n            padding: 2rem;\n            border-radius: 15px;\n            border: 2px solid var(--primary-gold);\n        }\n\n        .fee-item {\n            display: flex;\n            justify-content: space-between;\n            padding: 0.85rem 0;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.2);\n        }\n\n        .fee-item:last-child { border-bottom: none; }\n\n        .fee-label {\n            color: var(--light-gray);\n            font-size: 0.95rem;\n        }\n\n        .fee-value {\n            color: var(--primary-gold);\n            font-weight: bold;\n            font-size: 0.95rem;\n            font-family: 'Courier New', monospace;\n        }\n\n        .fee-note {\n            margin-top: 1rem;\n            padding: 0.75rem;\n            background: rgba(245, 158, 11, 0.1);\n            border-left: 3px solid var(--warning);\n            border-radius: 4px;\n            font-size: 0.8rem;\n            color: var(--light-gray);\n        }\n\n        \/* References *\/\n        .references-section { background: var(--darker-blue); }\n\n        .references-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 1.5rem;\n            margin-top: 2rem;\n        }\n\n        .reference-card {\n            background: var(--dark-blue);\n            padding: 1.5rem;\n            border-radius: 12px;\n            border: 1px solid rgba(212, 175, 55, 0.3);\n        }\n\n        .reference-label {\n            font-size: 0.7rem;\n            color: var(--primary-gold);\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            margin-bottom: 6px;\n            font-weight: 600;\n        }\n\n        .reference-value {\n            font-size: 0.85rem;\n            color: var(--white);\n            font-family: 'Courier New', monospace;\n            word-break: break-all;\n            line-height: 1.4;\n        }\n\n        .reference-value a {\n            color: var(--primary-gold);\n            text-decoration: none;\n        }\n        .reference-value a:hover { text-decoration: underline; }\n\n        \/* CTA Section *\/\n        .cta-section {\n            padding: 5rem 2rem;\n            background: linear-gradient(135deg, var(--darker-blue), var(--dark-blue));\n            text-align: center;\n            position: relative;\n        }\n\n        .cta-content {\n            position: relative;\n            z-index: 2;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .cta-section h2 {\n            color: var(--primary-gold);\n            font-size: 2.5rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .cta-section > .cta-content > p {\n            font-size: 1.1rem;\n            color: var(--light-gray);\n            margin-bottom: 2rem;\n            line-height: 1.7;\n        }\n\n        .form-container {\n            max-width: 800px;\n            margin: 3rem auto 0;\n            background: rgba(10, 22, 40, 0.85);\n            border: 2px solid var(--primary-gold);\n            border-radius: 20px;\n            padding: 3rem;\n            backdrop-filter: blur(10px);\n            text-align: left;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);\n        }\n\n        .form-container h3 {\n            color: var(--primary-gold);\n            font-size: 1.7rem;\n            margin-bottom: 0.5rem;\n            text-align: center;\n        }\n\n        .form-subtitle {\n            color: var(--light-gray);\n            text-align: center;\n            margin-bottom: 2rem;\n            font-size: 0.95rem;\n            opacity: 0.9;\n        }\n\n        .form-row {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 1.5rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .form-group { display: flex; flex-direction: column; }\n        .form-group.full-width { grid-column: 1 \/ -1; }\n\n        .form-group label {\n            color: var(--primary-gold);\n            font-size: 0.85rem;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            letter-spacing: 0.5px;\n            text-transform: uppercase;\n        }\n\n        .form-group label .required { color: #FF6B6B; }\n\n        .form-group input,\n        .form-group select,\n        .form-group textarea {\n            background: rgba(5, 13, 26, 0.8);\n            border: 1px solid rgba(212, 175, 55, 0.3);\n            border-radius: 8px;\n            padding: 0.85rem 1rem;\n            color: var(--white);\n            font-size: 1rem;\n            font-family: inherit;\n            transition: all 0.3s;\n        }\n\n        .form-group input:focus,\n        .form-group select:focus,\n        .form-group textarea:focus {\n            outline: none;\n            border-color: var(--primary-gold);\n            box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);\n            background: rgba(5, 13, 26, 1);\n        }\n\n        .form-group input::placeholder,\n        .form-group textarea::placeholder {\n            color: rgba(232, 232, 232, 0.4);\n        }\n\n        .form-group select {\n            cursor: pointer;\n            appearance: none;\n            background-image: url(\"data:image\/svg+xml;charset=UTF-8,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='%23D4AF37'%3e%3cpath d='M7 10l5 5 5-5z'\/%3e%3c\/svg%3e\");\n            background-repeat: no-repeat;\n            background-position: right 1rem center;\n            background-size: 1.2rem;\n            padding-right: 2.5rem;\n        }\n\n        .form-group select option {\n            background: var(--dark-blue);\n            color: var(--white);\n        }\n\n        .form-group textarea {\n            resize: vertical;\n            min-height: 120px;\n            font-family: inherit;\n        }\n\n        .form-checkbox {\n            display: flex;\n            align-items: flex-start;\n            gap: 0.8rem;\n            margin: 1.5rem 0;\n            cursor: pointer;\n        }\n\n        .form-checkbox input[type=\"checkbox\"] {\n            width: 20px;\n            height: 20px;\n            margin-top: 2px;\n            cursor: pointer;\n            accent-color: var(--primary-gold);\n            flex-shrink: 0;\n        }\n\n        .form-checkbox label {\n            color: var(--light-gray);\n            font-size: 0.85rem;\n            line-height: 1.5;\n            text-transform: none;\n            letter-spacing: normal;\n            font-weight: normal;\n            cursor: pointer;\n            margin: 0;\n        }\n\n        .form-checkbox label a { color: var(--primary-gold); text-decoration: underline; }\n\n        .form-submit {\n            width: 100%;\n            padding: 1.1rem;\n            background: linear-gradient(135deg, var(--primary-gold), #B8941F);\n            color: var(--darker-blue);\n            border: none;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 1rem;\n            cursor: pointer;\n            transition: transform 0.3s, box-shadow 0.3s;\n            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);\n            margin-top: 1rem;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n        }\n\n        .form-submit:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);\n        }\n\n        .form-submit:disabled {\n            opacity: 0.6;\n            cursor: not-allowed;\n            transform: none;\n        }\n\n        .form-security-note {\n            text-align: center;\n            margin-top: 1.5rem;\n            font-size: 0.8rem;\n            color: var(--light-gray);\n            opacity: 0.7;\n        }\n\n        .form-security-note span { color: var(--primary-gold); }\n\n        .form-success {\n            display: none;\n            background: rgba(16, 185, 129, 0.1);\n            border: 2px solid var(--success);\n            border-radius: 15px;\n            padding: 2rem;\n            text-align: center;\n            margin-top: 2rem;\n        }\n\n        .form-success.show {\n            display: block;\n            animation: fadeInUp 0.6s ease-out;\n        }\n\n        .form-success h4 {\n            color: var(--success);\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n        }\n\n        .form-success p {\n            color: var(--light-gray);\n            line-height: 1.7;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 1.5rem;\n            justify-content: center;\n            margin-top: 2.5rem;\n            flex-wrap: wrap;\n        }\n\n        \/* Footer *\/\n        footer {\n            background: var(--darker-blue);\n            padding: 3rem 2rem 2rem;\n            border-top: 2px solid var(--primary-gold);\n        }\n\n        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .footer-links {\n            display: flex;\n            gap: 2rem;\n            justify-content: center;\n            margin-bottom: 2rem;\n            flex-wrap: wrap;\n        }\n\n        .footer-links a {\n            color: var(--light-gray);\n            text-decoration: none;\n            font-size: 0.9rem;\n            transition: color 0.3s;\n        }\n\n        .footer-links a:hover { color: var(--primary-gold); }\n\n        .footer-disclaimer {\n            max-width: 900px;\n            margin: 2rem auto;\n            padding: 1.5rem;\n            background: rgba(245, 158, 11, 0.05);\n            border-left: 4px solid var(--warning);\n            border-radius: 8px;\n            font-size: 0.8rem;\n            line-height: 1.7;\n            color: var(--light-gray);\n        }\n        .footer-disclaimer strong { color: var(--warning); }\n        .footer-disclaimer a { color: var(--primary-gold); text-decoration: underline; }\n\n        .copyright {\n            color: var(--light-gray);\n            opacity: 0.7;\n            font-size: 0.85rem;\n            text-align: center;\n            margin-top: 1.5rem;\n        }\n\n        .copyright strong { color: var(--primary-gold); }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 { font-size: 2.2rem; }\n            .hero .subtitle { font-size: 1.2rem; }\n            .section-title { font-size: 2rem; }\n            .problem-grid,\n            .business-grid,\n            .adoption-meta { grid-template-columns: 1fr; }\n            .nav-links { display: none; }\n            .cta-secondary { margin-left: 0; margin-top: 1rem; }\n            .form-row { grid-template-columns: 1fr; gap: 1rem; }\n            .form-container { padding: 2rem 1.5rem; margin: 2rem 1rem 0; }\n            .form-container h3 { font-size: 1.4rem; }\n            .cta-section h2 { font-size: 2rem; }\n            .regulatory-banner { font-size: 0.75rem; padding: 8px 10px; }\n            header { top: 50px; }\n            .hero { margin-top: 130px; }\n        }\n\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        .animate { animation: fadeInUp 0.8s ease-out; }\n        .highlight { color: var(--primary-gold); font-weight: bold; }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- REGULATORY BANNER -->\n    <div class=\"regulatory-banner\">\n        <strong>\u26a0\ufe0f Institutional Portal:<\/strong> Prop Trust Verified\u2122 is a forensic verification standard (PTVS v1.0), NOT a token, cryptocurrency, or investment product. \n        <a href=\"https:\/\/forensics-oracle.org\/corporate-structure\/\" target=\"_blank\" rel=\"noopener\">Corporate transparency \u2192<\/a>\n    <\/div>\n\n    <header>\n        <nav>\n            <a href=\"https:\/\/proptrustverified.com\" class=\"logo\">Prop Trust Verified\u2122<\/a>\n            <ul class=\"nav-links\">\n                <li><a href=\"#problem\">The Problem<\/a><\/li>\n                <li><a href=\"#solution\">Solution<\/a><\/li>\n                <li><a href=\"#shield\">Capabilities<\/a><\/li>\n                <li><a href=\"#adoption\">Adoption<\/a><\/li>\n                <li><a href=\"#business\">Business<\/a><\/li>\n                <li><a href=\"#contact\">Contact<\/a><\/li>\n            <\/ul>\n        <\/nav>\n    <\/header>\n\n    <!-- Hero -->\n    <section class=\"hero\">\n        <div class=\"hero-content animate\">\n            <div class=\"hero-badge\">\u25c6 PTVS v1.0 \u00b7 Open Forensic Standard \u25c6<\/div>\n            <h1>Physical Forensic Infrastructure<br>for Real-World Assets<\/h1>\n            <p class=\"subtitle\">Deterministic physical verification with eIDAS 2.0 qualified legal validity<\/p>\n            <p class=\"tagline\">\u00abThe blockchain cannot see a brick. But we can \u2014 and we prove it cryptographically.\u00bb<\/p>\n            <div>\n                <a href=\"#contact\" class=\"cta-button\">Schedule Institutional Call<\/a>\n                <a href=\"https:\/\/forensics-oracle.org\/standard\/\" target=\"_blank\" rel=\"noopener\" class=\"cta-secondary\">Read PTVS v1.0 Spec<\/a>\n            <\/div>\n            <div class=\"hero-meta\">\n                <div class=\"hero-meta-item\">\n                    <div class=\"hero-meta-label\">DOI (CERN\/Zenodo)<\/div>\n                    <div class=\"hero-meta-value\">10.5281\/zenodo.21719175<\/div>\n                <\/div>\n                <div class=\"hero-meta-item\">\n                    <div class=\"hero-meta-label\">SafeCreative<\/div>\n                    <div class=\"hero-meta-value\">2607176414549<\/div>\n                <\/div>\n                <div class=\"hero-meta-item\">\n                    <div class=\"hero-meta-label\">OEPM Marks<\/div>\n                    <div class=\"hero-meta-value\">N0498420 \u00b7 N0498759<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Problem Section -->\n    <section id=\"problem\" class=\"section-base problem-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">The Oracle Problem<\/h2>\n            <p class=\"section-subtitle\">Why tokenization without physical verification creates systemic risk<\/p>\n            \n            <div class=\"critical-notice\">\n                <h4>\u26a0\ufe0f Structural Reality<\/h4>\n                <p>\n                    Blockchains verify <strong>digital transactions<\/strong> \u2014 but are structurally blind to <strong>physical reality<\/strong>. \n                    A token can represent a building with hidden structural pathologies, a vessel with concealed hull osmosis, \n                    or an asset that does not physically exist. Without independent forensic verification, tokenized assets \n                    create what the industry calls <strong>\u00abtoxic tokens\u00bb<\/strong> \u2014 and this is why institutional investors \n                    (Family Offices, private banks, insurance undertakings) hesitate to enter the RWA market.\n                <\/p>\n            <\/div>\n            \n            <div class=\"problem-grid\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1504307651254-35680f356dfd?w=800&#038;q=80\" alt=\"Physical reality verification\" class=\"problem-image\">\n                <div class=\"problem-text\">\n                    <h3>Blockchain is Blind<\/h3>\n                    <p>It cannot see a brick. It cannot measure steel fatigue. It cannot detect osmosis in a ship&#8217;s hull. It cannot verify whether a building has hidden structural defects that will cause collapse.<\/p>\n                    <p>If you feed bad physical data into an immutable blockchain, you don&#8217;t create value. <strong style=\"color: var(--danger);\">You just make a lie permanent.<\/strong><\/p>\n                    <p>This is the <span class=\"highlight\">Oracle Problem<\/span>: the weakest link in the entire Real-World Asset tokenization chain. And it&#8217;s the reason why regulators (MiCA Art. 36, Solvency II, IORP II) require independent physical verification.<\/p>\n                    \n                    <div class=\"stat-box\">\n                        <div class=\"stat-number\">PTVS v1.0<\/div>\n                        <div class=\"stat-label\">The open forensic standard designed to close this gap<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Solution Section -->\n    <section id=\"solution\" class=\"section-base solution-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">The Prop Trust Verified Solution<\/h2>\n            <p class=\"section-subtitle\">Infrastructure for deterministic physical verification with cryptographic proof<\/p>\n            \n            <div class=\"solution-grid\">\n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udd10<\/div>\n                    <h3>Cryptographic Verification<\/h3>\n                    <p>Every forensic appraisal is signed with <strong>eIDAS 2.0 Qualified Electronic Signature (QES)<\/strong>, sealed with RFC 3161 timestamps, and anchored with SHA-256 canonical hash. Immutable, verifiable, court-admissible.<\/p>\n                    <span class=\"status-badge status-live\">\u2713 LIVE<\/span>\n                <\/div>\n                \n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udc68\u200d\u2696\ufe0f<\/div>\n                    <h3>PTCE Network<\/h3>\n                    <p>Growing network of <strong>Prop Trust Certified Experts<\/strong> \u2014 sworn judicial experts licensed to apply PTVS v1.0 methodology. Each PTCE holds professional liability insurance and assumes civil\/penal responsibility.<\/p>\n                    <span class=\"status-badge status-beta\">\u23f3 EXPANDING<\/span>\n                <\/div>\n                \n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udd17<\/div>\n                    <h3>PTVSClaimInjector<\/h3>\n                    <p>Open-source Solidity contract (MIT license) that injects Verifiable Claims into ERC-3643\/T-REX ONCHAINID modules, enabling automatic circuit breakers when asset degradation is detected.<\/p>\n                    <span class=\"status-badge status-beta\">\u23f3 SEPOLIA TESTNET<\/span>\n                <\/div>\n                \n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udcca<\/div>\n                    <h3>PTVS Score (0-100)<\/h3>\n                    <p>Deterministic scoring across 23 verification layers. Thresholds: <strong>70-100 VERIFIED<\/strong> (eligible for tokenization), 50-69 CONDITIONAL (with warnings), 0-49 REVOKED (circuit breaker triggered), 90+ days without re-audit EXPIRED.<\/p>\n                    <span class=\"status-badge status-live\">\u2713 LIVE<\/span>\n                <\/div>\n                \n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83c\udfc5<\/div>\n                    <h3>\u00abVerified by PTVS\u00bb Badge<\/h3>\n                    <p>Trust mark license for tokenization platforms, SOCIMIs, and issuers. Includes dynamic widget embed, public verification page, and automated circuit breaker alerts. Annual renewable.<\/p>\n                    <span class=\"status-badge status-live\">\u2713 LIVE<\/span>\n                <\/div>\n                \n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udcb0<\/div>\n                    <h3>Transparent Pricing<\/h3>\n                    <p>Published tariffs: certification \u20ac3,500-\u20ac8,000\/asset, Oracle API $500-$5,000\/month, badge license \u20ac8,000-\u20ac20,000\/year. PTCE revenue split: 85% expert \/ 15% network. No TVL percentages.<\/p>\n                    <span class=\"status-badge status-live\">\u2713 PUBLISHED<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Shield Section (REAL capabilities) -->\n    <section id=\"shield\" class=\"section-base shield-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Technical &#038; Legal Safeguards<\/h2>\n            <p class=\"section-subtitle\">Verifiable infrastructure built on open standards and sworn judicial expertise<\/p>\n            \n            <div class=\"shield-grid\">\n                <div class=\"shield-card\">\n                    <div class=\"shield-number\">01<\/div>\n                    <h3>eIDAS 2.0 QES<\/h3>\n                    <p>Qualified Electronic Signatures from certified EU Trust Service Providers. Legal equivalence to handwritten signature across all 27 Member States. Each report is signed by a sworn judicial expert assuming professional liability.<\/p>\n                <\/div>\n                \n                <div class=\"shield-card\">\n                    <div class=\"shield-number\">02<\/div>\n                    <h3>RFC 3161 Timestamps<\/h3>\n                    <p>Qualified time-stamping from EU-certified Time Stamping Authorities (TSAs). Provides legally admissible proof of when the forensic evidence existed, preventing post-hoc document manipulation.<\/p>\n                <\/div>\n                \n                <div class=\"shield-card\">\n                    <div class=\"shield-number\">03<\/div>\n                    <h3>SHA-256 Canonical Hash<\/h3>\n                    <p>Deterministic hash of each forensic report in canonical JSON format, anchored both on-chain and in permanent archival repositories (CERN\/Zenodo, HAL\/CNRS). Any alteration is detectable.<\/p>\n                <\/div>\n                \n                <div class=\"shield-card\">\n                    <div class=\"shield-number\">04<\/div>\n                    <h3>ISO 19005 PDF\/A<\/h3>\n                    <p>Long-term archival format ensuring forensic reports remain readable and verifiable decades into the future. Critical for insurance, pension funds, and institutional custodians.<\/p>\n                <\/div>\n                \n                <div class=\"shield-card\">\n                    <div class=\"shield-number\">05<\/div>\n                    <h3>Professional Liability<\/h3>\n                    <p>Each PTCE carries mandatory professional liability insurance and assumes civil\/penal responsibility under judicial expert statutes. This is not an anonymous oracle \u2014 it&#8217;s a legally accountable human expert.<\/p>\n                <\/div>\n                \n                <div class=\"shield-card\">\n                    <div class=\"shield-number\">06<\/div>\n                    <h3>Public Auditability<\/h3>\n                    <p>PTCE Registry is public and auditable. Standard specification is open (DOI 10.5281\/zenodo.21719175). PTVSClaimInjector code is open-source (MIT). Corporate structure is transparently documented.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Adoption Record Section -->\n    <section id=\"adoption\" class=\"section-base adoption-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">First Adoption Record<\/h2>\n            <p class=\"section-subtitle\">Documented proof-of-concept under PTVS v1.0<\/p>\n            \n            <div class=\"adoption-card\">\n                <div class=\"adoption-badge\">91\/100 \u00b7 VERIFIED<\/div>\n                <h3>Navarr\u00e9s Project (SPV-NAV-2026-001)<\/h3>\n                <p style=\"color: var(--light-gray); margin-bottom: 1rem;\">First documented adoption of PTVS v1.0 for physical verification of a real estate asset in preparation for tokenization.<\/p>\n                \n                <div class=\"adoption-meta\">\n                    <div class=\"adoption-meta-item\">\n                        <div class=\"adoption-meta-label\">Asset<\/div>\n                        <div class=\"adoption-meta-value\">108,000 m\u00b2 Urbanizable Land<\/div>\n                    <\/div>\n                    <div class=\"adoption-meta-item\">\n                        <div class=\"adoption-meta-label\">Location<\/div>\n                        <div class=\"adoption-meta-value\">Navarr\u00e9s, Valencia, Spain<\/div>\n                    <\/div>\n                    <div class=\"adoption-meta-item\">\n                        <div class=\"adoption-meta-label\">Innovation<\/div>\n                        <div class=\"adoption-meta-value\">Smart Escrow Jur\u00eddico<\/div>\n                    <\/div>\n                <\/div>\n                \n                <p style=\"color: var(--light-gray); font-size: 0.95rem; line-height: 1.7; max-width: 700px; margin: 0 auto;\">\n                    Release of funds conditional on match between SHA-256 hash of forensic report and hash pre-committed in smart contract. \n                    First real-world implementation of deterministic physical verification triggering legal payment release. \n                    Full documentation published as Adoption Record #001.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Business Model -->\n    <section id=\"business\" class=\"section-base business-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Commercial Framework<\/h2>\n            <p class=\"section-subtitle\">Phase 1 (2026-2027) \u2014 Transparent, published, predictable<\/p>\n            \n            <div class=\"business-grid\">\n                <div class=\"business-text\">\n                    <h3>How It Works<\/h3>\n                    <p>Prop Trust Verified operates a transparent multi-tier commercial model:<\/p>\n                    <p><span class=\"highlight\">1. One-Time Certification:<\/span> Initial forensic audit under PTVS v1.0 with PTVS Score issuance and Verifiable Claim generation for on-chain injection.<\/p>\n                    <p><span class=\"highlight\">2. Oracle API Subscription:<\/span> Recurring SaaS for real-time PTVS Score queries and automated Verifiable Claim injection into ERC-3643\/T-REX smart contracts.<\/p>\n                    <p><span class=\"highlight\">3. Badge Licensing:<\/span> Annual renewable license to display \u00abVerified by PTVS\u00bb trust seal in investor-facing materials, with dynamic widget embed.<\/p>\n                    <p><span class=\"highlight\">4. PTCE Network Economics:<\/span> Certified experts earn 85% of audit fees; network retains 15% for QA, legal support, and infrastructure. Payment guaranteed in 48h via Stripe Connect split.<\/p>\n                    <p style=\"margin-top: 1rem; font-size: 0.9rem; color: var(--warning);\">\n                        <strong>Phase 1 commitment:<\/strong> No TVL percentages. No hidden success fees. All tariffs published.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"fee-structure\">\n                    <h3 style=\"color: var(--primary-gold); margin-bottom: 1.5rem;\">Published Tariffs (Phase 1)<\/h3>\n                    <div class=\"fee-item\">\n                        <span class=\"fee-label\">Standard Certification<\/span>\n                        <span class=\"fee-value\">\u20ac3,500 \u2013 \u20ac5,000<\/span>\n                    <\/div>\n                    <div class=\"fee-item\">\n                        <span class=\"fee-label\">Executive Certification<\/span>\n                        <span class=\"fee-value\">\u20ac5,000 \u2013 \u20ac8,000<\/span>\n                    <\/div>\n                    <div class=\"fee-item\">\n                        <span class=\"fee-label\">Oracle API Starter<\/span>\n                        <span class=\"fee-value\">$500 \/ month<\/span>\n                    <\/div>\n                    <div class=\"fee-item\">\n                        <span class=\"fee-label\">Oracle API Professional<\/span>\n                        <span class=\"fee-value\">$2,000 \/ month<\/span>\n                    <\/div>\n                    <div class=\"fee-item\">\n                        <span class=\"fee-label\">Oracle API Enterprise<\/span>\n                        <span class=\"fee-value\">$5,000 \/ month<\/span>\n                    <\/div>\n                    <div class=\"fee-item\">\n                        <span class=\"fee-label\">Badge License (Issuer)<\/span>\n                        <span class=\"fee-value\">\u20ac8,000 \/ year<\/span>\n                    <\/div>\n                    <div class=\"fee-item\">\n                        <span class=\"fee-label\">Badge License (Platform)<\/span>\n                        <span class=\"fee-value\">\u20ac12K \u2013 \u20ac20K \/ year<\/span>\n                    <\/div>\n                    <div class=\"fee-item\">\n                        <span class=\"fee-label\">PTCE Initial Certification<\/span>\n                        <span class=\"fee-value\">\u20ac2,500 \u2013 \u20ac3,500<\/span>\n                    <\/div>\n                    <div class=\"fee-item\">\n                        <span class=\"fee-label\">PTCE Annual Renewal<\/span>\n                        <span class=\"fee-value\">\u20ac500 \/ year<\/span>\n                    <\/div>\n                    <div class=\"fee-item\">\n                        <span class=\"fee-label\">Expert Revenue Share<\/span>\n                        <span class=\"fee-value\">85%<\/span>\n                    <\/div>\n                    <div class=\"fee-item\">\n                        <span class=\"fee-label\">Network Revenue Share<\/span>\n                        <span class=\"fee-value\">15%<\/span>\n                    <\/div>\n                    <div class=\"fee-notice\">\n                        <strong>Note:<\/strong> All tariffs published at <a href=\"https:\/\/proptrustverified.com\/pricing\/\" style=\"color: var(--primary-gold);\">proptrustverified.com\/pricing<\/a>. Subject to change with 30 days notice.\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Verifiable References -->\n    <section id=\"references\" class=\"section-base references-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Permanent Verifiable References<\/h2>\n            <p class=\"section-subtitle\">Every element of PTVS v1.0 is registered in permanent, publicly verifiable repositories<\/p>\n            \n            <div class=\"references-grid\">\n                <div class=\"reference-card\">\n                    <div class=\"reference-label\">CERN \/ Zenodo DOI<\/div>\n                    <div class=\"reference-value\">\n                        <a href=\"https:\/\/doi.org\/10.5281\/zenodo.21719175\" target=\"_blank\" rel=\"noopener\">10.5281\/zenodo.21719175<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"reference-card\">\n                    <div class=\"reference-label\">HAL \/ CNRS Archive<\/div>\n                    <div class=\"reference-value\">\n                        <a href=\"https:\/\/hal.science\/hal-05713062v1\" target=\"_blank\" rel=\"noopener\">hal-05713062v1<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"reference-card\">\n                    <div class=\"reference-label\">Open Science Framework<\/div>\n                    <div class=\"reference-value\">\n                        <a href=\"https:\/\/doi.org\/10.17605\/OSF.IO\/7D2SJ\" target=\"_blank\" rel=\"noopener\">10.17605\/OSF.IO\/7D2SJ<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"reference-card\">\n                    <div class=\"reference-label\">SafeCreative Registration<\/div>\n                    <div class=\"reference-value\">\n                        <a href=\"https:\/\/www.safecreative.org\/validity\" target=\"_blank\" rel=\"noopener\">2607176414549-4KK9TP<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"reference-card\">\n                    <div class=\"reference-label\">ORCID Researcher ID<\/div>\n                    <div class=\"reference-value\">\n                        <a href=\"https:\/\/orcid.org\/0009-0007-5824-3602\" target=\"_blank\" rel=\"noopener\">0009-0007-5824-3602<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"reference-card\">\n                    <div class=\"reference-label\">Wikidata Entity<\/div>\n                    <div class=\"reference-value\">\n                        <a href=\"https:\/\/www.wikidata.org\/wiki\/Q140774713\" target=\"_blank\" rel=\"noopener\">Q140774713<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"reference-card\">\n                    <div class=\"reference-label\">OEPM Trademarks<\/div>\n                    <div class=\"reference-value\">N0498420 \u00b7 N0498759<\/div>\n                <\/div>\n                <div class=\"reference-card\">\n                    <div class=\"reference-label\">U.S. Copyright<\/div>\n                    <div class=\"reference-value\">Cases 1-15210573311 \u00b7 1-15234961091<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section id=\"contact\" class=\"cta-section\">\n        <div class=\"cta-content\">\n            <h2>Ready to Integrate Physical Truth?<\/h2>\n            <p>For RWA tokenization platforms, Family Offices, institutional custodians, and regulated issuers evaluating integration with the PTVS v1.0 forensic verification standard.<\/p>\n            <p>Schedule a confidential institutional consultation to discuss your specific verification needs.<\/p>\n            \n            <div class=\"form-container\">\n                <h3>Schedule Your Institutional Consultation<\/h3>\n                <p class=\"form-subtitle\">All inquiries handled with institutional-grade confidentiality. Response within 24 business hours.<\/p>\n                \n                <form id=\"contactForm\" action=\"https:\/\/formspree.io\/f\/mzdjojnv\" method=\"POST\">\n                    <input type=\"hidden\" name=\"_subject\" value=\"Institutional Inquiry \u2014 Prop Trust Verified\u2122 (PTVS v1.0)\">\n                    <input type=\"hidden\" name=\"_template\" value=\"table\">\n                    \n                    <div class=\"form-row\">\n                        <div class=\"form-group\">\n                            <label for=\"fullName\">Full Name <span class=\"required\">*<\/span><\/label>\n                            <input type=\"text\" id=\"fullName\" name=\"fullName\" placeholder=\"John Smith\" required>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"email\">Corporate Email <span class=\"required\">*<\/span><\/label>\n                            <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"john@institution.com\" required>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"form-row\">\n                        <div class=\"form-group\">\n                            <label for=\"company\">Institution \/ Organization <span class=\"required\">*<\/span><\/label>\n                            <input type=\"text\" id=\"company\" name=\"company\" placeholder=\"Smith Family Office\" required>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"role\">Role \/ Position<\/label>\n                            <input type=\"text\" id=\"role\" name=\"role\" placeholder=\"Managing Director\">\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"form-row\">\n                        <div class=\"form-group\">\n                            <label for=\"inquiryType\">Inquiry Type <span class=\"required\">*<\/span><\/label>\n                            <select id=\"inquiryType\" name=\"inquiryType\" required>\n                                <option value=\"\" disabled selected>Select an option<\/option>\n                                <option value=\"PTVS Certification\">Asset Certification (PTVS v1.0)<\/option>\n                                <option value=\"Oracle API\">Oracle API Integration<\/option>\n                                <option value=\"Badge License\">\u00abVerified by PTVS\u00bb Badge Licensing<\/option>\n                                <option value=\"PTCE Application\">PTCE Network Application<\/option>\n                                <option value=\"Strategic Partnership\">Strategic Partnership<\/option>\n                                <option value=\"Press\">Press &#038; Media<\/option>\n                                <option value=\"Other\">Other<\/option>\n                            <\/select>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"jurisdiction\">Primary Jurisdiction<\/label>\n                            <input type=\"text\" id=\"jurisdiction\" name=\"jurisdiction\" placeholder=\"e.g., Spain, USA, Singapore\">\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"form-row\">\n                        <div class=\"form-group full-width\">\n                            <label for=\"message\">Describe Your Use Case <span class=\"required\">*<\/span><\/label>\n                            <textarea id=\"message\" name=\"message\" placeholder=\"Please describe the asset type, volume, and specific verification needs...\" required><\/textarea>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"form-checkbox\">\n                        <input type=\"checkbox\" id=\"consent\" name=\"consent\" required>\n                        <label for=\"consent\">I understand that Prop Trust Verified\u2122 is a forensic verification service (NOT a token, investment product, or investment fund). I consent to data processing under GDPR for the purpose of this inquiry. <a href=\"https:\/\/proptrustverified.com\/privacy\/\" target=\"_blank\" rel=\"noopener\">Privacy Policy<\/a>.<\/label>\n                    <\/div>\n                    \n                    <div class=\"form-checkbox\">\n                        <input type=\"checkbox\" id=\"notInvestment\" name=\"notInvestment\" required>\n                        <label for=\"notInvestment\">I acknowledge that Aurema Group L.L.C. is NOT a broker-dealer, investment advisor, or investment fund. This inquiry is for infrastructure services only.<\/label>\n                    <\/div>\n                    \n                    <button type=\"submit\" class=\"form-submit\" id=\"submitBtn\">\n                        \ud83d\udd12 Submit Institutional Inquiry\n                    <\/button>\n                    \n                    <p class=\"form-security-note\">\n                        <span>\ud83d\udd12<\/span> TLS 1.3 encrypted \u00b7 GDPR, CCPA, ADGM DPR 2021 compliant\n                    <\/p>\n                <\/form>\n                \n                <div class=\"form-success\" id=\"formSuccess\">\n                    <h4>\u2713 Inquiry Received Successfully<\/h4>\n                    <p>Thank you for your interest in Prop Trust Verified\u2122. A member of our institutional team will contact you within 24 business hours to schedule your confidential consultation.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"cta-buttons\">\n                <a href=\"https:\/\/forensics-oracle.org\/standard\/\" target=\"_blank\" rel=\"noopener\" class=\"cta-secondary\">\ud83d\udcd6 Read PTVS v1.0 Spec<\/a>\n                <a href=\"https:\/\/proptrustverified.com\/pricing\/\" class=\"cta-secondary\">\ud83d\udcb0 View Pricing<\/a>\n                <a href=\"https:\/\/proptrustverified.com\/ptce-apply\/\" class=\"cta-secondary\">\ud83d\udc68\u200d\u2696\ufe0f Apply as PTCE<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer>\n        <div class=\"footer-content\">\n            <div class=\"footer-links\">\n                <a href=\"#problem\">The Problem<\/a>\n                <a href=\"#solution\">Solution<\/a>\n                <a href=\"#shield\">Capabilities<\/a>\n                <a href=\"#adoption\">Adoption<\/a>\n                <a href=\"#business\">Business<\/a>\n                <a href=\"#contact\">Contact<\/a>\n                <a href=\"https:\/\/proptrustverified.com\/pricing\/\" target=\"_blank\" rel=\"noopener\">Pricing<\/a>\n                <a href=\"https:\/\/proptrustverified.com\/sandbox\/\" target=\"_blank\" rel=\"noopener\">Sandbox<\/a>\n                <a href=\"https:\/\/forensics-oracle.org\/corporate-structure\/\" target=\"_blank\" rel=\"noopener\">Corporate Structure<\/a>\n            <\/div>\n            \n            <div class=\"footer-disclaimer\">\n                <strong>\u26a0\ufe0f IMPORTANT LEGAL NOTICE:<\/strong> Prop Trust Verified\u2122 is a commercial forensic verification service operating within the Aurema Group ecosystem. \n                It is <strong>NOT a token, cryptocurrency, investment product, or investment fund<\/strong>.<br><br>\n                <strong>Aurema Group L.L.C.<\/strong> (1007 N Orange St, 4th Floor, Suite 2223, Wilmington, DE 19801, USA) is a corporate governance and IP holding entity. \n                <strong>NOT a registered broker-dealer, investment advisor, or investment fund.<\/strong><br><br>\n                <strong>Prop Trust Verified\u2122<\/strong> (OEPM N0498420) and <strong>Prop Trust Marine\u2122<\/strong> (OEPM N0498759) are trademarks whose commercial exploitation rights \n                have been assigned to Aurema Group L.L.C.<br><br>\n                <strong>PTVS v1.0<\/strong> is a private technical standard registered with SafeCreative (Certificate <strong>2607176414549-4KK9TP<\/strong>), \n                CERN\/Zenodo DOI <strong>10.5281\/zenodo.21719175<\/strong>, and HAL\/CNRS <strong>hal-05713062v1<\/strong>. Submissions to ESMA, EBA, EIOPA, and ECB\/SSM have been \n                acknowledged and registered (August 2026). Submission does <strong>NOT<\/strong> constitute regulatory approval or endorsement.<br><br>\n                <a href=\"https:\/\/invest.aurema-group.com\/risk-disclosures\/\" target=\"_blank\" rel=\"noopener\">Full risk disclosures<\/a> \u00b7 \n                <a href=\"https:\/\/forensics-oracle.org\/corporate-structure\/\" target=\"_blank\" rel=\"noopener\">Corporate transparency<\/a>\n            <\/div>\n            \n            <div class=\"copyright\">\n                <p style=\"margin-bottom: 0.5rem;\"><strong style=\"color: var(--primary-gold); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.1rem;\">VERITAS IN RE \u00b7 CERTITUDO IN CODE<\/strong><\/p>\n                <p style=\"margin-bottom: 1rem;\">Truth in the thing \u00b7 Certainty in the code<\/p>\n                <p>\u00a9 2026 <strong>Aurema Group L.L.C.<\/strong> All rights reserved.<br>\n                Delaware, USA \u00b7 Tallinn, Estonia \u00b7 Valencia, Spain<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ Smooth scrolling\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                    const headerOffset = 120;\n                    const elementPosition = target.getBoundingClientRect().top;\n                    const offsetPosition = elementPosition + window.pageYOffset - headerOffset;\n                    window.scrollTo({ top: offsetPosition, behavior: 'smooth' });\n                }\n            });\n        });\n\n        \/\/ Animation on scroll\n        const observerOptions = { threshold: 0.1, rootMargin: '0px 0px -50px 0px' };\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) entry.target.classList.add('animate');\n            });\n        }, observerOptions);\n        document.querySelectorAll('.solution-card, .shield-card, .adoption-card, .reference-card').forEach(el => observer.observe(el));\n\n        \/\/ Form submission\n        const form = document.getElementById('contactForm');\n        const submitBtn = document.getElementById('submitBtn');\n        const formSuccess = document.getElementById('formSuccess');\n\n        form.addEventListener('submit', async function(e) {\n            e.preventDefault();\n            submitBtn.disabled = true;\n            submitBtn.textContent = '\u23f3 Submitting...';\n            \n            try {\n                const formData = new FormData(form);\n                const response = await fetch(form.action, {\n                    method: 'POST',\n                    body: formData,\n                    headers: { 'Accept': 'application\/json' }\n                });\n                \n                if (response.ok) {\n                    form.style.display = 'none';\n                    formSuccess.classList.add('show');\n                    form.reset();\n                } else {\n                    throw new Error('Submission failed');\n                }\n            } catch (error) {\n                alert('Error submitting inquiry. Please email contacto@auremagroup.com directly.');\n                submitBtn.disabled = false;\n                submitBtn.textContent = '\ud83d\udd12 Submit Institutional Inquiry';\n            }\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n<div style=\"margin: 20px 0;\"><div class=\"qrcswholewtapper\" style=\"text-align:left;\"><div class=\"qrcprowrapper\"  id=\"qrcwraa2leds\"><div class=\"qrc_canvass\" id=\"qrc_cuttenpages_2\" style=\"display:inline-block\" data-text=\"https:\/\/proptrustverified.com\/es\/institutional-grade-rwa-verification-for-family-offices\/\"><\/div><div><a download=\"Institutional Grade RWA Verification for Family Offices.png\" class=\"qrcdownloads\" id=\"worign\">\r\n           <button type=\"button\" style=\"min-width:200px;background:#dddddd;color:#000;font-weight: 600;border: 1px solid #dddddd;border-radius:4px;font-size:12px;padding: 6px 0;\" class=\"uqr_code_btn\">Download QR<\/button>\r\n           <\/a><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Prop Trust Verified\u2122 | PTVS v1.0 Forensic Infrastructure for RWA \u26a0\ufe0f Institutional Portal: Prop Trust Verified\u2122 is a forensic verification standard (PTVS v1.0), NOT a token, cryptocurrency, or investment product. Corporate transparency \u2192 Prop Trust Verified\u2122 The Problem Solution Capabilities Adoption Business Contact \u25c6 PTVS v1.0 \u00b7 Open Forensic Standard \u25c6 Physical Forensic Infrastructurefor Real-World [&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":{"footnotes":""},"class_list":["post-1656","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/proptrustverified.com\/es\/wp-json\/wp\/v2\/pages\/1656","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/proptrustverified.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/proptrustverified.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/es\/wp-json\/wp\/v2\/comments?post=1656"}],"version-history":[{"count":6,"href":"https:\/\/proptrustverified.com\/es\/wp-json\/wp\/v2\/pages\/1656\/revisions"}],"predecessor-version":[{"id":2245,"href":"https:\/\/proptrustverified.com\/es\/wp-json\/wp\/v2\/pages\/1656\/revisions\/2245"}],"wp:attachment":[{"href":"https:\/\/proptrustverified.com\/es\/wp-json\/wp\/v2\/media?parent=1656"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}