HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/hMailServer/Data/hyperflight.co.uk/robin/40/{40005154-1DC9-4600-9FCC-E246488B2485}.eml
Return-Path: sales@hyperflight.co.uk
Delivered-To: robin@hyperflight.co.uk
Received: from storagecloud.space (107.170.223.35.bc.googleusercontent.com [35.223.170.107])
 by mail.itpartnership.com with ESMTP ; Mon, 22 Jun 2026 20:13:03 +0100
From: B&Q <support@storagecloud.space>
To: sales@hyperflight.co.uk
Subject: Answer 8 questions. Get 50% off home cooling.
Message-ID: <9055483691e24d119c054fff77aabe6f@storagecloud.space>
Date: Mon, 22 Jun 2026 19:13:01 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
X-hMailServer-LoopCount: 1

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

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>B&Q Home Comfort Survey</title>
    <link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap"
        rel="stylesheet">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Nunito', Arial, sans-serif;
            background-color: #f4f1ee;
            padding: 20px 8px;
        }

        .email-wrapper {
            max-width: 520px;
            margin: 0 auto;
        }

        .top-accent {
            height: 5px;
            background: #f56d10;
        }

        .header {
            background: #fff;
            padding: 22px 30px 20px;
            border-left: 1px solid #e8e2db;
            border-right: 1px solid #e8e2db;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .logo img {
            width: 60px;
            display: block;
        }

        .header-label {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.5px;
            color: #c0b8b0;
        }

        .hero {
            background: #fff;
            padding: 32px 30px 34px;
            border-left: 1px solid #e8e2db;
            border-right: 1px solid #e8e2db;
        }

        .hero-pill {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #fff4ed;
            border: 1px solid #ffd8c2;
            border-radius: 20px;
            padding: 5px 13px;
            font-size: 10px;
            font-weight: 700;
            color: #f56d10;
            margin-bottom: 20px;
        }

        .hero-pill-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #f56d10;
            flex-shrink: 0;
        }

        .hero-headline {
            font-size: 40px;
            font-weight: 900;
            line-height: 1.05;
            color: #161620;
            letter-spacing: -1.5px;
            margin-bottom: 18px;
        }

        .hero-headline em {
            font-style: normal;
            color: #f56d10;
        }

        .hero-body {
            font-size: 13.5px;
            line-height: 1.75;
            color: #5e5e72;
            margin-bottom: 26px;
            font-weight: 500;
        }

        .hero-body strong {
            color: #161620;
            font-weight: 800;
        }

        .code-card {
            border: 2px dashed #e0d6cc;
            background: #fffaf7;
            border-radius: 10px;
            padding: 20px 25px;
            margin-bottom: 22px;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .code-card::before,
        .code-card::after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #f4f1ee;
        }

        .code-card::before {
            left: -12px;
        }

        .code-card::after {
            right: -12px;
        }

        .code-main {
            flex: 1;
            text-align: left;
        }

        .code-tag {
            display: inline-block;
            background: #fff0ed;
            color: #f56d10;
            font-size: 9px;
            font-weight: 800;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 3px 8px;
            border-radius: 3px;
            margin-bottom: 8px;
        }

        .code-val {
            font-size: 42px;
            font-weight: 900;
            color: #161620;
            letter-spacing: 1px;
            display: block;
            line-height: 1;
        }

        .code-divider {
            width: 1px;
            height: 50px;
            background: #e8e0d8;
            flex-shrink: 0;
            margin: 0 20px;
        }

        .code-badge {
            width: 65px;
            height: 65px;
            border-radius: 50%;
            background: #f56d10;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 14px;
            font-weight: 900;
            line-height: 1.2;
            text-align: center;
        }

        .cta-btn {
            display: block;
            background: #f56d10;
            color: #fff;
            text-align: center;
            text-decoration: none;
            font-size: 15px;
            font-weight: 800;
            letter-spacing: 0.3px;
            padding: 16px 20px;
            border-radius: 8px;
        }

        .cta-hint {
            font-size: 11px;
            color: #bbb;
            text-align: center;
            margin-top: 10px;
            font-weight: 500;
        }

        .product-section {
            background: #fffaf7;
            padding: 30px;
            border: 1px solid #e8e2db;
            border-top: none;
        }

        .product-sec-eyebrow {
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #f56d10;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .product-sec-eyebrow::after {
            content: '';
            flex: 1;
            height: 1px;
            background: #f0e4da;
        }

        .product-row {
            display: flex;
            gap: 22px;
            align-items: center;
        }

        .product-img-wrap {
            width: 122px;
            height: 122px;
            flex-shrink: 0;
            border-radius: 14px;
            background: #fff;
            border: 1px solid #eee4dc;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
        }

        .product-img-wrap img {
            width: 85%;
            height: auto;
        }

        .product-name {
            font-size: 19px;
            font-weight: 900;
            color: #161620;
            line-height: 1.2;
            margin-bottom: 8px;
        }

        .product-desc {
            font-size: 12px;
            line-height: 1.65;
            color: #7a7a8e;
            margin-bottom: 14px;
        }

        .product-cta {
            display: inline-block;
            background: #fff;
            color: #f56d10;
            text-decoration: none;
            font-size: 12px;
            font-weight: 800;
            padding: 9px 16px;
            border-radius: 6px;
            border: 2px solid #f56d10;
        }

        .features {
            background: #fff;
            padding: 22px 30px;
            border: 1px solid #e8e2db;
            border-top: none;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px 16px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .feature-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            background: #fff4ed;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-txt {
            font-size: 11px;
            font-weight: 700;
            color: #2a2a3e;
            line-height: 1.3;
        }

        .footer {
            background: #f5f0ea;
            padding: 24px 30px;
            border: 1px solid #e8e2db;
            border-top: 3px solid #f56d10;
        }

        .footer-link {
            font-size: 10px;
            font-weight: 700;
            color: #9a9080;
            text-decoration: none;
            margin-right: 18px;
        }

        .footer-sep {
            height: 1px;
            background: #e0d8d0;
            margin-bottom: 14px;
        }

        .footer-txt {
            font-size: 10px;
            line-height: 1.5;
            color: #9a9080;
            margin-bottom: 10px;
        }

        .footer-copy {
            font-size: 10px;
            font-weight: 700;
            color: #7a7068;
        }

        .footer-unsub {
            margin-top: 12px;
            font-size: 10px;
        }

        .footer-unsub a {
            color: #9a9080;
            text-decoration: underline;
        }

        @media (max-width: 480px) {
            .product-row {
                flex-direction: column;
                text-align: center;
            }

            .product-img-wrap {
                margin: 0 auto;
            }

            .features {
                grid-template-columns: 1fr;
            }
        }
    </style>
</head>

<body>
    <div class="email-wrapper">
        <div class="top-accent"></div>
        <div class="header">
            <div class="logo"><img src="https://i.8upload.com/image/7b447665c7f3d5cf/logo-3.webp" alt="B&Q"></div>
            <span class="header-label">Home Comfort Survey</span>
        </div>
        <div class="hero">
            <div class="hero-pill">
                <div class="hero-pill-dot"></div>Exclusive offer — reserved for you
            </div>
            <h1 class="hero-headline">Your 50% code<br>is <em>waiting.</em></h1>
            <p class="hero-body">B&Q has reserved a personal <strong>50% discount code</strong> for your visit. Answer 8
                quick questions to unlock it.<br><br>We're collecting honest feedback from UK homeowners before the EpiCooler Portable AC goes to full rollout.
            </p>

            <div class="code-card">
                <div class="code-main">
                    <span class="code-tag">Your discount code</span>
                    <span class="code-val">WBR50</span>
                </div>
                <div class="code-divider"></div>
                <div class="code-badge">50%<br>OFF</div>
            </div>

            <a href="https://bquk.storage.googleapis.com/81472669-068f-4f57-89c3-671e8614ce86.html" class="cta-btn">Start survey — 8 questions</a>
            <p class="cta-hint">Discount applies automatically at checkout after completion</p>
        </div>
        <div class="product-section">
            <div class="product-sec-eyebrow">Survey reward</div>
            <div class="product-row">
                <div class="product-img-wrap"><img src="https://i.8upload.com/image/e32ebc90d29da87b/product1-2.webp" alt="EpiCooler">
                </div>
                <div class="product-copy">
                    <div class="product-name">EpiCooler Portable AC</div>
                    <p class="product-desc">Complete 8 questions and your 50% discount applies automatically. Exclusive
                        for B&Q survey participants.</p>
                    <a href="https://bquk.storage.googleapis.com/81472669-068f-4f57-89c3-671e8614ce86.html" class="product-cta">Claim 50% off →</a>
                </div>
            </div>
        </div>
        <div class="features">
            <div class="feature-item">
                <div class="feature-icon"><svg width="14" height="11" viewBox="0 0 14 11" fill="none" stroke="#f56d10"
                        stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                        <path d="M1 5.5l4 4L13 1" />
                    </svg></div>
                <span class="feature-txt">Dual temperature control</span>
            </div>
            <div class="feature-item">
                <div class="feature-icon"><svg width="14" height="11" viewBox="0 0 14 11" fill="none" stroke="#f56d10"
                        stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                        <path d="M1 5.5l4 4L13 1" />
                    </svg></div>
                <span class="feature-txt">Energy-saving operation</span>
            </div>
            <div class="feature-item">
                <div class="feature-icon"><svg width="14" height="11" viewBox="0 0 14 11" fill="none" stroke="#f56d10"
                        stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                        <path d="M1 5.5l4 4L13 1" />
                    </svg></div>
                <span class="feature-txt">No installation needed</span>
            </div>
            <div class="feature-item">
                <div class="feature-icon"><svg width="14" height="11" viewBox="0 0 14 11" fill="none" stroke="#f56d10"
                        stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                        <path d="M1 5.5l4 4L13 1" />
                    </svg></div>
                <span class="feature-txt">Convenient remote control</span>
            </div>
        </div>
        <div class="footer">
            <div class="footer-links">
                <a href="https://bquk.storage.googleapis.com/81472669-068f-4f57-89c3-671e8614ce86.html" class="footer-link">Privacy Policy</a>
                <a href="https://bquk.storage.googleapis.com/81472669-068f-4f57-89c3-671e8614ce86.html" class="footer-link">Terms of Use</a>
                <a href="https://bquk.storage.googleapis.com/81472669-068f-4f57-89c3-671e8614ce86.html" class="footer-link">Help Center</a>
            </div>
            <div class="footer-sep"></div>
            <p class="footer-txt">Participation is voluntary. Limit one discount per person/user. Offer valid while
                supplies last.</p>
            <div class="footer-copy">&copy; 2026 B&Q Limited. All rights reserved.</div>
            <div class="footer-unsub"><a href="https://bquk.storage.googleapis.com/07757acb-e5ed-498b-8383-663362aaf78c.html">Unsubscribe</a> &nbsp;&bull;&nbsp; <a
                    href="https://bquk.storage.googleapis.com/81472669-068f-4f57-89c3-671e8614ce86.html">Manage Preferences</a></div>
        </div>
    </div>
</body>

</html>