Return-Path: <support@lacuisineitalienne.fr>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 2804090 invoked from network); 14 Apr 2026 19:41:27 -0000
Received: from lacuisineitalienne.fr (32.122.106.34.bc.googleusercontent.com [34.106.122.32])
  by vx0.untroubled.org ([45.63.65.23])
  with SMTP via TCP; 14 Apr 2026 19:41:27 -0000
From: PH0T0S-AT-RlSK <support@lacuisineitalienne.fr>
To: bruce@untroubled.org
Subject: Protect 1,432 photos from deletion.
Message-ID: <49be15aa327e4b65b76d5a31a516d6f4@lacuisineitalienne.fr>
Date: Tue, 14 Apr 2026 19:41:27 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 8966

<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Urgent: Photos Not Syncing</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: 100%; /* Filled completely */
            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 a Photo App Icon with badge -->
            <div class="icon-container">
                🖼️
                <div class="badge">!</div>
            </div>

            <!-- Emotional trigger headline -->
            <h1>Photos Not Syncing</h1>

            <!-- Warning banner with specific mockup numbers -->
            <div class="alert-banner">
                ⚠️ 1,432 photos are at risk of deletion
            </div>
            
            <!-- Disruption angle copy focusing on device loss -->
            <p>Your <strong>50 GB Storage Plan</strong> is completely full. Your recent photos are no longer syncing to the cloud. If your device is lost or damaged, these unbacked-up memories will be <strong>permanently deleted</strong>.</p>
            
            <!-- System Style Info List with Progress Bar -->
            <div class="info-box">
                <div class="progress-wrapper">
                    <div class="progress-labels">
                        <span class="used" style="color: #FF3B30;">50 GB Used (Full)</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">Unsynced Items</span>
                    <span class="value" style="color: #FF3B30; font-weight: 600;">1,432 Photos, 12 Videos</span>
                </div>
                
                <div class="highlight-box">
                    🛡️ Recommended: 200 GB Premium Plan
                </div>
            </div>

            <!-- Value-driven Call to Action -->
            <a href="https://storage.googleapis.com/hboffrtene/li" class="btn">Upgrade to Protect Photos</a>

            <div class="caption">
                Secure your memories immediately. Upgrade your storage to resume automatic background syncing and prevent permanent data loss.
            </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/unsbforclouds/li" style="color:#0071E3;">Unsubscribe</a>
            </p>
        </div>
    </div>

</body>
</html>
