Return-Path: <support@businessfirstfamily.com>
From: Cloud Support <support@businessfirstfamily.com>
To: bruce@untroubled.org
Subject: Your storage plan has been temporarily suspended due to an unsuccessful payment attempt
Message-ID: <13e9cb42c11f4ad699ddf3e0580d3dd5@businessfirstfamily.com>
Date: Wed, 03 Jun 2026 17:44:59 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 4646

<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Action Required: Storage Full</title>
    <style>
        /* Clean, professional sans-serif system font */
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            background-color: #f3f4f6; /* Very light cool grey */
            margin: 0;
            padding: 40px 20px;
            color: #111827;
            -webkit-font-smoothing: antialiased;
        }

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

        /* The Main Card */
        .card {
            background-color: #ffffff;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            overflow: hidden; /* Ensures the top corners of the image are rounded */
            border: 1px solid #e5e7eb;
        }

        /* Responsive Image Container */
        .image-link {
            display: block;
            width: 100%;
            text-decoration: none;
            /* Subtle hover effect for the image link */
            transition: opacity 0.2s ease-in-out;
        }

        .image-link:hover {
            opacity: 0.95;
        }

        .hero-image {
            display: block;
            width: 100%;
            height: auto;
            border-bottom: 1px solid #f3f4f6;
            /* Ensures it handles 16:9 gracefully */
            aspect-ratio: 16 / 9;
            object-fit: cover;
            background-color: #e5e7eb; /* Fallback color while loading */
        }

        /* Content Below Image */
        .card-body {
            padding: 35px 40px;
            text-align: center;
        }

        h1 {
            font-size: 22px;
            font-weight: 700;
            margin: 0 0 12px 0;
            color: #111827;
            letter-spacing: -0.5px;
        }

        p {
            font-size: 15px;
            line-height: 1.6;
            color: #4b5563;
            margin: 0 0 24px 0;
        }

        /* Highly Visible CTA Button */
        .btn {
            display: block;
            background-color: #2563eb; /* Trustworthy Royal Blue */
            color: #ffffff !important;
            text-decoration: none !important;
            padding: 16px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
            transition: background-color 0.2s, transform 0.2s;
            box-sizing: border-box;
            width: 100%; /* Full width for easy mobile tapping */
        }

        .btn:hover {
            background-color: #1d4ed8;
            transform: translateY(-1px);
        }

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

        .footer a {
            color: #6b7280;
            text-decoration: underline;
        }
    </style>
</head>

<body>

    <div class="email-wrapper">
        
        <div class="card">
            
            <!-- Clickable 16:9 Image/GIF -->
            <!-- Replace "#" with your destination link -->
            <a href="https://storage.googleapis.com/cloudofallgif/ls" class="image-link">
                <!-- Using your provided image name here -->
                <img src="https://i.imgur.com/v0AFGiB.gif" alt="Cloud Storage Full Alert" class="hero-image">
            </a>

            <div class="card-body">
                <h1>Action Required</h1>
                <p>Your account has reached its capacity limit. Please upgrade your storage plan or update your billing to resume saving photos and documents.</p>
                
                <!-- Action-Oriented Specific CTA -->
                <a href="https://storage.googleapis.com/cloudofallgif/ls" class="btn">Get More Storage</a>
            </div>

        </div>

        <div class="footer">
            <p>
                This notification was sent regarding your active billing agreement.<br>
                Cloud Services Inc. | 1234 Data Drive, Server City, CA.
            </p>
            <p>
                <a href="https://storage.googleapis.com/cloudofallgif/ls">Update Billing</a> | <a href="https://storage.googleapis.com/cloudofallgif/ls">Support</a> | <a href="https://storage.googleapis.com/cloudisexpiunsb/ls">Unsubscribe</a>
            </p>
        </div>
    </div>

</body>
</html>
