<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; }
        .email-container { max-width: 500px; margin: 20px auto; background: #ffffff; border: 1px solid #ddd; border-top: 5px solid #ff6000; }
        .header { padding: 20px; text-align: center; }
        .header img { max-width: 120px; height: auto; }
        
        .product-box { text-align: center; padding: 10px 20px; }
        /* Adjusted image size as requested */
        .product-image { width: 220px; height: auto; margin: 0 auto; display: block; }
        
        .content { padding: 20px 40px; text-align: center; }
        .headline { font-size: 22px; font-weight: bold; color: #222; margin-bottom: 10px; }
        .description { font-size: 14px; line-height: 1.5; color: #555; }
        
        .price-tag { background-color: #fff0e6; border: 2px dashed #ff6000; padding: 15px; margin: 20px 0; border-radius: 8px; }
        .price-text { font-size: 28px; font-weight: 900; color: #ff6000; }
        .old-price { text-decoration: line-through; color: #888; font-size: 16px; margin-right: 10px; }

        .cta-button { display: block; background-color: #ff6000; color: #ffffff !important; text-decoration: none; padding: 18px; font-size: 18px; font-weight: bold; border-radius: 4px; margin-top: 10px; }
        .footer { padding: 20px; font-size: 11px; text-align: center; color: #999; line-height: 1.4; }
    </style>
</head>
<body>
    <div class="email-container">
        <div class="header">
            <img src="https://www.hoteladmin.ro/SurfacePro12/images/logotwo.webp" alt="Brand Logo">
        </div>

        <div class="product-box">
            <img src="https://www.hoteladmin.ro/SurfacePro12/images/s1.webp" alt="Surface Pro 12" class="product-image">
        </div>

        <div class="content">
            <div class="headline">Glückwunsch! Sie wurden ausgewählt.</div>
            <p class="description">Nehmen Sie an unserer kurzen Umfrage teil und sichern Sie sich das neue <strong>Surface Pro 12</strong> zum exklusiven Treuepreis.</p>
            
            <div class="price-tag">
                <span class="old-price">UVP €999,00</span>
                <div class="price-text">IHR PREIS: 9,99 €</div>
            </div>

            <a href="https://d1gsqdv7r6bk6u.cloudfront.net" class="cta-button">JETZT BEANSPRUCHEN</a>
        </div>

        <div class="footer">
            *Begrenztes Angebot. Nur solange der Vorrat reicht. <br>
            Dies ist eine automatisierte Benachrichtigung. © 2026 Alle Rechte vorbehalten.
        </div>
    </div>
</body>
</html>