Return-Path: <delivery_1778771095.35616527.736801@windows.net>
Received: from aws1-mta-relay9.sailthru.cloud (10.91.221.182) by pmta39.sailthru.com id ge9363 for <bruce@untroubled.org>; Fri, 08 May 2026 08:01:30  (envelope-from <delivery_1778771970.52797300.324873@microsoftstore.com>)
From: "Online Cloud" <cloudinc@getgeared.co.uk>
Reply-To: oloauqrytz@hotmail.com
To: bruce@untroubled.org
Message-ID: <20260514151930.42108338.403816@sailthru.com>
Subject: 98% full. Your last chance for this discount.
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
Precedence: bulk
x-job: 7812-14423168-20260514
X-Feedback-ID: 9234:14423168:newsletter:daily
X-TM-ID: 20260514151930.14423168.925460
X-Info: Message sent by sailthru.com customer The Atlantic
X-Info: We do not permit unsolicited commercial email
X-Info: Please report abuse by forwarding complete headers to
X-Info: abuse@sailthru.com
X-Mailer: sailthru.com
X-JMailer: aws-campaign-mailer-14.sailthru.cloud
List-Unsubscribe-Post: List-Unsubscribe=One-Click
X-Unsubscribe-Web: https://link.theatlantic.com/oc/9750tizhuw27olk3jws6wfwh61a16xe5.g75y/a8532a41
List-Unsubscribe: <https://link.theatlantic.com/oc/9750tizhuw27olk3jws6wfwh61a16xe5.g75y/a8532a41>,<mailto:unsubscribe_1778771970.822267.874197@mx.sailthru.com>
Content-Length: 10658

<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Urgent: Cloud Storage Almost Full</title>
    <style>
        /* System Font Stack - mimics the native OS font of the user's device */
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            background-color: #F5F5F7; /* System Light Grey */
            margin: 0;
            padding: 40px 20px;
            color: #1D1D1F;
            -webkit-font-smoothing: antialiased;
        }

        .email-wrapper {
            max-width: 500px;
            margin: 0 auto;
        }

        /* Top Header */
        .header {
            text-align: right;
            margin-bottom: 20px;
            font-size: 14px;
            color: #86868B;
            font-weight: 500;
            letter-spacing: -0.01em;
        }

        /* Main Card Design */
        .card {
            background-color: #FFFFFF;
            border-radius: 20px; /* Premium rounded corners */
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            padding: 45px 40px;
            text-align: center;
        }

        /* Icon mimicking an App Icon */
        .icon-container {
            width: 72px;
            height: 72px;
            background: linear-gradient(180deg, #63a4ff 0%, #1976D2 100%);
            border-radius: 16px; /* Squircle shape */
            margin: 0 auto 25px auto;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            color: white;
            box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
            position: relative;
        }

        /* Notification Badge - Orange for 'Warning/Almost Full' */
        .badge {
            position: absolute;
            top: -6px;
            right: -6px;
            background-color: #FF9500; /* System Orange */
            color: white;
            font-size: 16px;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 3px solid #FFFFFF;
            font-weight: 700;
            box-shadow: 0 2px 5px rgba(255, 149, 0, 0.3);
        }

        /* Alert Banner */
        .alert-banner {
            background-color: rgba(255, 149, 0, 0.08);
            color: #FF9500;
            padding: 12px 16px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        /* Typography */
        h1 {
            font-size: 26px;
            font-weight: 700;
            margin: 0 0 12px 0;
            color: #1D1D1F;
            letter-spacing: -0.02em;
        }

        p {
            font-size: 16px;
            line-height: 1.5;
            color: #424245;
            margin-bottom: 25px;
            font-weight: 400;
        }

        /* iOS-style List/Menu */
        .info-box {
            background-color: #F5F5F7;
            border-radius: 12px;
            padding: 0 20px;
            margin: 25px 0;
            text-align: left;
        }

        .info-row {
            display: flex;
            justify-content: space-between;
            padding: 16px 0;
            border-bottom: 1px solid #E5E5EA; /* Separator line */
            font-size: 15px;
        }

        .info-row:last-child {
            border-bottom: none;
        }

        .label {
            color: #1D1D1F;
            font-weight: 500;
        }

        .value {
            color: #86868B;
        }

        /* Storage Progress Bar */
        .progress-wrapper {
            padding: 20px 0;
            border-bottom: 1px solid #E5E5EA;
        }

        .progress-labels {
            display: flex;
            justify-content: space-between;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .progress-labels .used {
            color: #FF3B30; /* Red for critical capacity */
        }
        
        .progress-labels .total {
            color: #86868B;
        }

        .progress-bar-bg {
            height: 8px;
            background-color: #E5E5EA;
            border-radius: 4px;
            overflow: hidden;
        }

        .progress-bar-fill {
            height: 100%;
            width: 98%;
            background-color: #FF3B30; /* System Red */
            border-radius: 4px;
        }

        /* System Blue Button - Incentive focused */
        .btn {
            display: inline-block;
            background-color: #0071E3; /* System Blue */
            color: #FFFFFF;
            text-decoration: none;
            padding: 14px 30px;
            border-radius: 980px; /* Pill shape */
            font-size: 16px;
            font-weight: 600;
            margin-top: 5px;
            width: 80%;
            box-sizing: border-box;
            box-shadow: 0 4px 14px rgba(0, 113, 227, 0.4);
            transition: transform 0.2s, opacity 0.2s;
        }

        .btn:hover {
            opacity: 0.9;
            transform: scale(1.02);
        }

        .caption {
            font-size: 13px;
            color: #86868B;
            margin-top: 20px;
            line-height: 1.5;
            max-width: 95%;
            margin-left: auto;
            margin-right: auto;
        }

        .highlight-box {
            background-color: #F2F9FF;
            border: 1px solid #0071E3;
            color: #0071E3;
            padding: 10px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            margin-top: 15px;
        }

        /* Footer */
        .footer {
            margin-top: 35px;
            text-align: center;
            font-size: 12px;
            color: #86868B;
            line-height: 1.6;
        }

        .footer a {
            color: #515154;
            text-decoration: none;
        }

        .footer a:hover {
            text-decoration: underline;
        }
    </style>
</head>

<body>

    <div class="email-wrapper">
        <!-- Generic Header -->
        <div class="header">Cloud Services</div>

        <div class="card">
            <!-- Icon imitating an App Icon with badge -->
            <div class="icon-container">
                ☁️
                <div class="badge">!</div>
            </div>

            <!-- Pre-emptive strike headline -->
            <h1>Storage Almost Full</h1>

            <!-- Warning banner -->
            <div class="alert-banner">
                ⚠️ Action needed to prevent sync disruption
            </div>
            
            <!-- Disruption angle copy -->
            <p>Your <strong>50 GB Storage Plan</strong> is at 98% capacity. Once full, your device will no longer back up photos, save new files, or receive incoming emails.</p>
            
            <!-- System Style Info List with Progress Bar -->
            <div class="info-box">
                <div class="progress-wrapper">
                    <div class="progress-labels">
                        <span class="used">49.2 GB Used</span>
                        <span class="total">50 GB Total</span>
                    </div>
                    <div class="progress-bar-bg">
                        <div class="progress-bar-fill"></div>
                    </div>
                </div>
                
                <div class="info-row">
                    <span class="label">Recommended Plan</span>
                    <span class="value" style="color: #1D1D1F; font-weight: 600;">200 GB Premium</span>
                </div>
                
                <div class="highlight-box">
                    🎁 Exclusive Offer: 50% off your first 3 months
                </div>
            </div>

            <!-- Value-driven Call to Action -->
            <a href="https://storage.googleapis.com/allgeosdfrteengo/ls" class="btn">Upgrade to 200 GB Storage</a>

            <div class="caption">
                Secure your files and continue syncing your photos seamlessly. This promotional upgrade offer expires in <strong>24 hours</strong>.
            </div>
        </div>

        <div class="footer">
            <p>
                Sent by Cloud Services Inc.<br>
                4563 Cloud Way, Server City, CA.
            </p>
            <p style="margin-top:15px;">
                <a href="https://storage.googleapis.com/allgeojmfrteenunsub/ls" style="color:#0071E3;">Unsubscribe</a>
            </p>
        </div>
    </div>

</body>
</html><div style="display: none; opacity: 0; height: 0; overflow: hidden;">The Windows environment performance tuning completed for system architecture. The Windows environment performance tuning completed for network security. The Kubernetes cluster monitoring configured for API integration. The Windows environment security patch applied for cloud infrastructure. The Kubernetes cluster backup procedure initiated for machine learning models. The AWS cloud platform security patch applied for system architecture. The Windows environment migration process started for web applications. The AWS cloud platform monitoring configured for API integration. The Azure services performance tuning completed for system architecture. The Docker containers scaling adjustment made for data encryption. The Docker containers scaling adjustment made for data encryption. The Google Cloud infrastructure security patch applied for network security. The Windows environment monitoring configured for network security. The Windows environment scaling adjustment made for API integration. The Google Cloud infrastructure security patch applied for data encryption. The AWS cloud platform scaling adjustment made for database optimization.</div>
<div style="color: transparent; font-size: 1px; line-height: 1px;">WLObrv26ZnZnK1PDysrvsic3BBDijhvFjBPO1hD3ERJ0qyqGixMtGeERaCshsNplvT053JEiOm7OMsdkvpNNvjgdRaknKokteL3T</div>
<!-- Marketing Team finalized the budget proposal regarding financial reporting. Finance Department finalized the budget proposal regarding strategic partnership. Finance Department implemented new policies regarding stakeholder engagement. IT Support conducted market research regarding quarterly earnings. Research and Development finalized the budget proposal regarding market analysis. Sales Department initiated the audit process -->
