<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>About – Red Star Mortgage Intelligence | Independent Mortgage Research</title>
    <meta name="description" content="Red Star Mortgage Intelligence is an independent research portal covering alternative and non-QM mortgage products for underserved US borrowers. No sales, no bias — just data.">
    <meta name="robots" content="index, follow">
    <link rel="canonical" href="https://redstar-mortgage.com/about.html">
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@700;900&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">

    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "AboutPage",
        "name": "About Red Star Mortgage Intelligence",
        "description": "Independent research portal covering alternative and non-QM mortgage products for underserved US borrowers.",
        "url": "https://redstar-mortgage.com/about.html",
        "mainEntity": {
            "@type": "Organization",
            "name": "Red Star Mortgage Intelligence",
            "url": "https://redstar-mortgage.com",
            "description": "Independent research publication focused on non-QM and alternative mortgage products in the United States."
        }
    }
    </script>

    <style>
        :root {
            --bg-primary: #0A0F1E;
            --bg-card: #1A1A2E;
            --gold: #C9A96E;
            --gold-light: #D4B47A;
            --gold-dim: #A68A4E;
            --text-primary: #F0F0FF;
            --text-muted: #CDCDE8;
            --border-subtle: rgba(201,169,110,0.15);
        }
        body {
            font-family: 'Inter', system-ui, -apple-system, sans-serif;
            background-color: var(--bg-primary);
            color: var(--text-primary);
        }
        .font-orbitron { font-family: 'Orbitron', sans-serif; }
        .gold-gradient {
            background: linear-gradient(135deg, var(--gold), var(--gold-light));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .card-hover {
            transition: all 0.3s ease;
            border: 1px solid var(--border-subtle);
        }
        .card-hover:hover {
            border-color: rgba(201,169,110,0.4);
            box-shadow: 0 8px 30px rgba(201,169,110,0.12);
            transform: translateY(-4px);
        }
        .bg-card { background-color: var(--bg-card); }
        .text-gold { color: var(--gold); }
        .hero-glow {
            background: radial-gradient(ellipse at 50% 0%, rgba(201,169,110,0.08) 0%, transparent 60%);
        }
        nav a { position: relative; }
        nav a::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gold);
            transition: width 0.3s ease;
        }
        nav a:hover::after { width: 100%; }
        .breadcrumb a {
            color: var(--text-muted);
            text-decoration: none;
            font-size: 0.85rem;
        }
        .breadcrumb a:hover { color: var(--gold); }
        .breadcrumb span { color: var(--gold); font-size: 0.85rem; }
        .stat-highlight {
            font-family: 'Orbitron', sans-serif;
            color: var(--gold);
            font-weight: 900;
        }
        .disclaimer-box {
            background: rgba(201,169,110,0.05);
            border: 1px solid rgba(201,169,110,0.2);
            border-radius: 12px;
            padding: 2rem;
        }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-menu { display: block; }
        }
        @media (min-width: 769px) {
            .mobile-menu { display: none; }
        }
    </style>
</head>
<body>

    <!-- HEADER -->
    <header style="background: rgba(10,15,30,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(201,169,110,0.1);" class="fixed w-full top-0 z-50">
        <div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">
            <a href="/" class="font-orbitron text-2xl font-black tracking-widest" style="color: var(--gold); text-decoration: none;">REDSTAR</a>
            <nav class="nav-links flex items-center gap-8">
                <a href="/" class="text-sm font-medium tracking-wide" style="color: var(--text-muted); text-decoration: none;">Home</a>
                <a href="/crypto-loans.html" class="text-sm font-medium tracking-wide" style="color: var(--text-muted); text-decoration: none;">Crypto Loans</a>
                <a href="/no-doc-loans.html" class="text-sm font-medium tracking-wide" style="color: var(--text-muted); text-decoration: none;">No-Doc</a>
                <a href="/dscr-loans.html" class="text-sm font-medium tracking-wide" style="color: var(--text-muted); text-decoration: none;">DSCR</a>
                <a href="/bridge-loans.html" class="text-sm font-medium tracking-wide" style="color: var(--text-muted); text-decoration: none;">Bridge</a>
                <a href="/faq.html" class="text-sm font-medium tracking-wide" style="color: var(--text-muted); text-decoration: none;">FAQ</a>
                <a href="/about.html" class="text-sm font-medium tracking-wide" style="color: var(--text-primary); text-decoration: none;">About</a>
            </nav>
            <button class="mobile-menu" style="background: none; border: none; cursor: pointer; color: var(--gold);" onclick="document.getElementById('mobileNav').classList.toggle('hidden')">
                <svg width="28" height="28" fill="currentColor" viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke="currentColor" stroke-width="2" stroke-linecap="round"/></svg>
            </button>
        </div>
        <div id="mobileNav" class="hidden px-6 pb-4" style="background: rgba(10,15,30,0.95);">
            <a href="/" class="block py-2 text-sm" style="color: var(--text-muted); text-decoration: none;">Home</a>
            <a href="/crypto-loans.html" class="block py-2 text-sm" style="color: var(--text-muted); text-decoration: none;">Crypto Loans</a>
            <a href="/no-doc-loans.html" class="block py-2 text-sm" style="color: var(--text-muted); text-decoration: none;">No-Doc Loans</a>
            <a href="/dscr-loans.html" class="block py-2 text-sm" style="color: var(--text-muted); text-decoration: none;">DSCR Loans</a>
            <a href="/bridge-loans.html" class="block py-2 text-sm" style="color: var(--text-muted); text-decoration: none;">Bridge Loans</a>
            <a href="/faq.html" class="block py-2 text-sm" style="color: var(--text-muted); text-decoration: none;">FAQ</a>
            <a href="/about.html" class="block py-2 text-sm" style="color: var(--text-primary); text-decoration: none;">About</a>
        </div>
    </header>

    <!-- BREADCRUMB -->
    <div class="max-w-4xl mx-auto px-6 pt-24 pb-4">
        <div class="breadcrumb">
            <a href="/">Home</a> <span class="mx-2">→</span> <span>About</span>
        </div>
    </div>

    <!-- HERO -->
    <section class="hero-glow pt-8 pb-16 px-6">
        <div class="max-w-3xl mx-auto">
            <h1 class="font-orbitron font-black mb-6 leading-tight" style="font-size: clamp(2rem, 5vw, 3.5rem);">
                <span class="gold-gradient">About Red Star</span><br>
                <span style="color: var(--text-primary); font-size: 0.6em;">Mortgage Intelligence</span>
            </h1>
        </div>
    </section>

    <!-- WHY THIS EXISTS -->
    <section class="px-6 pb-20">
        <div class="max-w-3xl mx-auto">
            <h2 class="font-orbitron text-2xl font-bold mb-8 gold-gradient">Why This Exists</h2>

            <p class="text-lg leading-relaxed mb-6" style="color: var(--text-primary);">
                The mortgage information landscape is dominated by lenders and brokers pushing their own products. Over <span class="stat-highlight">80%</span> of online mortgage content comes directly from companies with skin in the game — rates, approvals, and originations all tied to conversions. That creates a massive information gap for the millions who don't fit the traditional mold.
            </p>

            <p class="text-lg leading-relaxed mb-6" style="color: var(--text-primary);">
                Roughly <span class="stat-highlight">15 million</span> U.S. households remain underserved by conventional mortgages — from self-employed workers and crypto holders to real estate investors and foreign nationals who get rejected despite solid repayment ability. Borrowers often check only one or two lenders before committing, potentially leaving thousands on the table in higher rates or missed opportunities.
            </p>

            <p class="text-lg leading-relaxed" style="color: var(--text-muted);">
                Red Star Mortgage Intelligence fills that void with unbiased, data-driven breakdowns of non-QM and alternative options — no lead gen, no affiliate traps, just straight analysis so you can make informed decisions.
            </p>
        </div>
    </section>

    <!-- WHAT WE COVER -->
    <section class="py-20 px-6" style="background: linear-gradient(180deg, rgba(26,26,46,0.5) 0%, rgba(10,15,30,1) 100%);">
        <div class="max-w-3xl mx-auto">
            <h2 class="font-orbitron text-2xl font-bold mb-8 gold-gradient">What We Cover</h2>

            <p class="text-lg leading-relaxed mb-6" style="color: var(--text-primary);">
                We focus on the products that traditional banks overlook: <a href="/crypto-loans.html" style="color: var(--gold); text-decoration: none;">crypto-backed loans</a> leveraging digital assets without forced sales; <a href="/no-doc-loans.html" style="color: var(--gold); text-decoration: none;">no-doc and bank statement programs</a> using actual deposits for self-employed and gig workers; <a href="/dscr-loans.html" style="color: var(--gold); text-decoration: none;">DSCR loans</a> qualifying based on rental property cash flow for investors; and <a href="/bridge-loans.html" style="color: var(--gold); text-decoration: none;">bridge financing</a> for quick-turn or transitional needs.
            </p>

            <p class="text-lg leading-relaxed" style="color: var(--text-muted);">
                Each section dives into mechanics, current lender landscapes, hard numbers — rates, LTVs, volumes — risks, and comparisons. We pull from verified market data, regulatory updates, and real-world trends, including the non-QM segment expanding from around <span class="stat-highlight">$45 billion</span> toward <span class="stat-highlight">$60 billion</span> with disciplined growth projected into 2026 amid stronger credit performance and investor demand.
            </p>
        </div>
    </section>

    <!-- OUR APPROACH -->
    <section class="py-20 px-6">
        <div class="max-w-3xl mx-auto">
            <h2 class="font-orbitron text-2xl font-bold mb-8 gold-gradient">Our Approach</h2>

            <p class="text-lg leading-relaxed mb-6" style="color: var(--text-primary);">
                We operate as an independent research publication, updated quarterly with fresh stats, lender grids, and regulatory shifts. No sales pitches, no "get your quote" prompts — just brutal honesty about what works, what costs extra, and where the traps hide. Volatility risks, prepayment penalties, margin calls — if it can hurt you, we cover it.
            </p>

            <p class="text-lg leading-relaxed" style="color: var(--text-muted);">
                We respect your intelligence: technical details explained plainly, numbers woven naturally, pros and cons laid bare. Our goal is simple — equip underserved borrowers with the facts lenders won't volunteer.
            </p>
        </div>
    </section>

    <!-- DISCLAIMER -->
    <section class="py-20 px-6" style="background: var(--bg-card);">
        <div class="max-w-3xl mx-auto">
            <div class="disclaimer-box">
                <h2 class="font-orbitron text-xl font-bold mb-6 text-gold">Legal Disclaimer</h2>

                <p class="text-base leading-relaxed" style="color: var(--text-primary);">
                    Red Star Mortgage Intelligence is an independent research publication. We are not a lender, broker, or financial advisor. Content is for informational purposes only and does not constitute advice or a recommendation to pursue any mortgage product. Always consult qualified professionals for your specific situation. Data reflects estimates as of Q1 2026 and may change.
                </p>
            </div>
        </div>
    </section>

    <!-- INTERNAL LINKS -->
    <section class="py-16 px-6">
        <div class="max-w-4xl mx-auto">
            <h2 class="font-orbitron text-2xl font-bold mb-8 text-center" style="color: var(--text-primary);">Start Your Research</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
                <a href="/crypto-loans.html" class="bg-card rounded-xl p-6 text-center card-hover" style="text-decoration: none;">
                    <h3 class="font-orbitron text-base font-bold text-gold mb-2">Crypto Loans</h3>
                    <p class="text-xs" style="color: var(--text-muted);">BTC/ETH as collateral</p>
                </a>
                <a href="/no-doc-loans.html" class="bg-card rounded-xl p-6 text-center card-hover" style="text-decoration: none;">
                    <h3 class="font-orbitron text-base font-bold text-gold mb-2">No-Doc</h3>
                    <p class="text-xs" style="color: var(--text-muted);">Bank statement programs</p>
                </a>
                <a href="/dscr-loans.html" class="bg-card rounded-xl p-6 text-center card-hover" style="text-decoration: none;">
                    <h3 class="font-orbitron text-base font-bold text-gold mb-2">DSCR</h3>
                    <p class="text-xs" style="color: var(--text-muted);">Rental income qualifying</p>
                </a>
                <a href="/bridge-loans.html" class="bg-card rounded-xl p-6 text-center card-hover" style="text-decoration: none;">
                    <h3 class="font-orbitron text-base font-bold text-gold mb-2">Bridge</h3>
                    <p class="text-xs" style="color: var(--text-muted);">Short-term financing</p>
                </a>
            </div>
        </div>
    </section>

    <!-- FOOTER -->
    <footer style="background: var(--bg-card); border-top: 1px solid rgba(201,169,110,0.1);" class="py-12">
        <div class="max-w-6xl mx-auto px-6">
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-10">
                <div>
                    <div class="font-orbitron text-xl font-black tracking-widest mb-4 text-gold">REDSTAR</div>
                    <p class="text-sm leading-relaxed" style="color: var(--text-muted);">Independent mortgage intelligence. Data-driven research on alternative lending for underserved US borrowers.</p>
                </div>
                <div>
                    <h4 class="text-sm font-semibold tracking-wider mb-4" style="color: var(--gold);">RESEARCH</h4>
                    <a href="/crypto-loans.html" class="block text-sm mb-2" style="color: var(--text-muted); text-decoration: none;">Crypto-Backed Loans</a>
                    <a href="/no-doc-loans.html" class="block text-sm mb-2" style="color: var(--text-muted); text-decoration: none;">No-Doc / Bank Statement</a>
                    <a href="/dscr-loans.html" class="block text-sm mb-2" style="color: var(--text-muted); text-decoration: none;">DSCR Loans</a>
                    <a href="/bridge-loans.html" class="block text-sm mb-2" style="color: var(--text-muted); text-decoration: none;">Bridge Loans</a>
                    <a href="/faq.html" class="block text-sm mb-2" style="color: var(--text-muted); text-decoration: none;">FAQ</a>
                    <a href="/about.html" class="block text-sm" style="color: var(--text-primary); text-decoration: none;">About</a>
                </div>
                <div>
                    <h4 class="text-sm font-semibold tracking-wider mb-4" style="color: var(--gold);">LEGAL</h4>
                    <p class="text-xs leading-relaxed" style="color: var(--text-muted);">Red Star Mortgage Intelligence is an independent research publication. This site is not a lender, broker, or financial advisor. Content is for informational purposes only and does not constitute financial advice. Some links may be affiliate links — this does not affect analysis or recommendations. Always consult a licensed mortgage professional before making financial decisions.</p>
                </div>
            </div>
            <div style="border-top: 1px solid rgba(201,169,110,0.1);" class="pt-6 text-center">
                <p class="text-xs" style="color: var(--text-muted);">© 2026 Red Star Mortgage Intelligence. All rights reserved. Data updated Q1 2026.</p>
            </div>
        </div>
    </footer>

</body>
</html>
