Return-Path: <support@evasia.net>
From: Antivirus Billing Department <support@evasia.net>
To: bruce@untroubled.org
Subject: Action Needed: Prevent data and money loss
Message-ID: <0d9bfc58ab0a4430ac6c6883bad16967@evasia.net>
Date: Sun, 05 Jul 2026 17:28:52 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 9003

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Action Required: Payment Declined</title>
    <style>
        body {
            font-family: Arial, Helvetica, sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 20px;
        }

        .email-container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            border-radius: 4px;
        }

        .top-alert {
            background-color: #000000;
            color: #ffffff;
            text-align: center;
            padding: 25px 20px;
        }

        .top-alert h1 {
            margin: 0;
            font-size: 24px;
            font-weight: bold;
            line-height: 1.2;
        }

        .highlight-yellow {
            color: #FF4C4C;
            text-decoration: underline;
        }

        .header-logo {
            text-align: center;
            padding: 20px 0;
            border-bottom: 1px solid #eee;
            background-color: #fff;
        }

        .logo-text {
            font-size: 28px;
            font-weight: bold;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #333;
        }

        .check-icon {
            background: #000;
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: bold;
        }

        .action-bar {
            background-color: #FF4C4C;
            /* Адаптирован под цвет кнопки на преленде */
            text-align: center;
            padding: 15px;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 1.4;
            letter-spacing: 0.5px;
        }

        .content-body {
            padding: 25px 30px;
            text-align: center;
        }

        .content-body h2 {
            font-size: 22px;
            margin: 0 0 20px 0;
            color: #000;
            font-weight: 800;
        }

        .warning-box {
            background-color: #1a1a1a;
            color: #fff;
            padding: 20px;
            border-radius: 8px;
            text-align: left;
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 25px;
        }

        .warning-icon {
            background-color: #FF4C4C;
            color: #fff;
            font-weight: bold;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            flex-shrink: 0;
            font-size: 16px;
        }

        .warning-text strong {
            display: block;
            margin-bottom: 8px;
            font-size: 15px;
            color: #fff;
        }

        .warning-text p {
            margin: 0;
            font-size: 13px;
            line-height: 1.5;
            color: #ddd;
        }

        .info-text {
            font-size: 14px;
            color: #333;
            margin-bottom: 25px;
            line-height: 1.5;
        }

        .data-table {
            width: 100%;
            background-color: #f9f9f9;
            border-radius: 8px;
            padding: 15px 20px;
            margin-bottom: 30px;
            box-sizing: border-box;
        }

        .data-row {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            font-size: 14px;
            font-weight: bold;
            color: #333;
            border-bottom: 1px solid #e0e0e0;
        }

        .data-row:last-child {
            border-bottom: none;
        }

        .btn-container {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 30px;
        }

        .btn {
            padding: 14px 10px;
            width: 45%;
            border-radius: 8px;
            /* Сделал углы как на преленде */
            font-size: 15px;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.2s;
            box-sizing: border-box;
        }

        .btn:hover {
            opacity: 0.8;
        }

        .btn-reject {
            background-color: #eee;
            color: #000;
            border: none;
        }

        .btn-accept {
            background-color: #FF4C4C;
            color: #fff;
            border: none;
        }

        .offer-box {
            border: 2px dashed #FF4C4C;
            background-color: #fffbf0;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 10px;
        }

        .offer-title {
            color: #FF4C4C;
            font-weight: bold;
            font-size: 12px;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 8px;
        }

        .offer-main {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 8px;
            color: #000;
        }

        .offer-sub {
            font-size: 13px;
            color: #555;
            line-height: 1.4;
        }

        .footer {
            background-color: #f4f4f4;
            padding: 20px;
            text-align: center;
            font-size: 11px;
            color: #888;
            border-top: 1px solid #eee;
        }

        .footer p {
            margin: 0 0 10px 0;
            line-height: 1.4;
        }

        .footer a {
            color: #555;
            text-decoration: underline;
            font-weight: bold;
        }
    </style>
</head>

<body>

    <div class="email-container">
        <div class="top-alert">
            <h1>Your <span class="highlight-yellow">Antivirus</span> payment was declined</h1>
        </div>

        <div class="header-logo">
            <div class="logo-text">
                <div class="check-icon">✓</div>
                Privacy Protection
            </div>
        </div>

        <div class="action-bar">
            FINAL ATTEMPT<br>
            <span style="font-size: 0.8em; font-weight: normal;">BILLING ISSUE DETECTED</span>
        </div>

        <div class="content-body">
            <h2>Your Payment Was Declined</h2>

            <div class="warning-box">
                <div class="warning-icon">!</div>
                <div class="warning-text">
                    <strong>Action needed: Subscription failed to renew</strong>
                    <p>Your antivirus & privacy protection's subscription payment has FAILED more than 3 times. Your
                        device is now exposed to hackers, scammers, and spyware.</p>
                </div>
            </div>

            <p class="info-text">
                We have attempted to renew your annual subscription using your default payment method, but the
                transaction has failed. Please update your billing info immediately.
            </p>

            <div class="data-table">
                <div class="data-row">
                    <span>Reference code</span>
                    <span>196333US</span>
                </div>
                <div class="data-row">
                    <span>Status</span>
                    <span style="color: #FF4C4C;">Payment Failed (3/3)</span>
                </div>
                <div class="data-row">
                    <span>Account ID</span>
                    <span>196333</span>
                </div>
            </div>

            <div class="btn-container">
                <a href="https://d3kll13ihacxyx.cloudfront.net/KiEp" class="btn btn-reject">Update Billing</a>
                <a href="https://d3kll13ihacxyx.cloudfront.net/KiEp" class="btn btn-accept">Secure My Account Now →</a>
            </div>

            <div class="offer-box">
                <div class="offer-title">CRITICAL WARNING</div>
                <div class="offer-main">High risk of data and money loss</div>
                <div class="offer-sub">Failure to resolve this billing issue in this final attempt will leave your
                    network completely vulnerable to phishing attacks.</div>
            </div>
        </div>

        <div class="footer">
            <p>You can unsubscribe from such notifications at any time by clicking <a href="https://d3kll13ihacxyx.cloudfront.net/SIaO">here.</a></p></p>
        </div>
    </div>

</body>

</html>
