<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Confidential Notice</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
    body {
        margin: 0;
        padding: 0;
        background-color: #f4f6f8;
        font-family: Arial, Helvetica, sans-serif;
        color: #333333;
    }
    .email-wrapper {
        max-width: 680px;
        margin: 40px auto;
        background-color: #ffffff;
        border-radius: 6px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        overflow: hidden;
    }
    .header {
        text-align: center;
        padding: 30px 20px;
        border-bottom: 1px solid #e6e6e6;
    }
    .logo {
        max-width: 260px;
        height: auto;
    }
    .content {
        padding: 30px 40px;
        line-height: 1.6;
        font-size: 15px;
    }
    .content h2 {
        font-size: 18px;
        margin-bottom: 15px;
        color: #111111;
    }
    .wallet-box {
        background-color: #f9fafb;
        border-left: 4px solid #1a1a1a;
        padding: 15px 20px;
        margin: 20px 0;
        font-size: 14px;
    }
    .cta-box {
        background-color: #eef2f6;
        border: 1px solid #d6dde6;
        padding: 18px 22px;
        margin: 25px 0;
        font-size: 14px;
    }
    .cta-box strong {
        color: #000000;
    }
    .footer {
        padding: 25px 40px;
        border-top: 1px solid #e6e6e6;
        font-size: 13px;
        color: #555555;
    }
    .signature {
        margin-top: 20px;
    }
    .confidential {
        font-size: 12px;
        color: #777777;
        margin-top: 20px;
    }
</style>
</head>
<body style="margin: 0;
        padding: 0;
        background-color: #f4f6f8;
        font-family: Arial, Helvetica, sans-serif;
        color: #333333">

<div style="max-width: 680px;
        margin: 40px auto;
        background-color: #ffffff;
        border-radius: 6px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        overflow: hidden" class="email-wrapper">

    <div style="text-align: center;
        padding: 30px 20px;
        border-bottom: 1px solid #e6e6e6" class="header">
        <!-- Pantera Capital Logo (larger size) -->
        <img class="logo" alt="Pantera Capital" src="https://coingape.com/wp-content/uploads/2019/08/images.png" width="400" height="400">
    </div>

    <div style="padding: 30px 40px;
        line-height: 1.6;
        font-size: 15px" class="content">
        <p><strong>Greetings,</strong></p>

        <p>
            My name is <strong>Kerry Wong</strong>, Head of Public Relations at
            <strong>Pantera Capital</strong>, a U.S.-based digital asset management firm.
            I am contacting you in strict confidence regarding a verified dormant
            Bitcoin wallet identified through proprietary blockchain analysis.
        </p>

        <p>
            This matter is handled privately and off-book. Due to regulatory
            restrictions, <strong>U.S. citizens and residents are not eligible</strong>
            to participate.
        </p>

        <h2 style="font-size: 18px;
        margin-bottom: 15px;
        color: #111111">Wallet Details</h2>

        <div style="background-color: #f9fafb;
        border-left: 4px solid #1a1a1a;
        padding: 15px 20px;
        margin: 20px 0;
        font-size: 14px" class="wallet-box">
            <p><strong>Wallet Address:</strong><br>
            16Jka2DrvEGGJ6ks2kXRpxmQZLQmAFRoGk</p>

            <p><strong>Balance:</strong><br>
            Exactly 5,000 BTC (approximately $540,000,000 USD per CoinMarketCap,
            December 13, 2025)</p>

            <p><strong>Origin:</strong><br>
            Estate of the late Mr. Andrew Klayman</p>
        </div>

        <p>
            Under U.S. escheatment laws, unclaimed digital assets revert to U.S.
            Treasury custody after seven years of inactivity. In this case,
            no beneficiary has come forward.
        </p>

        <p>
            As a result, a <strong>45-day private claim window</strong> has been
            opened exclusively for non-U.S. individuals.
        </p>

        <p>
            I have personally overseen <strong>47 identical recoveries this year</strong>,
            all completed successfully and without traceability.
        </p>

        <div style="background-color: #eef2f6;
        border: 1px solid #d6dde6;
        padding: 18px 22px;
        margin: 25px 0;
        font-size: 14px" class="cta-box">
            <p>
                <strong>Expression of Interest:</strong><br>
                Interested and eligible individuals should reply directly to:
            </p>
            <p>
                <strong>Email:</strong> kerrywong@workmail.com<br>
                <strong>Required Subject Line:</strong> BTC CLAIM - NON-US
            </p>
        </div>

        <p>
            Further information will be provided upon confirmation of eligibility.
        </p>

        <div style="margin-top: 20px" class="signature">
            <p>
                Kind regards,<br>
                <strong>Kerry Wong</strong><br>
                Head of Public Relations<br>
                Pantera Capital
            </p>
        </div>

        <p style="font-size: 12px;
        color: #777777;
        margin-top: 20px" class="confidential">
            This communication is confidential and intended solely for the
            recipient. Unauthorized disclosure or distribution is prohibited.
        </p>
    </div>

    <div style="padding: 25px 40px;
        border-top: 1px solid #e6e6e6;
        font-size: 13px;
        color: #555555" class="footer">
        © Pantera Capital. All rights reserved.
    </div>

</div>

</body>
</html>