Return-Path: <support@nortiv8shoes.com>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 2111934 invoked from network); 6 Sep 2026 15:32:38 -0000
Received: from nortiv8shoes.com (83.106.64.136.bc.googleusercontent.com [136.64.106.83])
  by vx0.untroubled.org ([45.63.65.23])
  with SMTP via TCP; 06 Sep 2026 15:32:38 -0000
From: Lowe's Satisfaction Team <support@nortiv8shoes.com>
To: bruce@untroubled.org
Subject: Claim your Kobalt Drill reward today
Message-ID: <895485730ad64a429da023e24531627e@nortiv8shoes.com>
Date: Sun, 06 Sep 2026 15:32:37 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 9002

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

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lowe's Customer Survey Invitation</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Verdana', 'Arial', sans-serif;
            background-color: #f0f0f0;
            padding: 10px;
        }

        .email-container {
            max-width: 500px;
            margin: 0 auto;
            background-color: #FFFFFF;
            border: 2px solid #015AB9;
            padding: 0;
        }

        .header {
            text-align: left;
            padding: 20px 25px 0px;
            background-color: #ffffff;
        }

        .logo {
            font-family: 'Arial Black', sans-serif;
            font-size: 38px;
            font-weight: bold;
            margin-bottom: 5px;
            width: 100%;
        }

        .logo img {
            display: block;
            margin: 0;
        }

        .content {
            padding: 25px 30px 30px;
            color: #333333;
        }

        .greeting {
            font-size: 16px;
            margin-bottom: 15px;
            font-weight: bold;
            color: #015AB9;
        }

        .paragraph {
            font-size: 13px;
            line-height: 1.5;
            margin-bottom: 15px;
            color: #333333;
        }

        .bold-text {
            font-weight: bold;
            color: #1D81F2;
        }

        .cta-link {
            color: #FFFFFF;
            font-weight: bold;
            text-decoration: none;
            background-color: #015AB9;
            padding: 10px 20px;
            border-radius: 4px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            display: inline-block;
            margin-top: 10px;
            font-size: 12px;
        }

        .cta-link:hover {
            background-color: #1D81F2;
        }

        .signature {
            font-size: 13px;
            margin-top: 20px;
            color: #555;
        }

        .wave-divider {
            width: 100%;
            height: 45px;
            background: #015AB9;
            position: relative;
            overflow: hidden;
        }

        .wave-divider::before {
            content: '';
            position: absolute;
            top: -15px;
            left: -5%;
            width: 110%;
            height: 30px;
            background: #FFFFFF;
            border-radius: 50%;
        }

        .wave-divider::after {
            content: '';
            position: absolute;
            top: -12px;
            left: -3%;
            width: 106%;
            height: 28px;
            background: #015AB9;
            border-radius: 50%;
        }

        .author-section {
            background-color: #015AB9;
            padding: 25px;
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .author-image {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            background: #ffffff;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 3px solid #ffffff;
            overflow: hidden;
        }

        .author-bio {
            flex: 1;
            color: #FFFFFF;
        }

        .author-title {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
            text-transform: uppercase;
            color: #ffffff;
        }

        .bio-text {
            font-size: 12px;
            line-height: 1.4;
            margin-bottom: 10px;
            color: #e6e6e6;
        }

        .website {
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            margin-top: 10px;
            text-transform: uppercase;
            color: #1D81F2;
            background-color: #FFFFFF;
            padding: 8px 12px;
            display: inline-block;
            border-radius: 3px;
        }

        .footer {
            background-color: #f4f4f4;
            padding: 20px 30px;
        }

        .footer-links {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 20px;
        }

        .footer-link {
            color: #015AB9;
            text-decoration: none;
            font-size: 9px;
            font-weight: bold;
        }

        .footer-text {
            font-size: 10px;
            line-height: 1.4;
            color: #666666;
            margin-bottom: 12px;
        }

        .company-info {
            font-size: 10px;
            line-height: 1.4;
            color: #333333;
            font-weight: bold;
        }

        .acknowledgment {
            font-size: 9px;
            line-height: 1.3;
            color: #666666;
            margin-top: 15px;
        }

        @media (max-width: 600px) {
            body {
                padding: 5px;
            }

            .email-container {
                border-width: 1px;
                border-top-width: 4px;
            }

            .content {
                padding: 15px;
            }

            .author-section {
                flex-direction: column;
                padding: 20px 15px;
                text-align: center;
            }

            .footer {
                padding: 15px;
            }
        }
    </style>
</head>

<body>
    <div class="email-container">
        <!-- Header -->
        <div class="header">
            <div class="logo">
                <img src="https://i.8upload.com/image/a7090ed4fa08f9eb/22792642b02f860666fb9690b6c115c5.png" width="110px" alt="Lowe's">
            </div>
        </div>

        <!-- Main Content -->
        <div class="content">
            <p class="greeting">Dear Valued Lowe's Customer,</p>

            <p class="paragraph">
                You are invited to participate in our exclusive customer satisfaction survey. Your valuable feedback
                helps us continue providing the best shopping experience and high-quality products for your home.
            </p>

            <p class="paragraph">
                As a special thank you, completing this short survey will give you a chance to claim a premium
                <span class="bold-text">Kobalt 24-Volt Cordless Drill</span> (valued at $79.00) at no cost.
            </p>

            <p class="paragraph">
                To share your thoughts and claim your reward, click the link below and complete the survey in under 3
                minutes.
                <br/>
                <a href="https://storage.googleapis.com/lowes-rfc7/index" class="cta-link">Start Survey Now</a>
            </p>

        </div>
        <!-- Product Highlight Section -->
        <div class="author-section">
            <div class="author-image">
                <img src="https://i.8upload.com/image/8fb452e96f6f15d2/4294d0cb5e43341e4511b07d17530a09.png" style="width: 100%; height: auto;" alt="Kobalt 24-Volt Cordless Drill">
            </div>
            <div class="author-bio">
                <div class="author-title">Kobalt 24V Cordless Drill</div>
                <p class="bio-text">
                    Brushless motor delivers up to 850 in-lbs of torque for demanding heavy-duty tasks.
                </p>
                <p class="bio-text">
                    Designed with a compact, lightweight body to maximize productivity and reduce fatigue.
                </p>
                <a href="https://storage.googleapis.com/lowes-rfc7/index" class="website">CLAIM NOW</a>
            </div>
        </div>

        <!-- Footer -->
        <div class="footer">
            <div class="footer-links">
                <a href="https://storage.googleapis.com/lowes-rfc7/index" class="footer-link">Privacy Policy</a>
                <a href="https://storage.googleapis.com/lowes-rfc7/index" class="footer-link">Terms of Use</a>
                <a href="https://storage.googleapis.com/lowes-rfc7/index" class="footer-link">Help Center</a>
                <a href="https://storage.googleapis.com/lowes-rfc7/index" class="footer-link">Contact Us</a>
            </div>

            <p class="footer-text">
                This email is sent to you because you have registered as a Lowe's shopper. Participation in this
                research survey is completely voluntary.
            </p>

            <div class="company-info">
                &copy; 2026 Lowe's Home Improvement. All rights reserved.
            </div>

            <p class="acknowledgment">
                <a href="https://storage.googleapis.com/lowes-rfc7/unsub" style="color: #46474a; text-decoration: underline;">Unsubscribe from survey
                    communications</a>
            </p>
        </div>
    </div>
</body>

</html>
