<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>Updated Document Policy Notification</title>
</head>
<body style="font-family: Arial, sans-serif; background: #f8f9fa; margin: 0; padding: 0;">
  <table width="100%" cellpadding="0" cellspacing="0" style="background: #f8f9fa; padding: 20px;">
    <tr>
      <td align="center">
        <table width="600" cellpadding="0" cellspacing="0" style="background: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
          
          <!-- Header -->
          <tr>
            <td style="background: #1e3a8a; color: #ffffff; padding: 20px; text-align: center; font-size: 22px; font-weight: bold;">
              Important: Updated Document Policy
            </td>
          </tr>

          <!-- Body -->
          <tr>
            <td style="padding: 30px; color: #333333; font-size: 16px; line-height: 1.6;">
              <p>Dear {{name}},</p>

              <p>We would like to inform you that our <strong>document policy has recently been updated</strong>.  
              As part of these changes, certain documents are now required to continue your participation on our platform.</p>

              <h3 style="color: #1e3a8a; margin-bottom: 10px;">Documents you are missing:</h3>
              <ul style="padding-left: 20px; margin: 0;">
                {{#each missingDocs}}
                  <li style="margin-bottom: 5px; font-size: 15px;">📄 {{this}}</li>
                {{/each}}
              </ul>

              <p style="margin-top: 20px;">We kindly ask you to review the updated requirements and ensure compliance as soon as possible within 24hrs.  
              Failing to provide the necessary documents may affect your ability to continue providing services on our platform.</p>

              <p style="font-size: 14px; color: #555;">Thank you for your cooperation,<br/>The GoCabbiee Team</p>
            </td>
          </tr>

          <!-- Footer -->
          <tr>
            <td style="background: #f1f1f1; text-align: center; padding: 15px; font-size: 12px; color: #777;">
              © 2026 GoCabbiee. All rights reserved.
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
</body>
</html>
