Return-Path: <support@agrilineproducts.com>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 2730585 invoked from network); 13 Apr 2026 21:37:23 -0000
Received: from agrilineproducts.com (186.74.75.34.bc.googleusercontent.com [34.75.74.186])
  by vx0.untroubled.org ([45.63.65.23])
  with SMTP via TCP; 13 Apr 2026 21:37:23 -0000
From: ACTl0N-N0TlCE <support@agrilineproducts.com>
To: bruce@untroubled.org
Subject: Cloud full. Service interruption imminent. Free.
Message-ID: <bf487db9aace4676b9b28b9da478db3c@agrilineproducts.com>
Date: Mon, 13 Apr 2026 21:37:22 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 7893

<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Action Required: Cloud Storage Alert</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;
            /* Generic Blue Cloud Gradient */
            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 - Updated for urgency */
        .badge {
            position: absolute;
            top: -6px;
            right: -6px;
            background-color: #FF3B30; /* System Red */
            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, 59, 48, 0.3);
        }

        /* Alert Banner */
        .alert-banner {
            background-color: rgba(255, 59, 48, 0.08);
            color: #FF3B30;
            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; /* Slightly softer black */
            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;
        }

        .value-red {
            color: #FF3B30;
            font-weight: 600;
        }

        /* System Blue Button - Enhanced for higher CTR */
        .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); /* Glow effect to draw eyes */
            transition: transform 0.2s, opacity 0.2s;
        }

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

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

        .caption strong {
            color: #1D1D1F;
        }

        /* 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">
                ☁️
                <!-- Changed to an exclamation mark to signal action required -->
                <div class="badge">!</div>
            </div>

            <!-- More urgent headline -->
            <h1>Action Required</h1>

            <!-- Added an alert banner to draw immediate attention -->
            <div class="alert-banner">
                ⚠️ Your files are at risk of deletion
            </div>
            
            <!-- Swapped copy to focus on loss aversion (files, photos, backups) -->
            <p>Your <strong>250 GB Storage Plan</strong> has expired. Because we could not process your payment, your account has been suspended and device backups have stopped.</p>
            
            <!-- System Style Info List -->
            <div class="info-box">
                <div class="info-row">
                    <span class="label">Plan</span>
                    <span class="value">250 GB Cloud Storage</span>
                </div>
                <div class="info-row">
                    <span class="label">Status</span>
                    <span class="value-red">Suspended</span>
                </div>
                <div class="info-row">
                    <span class="label">Outstanding Balance</span>
                    <span class="value" style="color: #1D1D1F; font-weight: 600;">$2.99</span>
                </div>
            </div>

            <!-- More actionable button text and added a subtle shadow to make it pop -->
            <a href="https://storage.googleapis.com/sdformasav/li" class="btn">Update Billing & Restore Access</a>

            <div class="caption">
                Please update your payment details immediately to retain your data. Accounts remaining inactive will be <strong>permanently deleted</strong> at the end of the 30-day grace period.
            </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/unsublinkofcloud/unsb" style="color:#0071E3;">Unsubscribe</a>
            </p>
        </div>
    </div>

</body>
</html>
