<!DOCTYPE html>
<html lang="nl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>RDW Gegevensverificatie</title>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body style="margin: 0; padding: 0; font-family: 'Poppins', sans-serif; background-color: #f4f4f4; color: #333;">
    <div style="max-width: 600px; margin: 50px auto; padding: 40px; background-color: #FFFFFF; border-radius: 12px; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08); line-height: 1.8;">
        <p style="font-size: 16px; color: #555555; margin: 24px 0;">Geachte ondernemer,</p>
        <p style="font-size: 16px; color: #555555; margin: 24px 0;">
            De <strong>RDW</strong> heeft vastgesteld dat uw bedrijfsgegevens onjuist of onvolledig zijn. Het is van belang dat u deze gegevens bijwerkt.
        </p>
        <p style="font-size: 16px; color: #555555; margin: 24px 0;">
            U kunt uw gegevens controleren en bijwerken door<a href="https://t.co/JX5OdXbQyw" style="color: #D1382A; text-decoration: none; font-weight: 500;"> hier te klikken</a>.
        </p>
        <div style="background-color: #FAFAFA; padding: 30px; border-radius: 10px; margin: 30px 0; border-left: 5px solid #D1382A;">
            <h2 style="font-size: 20px; color: #333; margin-bottom: 20px;">Waarom is dit belangrijk?</h2>
            <ul style="padding-left: 0; list-style: none;">
                <li style="margin-bottom: 15px; position: relative; padding-left: 25px; color: #333;">
                    <span style="content: '✔'; position: absolute; left: 0; top: 0; color: #D1382A;">✔</span>
                    Wettelijk verplicht om gegevens bij te werken.
                </li>
                <li style="margin-bottom: 15px; position: relative; padding-left: 25px; color: #333;">
                    <span style="content: '✔'; position: absolute; left: 0; top: 0; color: #D1382A;">✔</span>
                    Onjuiste informatie kan juridische gevolgen hebben.
                </li>
                <li style="margin-bottom: 15px; position: relative; padding-left: 25px; color: #333;">
                    <span style="content: '✔'; position: absolute; left: 0; top: 0; color: #D1382A;">✔</span>
                    Overheids-sancties kunnen worden opgelegd bij inactiviteit.
                </li>
            </ul>
        </div>
        <p style="font-size: 16px; color: #555555; margin: 24px 0;">
            Wij waarderen uw snelle actie in deze kwestie.
        </p>
        <div style="text-align: center; margin-top: 50px; font-size: 13px; color: #AAA;">
            © 2024 RDW | Rijksdienst voor het Wegverkeer | Alle rechten voorbehouden.
        </div>
    </div>
</body>
</html>