Return-Path: <support@trivago.com>
From: ResQVac Life-Saving Tools <support@trivago.com>
To: bruce@untroubled.org
Subject: The Choking Emergency Solution Everyone's Discussing
Message-ID: <b4d28be2883e46859648a65aa5fc76f3@trivago.com>
Date: Tue, 14 Jul 2026 13:50:30 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 13212

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

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ResQVac - Life-Saving Choking Rescue Device</title>
    <style>
        /* Reset Styles */
        #outlook a {
            padding: 0;
        }

        body {
            margin: 0;
            padding: 0;
            width: 100% !important;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
        }

        table,
        td {
            border-collapse: collapse;
            mso-table-lspace: 0pt;
            mso-table-rspace: 0pt;
        }

        img {
            border: 0;
            height: auto;
            line-height: 100%;
            outline: none;
            text-decoration: none;
            -ms-interpolation-mode: bicubic;
        }

        /* Main Styles */
        body {
            font-family: Arial, Helvetica, sans-serif;
            background-color: #f7f7f7;
            margin: 0;
            padding: 0;
            color: #333333;
        }

        .email-container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
        }

        /* Top Navigation Bar */
        .top-nav {
            padding: 10px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo-container {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .logo-top {
            width: 40%;
            height: auto;
            display: block;
            margin: 20px 0;
        }

        .order-now-btn {
        background: white;
        color: #BA252C;
        padding: 8px 55px;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;
        font-size: 22px;
        white-space: nowrap; /* Prevents text from breaking into multiple lines */
        }

        /* Header */
        .header {
            background: linear-gradient(135deg, #BA252C 0%, #7B0005 100%);
            padding: 25px 20px;
            text-align: center;
            color: white;
        }

        .header h1 {
            margin: 0;
            font-size: 28px;
            font-weight: bold;
        }

        .advertorial-badge {
            display: inline-block;
            background: #FF6B35;
            color: white;
            padding: 5px 15px;
            font-size: 14px;
            font-weight: bold;
            margin: 10px 0;
        }

        .usa-flag {
            display: inline-block;
            background: #b91c1c;
            color: white;
            padding: 4px 12px;
            font-size: 12px;
            margin: 5px;
        }

        /* Author Section */
        .author-section {
            padding: 15px 30px;
            background-color: #f5f5f5;
            border-bottom: 1px solid #e0e0e0;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .author-image {
            width: 60px;
            height: 60px;
            background: #e5e7eb;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6b7280;
            font-weight: bold;
        }

        .author-info {
            flex: 1;
        }

        .author-name {
            font-weight: bold;
            color: #BA252C;
            margin-bottom: 5px;
        }

        .author-date {
            font-size: 12px;
            color: #6b7280;
        }

        .author-rating {
            color: #FF6B35;
            font-size: 14px;
        }

        .section-title {
            font-size: 22px;
            color: #BA252C;
            margin-bottom: 15px;
            font-weight: bold;
        }

        /* Hero Section */
        .hero {
            text-align: center;
            padding: 30px 20px;
            background-color: #f8f7fc;
        }

        .hero-title {
            font-size: 27px;
            color: #BA252C;
            margin-bottom: 15px;
            margin-top: -10px;
            font-weight: bold;
            line-height: 1;
        }

        /* Image Styles */
        .image-container {
            text-align: center;
            margin: 20px 0;
        }

        .product-image {
            width: 100%;
            height: auto;
            display: block;
            margin: 20px 0;
        }

        .image-caption {
            font-size: 14px;
            color: #666;
            text-align: center;
            margin-top: 8px;
            font-style: italic;
        }

        /* Testimonial */
        .testimonial {
            background-color: #f0edf7;
            padding: 20px;
            margin: 20px 0;
            font-style: italic;
            border-left: 4px solid #BA252C;
        }

        .testimonial-author {
            font-weight: bold;
            margin-top: 10px;
            color: #BA252C;
        }

        /* Benefits Section */
        .benefits-container {
            background-color: #f8f7fc;
            padding: 25px;
            margin: 20px 0;
        }

        .benefit-item {
            margin-bottom: 15px;
            padding-left: 20px;
            position: relative;
        }

        .benefit-item:before {
            content: "✓";
            color: #10b981;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, #BA252C 0%, #7B0005 100%);
            padding: 40px 20px;
            text-align: center;
            color: white;
        }

        .cta-title {
            font-size: 28px;
            margin-bottom: 10px;
            margin-top: -10px;
        }

        .cta-button {
            display: inline-block;
            background: #FF6B35;
            color: white;
            padding: 16px 40px;
            text-decoration: none;
            font-weight: bold;
            font-size: 20px;
            margin: 20px 0;
            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
        }

        .discount-badge {
            background-color: #FF6B35;
            color: white;
            padding: 10px 20px;
            border-radius: 20px;
            font-weight: bold;
            display: inline-block;
            margin: 15px 0;
            font-size: 18px;
        }

        /* Limited Time Banner */
        .limited-banner {
            background-color: #fff8e6;
            border: 2px dashed #FF6B35;
            padding: 15px;
            text-align: center;
            margin: 20px 0;
        }

        /* Footer */
        .footer {
            background-color: #24292F;
            color: #ecf0f1;
            padding: 25px 20px;
            text-align: center;
            font-size: 12px;
        }

        .footer a {
            color: #ecf0f1;
            text-decoration: underline;
        }

        /* Unsubscribe Link */
        .unsubscribe {
            text-align: center;
            padding: 20px 0;
            border-top: 1px solid #BA252C;
            margin-top: 20px;
            font-size: 12px;
            color: #9ca3af;
        }

        /* Responsive */
        @media only screen and (max-width: 480px) {
            .content-section {
                padding: 20px 15px;
            }

            .hero-title {
                font-size: 24px;
            }

            .cta-button {
                padding: 14px 30px;
                font-size: 18px;
            }

            .author-section {
                flex-direction: column;
                text-align: center;
            }

            .top-nav {
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }
        }
    </style>
</head>

<body>
    <div class="email-container">
        <!-- Header -->
        <div class="header">
            <div class="top-nav">
                <div class="logo-container">
                    <img src="https://myhealiq.com/resqvac/images/checkout/logo-white.webp" alt="Maas & Bath Ergo Z Pillow" class="logo-top">
                </div>
                <a href="https://d3sui5pvcnjz52.cloudfront.net/I4vV" class="order-now-btn">ORDER NOW</a>
                </div><br>
            <div class="advertorial-badge">TRENDING IN THE USA</div>
            <h1>ResQVac Life-Saving Device</h1>
            <p>"I Almost Lost My Son in Seconds. I Don't Want You to Feel That Helpless."</p>
        </div>

        <!-- Hero Section -->
        <div class="hero">
            <h2 class="hero-title">The Device That Gave Us a Second Chance</h2>

            <!-- PRODUCT IMAGE -->
            <div class="image-container">
                <img src="https://www.ni03hfph.com/686/offers/18407/c/53258/assets/main-product-1.webp" alt="ResQVac Life-Saving Device" class="product-image">
            </div>
        </div>

        <!-- Main Content -->
        <div class="content-section">
            <p>The evening was like any other. Dinner was winding down, the kids were laughing at the table, and the
                chaos of the day finally felt behind us.</p>

            <p>Then I heard it — a sudden silence, followed by a strange, gasping sound. When I turned toward my son, I
                knew instantly. He was choking.</p>

            <div class="testimonial">
                "I saw the panic in his eyes. There was no coughing. No sound. Just total silence — the kind that makes
                your heart stop. I kept thinking, this can't be happening to us. I've saved people in the ER. But here
                in my own kitchen, I was watching my son fade."
                <div class="testimonial-author">- Erin T., ER Nurse & Mother</div>
            </div>

            <h2 class="section-title">A Life-Changing Moment — in Seconds</h2>

            <p>Her husband called 911 while she tried again and again to clear his airway. Then, in a moment of
                desperate clarity, she remembered something tucked in the cabinet—a suction device she'd bought months
                earlier but never used.</p>

            <div class="testimonial">
                "I placed it over his mouth, followed the simple steps… and within seconds, I heard the best sound I've
                ever heard in my life — he gasped for air. Those few seconds changed everything. If we hadn't had that
                device… I don't know how this story would've ended."
                <div class="testimonial-author">- Erin T.</div>
            </div>

            <!-- PRODUCT IMAGE -->
            <div class="image-container">
                <img src="https://www.ni03hfph.com/686/offers/18407/c/53258/assets/banner5.webp" alt="ResQVac Simple Operation" class="product-image">
            </div>

            <h2 class="section-title">Why ResQVac Stands Out</h2>

            <div class="benefits-container">
                <div class="benefit-item">Non-invasive design that doesn't require formal training</div>
                <div class="benefit-item">Safe and gentle — doesn't require excessive force or strength</div>
                <div class="benefit-item">Portable and simple to use — no electricity or batteries</div>
                <div class="benefit-item">Built for adults and children with interchangeable sizes</div>
                <div class="benefit-item">Self-use possible when you're alone and choking</div>
                <div class="benefit-item">90%+ success rate vs 30-50% for traditional methods</div>
            </div>
        </div>

        <!-- Limited Time Banner -->
        <div class="limited-banner">
            <h3>URGENT UPDATE</h3>
            <p>Choking is the 4th leading cause of unintentional injury death in the U.S. ResQVac Units are selling out
                fast.</p>
        </div>

        <!-- CTA Section -->
        <div class="cta-section">
            <h2 class="cta-title">Don't Wait Until It's Too Late!</h2>
            <p>Get genuine ResQVac only at the official site</p>

            <a href="https://d3sui5pvcnjz52.cloudfront.net/I4vV" class="cta-button">CLAIM YOUR 50% DISCOUNT →</a>

            <p><strong>Limited Time Offer - Order Today for Fast Delivery!</strong></p>
        </div>

        <!-- Footer -->
        <div class="footer">
            <p>Copyright © 2025 ResQVac. All Rights Reserved.</p>

            <p><em>MARKETING DISCLOSURE: This website is a market place. As such you should know that the owner has a monetary connection to the product and services advertised on the site.</em>
            </p>

            <!-- Unsubscribe Link -->
            <div class="unsubscribe">
                <p>
                    You are receiving this email because you showed interest in safety products.
                    <br>
                    <a href="https://d3sui5pvcnjz52.cloudfront.net/gN6f" style="color: #9ca3af; text-decoration: underline;">Unsubscribe from future
                        emails</a>
                </p>
            </div>
        </div>
    </div>
</body>

</html>
