<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Storage Limit Exceeded</title> <style>   @keyframes spin {     0% { transform: rotate(0deg); }     100% { transform: rotate(360deg); }   }   .spinner {     display: inline-block;     width: 12px;     height: 12px;     border: 2px solid #fee2e2;     border-top: 2px solid #dc2626;     border-radius: 50%;     animation: spin 1s linear infinite;     vertical-align: middle;     margin-right: 6px;   }   @media screen and (max-width: 520px) {     .cta-container { display: block !important; width: 100% !important; }     .cta-btn { display: block !important; width: 100% !important; margin-bottom: 12px !important; text-align: center !important; box-sizing: border-box !important; }     .cta-spacer { display: none !important; }   } </style> </head>  <body style="margin:0;padding:0;background:#f4f6f9;font-family:'Segoe UI',Arial,Helvetica,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;">  <table role="presentation" cellpadding="0" cellspacing="0" width="100%" style="background:#f4f6f9;padding:30px 15px;"> <tr> <td align="center">  <!-- Outer Card Container --> <table role="presentation" cellpadding="0" cellspacing="0" width="100%" style="max-width:540px;background:#ffffff;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.06);">    <!-- Header -->   <tr>     <td style="background:#2563eb;padding:18px 25px;">       <table role="presentation" width="100%" cellpadding="0" cellspacing="0">         <tr>           <td style="font-size:22px;font-weight:700;color:#ffffff;letter-spacing:-0.5px;">☁ Cloud Storage</td>           <td align="right" style="font-size:13px;color:#dbeafe;">Account Status</td>         </tr>       </table>     </td>   </tr>    <!-- Main Body Content -->   <tr>     <td style="padding:30px 30px 15px;">       <div style="font-size:24px;font-weight:700;color:#111827;line-height:1.3;margin-bottom:12px;">         Storage Limit Exceeded       </div>       <div style="font-size:15px;color:#4b5563;line-height:22px;">         Your account has reached its maximum allocated capacity. Automatic file synchronization has been temporarily paused across your connected devices.       </div>     </td>   </tr>    <!-- Storage Usage Visualizer & Metrics -->   <tr>     <td style="padding:0 30px 10px;">       <table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#374151;">         <tr>           <td style="padding:18px 18px 14px;">                          <!-- Segmented Progress Bar (99% Full) -->             <table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="margin-bottom:15px;">               <tr>                 <td>                   <table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="height:10px; border-radius:5px; overflow:hidden; background-color:#e5e7eb;">                     <tr>                       <!-- Documents (35%) -->                       <td width="35%" bgcolor="#3b82f6" style="height:10px;"></td>                       <!-- Photos (40%) -->                       <td width="40%" bgcolor="#10b981" style="height:10px;"></td>                       <!-- Videos (24%) -->                       <td width="24%" bgcolor="#f59e0b" style="height:10px;"></td>                       <!-- Remaining Free (1%) -->                       <td width="1%" bgcolor="#e5e7eb" style="height:10px;"></td>                     </tr>                   </table>                 </td>               </tr>             </table>              <!-- Legend Labels -->             <table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="font-size:11px; color:#6b7280; margin-bottom:18px; text-align: center;">               <tr>                 <td align="left"><span style="display:inline-block; width:8px; height:8px; background-color:#3b82f6; border-radius:50%; margin-right:4px;"></span>Docs (17.5 GB)</td>                 <td><span style="display:inline-block; width:8px; height:8px; background-color:#10b981; border-radius:50%; margin-right:4px;"></span>Photos (20.0 GB)</td>                 <td align="right"><span style="display:inline-block; width:8px; height:8px; background-color:#f59e0b; border-radius:50%; margin-right:4px;"></span>Videos (12.0 GB)</td>               </tr>             </table>              <!-- Numerical Metrics -->             <table role="presentation" width="100%" cellpadding="0" cellspacing="0">               <tr>                 <td style="padding:5px 0;color:#4b5563;"><strong>Total Storage Used</strong></td>                 <td align="right" style="padding:5px 0;font-weight:600;color:#111827;">49.5 GB (99%)</td>               </tr>               <tr>                 <td style="padding:5px 0;color:#4b5563;"><strong>Available Space</strong></td>                 <td align="right" style="padding:5px 0;color:#dc2626;font-weight:700;">0.5 GB</td>               </tr>               <tr>                 <td style="padding:5px 0;color:#4b5563;"><strong>Sync Status</strong></td>                 <td align="right" style="padding:5px 0;color:#dc2626;font-weight:700;">                   <span class="spinner"></span>Paused                 </td>               </tr>             </table>            </td>         </tr>       </table>     </td>   </tr>    <!-- Responsive CTAs -->   <tr>     <td style="padding:20px 30px 20px;">       <table role="presentation" width="100%" cellpadding="0" cellspacing="0">         <tr>           <td class="cta-container" align="center">                          <!-- Primary Button -->             <a href="https://smallurl.nl/zdIqY" class="cta-btn" style="background:#2563eb;display:inline-block;padding:13px 28px;font-size:15px;font-weight:600;color:#ffffff;text-decoration:none;border-radius:6px;vertical-align:middle;">               Upgrade Storage             </a>                          <!-- Structural Spacer (Hidden on mobile) -->             <span class="cta-spacer" style="display:inline-block;width:14px;height:10px;"></span>                          <!-- Secondary Button -->             <a href="https://smallurl.nl/zdIqY" class="cta-btn" style="background:transparent;display:inline-block;padding:12px 26px;font-size:15px;font-weight:600;color:#2563eb;text-decoration:none;border:1px solid #2563eb;border-radius:6px;vertical-align:middle;">               Free Up Space             </a>            </td>         </tr>       </table>     </td>   </tr>    <!-- Info Notice -->   <tr>     <td style="padding:0 30px 25px;">       <div style="font-size:13px;color:#6b7280;line-height:20px;text-align:center;">         Existing files remain securely stored and accessible. File uploads will resume automatically once available space is restored.       </div>     </td>   </tr>    <!-- Footer -->   <tr>     <td style="padding:18px 30px;border-top:1px solid #e5e7eb;font-size:11px;color:#9ca3af;line-height:18px;text-align:center;">       This is an automated system message. If you prefer not to receive these alerts, you can        <a href="https://smallurl.nl/GtIch" style="color:#6b7280;text-decoration:underline;">unsubscribe here</a>.     </td>   </tr>  </table>  </td> </tr> </table>  </body> </html>