<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Real Estate Mentor 2026 — Invest in Scarcity in the Age of Abundance</title>
<link href="https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&display=swap" rel="stylesheet">
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --ink:#0c0c0e;--ink-2:#16161a;--ink-3:#1e1e24;
  --paper:#fcfcfa;--paper-2:#f5f4f0;--paper-3:#edece8;
  --gold:#b8962e;--gold-lt:#d4b44a;--gold-bg:rgba(184,150,46,0.06);
  --btc:#e8820e;--btc-bg:rgba(232,130,14,0.06);
  --green:#1a8a52;--green-bg:rgba(26,138,82,0.06);
  --red:#c4342d;--red-bg:rgba(196,52,45,0.05);
  --ai-purple:#7c3aed;--ai-bg:rgba(124,58,237,0.05);
  --text:#0c0c0e;--text-2:#44444e;--text-3:#7a7a86;--text-4:#aaaab2;
  --border:#e2e1dd;--border-lt:#eeede9;
  --sans:'Instrument Sans',system-ui,sans-serif;
  --serif:'Newsreader',Georgia,serif;
  --max:780px;--max-w:1080px;--radius:10px;
}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--text);background:var(--paper);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}
::selection{background:rgba(184,150,46,0.2)}
.container{max-width:var(--max);margin:0 auto;padding:0 24px}
.container-w{max-width:var(--max-w);margin:0 auto;padding:0 24px}
section{padding:80px 0}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:16px}
.divider{width:48px;height:2px;background:var(--gold);margin:20px 0 32px}
.divider-c{margin-left:auto;margin-right:auto}
h2{font-size:clamp(26px,4vw,40px);font-weight:700;line-height:1.2;letter-spacing:-0.5px}
p{color:var(--text-2);font-size:16px;margin-bottom:16px}
strong{color:var(--text);font-weight:600}

/* Sticky */
.sticky{position:fixed;top:0;left:0;right:0;z-index:999;background:rgba(252,252,250,0.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:10px 24px;display:flex;align-items:center;justify-content:space-between;transform:translateY(-100%);transition:transform .4s}
.sticky.show{transform:translateY(0)}
.sticky .logo{font-weight:700;font-size:15px}
.sticky .logo span{color:var(--text-3);font-weight:400;margin-left:6px;font-size:13px}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 36px;font-family:var(--sans);font-weight:700;font-size:15px;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:all .25s;white-space:nowrap}
.btn-dark{background:var(--ink);color:var(--paper)}
.btn-dark:hover{background:var(--ink-2);transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,0.18)}
.btn-gold{background:var(--gold);color:white;box-shadow:0 2px 16px rgba(184,150,46,0.25)}
.btn-gold:hover{background:var(--gold-lt);transform:translateY(-2px);box-shadow:0 8px 30px rgba(184,150,46,0.35)}
.btn-outline{background:transparent;color:var(--ink);border:1.5px solid var(--border)}
.btn-outline:hover{border-color:var(--ink)}
.btn-lg{padding:20px 48px;font-size:16px;border-radius:10px}
.btn-full{width:100%;max-width:480px}
.cta-note{font-size:13px;color:var(--text-3);margin-top:10px}

/* ══ HERO ══ */
.hero{min-height:100vh;display:flex;align-items:center;background:var(--ink);color:var(--paper);position:relative;overflow:hidden;padding:80px 0 60px}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(124,58,237,0.03) 0%,transparent 30%),linear-gradient(135deg,transparent 50%,rgba(184,150,46,0.04) 100%)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.02) 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse 70% 70% at 50% 30%,black,transparent)}
.hero .container{position:relative;z-index:1;max-width:780px}
.hero .eyebrow{color:var(--gold-lt);margin-bottom:28px;display:inline-flex;align-items:center;gap:8px;background:rgba(184,150,46,0.1);border:1px solid rgba(184,150,46,0.2);padding:6px 16px;border-radius:100px}
.hero .eyebrow::before{content:'';width:6px;height:6px;background:var(--gold-lt);border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.hero h1{font-family:var(--serif);font-size:clamp(30px,5vw,52px);font-weight:600;line-height:1.12;margin-bottom:24px;color:var(--paper);letter-spacing:-1px}
.hero h1 em{font-style:italic;color:var(--gold-lt)}
.hero-sub{font-size:clamp(16px,2vw,19px);color:rgba(252,252,250,0.6);max-width:660px;margin-bottom:36px;line-height:1.75}
.hero-sub strong{color:rgba(252,252,250,0.9)}
.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.hero-pill{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:100px;padding:6px 14px;font-size:13px;color:rgba(252,252,250,0.5)}

/* ══ TWO FORCES SECTION (NEW) ══ */
.two-forces{background:var(--paper-2);padding:80px 0}
.forces-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:32px 0}
@media(max-width:640px){.forces-grid{grid-template-columns:1fr}}
.force-card{border-radius:14px;padding:32px 28px}
.force-card h3{font-size:20px;margin-bottom:12px}
.force-card p{font-size:14px;margin-bottom:8px}

.force-money{background:var(--red-bg);border:1px solid rgba(196,52,45,0.1)}
.force-money h3{color:var(--red)}
.force-ai{background:var(--ai-bg);border:1px solid rgba(124,58,237,0.1)}
.force-ai h3{color:var(--ai-purple)}

.force-list{list-style:none;margin:12px 0 0}
.force-list li{padding:5px 0;font-size:13px;color:var(--text-2);padding-left:18px;position:relative}
.force-money .force-list li::before{content:'↓';position:absolute;left:0;color:var(--red);font-weight:700}
.force-ai .force-list li::before{content:'↓';position:absolute;left:0;color:var(--ai-purple);font-weight:700}

.squeeze-visual{max-width:600px;margin:32px auto;text-align:center}
.squeeze-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px}
.squeeze-arrow{font-size:20px;font-weight:700}
.squeeze-arrow.down-red{color:var(--red)}
.squeeze-arrow.down-purple{color:var(--ai-purple)}
.squeeze-label{font-size:14px;color:var(--text-2)}
.squeeze-center{background:var(--ink);color:var(--paper);padding:16px 32px;border-radius:8px;font-weight:700;font-size:16px;margin:8px 0}
.squeeze-bottom{font-size:15px;font-weight:700;color:var(--text);margin-top:16px}

.callout{background:var(--gold-bg);border:1px solid rgba(184,150,46,0.15);border-left:3px solid var(--gold);border-radius:0 var(--radius) var(--radius) 0;padding:20px 24px;margin:28px 0}
.callout p{font-size:15px;color:var(--text);font-weight:500;margin:0}

/* ══ AI ABUNDANCE DEEP DIVE ══ */
.ai-section{padding:80px 0}
.abundance-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}
@media(max-width:640px){.abundance-grid{grid-template-columns:1fr}}
.ab-card{background:var(--ai-bg);border:1px solid rgba(124,58,237,0.08);border-radius:var(--radius);padding:20px;text-align:center}
.ab-card .emoji{font-size:28px;margin-bottom:8px}
.ab-card h4{font-size:14px;font-weight:700;margin-bottom:4px}
.ab-card p{font-size:12px;color:var(--text-3);margin:0}
.ab-card.safe{background:var(--green-bg);border-color:rgba(26,138,82,0.1)}
.ab-card.safe h4{color:var(--green)}

/* ══ TWO SCARCE ASSETS ══ */
.assets-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:36px 0}
@media(max-width:640px){.assets-grid{grid-template-columns:1fr}}
.asset-card{border-radius:14px;padding:32px 28px}
.asset-card-re{background:var(--gold-bg);border:1px solid rgba(184,150,46,0.2)}
.asset-card-btc{background:var(--btc-bg);border:1px solid rgba(232,130,14,0.15)}
.asset-badge{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 10px;border-radius:100px;margin-bottom:12px;display:inline-block}
.asset-card-re .asset-badge{background:rgba(184,150,46,0.12);color:var(--gold)}
.asset-card-btc .asset-badge{background:rgba(232,130,14,0.1);color:var(--btc)}
.asset-icon{font-size:32px;margin-bottom:12px;display:block}
.asset-card h3{font-size:22px;margin-bottom:8px}
.asset-card-re h3{color:var(--gold)}
.asset-card-btc h3{color:var(--btc)}
.asset-card p{font-size:14px;margin-bottom:8px}
.asset-card .why-safe{font-size:13px;color:var(--green);font-weight:600;margin-top:12px;padding:8px 12px;background:var(--green-bg);border-radius:6px}

/* Barbell table */
.bb-table{width:100%;border-collapse:collapse;font-size:14px;margin:32px 0}
.bb-table thead{border-bottom:2px solid var(--border)}
.bb-table th{padding:10px 14px;text-align:left;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-3)}
.bb-table th:nth-child(2){color:var(--gold)}
.bb-table th:nth-child(3){color:var(--btc)}
.bb-table td{padding:12px 14px;border-bottom:1px solid var(--border-lt);color:var(--text-2)}
.bb-table td:first-child{color:var(--text-3);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px}
.bb-table td:nth-child(2),.bb-table td:nth-child(3){color:var(--text)}

/* Flywheel */
.flywheel{background:var(--paper-2);border:1px solid var(--border);border-radius:14px;padding:28px;margin:28px 0;text-align:center}
.flywheel-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-3);margin-bottom:12px}
.fw-steps{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;margin-top:12px}
.fw-step{background:white;border:1px solid var(--border);border-radius:8px;padding:10px 16px;font-size:13px;font-weight:600}
.fw-arrow{color:var(--gold);font-size:18px;padding:0 6px;font-weight:700}

/* ══ ABOUT ══ */
.about{background:var(--ink);color:var(--paper);padding:80px 0}
.about .eyebrow{color:var(--gold-lt)}
.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}
@media(max-width:600px){.about-stats{grid-template-columns:repeat(2,1fr)}}
.about-stat{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius);padding:20px;text-align:center}
.about-stat .n{font-family:var(--serif);font-size:28px;font-weight:600;color:var(--gold-lt)}
.about-stat .l{font-size:12px;color:rgba(252,252,250,0.4);margin-top:4px}
.about p{color:rgba(252,252,250,0.6)}
.about strong{color:rgba(252,252,250,0.9)}

/* Markets, Steps, CF table, Curriculum, Offer, Testimonials, Fit, Pricing, Guarantee, FAQ, Final - same styles as V8 */
.markets-table{width:100%;border-collapse:collapse;font-size:14px;margin:28px 0}
.markets-table thead{background:var(--ink);color:var(--paper)}
.markets-table th{padding:12px 14px;text-align:left;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.markets-table td{padding:14px;border-bottom:1px solid var(--border-lt)}
.markets-table tbody tr:hover{background:var(--gold-bg)}
.mkt-flag{display:inline-block;background:var(--green-bg);border:1px solid rgba(26,138,82,0.15);color:var(--green);font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;margin-left:6px}

.steps{display:flex;flex-direction:column;gap:12px;margin:28px 0}
.step{display:flex;gap:14px;align-items:flex-start;padding:18px;background:white;border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s}
.step:hover{border-color:var(--gold)}
.step-n{width:32px;height:32px;flex-shrink:0;background:var(--ink);color:var(--paper);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}
.step h4{font-size:14px;margin-bottom:2px}
.step p{font-size:13px;margin:0}

.cf-table{width:100%;border-collapse:collapse;font-size:14px;margin:24px 0}
.cf-table thead{background:var(--ink);color:var(--paper)}
.cf-table th{padding:12px 14px;text-align:left;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.cf-table td{padding:12px 14px;border-bottom:1px solid var(--border-lt)}
.cf-table td:nth-child(2),.cf-table td:nth-child(3){color:var(--green);font-weight:600}

.cur-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:12px;margin:32px 0}
@media(max-width:500px){.cur-grid{grid-template-columns:1fr}}
.wk-card{background:white;border:1px solid var(--border);border-radius:var(--radius);padding:20px;transition:border-color .2s,transform .2s}
.wk-card:hover{border-color:rgba(184,150,46,0.3);transform:translateY(-2px)}
.wk-badge{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:6px}
.wk-card h4{font-size:15px;margin-bottom:4px}
.wk-card p{font-size:13px;margin:0}
.wk-card.btc-week{border-color:rgba(232,130,14,0.25);background:var(--btc-bg)}
.wk-card.btc-week .wk-badge{color:var(--btc)}

/* Offer */
.offer{background:var(--paper-2)}
.offer-box{background:white;border:2px solid var(--border);border-radius:16px;padding:40px;max-width:680px;margin:0 auto;box-shadow:0 8px 40px rgba(0,0,0,0.04)}
.offer-row{display:flex;justify-content:space-between;align-items:baseline;padding:14px 0;border-bottom:1px solid var(--border-lt);gap:12px}
.offer-row:last-of-type{border:none}
.offer-row .name{font-size:14px;font-weight:600;flex:1}
.offer-row .name small{display:block;font-weight:400;color:var(--text-3);font-size:12px;margin-top:2px}
.offer-row .val{font-size:14px;color:var(--text-4);text-decoration:line-through;white-space:nowrap}
.offer-total{display:flex;justify-content:space-between;padding:16px 0 0;border-top:2px solid var(--ink);margin-top:8px}
.offer-total .label{font-weight:700;font-size:15px}
.offer-total .total{text-decoration:line-through;color:var(--text-4);font-weight:700}
.offer-price-block{text-align:center;padding:32px 0 20px}
.offer-price-tag{font-size:13px;color:var(--text-3);margin-bottom:4px}
.offer-price{font-family:var(--serif);font-size:clamp(48px,10vw,72px);font-weight:600;color:var(--ink);line-height:1}
.offer-price sup{font-size:.35em;vertical-align:super}
.offer-sub{font-size:13px;color:var(--text-3);margin-top:4px}
.offer-plan{text-align:center;padding:14px;background:var(--paper-2);border:1px dashed var(--border);border-radius:8px;margin-top:16px;font-size:14px;color:var(--text-2)}
.offer-plan a{color:var(--gold);font-weight:700;text-decoration:none}
.roi-note{max-width:680px;margin:24px auto 0;background:var(--green-bg);border:1px solid rgba(26,138,82,0.12);border-radius:var(--radius);padding:16px 20px;font-size:14px;color:var(--text-2);text-align:center}
.roi-note strong{color:var(--green)}

/* Testimonials */
.test-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;margin:32px 0}
@media(max-width:500px){.test-grid{grid-template-columns:1fr}}
.t-card{background:white;border:1px solid var(--border);border-radius:14px;padding:28px;transition:border-color .2s}
.t-card:hover{border-color:rgba(184,150,46,0.25)}
.t-stars{color:#e8a40e;font-size:12px;letter-spacing:2px;margin-bottom:14px}
.t-quote{font-family:var(--serif);font-size:15px;color:var(--text-2);line-height:1.7;font-style:italic;margin-bottom:18px}
.t-author{display:flex;align-items:center;gap:12px}
.t-avatar{width:36px;height:36px;background:var(--ink);color:var(--paper);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}
.t-name{font-weight:700;font-size:13px}
.t-result{font-size:12px;color:var(--green);font-weight:600}

/* Fit */
.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:32px 0}
@media(max-width:640px){.fit-grid{grid-template-columns:1fr}}
.fit-card{border-radius:14px;padding:28px}
.fit-yes{background:var(--green-bg);border:1px solid rgba(26,138,82,0.12)}
.fit-no{background:var(--red-bg);border:1px solid rgba(196,52,45,0.08)}
.fit-card h3{font-size:15px;margin-bottom:16px}
.fit-yes h3{color:var(--green)}
.fit-no h3{color:var(--red)}
.fit-item{display:flex;gap:8px;padding:7px 0;font-size:13px;color:var(--text-2);border-bottom:1px solid rgba(0,0,0,0.04);line-height:1.5}
.fit-item:last-child{border:none}
.fit-item .c{flex-shrink:0;margin-top:1px}
.fit-yes .c{color:var(--green)}
.fit-no .c{color:var(--red)}

/* Pricing */
.pricing{background:var(--ink);color:var(--paper);padding:80px 0}
.pricing .eyebrow{color:var(--gold-lt)}
.pricing h2{color:var(--paper)}
.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:600px;margin:32px auto}
@media(max-width:560px){.price-grid{grid-template-columns:1fr}}
.p-card{border-radius:14px;padding:32px 24px;text-align:center;position:relative}
.p-card-main{background:rgba(184,150,46,0.08);border:2px solid rgba(184,150,46,0.4)}
.p-card-alt{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08)}
.p-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--ink);font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 14px;border-radius:100px}
.p-card h3{font-size:14px;color:rgba(252,252,250,0.5);font-weight:500;margin-bottom:12px}
.p-amount{font-family:var(--serif);font-size:42px;font-weight:600;color:var(--paper);line-height:1;margin-bottom:6px}
.p-card-main .p-amount{color:var(--gold-lt)}
.p-note{font-size:12px;color:rgba(252,252,250,0.35);margin-bottom:20px}
.p-card .btn{width:100%}

/* Guarantee */
.guarantee-box{max-width:640px;margin:0 auto;background:white;border:1px solid rgba(26,138,82,0.2);border-radius:14px;padding:32px;display:flex;gap:20px;align-items:flex-start}
@media(max-width:560px){.guarantee-box{flex-direction:column}}
.g-badge{flex-shrink:0;width:64px;height:64px;background:var(--green-bg);border:1.5px solid rgba(26,138,82,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px}
.g-text h3{font-size:17px;color:var(--green);margin-bottom:8px}
.g-text p{font-size:14px;margin-bottom:6px}

/* FAQ */
.faq-list{margin:32px 0}
.faq-item{border-bottom:1px solid var(--border-lt)}
.faq-q{width:100%;background:none;border:none;cursor:pointer;font-family:var(--sans);font-weight:600;font-size:15px;color:var(--text);text-align:left;padding:18px 40px 18px 0;position:relative}
.faq-q::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);color:var(--gold);font-size:20px;transition:transform .25s}
.faq-item.open .faq-q::after{transform:translateY(-50%) rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s}
.faq-item.open .faq-a{max-height:300px}
.faq-a-inner{padding:0 0 18px;font-size:14px;color:var(--text-2);line-height:1.7}

/* Final */
.final{background:var(--paper-2);text-align:center;padding:80px 0;position:relative;overflow:hidden}
.final::before{content:'';position:absolute;bottom:-200px;left:50%;transform:translateX(-50%);width:800px;height:500px;background:radial-gradient(ellipse,rgba(184,150,46,0.06),transparent 65%);pointer-events:none}
.final .container{position:relative;z-index:1}
.f-steps{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:28px 0}
.f-step{display:flex;align-items:center;gap:8px;background:white;border:1px solid var(--border);border-radius:100px;padding:6px 16px;font-size:13px;color:var(--text-2)}
.f-step .n{width:20px;height:20px;background:var(--ink);color:var(--paper);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}

footer{background:var(--ink);color:rgba(252,252,250,0.3);padding:40px 0 60px}
.footer-inner{display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}
.footer-brand{max-width:360px}
.footer-logo{font-weight:700;font-size:15px;color:var(--gold-lt);margin-bottom:10px}
.footer-brand p{font-size:13px;color:rgba(252,252,250,0.3);margin:0}
.footer-links{display:flex;flex-wrap:wrap;gap:6px 18px;margin-top:14px}
.footer-links a{font-size:13px;color:rgba(252,252,250,0.3);text-decoration:none}
.footer-links a:hover{color:var(--gold-lt)}
.footer-contact{font-size:13px}
.footer-contact a{color:rgba(252,252,250,0.4);text-decoration:none}
.footer-copy{text-align:center;font-size:12px;padding-top:28px;border-top:1px solid rgba(255,255,255,0.06);margin-top:28px}
.disclaimer{font-size:11px;color:rgba(252,252,250,0.2);line-height:1.6;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,0.04)}
.fade-up{opacity:0;transform:translateY(20px);transition:opacity .6s,transform .6s}
.fade-up.visible{opacity:1;transform:translateY(0)}
@media(max-width:768px){section{padding:60px 0}.offer-box{padding:28px 20px}}
</style>
</head>
<body>

<!-- STICKY -->
<div class="sticky" id="stickyBar">
  <div class="logo">Real Estate Mentor <span>2026</span></div>
  <a href="#checkout" class="btn btn-dark" style="padding:10px 20px;font-size:13px">→ Get Instant Access — $1,997</a>
</div>

<!-- ══ HERO: EVOLVED THESIS ══ -->
<section class="hero" id="hero">
  <div class="hero-grid"></div>
  <div class="container">
    <div class="eyebrow">Real Estate Mentor — 2026</div>
    <h1>Two Forces Are Destroying Value. <em>Only Two Assets Survive Both.</em></h1>
    <p class="hero-sub">The government is printing infinite money. AI is creating infinite digital abundance. Together, they're compressing the value of everything that isn't <strong>provably scarce</strong>. This course teaches you how to own the only two assets that survive both forces: <strong>cash-flowing rental real estate</strong> and <strong>Bitcoin</strong> — and use one to fuel the other.</p>
    <a href="#checkout" class="btn btn-gold btn-lg">→ Get Instant Access for $1,997</a>
    <div class="hero-pills">
      <div class="hero-pill">🔒 30-Day Guarantee</div>
      <div class="hero-pill">⚡ Instant Access</div>
      <div class="hero-pill">♾️ Lifetime Updates</div>
      <div class="hero-pill">🏠 200+ Students</div>
    </div>
  </div>
</section>

<!-- ══ THE TWO FORCES (NEW SECTION) ══ -->
<section class="two-forces fade-up">
  <div class="container">
    <div style="text-align:center">
      <div class="eyebrow">The Thesis</div>
      <h2>Two Forces Are Compressing Value From Both Sides</h2>
      <div class="divider divider-c"></div>
      <p style="max-width:620px;margin:0 auto">Most people feel it but can't name it. Their money buys less every year. Their skills feel less valuable every month. There are two distinct forces causing this — and understanding them changes how you invest forever.</p>
    </div>

    <div class="forces-grid">
      <div class="force-card force-money">
        <h3>Force 1: Monetary Inflation</h3>
        <p>The government prints money. The supply of dollars increases. Each dollar becomes worth less. Your savings, your salary, your 401k — all denominated in a unit that's being deliberately debased.</p>
        <p><strong>Since 2020:</strong> M2 money supply increased 40%. Your dollar buys 25% less of everything. And it's not slowing down.</p>
        <ul class="force-list">
          <li>Purchasing power of cash: declining</li>
          <li>Real return on savings: ~1% (after inflation)</li>
          <li>401k in nominal terms: growing. In real terms: stagnating</li>
          <li>Cost of housing, food, insurance: all repricing upward</li>
        </ul>
      </div>
      <div class="force-card force-ai">
        <h3>Force 2: AI Abundance</h3>
        <p>AI is creating infinite supply of everything digital. Content, code, design, analysis, customer service, media — all racing toward zero marginal cost. When supply becomes infinite, value collapses.</p>
        <p><strong>What this means:</strong> Anything that can be generated, replicated, or automated by AI loses its scarcity premium. The digital world is becoming an ocean of abundance — and value doesn't live in abundance. Value lives in scarcity.</p>
        <ul class="force-list">
          <li>Value of digital content: collapsing toward zero</li>
          <li>Value of routine knowledge work: being compressed</li>
          <li>Value of anything easily replicated: evaporating</li>
          <li>Value of digital-only businesses: under pressure</li>
        </ul>
      </div>
    </div>

    <div class="squeeze-visual">
      <div class="squeeze-row"><span class="squeeze-arrow down-red">↓</span> <span class="squeeze-label">Monetary inflation devalues your <strong>money</strong></span></div>
      <div class="squeeze-center">YOUR WEALTH</div>
      <div class="squeeze-row"><span class="squeeze-arrow down-purple">↑</span> <span class="squeeze-label">AI abundance devalues anything <strong>digitally replicable</strong></span></div>
      <p class="squeeze-bottom">Squeezed from both sides. Unless you own things with <span style="color:var(--gold)">enforced scarcity</span>.</p>
    </div>

    <div class="callout">
      <p>In a world of infinite money AND infinite digital content, the only things that hold value are things with <strong>enforced scarcity</strong> — assets whose supply is limited by physics or mathematics, not by human restraint. There are exactly two: <strong style="color:var(--gold)">real estate</strong> (physical scarcity — God isn't making more land) and <strong style="color:var(--btc)">Bitcoin</strong> (digital scarcity — 21 million, enforced by math). Everything else is getting squeezed.</p>
    </div>
  </div>
</section>

<!-- ══ AI ABUNDANCE DEEP DIVE ══ -->
<section class="ai-section fade-up">
  <div class="container">
    <div style="text-align:center">
      <div class="eyebrow">The AI Question</div>
      <h2>Where Do You Invest When AI Makes Everything Abundant?</h2>
      <div class="divider divider-c"></div>
      <p style="max-width:620px;margin:0 auto">AI is the most powerful deflationary force in human history. It's making everything digital cheap, then free, then worthless. So where does value actually live?</p>
    </div>

    <h3 style="margin-top:32px;margin-bottom:12px;font-size:16px;color:var(--ai-purple)">What AI Makes Abundant (Value → Zero)</h3>
    <div class="abundance-grid">
      <div class="ab-card"><div class="emoji">📝</div><h4>Content & Copy</h4><p>Articles, ads, scripts, social posts — AI generates infinite supply</p></div>
      <div class="ab-card"><div class="emoji">💻</div><h4>Code & Software</h4><p>Apps, tools, automations — built in hours, not months</p></div>
      <div class="ab-card"><div class="emoji">🎨</div><h4>Design & Media</h4><p>Images, video, music, brands — generated on demand</p></div>
      <div class="ab-card"><div class="emoji">📊</div><h4>Analysis & Research</h4><p>Reports, data analysis, market research — instant and nearly free</p></div>
    </div>

    <h3 style="margin-top:28px;margin-bottom:12px;font-size:16px;color:var(--green)">What AI Cannot Make Abundant (Value Preserved)</h3>
    <div class="abundance-grid">
      <div class="ab-card safe"><div class="emoji">🏠</div><h4>Physical Land & Buildings</h4><p>AI can't generate more land. Can't 3D-print neighborhoods. Finite by nature.</p></div>
      <div class="ab-card safe"><div class="emoji">₿</div><h4>Mathematically Scarce Assets</h4><p>Bitcoin's 21M cap is enforced by code, not trust. AI can't create more.</p></div>
    </div>

    <div class="callout" style="margin-top:28px">
      <p><strong>The investment thesis for the age of AI:</strong> Don't invest in things AI can replicate. Invest in things AI makes more valuable BY CONTRAST — assets whose scarcity becomes more pronounced as everything else becomes abundant. Real estate and Bitcoin are the two assets that get <em>more</em> valuable as the world gets more abundant.</p>
    </div>

    <p style="text-align:center;font-size:17px;font-weight:700;color:var(--text);margin-top:24px">Abundance is the environment. <span style="color:var(--gold)">Scarcity is the investment.</span></p>
  </div>
</section>

<!-- ══ TWO SCARCE ASSETS ══ -->
<section class="fade-up" style="background:var(--paper-2)">
  <div class="container">
    <div style="text-align:center">
      <div class="eyebrow">The Strategy</div>
      <h2>Own the Two Assets That Survive Both Forces</h2>
      <div class="divider divider-c"></div>
    </div>
    <div class="assets-grid">
      <div class="asset-card asset-card-re">
        <span class="asset-badge">Physical Scarcity</span>
        <span class="asset-icon">🏠</span>
        <h3>Real Estate</h3>
        <p>God isn't making more land. Every property is a piece of the finite earth. It can't be printed by governments or generated by AI. When dollars lose value, real estate reprices upward. When AI creates digital abundance, physical assets become more valuable by contrast.</p>
        <p><strong>Better yet:</strong> rental real estate <span style="color:var(--gold)">pays you</span> while it appreciates. Monthly cash flow. Tenant-paid mortgage. Income that rises with inflation while your costs stay locked.</p>
        <div class="why-safe">✓ Immune to monetary inflation. ✓ Immune to AI abundance. ✓ Pays you monthly.</div>
      </div>
      <div class="asset-card asset-card-btc">
        <span class="asset-badge">Digital Scarcity</span>
        <span class="asset-icon">₿</span>
        <h3>Bitcoin</h3>
        <p>There will only ever be <strong>21 million Bitcoin.</strong> Hard-coded. Immutable. In a world where AI can create infinite digital everything, Bitcoin is the only digital asset with provably enforced scarcity. Not because someone promises to limit supply — because mathematics makes it impossible to expand.</p>
        <p>BlackRock, Fidelity, sovereign wealth funds — they all see it. <span style="color:var(--btc)">Bitcoin is the scarcity layer of the digital world.</span></p>
        <div class="why-safe">✓ Immune to monetary inflation. ✓ The ONLY digital asset immune to AI abundance. ✓ Asymmetric upside.</div>
      </div>
    </div>

    <h3 style="text-align:center;margin-top:36px;margin-bottom:8px">The Barbell: <span style="color:var(--gold)">Both. Together. By Design.</span></h3>

    <table class="bb-table">
      <thead><tr><th></th><th>🏠 Real Estate (70%)</th><th>₿ Bitcoin (30%)</th></tr></thead>
      <tbody>
        <tr><td>Scarcity</td><td>Physical — finite land, finite buildings</td><td>Digital — 21M cap, enforced by math</td></tr>
        <tr><td>Why AI-Proof</td><td>Can't be generated or replicated</td><td>Only digitally scarce asset that exists</td></tr>
        <tr><td>Income</td><td>Monthly rent cash flow</td><td>None (pure appreciation)</td></tr>
        <tr><td>Leverage</td><td>5:1 with 20% down</td><td>No leverage needed</td></tr>
        <tr><td>Inflation</td><td>Rents rise, mortgage fixed</td><td>Supply fixed, price rises</td></tr>
        <tr><td>Role</td><td>Stability + income</td><td>Asymmetric upside</td></tr>
      </tbody>
    </table>

    <div class="flywheel">
      <div class="flywheel-label">The Flywheel</div>
      <p style="font-size:14px;color:var(--text-3);margin:0 0 12px">Every month, this machine converts depreciating dollars into appreciating scarce assets.</p>
      <div class="fw-steps">
        <div class="fw-step">💵 Dollars In</div><div class="fw-arrow">→</div>
        <div class="fw-step">🏠 Convert to RE</div><div class="fw-arrow">→</div>
        <div class="fw-step">💰 Cash Flow</div><div class="fw-arrow">→</div>
        <div class="fw-step">₿ Buy Bitcoin</div><div class="fw-arrow">→</div>
        <div class="fw-step">📈 More Scarce Assets</div>
      </div>
    </div>
    <div style="text-align:center"><a href="#checkout" class="btn btn-dark btn-lg">→ Get Instant Access for $1,997</a></div>
  </div>
</section>

<!-- ══ ABOUT BRANDON ══ -->
<section class="about fade-up">
  <div class="container">
    <div class="eyebrow">Who's Teaching This</div>
    <h2 style="color:var(--paper)">About Brandon</h2>
    <div class="divider" style="background:var(--gold-lt)"></div>
    <p>In 2012, I was living in a camper van, showering at LA Fitness, making $80K as a product designer. I was saving aggressively, spending nothing — and making zero progress toward financial freedom. Every time I stopped working, I stopped earning.</p>
    <p><strong>Today I own $13M+ in rental real estate generating $20K+/month in completely passive cash flow.</strong> I've helped 200+ investors follow the same framework. And in 2024, I added Bitcoin to the strategy — recognizing that in the age of AI abundance, the only investments that make sense are those with enforced scarcity.</p>
    <div class="about-stats">
      <div class="about-stat"><div class="n">$13M+</div><div class="l">RE Portfolio</div></div>
      <div class="about-stat"><div class="n">$20K+</div><div class="l">Monthly Cash Flow</div></div>
      <div class="about-stat"><div class="n">200+</div><div class="l">Students</div></div>
      <div class="about-stat"><div class="n">12+</div><div class="l">Years Investing</div></div>
    </div>
  </div>
</section>

<!-- ══ HOW RE WORKS ══ -->
<section class="fade-up">
  <div class="container">
    <div style="text-align:center">
      <div class="eyebrow">The System</div>
      <h2>Cash-Flowing Rental Properties You Never Visit</h2>
      <div class="divider divider-c"></div>
      <p style="max-width:600px;margin:0 auto"><strong>Turnkey investing</strong> = buying a property that's already renovated, already has a tenant, and already has a manager running everything. Cash flow from day one. AI can't replicate this.</p>
    </div>
    <h3 style="margin-top:36px;margin-bottom:12px">2026 Cash Flow Markets</h3>
    <table class="markets-table">
      <thead><tr><th>Market</th><th>Property Range</th><th>Rent Range</th><th>Why It Works</th></tr></thead>
      <tbody>
        <tr><td><strong>Memphis, TN</strong> <span class="mkt-flag">Active</span></td><td>$130K–$170K</td><td>$1,100–$1,350</td><td>Landlord-friendly, deep rental demand</td></tr>
        <tr><td><strong>Little Rock, AR</strong> <span class="mkt-flag">Active</span></td><td>$120K–$155K</td><td>$1,050–$1,275</td><td>Low vacancy, affordable entry</td></tr>
        <tr><td><strong>NW Indiana</strong> <span class="mkt-flag">Active</span></td><td>$140K–$185K</td><td>$1,200–$1,500</td><td>Chicago proximity, strong employment</td></tr>
        <tr><td><strong>Birmingham, AL</strong> <span class="mkt-flag">Active</span></td><td>$125K–$165K</td><td>$1,050–$1,300</td><td>Emerging market, solid fundamentals</td></tr>
      </tbody>
    </table>
    <h3 style="margin-top:36px;margin-bottom:12px">The Math — What This Builds</h3>
    <table class="cf-table">
      <thead><tr><th>Properties</th><th>Monthly Cash Flow</th><th>Annual Income</th></tr></thead>
      <tbody>
        <tr><td>1 property</td><td>$150–$275</td><td>$1,800–$3,300</td></tr>
        <tr><td>5 properties</td><td>$750–$1,375</td><td>$9,000–$16,500</td></tr>
        <tr><td>10 properties</td><td>$1,500–$2,750</td><td>$18,000–$33,000</td></tr>
      </tbody>
    </table>
  </div>
</section>

<!-- ══ CURRICULUM ══ -->
<section class="fade-up" style="background:var(--paper-2)">
  <div class="container">
    <div style="text-align:center">
      <div class="eyebrow">The Curriculum</div>
      <h2>9 Weeks. 40+ Lessons. The Complete Playbook.</h2>
      <div class="divider divider-c"></div>
    </div>
    <div class="cur-grid">
      <div class="wk-card"><div class="wk-badge">Week 1</div><h4>The Two Forces & Two Assets</h4><p>Why the dollar is dying, why AI changes the investment landscape, the scarcity thesis, and the barbell strategy.</p></div>
      <div class="wk-card"><div class="wk-badge">Week 2</div><h4>Finding Cash Flow Markets</h4><p>Market evaluation framework, Brandon's active markets with 2026 data, and which "hot" markets to avoid.</p></div>
      <div class="wk-card"><div class="wk-badge">Week 3</div><h4>Evaluating Turnkey Providers</h4><p>The 12-question vetting framework, red flags, independent verification.</p></div>
      <div class="wk-card"><div class="wk-badge">Week 4</div><h4>Running the Numbers</h4><p>Deal analysis at 7% rates, full expense stack, stress-testing, and walk-away criteria.</p></div>
      <div class="wk-card"><div class="wk-badge">Week 5</div><h4>Financing Your Purchases</h4><p>10-loan framework, pre-approval, DSCR loans, leveraging equity to scale.</p></div>
      <div class="wk-card"><div class="wk-badge">Week 6</div><h4>Due Diligence & Closing</h4><p>Inspections, legal structure, PM agreements, remote closing process.</p></div>
      <div class="wk-card"><div class="wk-badge">Week 7</div><h4>Managing Your Portfolio</h4><p>PM standards, vacancy handling, scaling from 1 to 10 properties.</p></div>
      <div class="wk-card"><div class="wk-badge">Week 8</div><h4>Tax Strategy</h4><p>Depreciation, 1031 exchanges, RE + BTC tax interaction, cost segregation.</p></div>
      <div class="wk-card btc-week"><div class="wk-badge">Week 9</div><h4 style="color:var(--btc)">The Barbell Deep Dive ₿</h4><p>Bitcoin as digital scarcity in the age of AI abundance, DCA mechanics, self-custody, the cash flow → accumulation flywheel.</p></div>
    </div>
  </div>
</section>

<!-- ══ OFFER ══ -->
<section class="offer fade-up" id="checkout">
  <div class="container">
    <div style="text-align:center">
      <div class="eyebrow">The Offer</div>
      <h2>Everything You Get Today</h2>
      <div class="divider divider-c"></div>
    </div>
    <div class="offer-box">
      <div class="offer-row"><div class="name">Complete 9-Week REM Course<small>40+ lessons: thesis → acquisition → Bitcoin accumulation</small></div><div class="val">$2,997</div></div>
      <div class="offer-row"><div class="name">Barbell Strategy Deep Dive (Week 9)<small>Bitcoin implementation: allocation, DCA, custody, flywheel</small></div><div class="val">$997</div></div>
      <div class="offer-row"><div class="name">Deal Analyzer + Income Snowball Projector<small>The exact model Brandon uses on every deal</small></div><div class="val">$497</div></div>
      <div class="offer-row"><div class="name">Bitcoin DCA Calculator + Barbell Worksheet<small>Map cash flow into BTC accumulation over 1, 3, 5 years</small></div><div class="val">$397</div></div>
      <div class="offer-row"><div class="name">2026 Market Database + Provider Intros<small>Active markets with data and direct introductions</small></div><div class="val">$297</div></div>
      <div class="offer-row"><div class="name">7 Cheatsheets & Questionnaires<small>PM, inspector, HELOC, refi, tax, Bitcoin buying, pre-approval</small></div><div class="val">$497</div></div>
      <div class="offer-row"><div class="name">Tax Strategy Playbook<small>Depreciation, 1031s, Bitcoin capital gains, cost segregation</small></div><div class="val">$297</div></div>
      <div class="offer-row"><div class="name">Lifetime Course Updates<small>Markets evolve. Course updates. Every future version included.</small></div><div class="val">$997</div></div>
      <div class="offer-total"><div class="label">Total Value</div><div class="total">$6,976</div></div>
      <div class="offer-price-block">
        <div class="offer-price-tag">Your Price Today</div>
        <div class="offer-price"><sup>$</sup>1,997</div>
        <div class="offer-sub">One-time · No recurring fees · No upsells · Lifetime access</div>
      </div>
      <div style="text-align:center">
        <a href="#" class="btn btn-gold btn-full btn-lg">→ Get Instant Access — $1,997</a>
        <div class="cta-note">🔒 Secure checkout · 30-day guarantee · Instant access</div>
      </div>
      <div class="offer-plan">Or: <strong>4 payments of $547</strong> — full access from day one<br><a href="#">→ Start with $547 Today</a></div>
    </div>
    <div class="roi-note"><strong>The math:</strong> One property at $200/month pays for this course in <strong>10 months.</strong> Over 10 years: $24,000+ in cash flow. Plus equity. Plus appreciation. Plus whatever your Bitcoin position becomes in a world of infinite abundance.</div>
  </div>
</section>

<!-- ══ TESTIMONIALS ══ -->
<section class="fade-up">
  <div class="container">
    <div style="text-align:center"><div class="eyebrow">Results</div><h2>Real Students. Real Scarce Assets.</h2><div class="divider divider-c"></div></div>
    <div class="test-grid">
      <div class="t-card"><div class="t-stars">★★★★★</div><p class="t-quote">Six months after REM, I owned five rental properties generating $1,360/month. I quit my second job. I stopped saving dollars and started acquiring assets that can't be printed or generated.</p><div class="t-author"><div class="t-avatar">P</div><div><div class="t-name">Patrick — Software Engineer</div><div class="t-result">✦ 5 properties · $1,360/month · 6 months</div></div></div></div>
      <div class="t-card"><div class="t-stars">★★★★★</div><p class="t-quote">The course taught me to think differently about value. Once you see that dollars are being printed and digital content is being generated infinitely, you realize the only rational move is owning scarce things.</p><div class="t-author"><div class="t-avatar">T</div><div><div class="t-name">Troy — Business Owner</div><div class="t-result">✦ 4 properties · $1,200+/month · 5 months</div></div></div></div>
      <div class="t-card"><div class="t-stars">★★★★★</div><p class="t-quote">Between rent checks and watching my Bitcoin position grow, I went from hopeless to having a real plan. I'm converting dollars into things that hold value — physical and digital scarcity.</p><div class="t-author"><div class="t-avatar">J</div><div><div class="t-name">Julie — Nurse</div><div class="t-result">✦ 2 properties + BTC · Part-time in 3 months</div></div></div></div>
      <div class="t-card"><div class="t-stars">★★★★★</div><p class="t-quote">Financial independence by 43 isn't a dream — it's a spreadsheet. 4 properties, $880/month in cash flow, and a Bitcoin position that grows every month. While everyone else debates AI, I'm acquiring the assets AI can't touch.</p><div class="t-author"><div class="t-avatar">P</div><div><div class="t-name">Paul — Corporate Finance, 38</div><div class="t-result">✦ 4 properties · $880/month · Target FI by 43</div></div></div></div>
    </div>
    <div style="text-align:center;padding-top:20px"><a href="#checkout" class="btn btn-dark btn-lg">→ Get Instant Access for $1,997</a></div>
  </div>
</section>

<!-- ══ FIT CHECK ══ -->
<section class="fade-up" style="background:var(--paper-2)">
  <div class="container">
    <div style="text-align:center"><div class="eyebrow">Fit Check</div><h2>Is This For You?</h2><div class="divider divider-c"></div></div>
    <div class="fit-grid">
      <div class="fit-card fit-yes">
        <h3>✅ This is for you if:</h3>
        <div class="fit-item"><span class="c">✓</span><span>You understand that both monetary inflation AND AI abundance are compressing value</span></div>
        <div class="fit-item"><span class="c">✓</span><span>You want to own the two assets that survive both forces</span></div>
        <div class="fit-item"><span class="c">✓</span><span>You have (or can access) $26K–$37K for your first property</span></div>
        <div class="fit-item"><span class="c">✓</span><span>You're ready to stop holding depreciating dollars and start owning scarce assets</span></div>
        <div class="fit-item"><span class="c">✓</span><span>You want a serious, self-paced system — not guru entertainment</span></div>
      </div>
      <div class="fit-card fit-no">
        <h3>❌ This is NOT for you if:</h3>
        <div class="fit-item"><span class="c">✗</span><span><strong>You want fast money.</strong> Cash flow is $150–$275/month per property. Compounds over years.</span></div>
        <div class="fit-item"><span class="c">✗</span><span><strong>You won't execute.</strong> The system works. YOU have to analyze deals and pull the trigger.</span></div>
        <div class="fit-item"><span class="c">✗</span><span><strong>You need hand-holding.</strong> No calls. No community. Self-paced for self-directed adults.</span></div>
      </div>
    </div>
  </div>
</section>

<!-- ══ PRICING ══ -->
<section class="pricing fade-up">
  <div class="container">
    <div style="text-align:center"><div class="eyebrow">Pricing</div><h2 style="color:var(--paper)">One Investment. Pays For Itself. Compounds Forever.</h2><div class="divider divider-c"></div></div>
    <div class="price-grid">
      <div class="p-card p-card-main"><div class="p-badge">Most Popular</div><h3>Single Payment</h3><div class="p-amount">$1,997</div><p class="p-note">One-time · Lifetime access</p><a href="#" class="btn btn-gold">→ Get Instant Access</a></div>
      <div class="p-card p-card-alt"><h3>Payment Plan</h3><div class="p-amount">4 × $547</div><p class="p-note">First payment today · Same full access</p><a href="#" class="btn btn-outline" style="color:var(--paper);border-color:rgba(255,255,255,0.15)">→ Start Today</a></div>
    </div>
  </div>
</section>

<!-- ══ GUARANTEE ══ -->
<section class="fade-up">
  <div class="container">
    <div style="text-align:center"><div class="eyebrow">Zero Risk</div><h2>The Guarantee</h2><div class="divider divider-c"></div></div>
    <div class="guarantee-box">
      <div class="g-badge">🛡️</div>
      <div class="g-text">
        <h3>30-Day "First Property Framework" Guarantee</h3>
        <p>Complete Weeks 1–4. Do the exercises. Analyze at least one real property. If you don't have a clear, actionable plan for your first cash-flowing rental, I'll refund every dollar.</p>
        <p><strong>No forms. No hoops.</strong> Email me. Full refund. Done.</p>
        <p style="color:var(--green);font-weight:700;font-size:14px;margin:0">Your risk: $0. Your upside: A portfolio of scarce assets in a world of infinite abundance.</p>
      </div>
    </div>
  </div>
</section>

<!-- ══ FAQ ══ -->
<section class="fade-up" style="background:var(--paper-2)">
  <div class="container">
    <div style="text-align:center"><div class="eyebrow">FAQ</div><h2>Frequently Asked Questions</h2><div class="divider divider-c"></div></div>
    <div class="faq-list">
      <div class="faq-item"><button class="faq-q">How does AI actually affect my investments?</button><div class="faq-a"><div class="faq-a-inner">AI creates infinite supply of anything digital — content, code, design, analysis. When supply becomes infinite, value drops toward zero. This doesn't affect physical land or mathematically scarce Bitcoin. It actually makes them MORE valuable by contrast. The scarcity premium widens as everything else becomes abundant. Investing in digitally replicable assets (including many tech stocks built on digital moats that AI can erode) carries increasing risk. Investing in provably scarce assets is the rational response.</div></div></div>
      <div class="faq-item"><button class="faq-q">Aren't interest rates too high?</button><div class="faq-a"><div class="faq-a-inner">Rates at 6.5–7.5% are higher than the 3% anomaly of 2020–2021, but investors bought profitably at 8–10% in the 80s and 90s. The case for converting dollars to scarce assets has never been stronger. The math works in the right markets. Brandon buys at today's rates.</div></div></div>
      <div class="faq-item"><button class="faq-q">Why Bitcoin and not other crypto?</button><div class="faq-a"><div class="faq-a-inner">Bitcoin is the ONLY digitally scarce asset. Every other cryptocurrency can change its supply, fork its code, or be replicated. In the age of AI abundance, the distinction matters more than ever: Bitcoin's 21M cap is the only digital scarcity that's truly immutable. Everything else in crypto is subject to the same abundance forces that AI creates across the digital world.</div></div></div>
      <div class="faq-item"><button class="faq-q">How much capital do I need?</button><div class="faq-a"><div class="faq-a-inner">~$30,000–$37,000 for your first property (20% down + closing costs + reserves). If you don't have that yet, the course teaches you how to build toward it. You can start the Bitcoin DCA side with any amount today.</div></div></div>
      <div class="faq-item"><button class="faq-q">Do I need real estate experience?</button><div class="faq-a"><div class="faq-a-inner">None required. Previous students: nurses, engineers, teachers, corporate employees. The course is designed for complete beginners and built from first principles.</div></div></div>
      <div class="faq-item"><button class="faq-q">Is there coaching or community?</button><div class="faq-a"><div class="faq-a-inner">No. Self-paced, self-directed. No calls, no community. That's why it's $1,997 instead of $6,000–$10,000. Everything you need is in the curriculum.</div></div></div>
      <div class="faq-item"><button class="faq-q">How long do I have access?</button><div class="faq-a"><div class="faq-a-inner">Lifetime. All future updates included. Some finish in 3 weeks, some in 3 months. Content never expires.</div></div></div>
      <div class="faq-item"><button class="faq-q">What's the refund policy?</button><div class="faq-a"><div class="faq-a-inner">30 days. Complete Weeks 1–4, do the exercises, and if you don't have an actionable plan, full refund. No forms, no hoops. Email <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="4c3f393c3c233e380c3e292d20293f382d382921292238233e622f2321">[email&#160;protected]</a>.</div></div></div>
    </div>
  </div>
</section>

<!-- ══ FINAL CTA ══ -->
<section class="final fade-up">
  <div class="container">
    <div class="eyebrow">One Last Thing</div>
    <h2>The Government Will Keep Printing. AI Will Keep Generating. <span style="color:var(--gold)">The Question Is What You Own.</span></h2>
    <div class="divider divider-c"></div>
    <p style="max-width:640px;margin:0 auto 28px;color:var(--text-2)">Every month you hold dollars instead of scarce assets, you're on the wrong side of both forces. The money supply will keep expanding. AI will keep creating abundance. And the supply of land and Bitcoin will never change.</p>
    <div class="f-steps">
      <div class="f-step"><div class="n">1</div> Secure checkout (90 seconds)</div>
      <div class="f-step"><div class="n">2</div> Instant access to full course</div>
      <div class="f-step"><div class="n">3</div> Start Week 1 tonight</div>
      <div class="f-step"><div class="n">4</div> Begin converting dollars to scarce assets</div>
    </div>
    <div style="text-align:center;padding-top:20px">
      <a href="#checkout" class="btn btn-gold btn-lg" style="padding:22px 56px;font-size:17px">→ Get Instant Access for $1,997</a>
      <div class="cta-note" style="margin-top:14px">🔒 Secure checkout · 30-day guarantee · Instant access · Lifetime updates</div>
      <div style="margin-top:14px;font-size:14px;color:var(--text-3)">Or: <a href="#" style="color:var(--gold);font-weight:700;text-decoration:none">4 payments of $547 →</a></div>
    </div>
  </div>
</section>

<footer>
  <div class="container">
    <div class="footer-inner">
      <div class="footer-brand"><div class="footer-logo">Real Estate Mentor</div><p>A 9-week course for people who understand both forces — monetary inflation and AI abundance — and want to own the two assets that survive both.</p><div class="footer-links"><a href="#">Privacy</a><a href="#">Terms</a><a href="#">Refund Policy</a><a href="#">Earnings Disclaimer</a></div></div>
      <div class="footer-contact"><p style="color:rgba(252,252,250,0.4)">Questions?</p><a href="/cdn-cgi/l/email-protection#1a696f6a6a75686e5a687f7b767f696e7b6e7f777f746e756834797577"><span class="__cf_email__" data-cfemail="dba8aeababb4a9af9ba9bebab7bea8afbaafbeb6beb5afb4a9f5b8b4b6">[email&#160;protected]</span></a></div>
    </div>
    <div class="footer-copy">© 2026 Real Estate Mentor. All rights reserved.</div>
    <div class="disclaimer"><strong>EARNINGS DISCLAIMER:</strong> Real Estate Mentor is an educational course. Testimonials represent individual results; yours will vary based on effort, capital, and market conditions. Investing in real estate and Bitcoin involves risk, including potential loss of principal. Past performance does not guarantee future results. This is not financial, legal, or tax advice.<br><br><strong>RESULTS NOT TYPICAL:</strong> Income figures reflect specific student outcomes and Brandon's personal portfolio. Average course purchasers may not achieve similar results. Do not invest money you cannot afford to lose.</div>
  </div>
</footer>

<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
const sb=document.getElementById('stickyBar'),hero=document.getElementById('hero');
new IntersectionObserver(e=>{e.forEach(x=>sb.classList.toggle('show',!x.isIntersecting))},{threshold:.1}).observe(hero);
document.querySelectorAll('.fade-up').forEach(el=>{new IntersectionObserver(e=>{e.forEach(x=>{if(x.isIntersecting)x.target.classList.add('visible')})},{threshold:.08}).observe(el)});
document.querySelectorAll('.faq-q').forEach(b=>{b.addEventListener('click',()=>{const i=b.closest('.faq-item'),o=i.classList.contains('open');document.querySelectorAll('.faq-item.open').forEach(x=>x.classList.remove('open'));if(!o)i.classList.add('open')})});
document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener('click',e=>{const t=document.querySelector(a.getAttribute('href'));if(t){e.preventDefault();t.scrollIntoView({behavior:'smooth',block:'start'})}})});
</script>
</body>
</html>