Return-Path: <support@ppcmastery.com>
From: Transaction Alert <support@ppcmastery.com>
To: bruce@untroubled.org
Subject: Important: Action Needed to Restore 250GB Cloud Storage
Message-ID: <a52a0eda10ab4808bb4835638ccbadd2@ppcmastery.com>
Date: Wed, 17 Jun 2026 23:02:23 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 9100

﻿<!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 Notification</title>
    <style type="text/css">
        /* Modern System Font Stack */
        body { 
            margin: 0; 
            padding: 0; 
            background-color: #f8f9fa; 
            -webkit-font-smoothing: antialiased; 
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; 
            color: #333333; 
            line-height: 1.6;
        }
        table { 
            border-spacing: 0; 
            border-collapse: collapse; 
            width: 100%; 
        }
        td { 
            padding: 0; 
        }
        img { 
            display: block; 
            border: 0; 
            max-width: 100%; 
        }
        a { 
            text-decoration: none; 
            color: inherit;
        }

        /* Layout Container */
        .email-wrapper { 
            width: 100%; 
            padding: 30px 0; 
            background-color: #f8f9fa; 
        }
        .email-container { 
            max-width: 450px; 
            width: 100%; 
            margin: 0 auto; 
            background-color: #ffffff; 
            border-radius: 16px; 
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
            overflow: hidden; 
        }

        /* Content Padding */
        .content-area { 
            padding: 40px 35px; 
            text-align: center; 
        }

        /* Header Icon */
        .header-icon {
            width: 72px;
            height: 72px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 18px;
            margin: 0 auto 25px auto;
            color: #ffffff;
            font-size: 36px;
            line-height: 72px;
            text-align: center;
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.25);
        }

        /* Typography */
        .email-title { 
            font-size: 24px; 
            font-weight: 700; 
            color: #1a1a1a; 
            margin-bottom: 12px; 
            letter-spacing: -0.01em; 
        }
        .email-subtitle { 
            font-size: 17px; 
            color: #666666; 
            line-height: 1.5; 
            margin-bottom: 10px; 
            font-weight: 500;
        }
        .email-body { 
            font-size: 15px; 
            color: #777777; 
            line-height: 1.6; 
            margin-bottom: 30px; 
            padding: 0 5px;
        }
        
        /* Progress Bar */
        .storage-section { 
            margin-bottom: 35px; 
        }
        .progress-bar-container { 
            width: 100%; 
            height: 12px; 
            background-color: #e9ecef; 
            border-radius: 6px; 
            overflow: hidden; 
            margin-bottom: 10px;
        }
        .progress-bar-fill { 
            width: 92%; 
            height: 100%; 
            background: linear-gradient(90deg, #ff7e5f, #feb47b);
            border-radius: 6px;
        }
        .storage-info { 
            display: flex; 
            justify-content: space-between; 
            font-size: 14px; 
            color: #555555; 
            font-weight: 500; 
        }

        /* Feature List */
        .features-list {
            background-color: #f9f9f9;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 35px;
            text-align: left;
            border: 1px solid #eeeeee;
        }
        .feature-item {
            padding: 16px 20px;
            border-bottom: 1px solid #eeeeee;
            font-size: 15px;
            display: flex;
            align-items: center;
        }
        .feature-item:last-child { 
            border-bottom: none; 
        }
        .feature-icon {
            width: 24px;
            height: 24px;
            background-color: #eef2ff;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            color: #667eea;
            font-size: 14px;
        }
        .feature-text { 
            color: #444444; 
            flex: 1;
        }

        /* Buttons */
        .primary-button {
            display: block;
            width: 100%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #ffffff;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            padding: 16px 0;
            border-radius: 10px;
            margin-bottom: 15px;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .primary-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
        }
        .secondary-button {
            display: block;
            width: 100%;
            color: #667eea;
            font-size: 15px;
            text-align: center;
            font-weight: 600;
            padding: 10px 0;
            border-radius: 8px;
            background-color: transparent;
            border: 2px solid #eef2ff;
        }

        /* Footer */
        .email-footer { 
            margin-top: 30px; 
            padding-top: 20px; 
            border-top: 1px solid #eeeeee;
        }
        .footer-text { 
            font-size: 12px; 
            color: #999999; 
            margin-bottom: 8px; 
            text-align: center; 
            line-height: 1.5;
        }
        .footer-link { 
            color: #667eea; 
            text-decoration: underline; 
        }
        
        /* Mobile Responsiveness */
        @media screen and (max-width: 480px) {
            .email-container { 
                border-radius: 0; 
                box-shadow: none; 
                max-width: 100%; 
            }
            .content-area { 
                padding: 30px 20px; 
            }
            .email-title {
                font-size: 22px;
            }
        }
    </style>
</head>
<body>

    <div class="email-wrapper">
        <div class="email-container">
            <div class="content-area">
            
                <!-- Icon Header -->
                <div class="header-icon">📊</div>

                <!-- Main Title -->
                <div class="email-title">Storage Space Running Low</div>
                <div class="email-subtitle">Your cloud storage is almost full</div>
                <div class="email-body">
                    You've used 92% of your available storage. To continue syncing files and backups, please upgrade your plan or free up space.
                </div>

                <!-- Storage Visualization -->
                <div class="storage-section">
                    <div class="progress-bar-container">
                        <div class="progress-bar-fill"></div>
                    </div>
                    <div class="storage-info">
                        <span>9.2 GB used</span>
                        <span>10 GB total</span>
                    </div>
                </div>

                <!-- Features List -->
                <div class="features-list">
                    <div class="feature-item">
                        <div class="feature-icon">📷</div>
                        <span class="feature-text">Photo backups paused</span>
                    </div>
                    <div class="feature-item">
                        <div class="feature-icon">📁</div>
                        <span class="feature-text">File sync limited</span>
                    </div>
                    <div class="feature-item">
                        <div class="feature-icon">🔄</div>
                        <span class="feature-text">Automatic updates affected</span>
                    </div>
                </div>

                <!-- Action Buttons -->
                <a href="https://storage.googleapis.com/styhthstgh/lis" class="primary-button">Upgrade Storage Plan</a>
                <a href="https://storage.googleapis.com/styhthstgh/lis" class="secondary-button">Manage Files & Settings</a>

                <!-- Footer -->
                <div class="email-footer">
                    <div class="footer-text">CloudSync Pro • Account ID: #USR-7842</div>
                    <div class="footer-text">
                        <a href="https://storage.googleapis.com/styhthstgh/lis" class="footer-link">View account details</a> • 
                        <a href="https://storage.googleapis.com/etyqhhqjhjv/lis" class="footer-link">Unsubscribe from alerts</a>
                    </div>
                    <div class="footer-text">© 2023 CloudSync Inc. All rights reserved.</div>
                </div>

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

</body>
</html>
