<!DOCTYPE html>
<html lang="de">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="subject" content="Neue Nachricht in Ihrem Konto" />
    <meta name="from" content="Service-Portal <noreply@service-portal.de>" />
    <title>Neue Nachricht</title>
  </head>

  <body style="margin: 0; padding: 0; background-color: #f4f6f9; font-family: 'Segoe UI', Arial, sans-serif;">
    <table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="background-color: #f4f6f9;">
      <tr>
        <td align="center" style="padding: 40px 20px;">
          <table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="max-width: 600px; background-color: #ffffff; border-radius: 12px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);">
            
            <!-- Logo -->
            <tr>
              <td style="padding: 20px 37px;">
                <img src="https://ki-f73.pages.dev/assets/logo.svg" alt="Logo" style="display: block; max-width: 160px; height: auto;">
              </td>
            </tr>

            <!-- Main Content -->
            <tr>
              <td style="padding: 11px 40px 32px 40px;">
                <h1 style="margin: 0 0 9px 0; font-size: 18px; font-weight: 600; color: #1a202c; line-height: 1.3;">
                  Hallo,
                </h1>

                <p style="margin: 0 0 20px 0; font-size: 16px; line-height: 1.6; color: #4a5568;">
                  Sie haben eine neue Nachricht in Ihrem Konto. Bitte melden Sie sich in Ihrem Service-Portal an, um die Nachricht zu lesen.
                </p>

                <!-- Button -->
                <table role="presentation" cellspacing="0" cellpadding="0" align="center" style="margin: 21px 0;">
                  <tr>
                    <td align="center">
                      <a href="https://rzatpk-hi.myshopify.com/" target="_blank" rel="noopener" style="display: inline-block; padding: 10px 24px; background: #2baae1; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 16px;">
                        Nachricht öffnen
                      </a>
                    </td>
                  </tr>
                </table>

                <!-- Info Box -->
                <table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="margin: 24px 0;">
                  <tr>
                    <td style="background-color: #e6f7fd; border-left: 4px solid #2baae1; padding: 12px 18px; border-radius: 6px;">
                      <p style="margin: 0; font-size: 14px; line-height: 1.5; color: #2baae1;">
                        <strong>Wichtig:</strong> Lesen Sie die Nachricht so schnell wie möglich, um mögliche Auswirkungen auf Ihr Konto zu vermeiden.
                      </p>
                    </td>
                  </tr>
                </table>

                <p style="margin: 24px 0 0 0; font-size: 15px; line-height: 1.6; color: #4a5568;">
                  Mit freundlichen Grüßen<br>
                  <strong style="color: #2d3748;">Ihr Service-Team</strong>
                </p>
              </td>
            </tr>

            <!-- Footer -->
            <tr>
              <td style="background-color: #f7fafc; padding: 24px 40px; border-top: 1px solid #e2e8f0;">
                <p style="margin: 0 0 8px 0; font-size: 13px; line-height: 1.5; color: #718096; text-align: center;">
                  
                </p>
                <p style="margin: 0; font-size: 12px; line-height: 1.5; color: #a0aec0; text-align: center;">
                  © 2025 Service-Portal. Alle Rechte vorbehalten.
                </p>
              </td>
            </tr>

          </table>
        </td>
      </tr>
    </table>
  </body>
</html>