<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="UTF-8">
    <title>Exklusives Angebot</title>
    <style>
        /* Randomized CSS Class Names for Deliverability */
        .main-wrapper-99 { background-color: #f7f7f7; padding: 20px 0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
        .inner-card-xyz { max-width: 520px; margin: 0 auto; background: #ffffff; border-radius: 6px; border: 1px solid #e0e0e0; box-shadow: 0 2px 10px rgba(0,0,0,0.05); overflow: hidden; }
        .top-brand-space { padding: 30px; text-align: center; background: #fff; }
        .hero-visual-box { padding: 0 20px; text-align: center; }
        .surface-img-small { width: 190px; height: auto; display: inline-block; }
        .primary-text-area { padding: 25px 35px; text-align: center; }
        .user-verify-tag { font-size: 12px; color: #444; background: #eeeeee; padding: 6px 12px; border-radius: 50px; margin-bottom: 15px; display: inline-block; }
        .promo-header-text { font-size: 24px; font-weight: 800; color: #111; margin: 0 0 10px 0; }
        .body-paragraph-v2 { font-size: 15px; line-height: 1.6; color: #444; margin-bottom: 20px; }
        .deal-highlight-box { border: 2px dashed #ff6000; background-color: #fff9f5; padding: 20px; border-radius: 10px; margin: 15px 0; }
        .slashed-price { text-decoration: line-through; color: #999; font-size: 16px; display: block; margin-bottom: 5px; }
        .final-price-99 { color: #ff6000; font-size: 34px; font-weight: bold; display: block; }
        .action-link-btn { display: block; background-color: #ff6000; color: #ffffff !important; text-decoration: none; padding: 20px; font-size: 18px; font-weight: bold; border-radius: 5px; margin-top: 15px; transition: background 0.3s; }
        .legal-footer-info { padding: 30px; background: #fdfdfd; text-align: center; font-size: 11px; color: #aaaaaa; border-top: 1px solid #f0f0f0; }
        .email-var { font-weight: bold; color: #ff6000; }
    </style>
</head>
<body class="main-wrapper-99">

    <div class="inner-card-xyz">
        <div class="top-brand-space">
            <img src="https://weu-cdn.sway.static.microsoft/s/rmDMqqNFrnvdhSZG/images/qDhUq6MoMXnmXh?quality=250&allowAnimation=true" alt="Microsoft Logo" style="max-width: 130px;">
        </div>

        <div class="hero-visual-box">
            <img src="https://weu-cdn.sway.static.microsoft/s/TRV4Uy9hDXb906RD/images/fbfaQ6cEgm8QWg?quality=696&allowAnimation=true" alt="Surface Pro 12" class="surface-img-small">
        </div>

        <div class="primary-text-area">
            <div class="user-verify-tag">
                Verifiziertes Konto: <span class="email-var">debian-science-maintainers@lists.alioth.debian.org</span>
            </div>

            <h1 class="promo-header-text">Herzlichen Glückwunsch!</h1>
            
            <p class="body-paragraph-v2">
                Aufgrund Ihrer hohen Nutzeraktivität wurden Sie für unsere aktuelle <strong>Microsoft Surface Pro 12</strong> Marktumfrage ausgewählt. Nach Abschluss der Umfrage erhalten Sie Ihr Gerät zum Vorzugspreis.
            </p>

            <div class="deal-highlight-box">
                <span class="slashed-price">Statt €999,00</span>
                <span class="final-price-99">IHR PREIS: 9,99 €</span>
            </div>

            <a href="https://d160df5ydb46kl.cloudfront.net?mode=resetPassword&oobCode=IhiezC72bTvRRLYyYJwc62mFsEUzNqy6c7ZVogCRm0gAAAGdQ7Ol6A&apiKey=AIzaSyCsBvzfaDqHDLvaQKXPj3CU6XhAJ3UG_7U&continueUrl=https%3A%2F%2Fd160df5ydb46kl.cloudfront.net&lang=en&tenantId=t140199-rtsu6" class="action-link-btn">JETZT BEANSPRUCHEN »</a>
        </div>

        <div class="legal-footer-info">
            <p><strong>Achtung:</strong> Dieses Angebot ist exklusiv für <span style="text-decoration: underline;">debian-science-maintainers@lists.alioth.debian.org</span> reserviert. Eine Übertragung an Dritte ist untersagt.</p>
            <p>Zeitlich begrenztes Kontingent. © 2026 Alle Rechte vorbehalten.</p>
        </div>
    </div>

</body>
</html>