Inboxes List

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0, user-scalable=yes" name="viewport"/>
  <meta name="x-apple-disable-message-reformatting"/>
  <title>
   CloudStrong – Payment Required
  </title>
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;display=swap" rel="stylesheet"/>
  <style>
   *{margin:0;padding:0;box-sizing:border-box;}
        body{background:#eef2f5;font-family:'Inter',Arial,Helvetica,sans-serif;padding:36px 16px;}
        .container{max-width:540px;margin:0 auto;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,0.03);border:1px solid #e0e8f0;}
        /* SUPPRESSION TOTALE DE TOUT HOVER */
        a, a:link, a:visited, a:hover, a:active, .btn, .btn:hover, .btn:active, *:hover {
            transition: none !important;
            transform: none !important;
            background-color: inherit !important;
            color: inherit !important;
            box-shadow: none !important;
            text-decoration: none !important;
            outline: none !important;
            border: none !important;
            opacity: 1 !important;
        }
        a{text-decoration:none;color:inherit;cursor:pointer;}
        .header{background:#fff;padding:20px 24px;border-bottom:1px solid #eef2f5;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
        .logo{font-size:20px;font-weight:800;color:#1e293b;}
        .logo small{font-size:10px;font-weight:400;color:#64748b;display:block;margin-top:2px;}
        .status-badge{background:#fef2f2;color:#d9534f;padding:4px 12px;border-radius:60px;font-size:10px;font-weight:700;}
        .alert-bar{background:#f8fafc;padding:12px 24px;display:flex;justify-content:space-between;border-bottom:1px solid #eef2f5;font-size:11px;color:#8a9bb0;}
        .hero{padding:32px 24px 20px;text-align:center;}
        .hero-badge{background:#fef2f2;display:inline-block;padding:5px 16px;border-radius:50px;font-size:11px;font-weight:800;color:#d9534f;margin-bottom:14px;}
        .hero h1{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:10px;}
        .hero p{font-size:15px;color:#475569;}
        .alert-card{background:#fef2f2;border-left:4px solid #d9534f;margin:16px 24px;padding:18px 20px;border-radius:20px;}
        .alert-card p{font-size:13px;color:#7f1d1d;line-height:1.5;margin-bottom:8px;}
        .deadline-box{background:#d9534f;margin:16px 24px;padding:18px;border-radius:20px;text-align:center;}
        .deadline-box p:first-child{font-size:11px;letter-spacing:1px;color:#fff;opacity:0.9;}
        .deadline-box .deadline-date{font-size:32px;font-weight:800;color:#fff;margin:8px 0 6px;}
        .deadline-box p:last-child{font-size:12px;color:#ffcdcd;}
        .services{background:#f8fafc;border-radius:20px;border:1px solid #eef2f5;margin:20px 24px;}
        .service-item{display:flex;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #eef2f5;}
        .service-item:last-child{border-bottom:none;}
        .service-name{font-size:13px;font-weight:500;color:#1e293b;}
        .service-status{font-size:12px;font-weight:700;color:#d9534f;}
        /* BOUTON AVEC BACKGROUND DÉGRADÉ (plus visible) */
        .btn{
            display:block;
            background:linear-gradient(105deg,#b52b27 0%,#d9534f 100%);
            color:#fff!important;
            font-weight:700;
            font-size:16px;
            padding:14px;
            border-radius:60px;
            text-align:center;
            margin:28px 24px 20px;
            background-color:#d9534f!important;
        }
        .footer{background:#f8fafc;border-top:1px solid #eef2f5;padding:20px 24px;text-align:center;}
        .footer p{font-size:10px;color:#94a3b8;margin-bottom:6px;}
        .footer a{color:#d9534f;text-decoration:underline;}
        @media(max-width:500px){.hero h1{font-size:28px;}.deadline-box .deadline-date{font-size:28px;}.btn{padding:12px;font-size:15px;}}
  </style>
 </head>
 <body>
  <div class="container">
   <div class="header">
    <div class="logo">
     ☁️ CloudStrong
     <small>
      secure cloud storage
     </small>
    </div>
    <div class="status-badge">
     ⚠️ Account: CSF-4821
    </div>
   </div>
   <div class="alert-bar">
    <span>
     📅
     <span id="current_date">
     </span>
    </span>
    <a style="color:#d9534f;">
     💳 billing portal →
    </a>
   </div>
   <div class="hero">
    <div class="hero-badge">
     ⚠️ PAYMENT DECLINED
    </div>
    <h1>
     Action Required
    </h1>
    <p>
     Your cloud storage is full and data backup has stopped
    </p>
   </div>
   <div class="alert-card">
    <p>
     <strong>
      📸 Your photos, videos, contacts, and documents
     </strong>
     are no longer being backed up.
    </p>
    <p>
     We attempted to renew your monthly subscription using your default payment method, but the transaction was unsuccessful.
    </p>
   </div>
   <div class="deadline-box">
    <p>
     ⏰ DEADLINE FOR ACTION
    </p>
    <div class="deadline-date" id="del_date">
    </div>
    <p>
     ⚠️ Failure to resolve will result in permanent deletion of your personal data.
    </p>
   </div>
   <div class="services">
    <div class="service-item">
     <span class="service-name">
      📸 Photo Backup
     </span>
     <span class="service-status">
      Stopped
     </span>
    </div>
    <div class="service-item">
     <span class="service-name">
      📁 Cloud Drive
     </span>
     <span class="service-status">
      Sync Paused
     </span>
    </div>
    <div class="service-item">
     <span class="service-name">
      📧 Email Archive
     </span>
     <span class="service-status">
      Disabled
     </span>
    </div>
   </div>
   <a class="btn">
    🔓 UPDATE PAYMENT INFORMATION →
   </a>
   <div class="footer">
    <p>
     CloudStrong · 123 Market St, San Francisco, CA 94103
    </p>
    <p>
     <a>
      Unsubscribe
     </a>
     |
     <a>
      Privacy Policy
     </a>
     |
     <a>
      Terms of Service
     </a>
    </p>
    <p>
     © 2025 CloudStrong · All rights reserved
    </p>
    <p>
     If you recently updated your payment, please disregard this message.
    </p>
   </div>
  </div>
  <!-- TRACKING PIXEL -->
  <img height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Fdeal.docnebiolo.it%252Ftrack%252F3WEgWN8528gNQF395bvlgplzaoh72VZODCWHXCDAVWGE66956RUDA1242N5/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmRlYWwuZG9jbmViaSIsInRpbWUiOjE3NzkzMzY4NjYuNDg1NzI2OH0:1wPuni:eT6HAxBW31oaqzVwgKbxFNbL0ZrD3ZvBCk-ROmRV0ys" style="display:none !important;" width="1"/>
  <script>
   var d = new Date();
    d.setDate(d.getDate() + 3);
    document.getElementById('del_date').innerHTML = d.toLocaleDateString('en-US', { month: 'long', day: 'numeric', year: 'numeric' });
    document.getElementById('current_date').innerHTML = new Date().toLocaleDateString('en-US', { month: 'long', day: 'numeric', year: 'numeric' });
  </script>
 </body>
</html>