{"id":1169,"date":"2026-06-08T07:06:48","date_gmt":"2026-06-08T07:06:48","guid":{"rendered":"https:\/\/proptrustverified.com\/es\/?page_id=1169"},"modified":"2026-08-21T16:37:44","modified_gmt":"2026-08-21T16:37:44","slug":"Case-Studies","status":"publish","type":"page","link":"https:\/\/proptrustverified.com\/en\/Case-Studies\/","title":{"rendered":"Case Studies"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<?xml encoding=\"UTF-8\"?><\/p>\n\n\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>Adoption Records | Prop Trust Verified\u2122 \u2014 PTVS v1.0 Documented Implementations<\/title>\n    <meta name=\"description\" content=\"Public Adoption Records of the PTVS v1.0 forensic verification standard. Documented proof-of-concept implementations with cryptographic proof. Aurema Group L.L.C.\">\n    <meta name=\"robots\" content=\"index, follow\">\n    \n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;600;700&#038;family=Montserrat:wght@300;400;500;600&#038;family=JetBrains+Mono:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --bg-primary: #050505;\n            --bg-secondary: #0f0f0f;\n            --bg-card: #141414;\n            --bg-card-hover: #1a1a1a;\n            --gold-primary: #D4AF37;\n            --gold-light: #F4E4BC;\n            --gold-dark: #AA8C2C;\n            --gold-gradient: linear-gradient(135deg, #AA8C2C 0%, #D4AF37 50%, #F4E4BC 100%);\n            --text-primary: #FFFFFF;\n            --text-secondary: #A0A0A0;\n            --border-gold: rgba(212, 175, 55, 0.3);\n            --border-gold-strong: rgba(212, 175, 55, 0.6);\n            --success: #10b981;\n            --warning: #f59e0b;\n            --info: #60a5fa;\n        }\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body {\n            font-family: 'Montserrat', sans-serif;\n            background-color: var(--bg-primary);\n            color: var(--text-primary);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n        h1, h2, h3, h4 {\n            font-family: 'Cinzel', serif;\n            font-weight: 600;\n            letter-spacing: 1px;\n        }\n        .mono { font-family: 'JetBrains Mono', monospace; }\n        \n        \/* ===== REGULATORY BANNER ===== *\/\n        .regulatory-banner {\n            background: #7f1d1d;\n            color: white;\n            padding: 10px 5%;\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-color: rgba(5, 5, 5, 0.95);\n            backdrop-filter: blur(10px);\n            padding: 1.25rem 5%;\n            position: fixed;\n            width: 100%;\n            top: 44px;\n            z-index: 1000;\n            border-bottom: 1px solid var(--border-gold);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        .logo {\n            font-family: 'Cinzel', serif;\n            font-size: 1.35rem;\n            font-weight: 700;\n            background: var(--gold-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            text-decoration: none;\n        }\n        nav ul { display: flex; list-style: none; gap: 2rem; }\n        nav a {\n            color: var(--text-secondary);\n            text-decoration: none;\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            transition: color 0.3s ease;\n        }\n        nav a:hover { color: var(--gold-primary); }\n        \n        \/* HERO *\/\n        .hero {\n            min-height: 80vh;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            padding: 10rem 5% 4rem;\n            background: radial-gradient(circle at center, #1a1a1a 0%, #050505 100%);\n            position: relative;\n        }\n        .hero::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: url('data:image\/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"100\" height=\"100\" fill=\"none\" stroke=\"%23D4AF37\" stroke-width=\"0.5\" opacity=\"0.05\"\/><\/svg>');\n            opacity: 0.3;\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(--gold-primary);\n            color: var(--gold-primary);\n            font-size: 0.75rem;\n            font-weight: 600;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            margin-bottom: 1.5rem;\n            position: relative;\n            border-radius: 50px;\n        }\n        .hero h1 {\n            font-size: clamp(2.5rem, 5vw, 4rem);\n            margin-bottom: 1.5rem;\n            background: var(--gold-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            line-height: 1.2;\n            position: relative;\n        }\n        .hero p {\n            color: var(--text-secondary);\n            font-size: 1.1rem;\n            max-width: 750px;\n            font-weight: 300;\n            position: relative;\n            line-height: 1.7;\n        }\n        .gold-line {\n            width: 80px;\n            height: 2px;\n            background: var(--gold-gradient);\n            margin: 2rem auto;\n        }\n        \n        \/* HONEST NOTICE *\/\n        .honest-notice {\n            max-width: 900px;\n            margin: 0 auto;\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            margin-top: 2rem;\n            text-align: left;\n        }\n        .honest-notice h4 {\n            color: var(--warning);\n            margin-bottom: 0.5rem;\n            font-size: 0.85rem;\n            letter-spacing: 1.5px;\n            text-transform: uppercase;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n        }\n        .honest-notice p {\n            color: var(--text-secondary);\n            font-size: 0.9rem;\n            line-height: 1.7;\n            text-align: left;\n            margin: 0;\n        }\n        .honest-notice strong { color: var(--warning); }\n        \n        \/* STATUS STATS *\/\n        .status-stats {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 2rem;\n            padding: 5rem 10%;\n            background-color: var(--bg-secondary);\n            border-top: 1px solid var(--border-gold);\n            border-bottom: 1px solid var(--border-gold);\n        }\n        .status-stat {\n            text-align: center;\n            padding: 1.5rem;\n            border-right: 1px solid var(--border-gold);\n        }\n        .status-stat:last-child { border-right: none; }\n        .status-number {\n            font-family: 'Cinzel', serif;\n            font-size: 2.5rem;\n            color: var(--gold-primary);\n            display: block;\n            margin-bottom: 0.5rem;\n            font-weight: 700;\n        }\n        .status-label {\n            color: var(--text-secondary);\n            font-size: 0.8rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n        .status-meta {\n            font-size: 0.7rem;\n            color: var(--text-secondary);\n            margin-top: 0.5rem;\n            font-family: 'JetBrains Mono', monospace;\n            opacity: 0.7;\n        }\n        \n        \/* ADOPTION RECORDS *\/\n        .records-section {\n            padding: 5rem 5%;\n            background-color: var(--bg-primary);\n        }\n        .section-header {\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 4rem;\n        }\n        .section-header h2 {\n            font-size: 2.3rem;\n            margin-bottom: 1rem;\n            background: var(--gold-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        .section-header p {\n            color: var(--text-secondary);\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        \n        \/* PRIMARY ADOPTION CARD *\/\n        .primary-record {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: var(--bg-card);\n            border: 2px solid var(--gold-primary);\n            overflow: hidden;\n            position: relative;\n        }\n        .primary-record::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: var(--gold-gradient);\n        }\n        .record-header {\n            padding: 3rem;\n            background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(5, 5, 5, 0) 100%);\n            border-bottom: 1px solid var(--border-gold);\n            position: relative;\n        }\n        .record-badge-row {\n            display: flex;\n            gap: 1rem;\n            margin-bottom: 1.5rem;\n            flex-wrap: wrap;\n            align-items: center;\n        }\n        .record-id {\n            display: inline-block;\n            padding: 0.4rem 1rem;\n            background: var(--gold-primary);\n            color: var(--bg-primary);\n            font-size: 0.75rem;\n            font-weight: 700;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            font-family: 'JetBrains Mono', monospace;\n        }\n        .record-status {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            padding: 0.4rem 1rem;\n            background: rgba(16, 185, 129, 0.15);\n            border: 1px solid var(--success);\n            color: var(--success);\n            font-size: 0.75rem;\n            font-weight: 600;\n            letter-spacing: 1.5px;\n            text-transform: uppercase;\n        }\n        .record-status::before {\n            content: '';\n            width: 8px;\n            height: 8px;\n            background: var(--success);\n            border-radius: 50%;\n            animation: pulse 2s infinite;\n        }\n        @keyframes pulse {\n            0%, 100% { opacity: 1; }\n            50% { opacity: 0.4; }\n        }\n        .record-title {\n            font-size: 2rem;\n            color: var(--gold-primary);\n            margin-bottom: 0.5rem;\n            line-height: 1.2;\n        }\n        .record-subtitle {\n            color: var(--text-secondary);\n            font-size: 1rem;\n            font-style: italic;\n        }\n        .record-score {\n            position: absolute;\n            top: 3rem;\n            right: 3rem;\n            text-align: center;\n        }\n        .score-value {\n            font-family: 'Cinzel', serif;\n            font-size: 3.5rem;\n            color: var(--success);\n            font-weight: 700;\n            line-height: 1;\n        }\n        .score-label {\n            font-size: 0.7rem;\n            color: var(--text-secondary);\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-top: 0.25rem;\n        }\n        \n        .record-body {\n            padding: 3rem;\n        }\n        .record-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            margin-bottom: 2.5rem;\n        }\n        .record-column h3 {\n            color: var(--gold-primary);\n            font-size: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 1rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 1px solid var(--border-gold);\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n        }\n        .record-column p {\n            color: var(--text-secondary);\n            line-height: 1.8;\n            font-size: 0.95rem;\n            margin-bottom: 1rem;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 1rem;\n        }\n        .spec-table td {\n            padding: 0.75rem 0;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.1);\n            font-size: 0.9rem;\n        }\n        .spec-table td:first-child {\n            color: var(--gold-primary);\n            font-weight: 600;\n            width: 45%;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-size: 0.75rem;\n        }\n        .spec-table td:last-child {\n            color: var(--text-primary);\n        }\n        \n        \/* VERIFICATION LAYERS *\/\n        .verification-layers {\n            background: rgba(212, 175, 55, 0.03);\n            border: 1px solid var(--border-gold);\n            padding: 2rem;\n            margin: 2rem 0;\n        }\n        .verification-layers h4 {\n            color: var(--gold-primary);\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 1.25rem;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n        }\n        .layers-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 1rem;\n        }\n        .layer-item {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            padding: 0.75rem;\n            background: rgba(0, 0, 0, 0.3);\n            border: 1px solid rgba(212, 175, 55, 0.15);\n        }\n        .layer-icon {\n            width: 32px;\n            height: 32px;\n            background: rgba(212, 175, 55, 0.15);\n            border-radius: 6px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--gold-primary);\n            font-size: 0.9rem;\n            flex-shrink: 0;\n        }\n        .layer-text {\n            font-size: 0.8rem;\n            color: var(--text-primary);\n            line-height: 1.4;\n        }\n        \n        \/* INNOVATION HIGHLIGHT *\/\n        .innovation-highlight {\n            background: linear-gradient(135deg, rgba(96, 165, 250, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);\n            border-left: 4px solid var(--info);\n            padding: 1.5rem 2rem;\n            margin: 2rem 0;\n        }\n        .innovation-highlight h4 {\n            color: var(--info);\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            margin-bottom: 0.5rem;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n        }\n        .innovation-highlight p {\n            color: var(--text-secondary);\n            line-height: 1.7;\n            font-size: 0.95rem;\n        }\n        .innovation-highlight code {\n            background: rgba(96, 165, 250, 0.15);\n            color: var(--info);\n            padding: 2px 8px;\n            border-radius: 3px;\n            font-family: 'JetBrains Mono', monospace;\n            font-size: 0.85rem;\n        }\n        \n        \/* PIPELINE SECTION *\/\n        .pipeline-section {\n            padding: 5rem 5%;\n            background-color: var(--bg-secondary);\n            border-top: 1px solid var(--border-gold);\n        }\n        .pipeline-notice {\n            max-width: 900px;\n            margin: 0 auto 3rem;\n            background: rgba(96, 165, 250, 0.05);\n            border-left: 4px solid var(--info);\n            padding: 1.5rem 2rem;\n            text-align: left;\n        }\n        .pipeline-notice h4 {\n            color: var(--info);\n            margin-bottom: 0.5rem;\n            font-size: 0.85rem;\n            letter-spacing: 1.5px;\n            text-transform: uppercase;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n        }\n        .pipeline-notice p {\n            color: var(--text-secondary);\n            font-size: 0.9rem;\n            line-height: 1.7;\n        }\n        \n        .pipeline-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        .pipeline-card {\n            background: var(--bg-card);\n            border: 1px solid var(--border-gold);\n            padding: 2rem;\n            position: relative;\n            opacity: 0.85;\n        }\n        .pipeline-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            background: linear-gradient(90deg, var(--info), transparent);\n        }\n        .pipeline-status {\n            display: inline-block;\n            padding: 0.3rem 0.8rem;\n            background: rgba(96, 165, 250, 0.15);\n            border: 1px solid var(--info);\n            color: var(--info);\n            font-size: 0.7rem;\n            font-weight: 600;\n            letter-spacing: 1.5px;\n            text-transform: uppercase;\n            margin-bottom: 1rem;\n        }\n        .pipeline-card h3 {\n            color: var(--gold-light);\n            font-size: 1.15rem;\n            margin-bottom: 0.75rem;\n            line-height: 1.3;\n        }\n        .pipeline-card p {\n            color: var(--text-secondary);\n            font-size: 0.875rem;\n            line-height: 1.6;\n            margin-bottom: 0.75rem;\n        }\n        .pipeline-meta {\n            font-family: 'JetBrains Mono', monospace;\n            font-size: 0.75rem;\n            color: var(--text-secondary);\n            opacity: 0.8;\n        }\n        \n        \/* PROCESS SECTION *\/\n        .process-section {\n            padding: 5rem 5%;\n            background-color: var(--bg-primary);\n        }\n        .process-steps {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 2rem;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        .process-step {\n            text-align: center;\n            padding: 2rem 1.5rem;\n            background: var(--bg-card);\n            border: 1px solid var(--border-gold);\n            position: relative;\n        }\n        .process-step-number {\n            font-family: 'Cinzel', serif;\n            font-size: 3rem;\n            color: var(--gold-primary);\n            font-weight: 700;\n            opacity: 0.3;\n            margin-bottom: 0.5rem;\n        }\n        .process-step h3 {\n            color: var(--gold-primary);\n            font-size: 1rem;\n            margin-bottom: 0.75rem;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .process-step p {\n            color: var(--text-secondary);\n            font-size: 0.875rem;\n            line-height: 1.6;\n        }\n        \n        \/* REFERENCES SECTION *\/\n        .references-section {\n            padding: 5rem 5%;\n            background-color: var(--bg-secondary);\n            border-top: 1px solid var(--border-gold);\n        }\n        .references-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 1.5rem;\n            max-width: 1200px;\n            margin: 3rem auto 0;\n        }\n        .reference-card {\n            background: var(--bg-card);\n            padding: 1.5rem;\n            border: 1px solid var(--border-gold);\n        }\n        .reference-label {\n            font-size: 0.7rem;\n            color: var(--gold-primary);\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            margin-bottom: 6px;\n            font-weight: 600;\n        }\n        .reference-value {\n            font-size: 0.85rem;\n            color: var(--text-primary);\n            font-family: 'JetBrains Mono', monospace;\n            word-break: break-all;\n            line-height: 1.4;\n        }\n        .reference-value a {\n            color: var(--gold-primary);\n            text-decoration: none;\n        }\n        .reference-value a:hover { text-decoration: underline; }\n        \n        \/* CTA SECTION *\/\n        .cta-section {\n            padding: 6rem 5%;\n            background: radial-gradient(circle at center, #1a1a1a 0%, #050505 100%);\n            text-align: center;\n            border-top: 1px solid var(--border-gold);\n            position: relative;\n        }\n        .cta-section h2 {\n            font-size: 2.3rem;\n            margin-bottom: 1rem;\n            background: var(--gold-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        .cta-section p {\n            color: var(--text-secondary);\n            max-width: 700px;\n            margin: 0 auto 2.5rem;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        .btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.6rem;\n            padding: 1.1rem 2.5rem;\n            font-family: 'Montserrat', sans-serif;\n            font-size: 0.85rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            text-decoration: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n        .btn-primary {\n            background: var(--gold-gradient);\n            color: var(--bg-primary);\n        }\n        .btn-primary:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3);\n        }\n        .btn-outline {\n            background: transparent;\n            color: var(--gold-primary);\n            border: 1px solid var(--gold-primary);\n            margin-left: 1rem;\n        }\n        .btn-outline:hover {\n            background: var(--gold-primary);\n            color: var(--bg-primary);\n        }\n        \n        \/* FOOTER *\/\n        footer {\n            background-color: #000000;\n            padding: 4rem 5% 2rem;\n            border-top: 1px solid var(--border-gold);\n        }\n        .footer-grid {\n            display: grid;\n            grid-template-columns: 2fr 1fr 1fr;\n            gap: 3rem;\n            max-width: 1200px;\n            margin: 0 auto 3rem;\n        }\n        .footer-brand .logo {\n            display: inline-block;\n            margin-bottom: 1rem;\n            font-size: 1.5rem;\n        }\n        .footer-brand p {\n            color: var(--text-secondary);\n            font-size: 0.85rem;\n            line-height: 1.6;\n            margin-bottom: 1rem;\n        }\n        .footer-brand .motto {\n            font-family: 'Cinzel', serif;\n            font-style: italic;\n            color: var(--gold-primary);\n            margin-top: 1rem;\n        }\n        .footer-links h4 {\n            color: var(--gold-primary);\n            font-size: 0.8rem;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            margin-bottom: 1rem;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n        }\n        .footer-links ul {\n            list-style: none;\n        }\n        .footer-links li {\n            margin-bottom: 0.5rem;\n        }\n        .footer-links a {\n            color: var(--text-secondary);\n            text-decoration: none;\n            font-size: 0.85rem;\n            transition: color 0.3s;\n        }\n        .footer-links a:hover {\n            color: var(--gold-primary);\n        }\n        \n        .footer-disclaimer {\n            max-width: 1200px;\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: 4px;\n            font-size: 0.8rem;\n            line-height: 1.7;\n            color: var(--text-secondary);\n        }\n        .footer-disclaimer strong { color: var(--warning); }\n        .footer-disclaimer a { color: var(--gold-primary); text-decoration: underline; }\n        \n        .footer-bottom {\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\n            padding-top: 2rem;\n            text-align: center;\n            color: #555;\n            font-size: 0.8rem;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n            .hero { padding: 9rem 5% 3rem; }\n            .hero h1 { font-size: 2rem; }\n            .status-stats { grid-template-columns: 1fr 1fr; padding: 3rem 5%; }\n            .status-stat { border-right: none; border-bottom: 1px solid var(--border-gold); }\n            .record-grid { grid-template-columns: 1fr; }\n            .record-score { position: static; margin-top: 1.5rem; }\n            nav ul { display: none; }\n            .record-header, .record-body { padding: 2rem 1.5rem; }\n            .record-title { font-size: 1.5rem; }\n            .btn-outline { margin-left: 0; margin-top: 1rem; }\n            .footer-grid { grid-template-columns: 1fr; }\n            .regulatory-banner { font-size: 0.75rem; }\n            header { top: 60px; }\n            .hero { padding-top: 11rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- REGULATORY BANNER -->\n    <div class=\"regulatory-banner\">\n        <strong>\u26a0\ufe0f Honest Disclosure:<\/strong> This page shows only documented Adoption Records. \n        Aurema Group L.L.C. is NOT a broker-dealer, investment advisor, or investment fund. \n        <a href=\"https:\/\/forensics-oracle.org\/corporate-structure\/\" target=\"_blank\" rel=\"noopener\">Corporate transparency \u2192<\/a>\n    <\/div>\n\n    <!-- HEADER -->\n    <header>\n        <a href=\"https:\/\/proptrustverified.com\" class=\"logo\">Prop Trust Verified\u2122<\/a>\n        <nav>\n            <ul>\n                <li><a href=\"https:\/\/proptrustverified.com\/\">Home<\/a><\/li>\n                <li><a href=\"https:\/\/forensics-oracle.org\/standard\/\" target=\"_blank\" rel=\"noopener\">PTVS v1.0<\/a><\/li>\n                <li><a href=\"https:\/\/proptrustverified.com\/pricing\/\">Pricing<\/a><\/li>\n                <li><a href=\"\/adoption-records\/\" style=\"color: var(--gold-primary);\">Adoption Records<\/a><\/li>\n                <li><a href=\"https:\/\/invest.aurema-group.com\/\" target=\"_blank\" rel=\"noopener\">Data Room<\/a><\/li>\n            <\/ul>\n        <\/nav>\n    <\/header>\n\n    <!-- HERO -->\n    <section class=\"hero\">\n        <span class=\"hero-badge\">\u25c6 Public Adoption Records \u25c6<\/span>\n        <h1>Adoption Records<\/h1>\n        <div class=\"gold-line\"><\/div>\n        <p>Documented proof-of-concept implementations of the PTVS v1.0 forensic verification standard. Each Adoption Record represents a real-world deployment with cryptographic proof, permanent public references, and full methodological transparency.<\/p>\n        \n        <div class=\"honest-notice\">\n            <h4>\u26a0\ufe0f Why this page shows only one Adoption Record<\/h4>\n            <p>PTVS v1.0 was published as an open standard in August 2026 (DOI <strong>10.5281\/zenodo.21719175<\/strong>). The first documented production implementation \u2014 the <strong>Navarr\u00e9s Project<\/strong> \u2014 is currently the only Adoption Record we can disclose publicly with cryptographic proof. \n            Rather than fabricate fictional &#8220;case studies&#8221; with invented metrics, we show you <strong>what actually exists<\/strong>. \n            Future Adoption Records will be published here as they are completed and cryptographically anchored.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- STATUS STATS -->\n    <div class=\"status-stats\">\n        <div class=\"status-stat\">\n            <span class=\"status-number\">001<\/span>\n            <span class=\"status-label\">Documented Record<\/span>\n            <div class=\"status-meta\">SPV-NAV-2026-001<\/div>\n        <\/div>\n        <div class=\"status-stat\">\n            <span class=\"status-number\">91\/100<\/span>\n            <span class=\"status-label\">PTVS Score<\/span>\n            <div class=\"status-meta\">VERIFIED<\/div>\n        <\/div>\n        <div class=\"status-stat\">\n            <span class=\"status-number\">108K m\u00b2<\/span>\n            <span class=\"status-label\">Land Verified<\/span>\n            <div class=\"status-meta\">Navarr\u00e9s, Valencia<\/div>\n        <\/div>\n        <div class=\"status-stat\">\n            <span class=\"status-number\">10<\/span>\n            <span class=\"status-label\">Verification Layers<\/span>\n            <div class=\"status-meta\">PTVS v1.0 Standard<\/div>\n        <\/div>\n    <\/div>\n\n    <!-- PRIMARY ADOPTION RECORD -->\n    <section class=\"records-section\">\n        <div class=\"section-header\">\n            <h2>First Documented Adoption<\/h2>\n            <p>The first real-world implementation of the PTVS v1.0 forensic verification standard, cryptographically anchored and publicly verifiable.<\/p>\n        <\/div>\n        \n        <div class=\"primary-record\">\n            <div class=\"record-header\">\n                <div class=\"record-badge-row\">\n                    <span class=\"record-id\">Adoption Record #001<\/span>\n                    <span class=\"record-status\">Verified \u00b7 August 2026<\/span>\n                <\/div>\n                <h2 class=\"record-title\">Navarr\u00e9s Project<\/h2>\n                <p class=\"record-subtitle\">Urbanizable land \u00b7 Smart Escrow Jur\u00eddico \u00b7 First on-chain physical verification release<\/p>\n                <div class=\"record-score\">\n                    <div class=\"score-value\">91<\/div>\n                    <div class=\"score-label\">PTVS Score<\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"record-body\">\n                <div class=\"record-grid\">\n                    <div class=\"record-column\">\n                        <h3>Asset Specifications<\/h3>\n                        <table class=\"spec-table\">\n                            <tr><td>SPV Reference<\/td><td class=\"mono\">SPV-NAV-2026-001<\/td><\/tr>\n                            <tr><td>Asset Type<\/td><td>Urbanizable Land<\/td><\/tr>\n                            <tr><td>Surface Area<\/td><td>108,000 m\u00b2<\/td><\/tr>\n                            <tr><td>Location<\/td><td>Navarr\u00e9s, Valencia, Spain<\/td><\/tr>\n                            <tr><td>Classification<\/td><td>Suelo Urbanizable (PGOU)<\/td><\/tr>\n                            <tr><td>Intended Use<\/td><td>Tokenization under ERC-3643<\/td><\/tr>\n                            <tr><td>Executing Expert<\/td><td>PTCE Exp. 0161<\/td><\/tr>\n                        <\/table>\n                    <\/div>\n                    \n                    <div class=\"record-column\">\n                        <h3>Why This Matters<\/h3>\n                        <p>This Adoption Record is historically significant because it represents the first time a real-world asset has been verified under an open forensic standard (PTVS v1.0) with all evidence cryptographically anchored and legally valid under eIDAS 2.0.<\/p>\n                        <p>Unlike traditional due diligence, the Navarr\u00e9s verification produces a deterministic PTVS Score that can trigger automatic smart contract functions \u2014 bridging the gap between physical reality and blockchain immutability.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"innovation-highlight\">\n                    <h4>\ud83d\udca1 Breakthrough: Smart Escrow Jur\u00eddico<\/h4>\n                    <p>The Navarr\u00e9s Project implements the first documented <strong>Smart Escrow Jur\u00eddico<\/strong> mechanism: fund release is triggered only when the SHA-256 hash of the forensic report matches the hash pre-committed in the smart contract. This creates a deterministic link between physical verification and legal payment \u2014 solving the core Oracle Problem that has prevented institutional RWA adoption.<\/p>\n                <\/div>\n                \n                <div class=\"verification-layers\">\n                    <h4>\u25c6 Ten Verification Layers Applied (PTVS v1.0)<\/h4>\n                    <div class=\"layers-grid\">\n                        <div class=\"layer-item\">\n                            <div class=\"layer-icon\"><i class=\"fa-solid fa-landmark\"><\/i><\/div>\n                            <div class=\"layer-text\">Registry + Catastro + PGOU cross-verification<\/div>\n                        <\/div>\n                        <div class=\"layer-item\">\n                            <div class=\"layer-icon\"><i class=\"fa-solid fa-magnifying-glass\"><\/i><\/div>\n                            <div class=\"layer-text\">In-situ forensic inspection by sworn expert<\/div>\n                        <\/div>\n                        <div class=\"layer-item\">\n                            <div class=\"layer-icon\"><i class=\"fa-solid fa-camera\"><\/i><\/div>\n                            <div class=\"layer-text\">Georeferenced photographic evidence<\/div>\n                        <\/div>\n                        <div class=\"layer-item\">\n                            <div class=\"layer-icon\"><i class=\"fa-solid fa-flask\"><\/i><\/div>\n                            <div class=\"layer-text\">Non-destructive testing (where applicable)<\/div>\n                        <\/div>\n                        <div class=\"layer-item\">\n                            <div class=\"layer-icon\"><i class=\"fa-solid fa-file-pdf\"><\/i><\/div>\n                            <div class=\"layer-text\">ISO 19005 PDF\/A archival report<\/div>\n                        <\/div>\n                        <div class=\"layer-item\">\n                            <div class=\"layer-icon\"><i class=\"fa-solid fa-signature\"><\/i><\/div>\n                            <div class=\"layer-text\">eIDAS 2.0 Qualified Electronic Signature<\/div>\n                        <\/div>\n                        <div class=\"layer-item\">\n                            <div class=\"layer-icon\"><i class=\"fa-solid fa-clock\"><\/i><\/div>\n                            <div class=\"layer-text\">RFC 3161 qualified timestamp<\/div>\n                        <\/div>\n                        <div class=\"layer-item\">\n                            <div class=\"layer-icon\"><i class=\"fa-solid fa-hashtag\"><\/i><\/div>\n                            <div class=\"layer-text\">SHA-256 canonical hash<\/div>\n                        <\/div>\n                        <div class=\"layer-item\">\n                            <div class=\"layer-icon\"><i class=\"fa-solid fa-link\"><\/i><\/div>\n                            <div class=\"layer-text\">On-chain anchoring (Ethereum L2)<\/div>\n                        <\/div>\n                        <div class=\"layer-item\">\n                            <div class=\"layer-icon\"><i class=\"fa-solid fa-certificate\"><\/i><\/div>\n                            <div class=\"layer-text\">Verifiable Claim generation (ERC-3643)<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"record-grid\" style=\"margin-top: 2.5rem;\">\n                    <div class=\"record-column\">\n                        <h3>Publicly Verifiable Proofs<\/h3>\n                        <p>Every piece of evidence from this Adoption Record is anchored in permanent, publicly accessible repositories:<\/p>\n                        <table class=\"spec-table\">\n                            <tr><td>CERN \/ Zenodo DOI<\/td><td class=\"mono\">10.5281\/zenodo.21719175<\/td><\/tr>\n                            <tr><td>HAL \/ CNRS<\/td><td class=\"mono\">hal-05713062v1<\/td><\/tr>\n                            <tr><td>SafeCreative<\/td><td class=\"mono\">2607176414549-4KK9TP<\/td><\/tr>\n                            <tr><td>Open Science Framework<\/td><td class=\"mono\">10.17605\/OSF.IO\/7D2SJ<\/td><\/tr>\n                        <\/table>\n                    <\/div>\n                    \n                    <div class=\"record-column\">\n                        <h3>Publication Timeline<\/h3>\n                        <p>Full Adoption Record documentation will be published at <code style=\"background: rgba(212, 175, 55, 0.15); color: var(--gold-primary); padding: 2px 8px; border-radius: 3px; font-family: 'JetBrains Mono', monospace; font-size: 0.85rem;\">forensics-oracle.org\/verified\/<\/code> upon completion of the on-chain anchoring and smart contract deployment phases.<\/p>\n                        <p style=\"margin-top: 1rem;\">\n                            <a href=\"https:\/\/forensics-oracle.org\/verified\/\" target=\"_blank\" rel=\"noopener\" \n                               style=\"color: var(--gold-primary); text-decoration: none; font-weight: 600;\">\n                                \u2192 Monitor publication status\n                            <\/a>\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- PIPELINE -->\n    <section class=\"pipeline-section\">\n        <div class=\"section-header\">\n            <h2>Adoption Records In Preparation<\/h2>\n            <p>Upcoming implementations currently undergoing PTVS v1.0 verification. Publication will follow the same cryptographic protocol as the Navarr\u00e9s Project.<\/p>\n        <\/div>\n        \n        <div class=\"pipeline-notice\">\n            <h4>\u2139\ufe0f Why these are listed without specific figures<\/h4>\n            <p>Until forensic verification is completed and the Smart Escrow Jur\u00eddico is executed, we cannot publicly disclose specific asset values, investor counts, or financial outcomes. Publishing unverified metrics would contradict the very principle PTVS v1.0 defends: <strong>cryptographic proof over marketing claims<\/strong>. Each record below will be promoted to a full Adoption Record with complete public documentation once verification concludes.<\/p>\n        <\/div>\n        \n        <div class=\"pipeline-grid\">\n            <div class=\"pipeline-card\">\n                <span class=\"pipeline-status\">In Verification<\/span>\n                <h3>Vertical Extension: Prop Trust Marine\u2122<\/h3>\n                <p>Methodological adaptation of PTVS v1.0 for maritime assets \u2014 hull, machinery, and legal verification of recreational vessels under OEPM N0498759.<\/p>\n                <div class=\"pipeline-meta\">Status: Initial engagements \u00b7 Q4 2026<\/div>\n            <\/div>\n            \n            <div class=\"pipeline-card\">\n                <span class=\"pipeline-status\">Scoping Phase<\/span>\n                <h3>Multi-Asset Portfolio Verification<\/h3>\n                <p>PTVS v1.0 applied to a diversified real estate portfolio across multiple Spanish municipalities. Full methodology will be published upon completion.<\/p>\n                <div class=\"pipeline-meta\">Status: Contractual discussions<\/div>\n            <\/div>\n            \n            <div class=\"pipeline-card\">\n                <span class=\"pipeline-status\">Technical Design<\/span>\n                <h3>ERC-3643 Integration Pilot<\/h3>\n                <p>Pilot integration of PTVSClaimInjector with an institutional tokenization platform. Sepolia testnet deployment in progress; mainnet deployment pending external audit.<\/p>\n                <div class=\"pipeline-meta\">Status: Testnet phase<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- PROCESS -->\n    <section class=\"process-section\">\n        <div class=\"section-header\">\n            <h2>How Adoption Records Are Documented<\/h2>\n            <p>A rigorous, publicly auditable process ensures every record meets the same evidentiary standard.<\/p>\n        <\/div>\n        \n        <div class=\"process-steps\">\n            <div class=\"process-step\">\n                <div class=\"process-step-number\">01<\/div>\n                <h3>Engagement<\/h3>\n                <p>Formal contract between counterparty and Aurema Group L.L.C. defining scope, jurisdiction, and PTCE assignment.<\/p>\n            <\/div>\n            <div class=\"process-step\">\n                <div class=\"process-step-number\">02<\/div>\n                <h3>Forensic Inspection<\/h3>\n                <p>Sworn judicial expert (PTCE) conducts in-situ verification across all 10 PTVS v1.0 layers.<\/p>\n            <\/div>\n            <div class=\"process-step\">\n                <div class=\"process-step-number\">03<\/div>\n                <h3>Cryptographic Anchoring<\/h3>\n                <p>eIDAS 2.0 QES, RFC 3161 timestamp, SHA-256 hash anchored on-chain and in permanent repositories.<\/p>\n            <\/div>\n            <div class=\"process-step\">\n                <div class=\"process-step-number\">04<\/div>\n                <h3>Publication<\/h3>\n                <p>Full Adoption Record published at forensics-oracle.org\/verified\/ with all supporting evidence.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- VERIFIABLE REFERENCES -->\n    <section class=\"references-section\">\n        <div class=\"section-header\">\n            <h2>Permanent Verifiable References<\/h2>\n            <p>The PTVS v1.0 standard itself is registered in permanent, publicly accessible scientific and legal repositories.<\/p>\n        <\/div>\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\">1-15210573311 \u00b7 1-15234961091<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA -->\n    <section class=\"cta-section\">\n        <h2>Have an Asset to Verify?<\/h2>\n        <p>For institutional counterparties evaluating PTVS v1.0 integration for real estate, maritime, or industrial assets. All inquiries handled under institutional-grade confidentiality.<\/p>\n        <a href=\"mailto:contacto@auremagroup.com\" class=\"btn btn-primary\">\n            <i class=\"fa-solid fa-envelope\"><\/i> Institutional Inquiry\n        <\/a>\n        <a href=\"https:\/\/forensics-oracle.org\/standard\/\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-outline\">\n            <i class=\"fa-solid fa-book\"><\/i> Read PTVS v1.0 Spec\n        <\/a>\n    <\/section>\n\n    <!-- FOOTER -->\n    <footer>\n        <div class=\"footer-grid\">\n            <div class=\"footer-brand\">\n                <a href=\"https:\/\/proptrustverified.com\" class=\"logo\">Prop Trust Verified\u2122<\/a>\n                <p>Commercial portal of the PTVS v1.0 forensic verification standard. Deterministic physical truth for Real-World Asset tokenization, with eIDAS 2.0 qualified legal validity.<\/p>\n                <div class=\"motto\">VERITAS IN RE \u00b7 CERTITUDO IN CODE<\/div>\n            <\/div>\n            <div class=\"footer-links\">\n                <h4>Ecosystem<\/h4>\n                <ul>\n                    <li><a href=\"https:\/\/aurema-group.com\" target=\"_blank\" rel=\"noopener\">Aurema Group L.L.C.<\/a><\/li>\n                    <li><a href=\"https:\/\/forensics-oracle.org\" target=\"_blank\" rel=\"noopener\">Forensics Oracle<\/a><\/li>\n                    <li><a href=\"https:\/\/aureliotamaritblay.es\" target=\"_blank\" rel=\"noopener\">Aurelio Tamarit Blay<\/a><\/li>\n                    <li><a href=\"https:\/\/invest.aurema-group.com\/\" target=\"_blank\" rel=\"noopener\">Investor Data Room<\/a><\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"footer-links\">\n                <h4>Resources<\/h4>\n                <ul>\n                    <li><a href=\"https:\/\/proptrustverified.com\/pricing\/\">Pricing<\/a><\/li>\n                    <li><a href=\"https:\/\/forensics-oracle.org\/standard\/\" target=\"_blank\" rel=\"noopener\">PTVS v1.0 Standard<\/a><\/li>\n                    <li><a href=\"https:\/\/proptrustverified.com\/sandbox\/\">PTVS Sandbox<\/a><\/li>\n                    <li><a href=\"https:\/\/forensics-oracle.org\/ptce-registry\/\" target=\"_blank\" rel=\"noopener\">PTCE Registry<\/a><\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        \n        <div class=\"footer-disclaimer\">\n            <strong>\u26a0\ufe0f IMPORTANT LEGAL NOTICE:<\/strong> This page shows only publicly documented Adoption Records of the PTVS v1.0 standard. \n            We do <strong>NOT fabricate case studies with invented metrics<\/strong>. Each record published here has cryptographic proof and permanent public references.<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> We do not issue tokens, manage funds, or offer investment products.<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. PTVS v1.0 is 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>.<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=\"footer-bottom\">\n            <p>\u00a9 2026 <strong style=\"color: var(--gold-primary);\">Aurema Group L.L.C.<\/strong> All rights reserved.<\/p>\n            <p style=\"margin-top: 0.5rem;\">Delaware, USA \u00b7 Tallinn, Estonia \u00b7 Valencia, Spain<\/p>\n            <p style=\"margin-top: 0.5rem; font-size: 0.75rem;\">contacto@auremagroup.com \u00b7 +1 (332) 378-1281<\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                const href = this.getAttribute('href');\n                if (href !== '#' && href.startsWith('#')) {\n                    e.preventDefault();\n                    const target = document.querySelector(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    <\/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\/en\/Case-Studies\/\"><\/div><div><a download=\"Case Studies.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>Adoption Records | Prop Trust Verified\u2122 \u2014 PTVS v1.0 Documented Implementations \u26a0\ufe0f Honest Disclosure: This page shows only documented Adoption Records. Aurema Group L.L.C. is NOT a broker-dealer, investment advisor, or investment fund. Corporate transparency \u2192 Prop Trust Verified\u2122 Home PTVS v1.0 Pricing Adoption Records Data Room \u25c6 Public Adoption Records \u25c6 Adoption Records Documented [&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-1169","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\/en\/wp-json\/wp\/v2\/pages\/1169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/comments?post=1169"}],"version-history":[{"count":5,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1169\/revisions"}],"predecessor-version":[{"id":2246,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1169\/revisions\/2246"}],"wp:attachment":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/media?parent=1169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}