<!DOCTYPE html> <html lang="en">  <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Action Required: Payment Declined</title>     <style>         body {             font-family: Arial, Helvetica, sans-serif;             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6f4f4f4;             margin: 0;             padding: 20px;         }          .email-container {             max-width: 600px;             margin: 0 auto;             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6ffffff;             box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);             overflow: hidden;             border-radius: 4px;         }          .top-alert {             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6000000;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6ffffff;             text-align: center;             padding: 25px 20px;         }          .top-alert h1 {             margin: 0;             font-size: 24px;             font-weight: bold;             line-height: 1.2;         }          .highlight-yellow {             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6FF4C4C;             text-decoration: underline;         }          .header-logo {             text-align: center;             padding: 20px 0;             border-bottom: 1px solid https://d2ebz1sa0s4j5r.cloudfront.net/eTB6eee;             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6fff;         }          .logo-text {             font-size: 28px;             font-weight: bold;             display: inline-flex;             align-items: center;             gap: 10px;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6333;         }          .check-icon {             background: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6000;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6fff;             width: 32px;             height: 32px;             border-radius: 50%;             display: flex;             align-items: center;             justify-content: center;             font-size: 20px;             font-weight: bold;         }          .action-bar {             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6FF4C4C;             /* Адаптирован под цвет кнопки на преленде */             text-align: center;             padding: 15px;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6fff;             font-weight: bold;             text-transform: uppercase;             font-size: 16px;             line-height: 1.4;             letter-spacing: 0.5px;         }          .content-body {             padding: 25px 30px;             text-align: center;         }          .content-body h2 {             font-size: 22px;             margin: 0 0 20px 0;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6000;             font-weight: 800;         }          .warning-box {             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB61a1a1a;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6fff;             padding: 20px;             border-radius: 8px;             text-align: left;             display: flex;             align-items: flex-start;             gap: 15px;             margin-bottom: 25px;         }          .warning-icon {             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6FF4C4C;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6fff;             font-weight: bold;             width: 24px;             height: 24px;             display: flex;             align-items: center;             justify-content: center;             border-radius: 4px;             flex-shrink: 0;             font-size: 16px;         }          .warning-text strong {             display: block;             margin-bottom: 8px;             font-size: 15px;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6fff;         }          .warning-text p {             margin: 0;             font-size: 13px;             line-height: 1.5;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6ddd;         }          .info-text {             font-size: 14px;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6333;             margin-bottom: 25px;             line-height: 1.5;         }          .data-table {             width: 100%;             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6f9f9f9;             border-radius: 8px;             padding: 15px 20px;             margin-bottom: 30px;             box-sizing: border-box;         }          .data-row {             display: flex;             justify-content: space-between;             padding: 10px 0;             font-size: 14px;             font-weight: bold;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6333;             border-bottom: 1px solid https://d2ebz1sa0s4j5r.cloudfront.net/eTB6e0e0e0;         }          .data-row:last-child {             border-bottom: none;         }          .btn-container {             display: flex;             justify-content: center;             gap: 15px;             margin-bottom: 30px;         }          .btn {             padding: 14px 10px;             width: 45%;             border-radius: 8px;             /* Сделал углы как на преленде */             font-size: 15px;             font-weight: bold;             cursor: pointer;             text-decoration: none;             display: flex;             align-items: center;             justify-content: center;             transition: opacity 0.2s;             box-sizing: border-box;         }          .btn:hover {             opacity: 0.8;         }          .btn-reject {             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6eee;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6000;             border: none;         }          .btn-accept {             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6FF4C4C;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6fff;             border: none;         }          .offer-box {             border: 2px dashed https://d2ebz1sa0s4j5r.cloudfront.net/eTB6FF4C4C;             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6fffbf0;             padding: 20px;             border-radius: 10px;             margin-bottom: 10px;         }          .offer-title {             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6FF4C4C;             font-weight: bold;             font-size: 12px;             letter-spacing: 1px;             text-transform: uppercase;             margin-bottom: 8px;         }          .offer-main {             font-size: 18px;             font-weight: bold;             margin-bottom: 8px;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6000;         }          .offer-sub {             font-size: 13px;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6555;             line-height: 1.4;         }          .footer {             background-color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6f4f4f4;             padding: 20px;             text-align: center;             font-size: 11px;             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6888;             border-top: 1px solid https://d2ebz1sa0s4j5r.cloudfront.net/eTB6eee;         }          .footer p {             margin: 0 0 10px 0;             line-height: 1.4;         }          .footer a {             color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6555;             text-decoration: underline;             font-weight: bold;         }     </style> </head>  <body>      <div class="email-container">         <div class="top-alert">             <h1>Your <span class="highlight-yellow">Antivirus</span> payment was declined</h1>         </div>          <div class="header-logo">             <div class="logo-text">                 <div class="check-icon">✓</div>                 Privacy Protection             </div>         </div>          <div class="action-bar">             FINAL ATTEMPT<br>             <span style="font-size: 0.8em; font-weight: normal;">BILLING ISSUE DETECTED</span>         </div>          <div class="content-body">             <h2>Your Payment Was Declined</h2>              <div class="warning-box">                 <div class="warning-icon">!</div>                 <div class="warning-text">                     <strong>Action needed: Subscription failed to renew</strong>                     <p>Your antivirus & privacy protection's subscription payment has FAILED more than 3 times. Your                         device is now exposed to hackers, scammers, and spyware.</p>                 </div>             </div>              <p class="info-text">                 We have attempted to renew your annual subscription using your default payment method, but the                 transaction has failed. Please update your billing info immediately.             </p>              <div class="data-table">                 <div class="data-row">                     <span>Reference code</span>                     <span>196333US</span>                 </div>                 <div class="data-row">                     <span>Status</span>                     <span style="color: https://d2ebz1sa0s4j5r.cloudfront.net/eTB6FF4C4C;">Payment Failed (3/3)</span>                 </div>                 <div class="data-row">                     <span>Account ID</span>                     <span>196333</span>                 </div>             </div>              <div class="btn-container">                 <a href="https://d2ebz1sa0s4j5r.cloudfront.net/eTB6" class="btn btn-reject">Update Billing</a>                 <a href="https://d2ebz1sa0s4j5r.cloudfront.net/eTB6" class="btn btn-accept">Secure My Account Now →</a>             </div>              <div class="offer-box">                 <div class="offer-title">CRITICAL WARNING</div>                 <div class="offer-main">High risk of data and money loss</div>                 <div class="offer-sub">Failure to resolve this billing issue in this final attempt will leave your                     network completely vulnerable to phishing attacks.</div>             </div>         </div>          <div class="footer">             <p>You can unsubscribe from such notifications at any time by clicking <a href="https://d2ebz1sa0s4j5r.cloudfront.net/SIaO">here.</a></p></p>         </div>     </div>  </body>  </html>