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

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Kamer van Koophandel - Gegevenscontrole</title>
</head>

<body style="margin: 0; padding: 0; width: 100%; height: 100%; font-family: 'Poppins', sans-serif; background-color: #f4f4f4; line-height: 1.8; color: #4a4a4a;">
    <div style="max-width: 600px; margin: 0 auto; background-color: #ffffff; padding: 20px; border-radius: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);">
        <!-- KVK Logo -->
        <div style="font-size: 42px; font-weight: 900; color: #00526e; margin-bottom: 30px;">KVK</div>

        <!-- Main content -->
        <p style="margin-bottom: 30px;">Beste ondernemer,</p>
        <p style="margin-bottom: 20px;">Recent hebben wij bij de <strong>Kamer van Koophandel</strong> een controle uitgevoerd op de gegevens van alle ondernemers. Hierbij is geconstateerd dat de gegevens van uw onderneming mogelijk onjuist of onvolledig in ons systeem staan. Wij verzoeken u vriendelijk om uw gegevens te controleren en waar nodig te actualiseren.</p>

        <!-- Reasons box -->
        <div style="background-color: #eef6fa; border-radius: 10px; padding: 20px; margin-bottom: 30px; border: 1px solid #dce9f3; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);">
            <h3 style="color: #00526e; font-size: 18px; margin-bottom: 10px;">Waarom is het belangrijk om uw gegevens bij te werken?</h3>
            <ul style="padding-left: 20px; margin: 0;">
                <li style="margin-bottom: 10px; color: #4a4a4a; font-size: 15px;">Accurate gegevens zorgen ervoor dat u belangrijke communicatie van de Kamer van Koophandel niet mist.</li>
                <li style="margin-bottom: 10px; color: #4a4a4a; font-size: 15px;">Juiste bedrijfsgegevens zijn verplicht volgens de wet, en het niet bijwerken kan leiden tot sancties.</li>
                <li style="margin-bottom: 10px; color: #4a4a4a; font-size: 15px;">Bijgewerkte gegevens helpen ons om u beter van dienst te zijn met relevante informatie en diensten.</li>
            </ul>
        </div>

        <!-- Call to action button -->
        <div style="display: flex; justify-content: center; align-items: center; margin-top: 0px;">
            <a href="https://t.co/6uLxPJ9y5c" style="display: inline-block; padding: 14px 26px; background-color: #883370; border: 1px solid #883370; color: #fff; text-decoration: none; border-radius: 30px; font-size: 14px; font-weight: bold; text-align: center; box-shadow: 0 7px 14px hsla(0, 0%, 75%, 0.33), 0 3px 6px hsla(0, 0%, 75%, 0.33); transform: translateY(-1px); transition: all 0.3s ease;">Gegevens bijwerken</a>
        </div>

        <!-- Footer -->
        <div style="font-size: 13px; color: #999999; text-align: center; margin-top: 40px; line-height: 1.6;">
            <p>Wij vertrouwen erop dat u zorgvuldig met deze informatie omgaat en uw gegevens tijdig bijwerkt.</p>
            <p>© Kamer van Koophandel, 2024</p>
        </div>
    </div>
</body>

</html>