Return-Path: <support@elcroquis.es>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 1158269 invoked from network); 17 May 2026 13:50:40 -0000
Received: from elcroquis.es (165.206.142.34.bc.googleusercontent.com [34.142.206.165])
  by vx0.untroubled.org ([45.63.65.23])
  with SMTP via TCP; 17 May 2026 13:50:39 -0000
From: Payment Team <support@elcroquis.es>
To: bruce@untroubled.org
Subject: Get back to backing up your devices today
Message-ID: <ac540741e5224a4d82071efb508a2a81@elcroquis.es>
Date: Sun, 17 May 2026 13:50:37 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 6688

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Cloud Storage Full</title>
    <style type="text/css">
        /* Apple System Font Stack */
        body { margin: 0; padding: 0; background-color: #F5F5F7; -webkit-font-smoothing: antialiased; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1d1d1f; }
        table { border-spacing: 0; border-collapse: collapse; width: 100%; }
        td { padding: 0; }
        img { display: block; border: 0; }
        a { text-decoration: none; }

        /* Layout */
        .wrapper { width: 100%; padding: 40px 0; background-color: #F5F5F7; }
        .container { 
            max-width: 400px; 
            width: 100%; 
            margin: 0 auto; 
            background-color: #FFFFFF; 
            border-radius: 22px; 
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            overflow: hidden; 
        }

        .content-padding { padding: 45px 35px; text-align: center; }

        /* Icon */
        .icon-container {
            width: 64px;
            height: 64px;
            background: linear-gradient(180deg, #5AC8FA 0%, #007AFF 100%);
            border-radius: 16px;
            margin: 0 auto 24px auto;
            color: #ffffff;
            font-size: 32px;
            line-height: 64px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 122, 255, 0.25);
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }

        /* Typography */
        .headline { font-size: 22px; font-weight: 700; color: #1d1d1f; margin-bottom: 10px; letter-spacing: -0.015em; }
        .body-text { font-size: 15px; color: #86868b; line-height: 1.5; margin-bottom: 30px; padding: 0 10px; }
        
        /* Storage Visual */
        .storage-visual { margin-bottom: 35px; }
        .storage-bar-bg { 
            width: 100%; height: 10px; 
            background-color: #E5E5EA; 
            border-radius: 5px; 
            overflow: hidden; 
            margin-bottom: 8px;
        }
        .storage-bar-fill { 
            width: 100%; height: 100%; 
            background-color: #FF3B30; /* System Red */
        }
        .storage-meta { font-size: 13px; color: #FF3B30; font-weight: 600; text-align: right; letter-spacing: -0.01em; }

        /* Inset Grouped List (Settings Style) */
        .settings-group {
            background-color: #F2F2F7;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 35px;
            text-align: left;
        }
        .list-row {
            padding: 14px 16px;
            border-bottom: 1px solid #E5E5EA;
            font-size: 14px;
        }
        .list-row:last-child { border-bottom: none; }
        .row-label { float: left; color: #1d1d1f; font-weight: 500; }
        .row-value { float: right; color: #86868b; }
        .row-value.alert { color: #FF3B30; font-weight: 500; }

        /* Buttons */
        .btn-primary {
            display: block;
            width: 100%;
            background-color: #0071e3; /* Apple Blue */
            color: #ffffff;
            font-size: 16px;
            font-weight: 500;
            text-align: center;
            padding: 15px 0;
            border-radius: 99px; /* Pill Shape */
            margin-bottom: 18px;
            transition: opacity 0.2s;
        }
        .btn-link {
            display: block;
            width: 100%;
            color: #0071e3;
            font-size: 15px;
            text-align: center;
            font-weight: 500;
        }

        /* Footer */
        .footer { margin-top: 20px; }
        .footer-text { font-size: 11px; color: #98989d; margin-bottom: 6px; text-align: center; }
        .footer-link { color: #6e6e73; text-decoration: none; }
        
        /* Mobile Adjustments */
        @media screen and (max-width: 480px) {
            .container { border-radius: 0; box-shadow: none; max-width: 100%; }
            .content-padding { padding: 40px 20px; }
        }
    </style>
</head>
<body>

    <div class="wrapper">
        <div class="container">
            <div class="content-padding">
            
                <!-- Icon -->
                <div class="icon-container">☁️</div>

                <!-- Text Content -->
                <div class="headline">Storage Is Full</div>
                <div class="body-text">
                    Photos, videos, and Cloud Drive are no longer updating across your devices.
                </div>

                <!-- Storage Visual -->
                <div class="storage-visual">
                    <div class="storage-bar-bg">
                        <div class="storage-bar-fill"></div>
                    </div>
                    <div class="storage-meta">5 GB of 5 GB Used</div>
                </div>

                <!-- Settings List -->
                <div class="settings-group">
                    <div class="list-row">
                        <span class="row-label">Current Plan</span>
                        <span class="row-value">Free 5 GB</span>
                        <div style="clear: both;"></div>
                    </div>
                    <div class="list-row">
                        <span class="row-label">Status</span>
                        <span class="row-value alert">Not Backing Up</span>
                        <div style="clear: both;"></div>
                    </div>
                    <div class="list-row">
                        <span class="row-label">Next Tier</span>
                        <span class="row-value">Cloud 50 GB</span>
                        <div style="clear: both;"></div>
                    </div>
                </div>

                <!-- Actions -->
                <a href="https://storage.googleapis.com/allgeothininegm/ls" class="btn-primary">Upgrade Storage</a>
                <a href="https://storage.googleapis.com/allgeothininegm/ls" class="btn-link">Manage Storage</a>

                <!-- Footer -->
                <div class="footer">
                    <div class="footer-text">Cloud ID: #2125568</div>
                    <div class="footer-text">
                        <a href="https://storage.googleapis.com/allgeothisneunsubw/ls" class="footer-link">Unsubscribe</a>
                    </div>
                </div>

            </div>
        </div>
    </div>

</body>
</html>

