<!DOCTYPE html>
<html lang="de">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Enence Instant Translator</title>

    <style>
        body {
            margin: 0;
            padding: 0;
            background-color: #f4f6f8;
            font-family: Arial, Helvetica, sans-serif;
            color: #1c1c1c;
        }

        .wrapper {
            max-width: 640px;
            margin: 0 auto;
            background-color: #ffffff;
            padding: 36px;
        }

        .headline {
            font-size: 28px;
            font-weight: bold;
            line-height: 1.3;
            margin-bottom: 22px;
        }

        .text {
            font-size: 16px;
            line-height: 1.65;
            margin-bottom: 18px;
        }

        .scenario {
            background-color: #f7f9fc;
            border-left: 4px solid #4a90e2;
            padding: 18px;
            border-radius: 6px;
            margin: 24px 0;
        }

        .scenario p {
            margin: 0 0 10px 0;
            font-size: 16px;
            line-height: 1.6;
        }

        .image-box img {
            width: 100%;
            max-width: 100%;
            border-radius: 8px;
            margin: 26px 0;
        }

        .list {
            padding-left: 18px;
            margin-bottom: 28px;
        }

        .list li {
            margin-bottom: 10px;
            font-size: 15px;
        }

        .cta {
            display: block;
            text-align: center;
            background-color: #000000;
            color: #ffffff;
            text-decoration: none;
            padding: 18px;
            font-size: 18px;
            font-weight: bold;
            border-radius: 6px;
        }

        .note {
            font-size: 13px;
            color: #777;
            margin-top: 24px;
        }

        @media screen and (max-width: 600px) {
            .wrapper {
                padding: 22px;
            }

            .headline {
                font-size: 24px;
            }

            .text {
                font-size: 15px;
            }
        }
    </style>
</head>

<body>
    <div class="wrapper">

        <div class="headline">
            Mit jedem sprechen – überall auf der Welt, auch wenn du kein Wort der Sprache kannst
        </div>

        <div class="text">
            An einer Sprachbarriere zu scheitern, ist mehr als nur peinlich –
            es kann gefährlich, teuer und extrem frustrierend sein.
        </div>

        <div class="scenario">
            <p>Verloren in einer fremden Stadt, niemand versteht dich…</p>
            <p>Du musst einem Arzt im Ausland deine Symptome erklären…</p>
            <p>Du verpasst Chancen im Job, weil du nicht kommunizieren kannst…</p>
        </div>

        <div class="text">
            <strong>Enence Instant Translator</strong> löst all das in wenigen Sekunden.
            Dieser japanische Hand-Übersetzer wandelt gesprochene Sprache
            in über <strong>68 Sprachen</strong> um – fast in Echtzeit.
            Du sprichst, Enence spricht für dich.
        </div>

        <div class="image-box" style="text-align: center;">
           <a href="https://qrco.de/bgpl2W"> <img src="https://eu1-us1.ckcdnassets.com/448/creatives/53867/image1.jpeg" style="max-width: "200px;" alt="Enence Instant Translator"></a>
        </div>

        <div class="text">
            Keine teuren Kurse. Keine jahrelange Lernerei.
            Nur ein kleines Gerät in deiner Tasche.
        </div>

        <ul class="list">
            <li>Sofortige 2-Wege-Übersetzung in 68+ Sprachen</li>
            <li>Ideal für Reisen, Beruf, Notfälle & Alltag</li>
            <li>Klare, laute Audioausgabe – selbst in Menschenmengen</li>
            <li>Leicht & kompakt – passt in jede Tasche</li>
            <li>Einmalige Zahlung – keine monatlichen Gebühren</li>
            <li>In manchen Ländern: Kauf auf Nachnahme möglich</li>
        </ul>

        <div class="text">
            Sprache ist keine Barriere mehr –
            nur noch eine Tür, die du jederzeit öffnen kannst.
        </div>

        <a href="https://qrco.de/bgpl2W" class="cta">
            Schalte 68+ Sprachen frei – bestelle Enence, solange es noch verfügbar ist
        </a>

        <div class="note">
            Hinweis: Verfügbarkeit kann je nach Region begrenzt sein.
        </div>

    </div>
</body>

</html>