Return-Path: <support@westbeach.com>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 2277445 invoked from network); 8 Apr 2026 14:13:08 -0000
Received: from westbeach.com (20.12.148.34.bc.googleusercontent.com [34.148.12.20])
  by vx0.untroubled.org ([45.63.65.23])
  with SMTP via TCP; 08 Apr 2026 14:13:08 -0000
From: M0RE-SPACE <support@westbeach.com>
To: bruce@untroubled.org
Subject: Fix your full cloud in 10 seconds – $0
Message-ID: <4eea2b74215d4f089cadbf4406e4fd5d@westbeach.com>
Date: Wed, 08 Apr 2026 14:13:08 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 11736

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Storage Limit Reached: Select an upgrade plan</title>
    <style>
        /* BASE STYLES - MODERN MINIMALIST (CUPERTINO INSPIRED) */
        body {
            margin: 0;
            padding: 0;
            background-color: #F5F5F7; /* Signature light gray background */
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #1D1D1F; /* Deep dark gray/black */
        }

        table {
            border-collapse: collapse;
            width: 100%;
        }

        a {
            text-decoration: none;
        }

        .wrapper {
            width: 100%;
            background-color: #F5F5F7;
            padding: 40px 0;
        }

        .container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #FFFFFF;
            border-radius: 18px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
            overflow: hidden;
        }

        /* HEADER */
        .header {
            padding: 30px 40px 10px;
            text-align: center;
        }

        .header-logo {
            font-size: 20px;
            font-weight: 600;
            color: #1D1D1F;
            display: inline-flex;
            align-items: center;
            letter-spacing: -0.5px;
        }

        .header-logo-emoji {
            font-size: 28px;
            margin-right: 8px;
            line-height: 1;
        }

        /* HERO WARNING */
        .hero {
            padding: 20px 40px 10px;
            text-align: center;
        }

        .hero-title {
            font-size: 28px;
            font-weight: 700;
            letter-spacing: -0.015em;
            margin: 0 0 12px;
            color: #1D1D1F;
        }

        .hero-subtitle {
            font-size: 15px;
            line-height: 1.47059;
            font-weight: 400;
            color: #86868B;
            margin: 0;
            padding: 0 20px;
        }

        /* PROGRESS */
        .progress-section {
            padding: 25px 40px 30px;
        }

        .progress-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 8px;
        }

        .progress-label {
            font-size: 12px;
            font-weight: 600;
            color: #1D1D1F;
        }

        .progress-right {
            font-size: 12px;
            color: #86868B;
            font-weight: 400;
        }

        .progress-bg {
            background-color: #E5E5EA;
            border-radius: 4px;
            height: 6px; /* Sleeker, thinner progress bar */
            overflow: hidden;
        }

        .progress-fill {
            background-color: #FF3B30; /* Signature Warning Red */
            border-radius: 4px;
            height: 6px;
            width: 100%;
        }

        /* BODY & SINGLE CTA */
        .body-section {
            padding: 10px 40px 40px;
            background-color: #FFFFFF;
        }

        .single-cta {
            text-align: center;
            padding: 10px 0 10px;
        }

        .single-cta-icon {
            font-size: 48px;
            margin-bottom: 20px;
            display: block;
            line-height: 1;
        }

        .single-cta p {
            font-size: 15px;
            color: #1D1D1F;
            margin: 0 0 32px;
            line-height: 1.5;
            font-weight: 400;
        }

        .primary-btn {
            display: inline-block;
            background-color: #007AFF;
            color: #FFFFFF !important;
            font-size: 15px;
            font-weight: 600;
            padding: 14px 36px;
            border-radius: 24px; /* Classic pill-shaped primary button */
            transition: background-color 0.2s;
            text-decoration: none;
        }

        .primary-btn:hover {
            background-color: #005bb5;
        }

        /* INCENTIVE */
        .incentive-section {
            padding: 0 40px 30px;
        }

        .incentive-box {
            background-color: #F5F8FF; /* Subtle tint of signature blue */
            border: 1px solid #D6E4FF;
            border-radius: 14px;
            padding: 20px;
            display: flex;
            align-items: center;
            text-align: left;
        }

        .incentive-icon {
            font-size: 36px;
            margin-right: 16px;
            line-height: 1;
            flex-shrink: 0;
        }

        .incentive-text {
            flex-grow: 1;
        }

        .incentive-text h3 {
            margin: 0 0 4px;
            font-size: 15px;
            font-weight: 600;
            color: #007AFF;
            letter-spacing: -0.2px;
        }

        .incentive-text p {
            margin: 0;
            font-size: 13px;
            color: #48484A;
            line-height: 1.5;
        }

        /* NOTE */
        .note-section {
            padding: 0 40px 30px;
        }

        .note-inner {
            background-color: #F5F5F7;
            border-radius: 12px;
            padding: 16px 20px;
            text-align: center;
        }

        .note-inner p {
            font-size: 12px;
            color: #86868B;
            margin: 0;
            line-height: 1.5;
        }

        /* FOOTER */
        .footer {
            padding: 20px 40px 40px;
            text-align: center;
        }

        .footer-logo {
            font-size: 24px;
            color: #D2D2D7;
            margin-bottom: 12px;
        }

        .footer p {
            font-size: 11px;
            color: #86868B;
            margin: 4px 0;
            line-height: 1.4;
        }

        .footer a {
            color: #007AFF;
        }

        .footer a:hover {
            text-decoration: underline;
        }

        /* RESPONSIVE */
        @media only screen and (max-width: 620px) {
            .wrapper { padding: 10px; box-sizing: border-box; }
            .container { border-radius: 14px; }
            .header, .hero, .progress-section, .body-section, .incentive-section, .note-section, .footer {
                padding-left: 20px !important;
                padding-right: 20px !important;
            }
            .hero-subtitle { padding: 0; }
            
            .incentive-box {
                flex-direction: column;
                text-align: center;
            }
            .incentive-icon {
                margin-right: 0;
                margin-bottom: 12px;
            }
        }
    </style>
</head>
<body>
    <div class="wrapper">
        <table class="container" cellpadding="0" cellspacing="0" role="presentation">
            
            <!-- HEADER -->
            <tr>
                <td class="header">
                    <div class="header-logo">
                        <span class="header-logo-emoji">☁️</span>
                        Cloud Drive
                    </div>
                </td>
            </tr>

            <!-- HERO WARNING -->
            <tr>
                <td class="hero">
                    <h1 class="hero-title">Your storage is full.</h1>
                    <p class="hero-subtitle">You have run out of space. You can't back up new data, and sending or receiving emails is currently paused.</p>
                </td>
            </tr>

            <!-- PROGRESS BAR -->
            <tr>
                <td class="progress-section">
                    <div class="progress-header">
                        <span class="progress-label">Storage</span>
                        <span class="progress-right">15 GB of 15 GB Used</span>
                    </div>
                    <div class="progress-bg">
                        <div class="progress-fill"></div>
                    </div>
                </td>
            </tr>

            <!-- BODY & SINGLE CTA -->
            <tr>
                <td class="body-section">
                    <div class="single-cta">
                        <span class="single-cta-icon">🚀</span>
                        <p>Get more space to keep backing up your photos, syncing your files, and ensuring your emails are delivered without interruption.</p>
                        <a href="https://shorturl.at/Zveox" class="primary-btn">Upgrade Storage</a>
                    </div>
                </td>
            </tr>

            <!-- INCENTIVE -->
            <tr>
                <td class="incentive-section">
                    <div class="incentive-box">
                        <div class="incentive-icon">🎁</div>
                        <div class="incentive-text">
                            <h3>Special Offer: 1 Month Free</h3>
                            <p>Upgrade today and your first month is completely on us. Cancel anytime before the trial ends to avoid future charges.</p>
                        </div>
                    </div>
                </td>
            </tr>

            <!-- NOTE -->
            <tr>
                <td class="note-section">
                    <div class="note-inner">
                        <p>Upgrading your storage takes effect immediately and restores full functionality to your inbox and file synchronization across all connected devices.</p>
                    </div>
                </td>
            </tr>

            <!-- FOOTER -->
            <tr>
                <td class="footer">
                    <div class="footer-logo">☁️</div>
                    <p>Cloud Drive Services</p>
                    
                </td>
            </tr>
            
        </table>
    </div>
</body>
</html>
