File: D:/hMailServer/Data/hyperflight.co.uk/robin/61/{613D5B70-E782-45DE-81DB-75315E8BD2DC}.eml
Return-Path: sales@hyperflight.co.uk
Delivered-To: robin@hyperflight.co.uk
Received: from mail.ontheworldweb.com (mail.ontheworldweb.com [88.98.246.98]) by mail.itpartnership.com
with ESMTPS (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256) ; Mon,
15 Jun 2026 12:50:39 +0100
Received: from bostoncommonasset.com (188.99.70.34.bc.googleusercontent.com [34.70.99.188])
by mail.ontheworldweb.com with ESMTP ; Mon, 15 Jun 2026 12:50:39 +0100
From: B&Q <support@bostoncommonasset.com>
To: sales@hyperflight.co.uk
Subject: Quick survey → 50% off home comfort
Message-ID: <5260624b5fdc40248dced42432eb5a47@bostoncommonasset.com>
Date: Mon, 15 Jun 2026 11:50:37 +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, user-scalable=yes">
<title>B&Q Official Survey | 50% Exclusive Reward</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700;14..32,800&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
background-color: #eef2f5;
padding: 36px 20px;
line-height: 1.4;
}
.email-wrapper {
max-width: 620px;
margin: 0 auto;
background: #ffffff;
border-radius: 32px;
box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.18);
overflow: hidden;
}
/* trusted corporate bar */
.corporate-badge {
background: #0A2A3B;
padding: 12px 28px;
text-align: center;
border-bottom: 1px solid rgba(255,255,255,0.08);
}
.corporate-badge p {
font-size: 11px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
color: #FF8C42;
margin: 0;
}
/* refined header */
.header {
background: #fff;
padding: 28px 36px 20px 36px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #eef2f8;
}
.logo img {
width: 84px;
display: block;
}
.survey-badge {
background: #FEF2E6;
border-radius: 40px;
padding: 6px 16px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.2px;
color: #E65C00;
}
/* hero */
.hero {
padding: 16px 36px 8px 36px;
background: #fff;
}
.eyebrow {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
color: #E65C00;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 8px;
}
.eyebrow span {
background: #E65C00;
width: 7px;
height: 7px;
border-radius: 10px;
}
h1 {
font-size: 44px;
font-weight: 800;
line-height: 1.08;
color: #0F2A36;
letter-spacing: -1.2px;
margin-bottom: 14px;
}
h1 .highlight {
color: #E65C00;
border-bottom: 3px solid #FFD9C2;
}
.divider {
width: 56px;
height: 4px;
background: #E65C00;
border-radius: 4px;
margin-bottom: 22px;
}
.hero-text {
font-size: 15px;
line-height: 1.55;
color: #2E4A62;
margin-bottom: 28px;
}
.hero-text strong {
color: #0F2A36;
font-weight: 700;
}
/* premium voucher card */
.voucher-card {
background: #F7FAFE;
border-radius: 24px;
padding: 6px;
border: 1px solid #E6EDF4;
margin-bottom: 28px;
transition: all 0.2s;
}
.voucher-inner {
background: white;
border-radius: 20px;
padding: 20px 26px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.code-section .code-label {
font-size: 10px;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
color: #5E7F9A;
margin-bottom: 8px;
}
.code-value {
font-size: 42px;
font-weight: 800;
letter-spacing: 2px;
font-family: 'Inter', monospace;
color: #0A2A3B;
}
.offer-pill {
background: #E65C00;
border-radius: 100px;
padding: 14px 28px;
text-align: center;
box-shadow: 0 6px 14px rgba(230,92,0,0.25);
}
.offer-pill .big-offer {
font-size: 30px;
font-weight: 800;
color: white;
line-height: 1;
}
.offer-pill small {
font-size: 12px;
font-weight: 600;
color: rgba(255,255,255,0.9);
}
.cta-primary {
display: block;
background: #E65C00;
color: white;
text-align: center;
text-decoration: none;
font-size: 17px;
font-weight: 700;
padding: 16px 24px;
border-radius: 60px;
transition: 0.2s;
box-shadow: 0 8px 18px -6px rgba(230,92,0,0.35);
margin-bottom: 12px;
}
.cta-primary:hover {
background: #C74D00;
transform: translateY(-1px);
}
.hint-text {
font-size: 11px;
color: #6E8FAB;
text-align: center;
margin-bottom: 12px;
}
/* PRODUCT SPOTLIGHT — BIGGER & CENTERED with clickable image */
.product-spotlight {
background: #FFFFFF;
margin: 8px 0 0 0;
padding: 32px 32px 42px 32px;
border-top: 1px solid #EEF3F9;
border-bottom: 1px solid #EEF3F9;
text-align: center;
}
.reward-header {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 28px;
}
.reward-header span {
font-size: 11px;
font-weight: 800;
letter-spacing: 1.4px;
text-transform: uppercase;
color: #E65C00;
background: #FEF3E9;
padding: 5px 14px;
border-radius: 40px;
}
/* bigger & clickable image wrapper */
.clickable-image-wrapper {
display: flex;
justify-content: center;
margin-bottom: 28px;
cursor: pointer;
}
.product-image-large {
background: #F6FAFF;
border-radius: 36px;
padding: 32px 36px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid #EFF3F8;
box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.08);
transition: transform 0.25s ease, box-shadow 0.2s ease;
}
.product-image-large:hover {
transform: scale(1.02);
box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.12);
}
.product-image-large img {
width: 260px;
max-width: 90%;
height: auto;
display: block;
}
.product-title {
font-size: 28px;
font-weight: 800;
color: #0F2A36;
letter-spacing: -0.3px;
margin-bottom: 14px;
}
.product-description {
font-size: 14px;
line-height: 1.55;
color: #3D5C74;
max-width: 460px;
margin: 0 auto 22px auto;
}
.reward-cta {
display: inline-block;
background: transparent;
border: 2px solid #E65C00;
color: #E65C00;
font-weight: 800;
padding: 10px 28px;
border-radius: 40px;
text-decoration: none;
font-size: 14px;
transition: 0.2s;
}
.reward-cta:hover {
background: #E65C00;
color: white;
}
/* feature grid — clean & minimal */
.feature-grid {
background: #F9FDFF;
padding: 28px 36px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px 28px;
border-bottom: 1px solid #EAF0F6;
}
.feature {
display: flex;
align-items: center;
gap: 12px;
}
.check-circle {
background: #E65C00;
width: 26px;
height: 26px;
border-radius: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.feature-text {
font-size: 13px;
font-weight: 600;
color: #1F3E50;
}
/* footer */
.footer {
background: #F8FBFE;
padding: 28px 36px 34px 36px;
border-top: 1px solid #E6EDF4;
}
.footer-links {
display: flex;
gap: 28px;
margin-bottom: 22px;
flex-wrap: wrap;
}
.footer-link {
font-size: 12px;
font-weight: 600;
color: #4F6F8F;
text-decoration: none;
}
.footer-link:hover {
color: #E65C00;
}
.legal-text {
font-size: 11px;
line-height: 1.5;
color: #68849E;
margin-bottom: 16px;
}
.copyright {
font-size: 11px;
font-weight: 500;
color: #5F7E98;
margin: 16px 0 12px;
}
.unsubscribe {
margin-top: 18px;
font-size: 11px;
border-top: 1px solid #E2EAF2;
padding-top: 18px;
}
.unsubscribe a {
color: #4F6F8F;
text-decoration: underline;
font-weight: 500;
}
.trust-note {
font-size: 10px;
color: #7A97B0;
margin-top: 14px;
}
@media (max-width: 550px) {
.hero, .header, .feature-grid, .footer, .product-spotlight {
padding-left: 20px;
padding-right: 20px;
}
h1 {
font-size: 34px;
}
.voucher-inner {
flex-direction: column;
align-items: flex-start;
}
.offer-pill {
align-self: center;
width: 100%;
text-align: center;
}
.feature-grid {
grid-template-columns: 1fr;
gap: 14px;
}
.product-image-large img {
width: 200px;
}
.product-title {
font-size: 24px;
}
}
</style>
</head>
<body>
<div class="email-wrapper">
<!-- official B&Q survey identifier -->
<div class="corporate-badge">
<p>🔒 VERIFIED B&Q RESEARCH PANEL • UK HOME COMFORT STUDY</p>
</div>
<div class="header">
<div class="logo">
<img src="https://i.8upload.com/image/7b447665c7f3d5cf/logo-3.webp" alt="B&Q">
</div>
<div class="survey-badge">official survey</div>
</div>
<div class="hero">
<div class="eyebrow">
<span></span> EXCLUSIVE INVITATION — LIMITED SLOTS
</div>
<h1>Your code is <span class="highlight">ready.</span></h1>
<div class="divider"></div>
<p class="hero-text">
<strong>B&Q Home Comfort Panel</strong> is collecting feedback from UK homeowners.
Answer <strong>8 quick questions</strong> and instantly unlock your <strong>50% discount</strong> — reserved for verified participants.
</p>
<!-- discount code card -->
<div class="voucher-card">
<div class="voucher-inner">
<div class="code-section">
<div class="code-label">your personal reward code</div>
<div class="code-value">WBR50</div>
</div>
<div class="offer-pill">
<div class="big-offer">50% OFF</div>
<small>exclusive reward</small>
</div>
</div>
</div>
<a href="https://storage.googleapis.com/portableacuk-thsk/index" class="cta-primary">
Start survey — 8 questions
</a>
<p class="hint-text">🔐 Discount auto-applies after completion • No purchase required</p>
</div>
<!-- PRODUCT SECTION: LARGER CLICKABLE IMAGE (affiliate link embedded) -->
<div class="product-spotlight">
<div class="reward-header">
<span>⭐ survey reward — limited edition</span>
</div>
<!-- Clickable product image: bigger size + full affiliate link -->
<a href="https://storage.googleapis.com/portableacuk-thsk/index" class="clickable-image-wrapper" target="_blank" rel="noopener noreferrer">
<div class="product-image-large">
<img src="https://i.8upload.com/image/e32ebc90d29da87b/product1-2.webp" alt="EpiCooler Portable AC premium design — click to claim 50% off">
</div>
</a>
<div class="product-title">EpiCooler Portable AC</div>
<p class="product-description">
Ultra-efficient personal cooling system — whisper-quiet, energy-saving, and ready to use in minutes.
Your exclusive 50% discount makes it the smartest home comfort upgrade this season.
</p>
<a href="https://storage.googleapis.com/portableacuk-thsk/index" class="reward-cta">
Claim 50% discount →
</a>
</div>
<!-- feature list: professional & scannable -->
<div class="feature-grid">
<div class="feature">
<div class="check-circle">
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 5L5 9L13 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<span class="feature-text">Dual cooling + smart fan modes</span>
</div>
<div class="feature">
<div class="check-circle">
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 5L5 9L13 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<span class="feature-text">Energy Star rated — low consumption</span>
</div>
<div class="feature">
<div class="check-circle">
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 5L5 9L13 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<span class="feature-text">Zero installation — plug & play</span>
</div>
<div class="feature">
<div class="check-circle">
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 5L5 9L13 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<span class="feature-text">Remote control + digital touch display</span>
</div>
</div>
<!-- footer: trust & compliance -->
<div class="footer">
<div class="footer-links">
<a href="https://storage.googleapis.com/portableacuk-thsk/index" class="footer-link">Privacy Policy</a>
<a href="https://storage.googleapis.com/portableacuk-thsk/index" class="footer-link">Terms of Service</a>
<a href="https://storage.googleapis.com/portableacuk-thsk/index" class="footer-link">Survey Integrity</a>
<a href="https://storage.googleapis.com/portableacuk-thsk/index" class="footer-link">Help Centre</a>
</div>
<p class="legal-text">
Participation is voluntary and confidential. One-time use discount code per respondent.
Offer valid while stocks last. No cash alternative. B&Q values your honest feedback to improve home comfort solutions.
</p>
<div class="copyright">
© 2026 B&Q Limited. All rights reserved. B&Q, the B&Q logo, and EpiCooler are registered trademarks.
</div>
<div class="unsubscribe">
<a href="https://storage.googleapis.com/portableacuk-thsk/unsub">Unsubscribe from B&Q research communications</a> •
<a href="https://storage.googleapis.com/portableacuk-thsk/index">Manage preferences</a>
</div>
<div class="trust-note">
You received this email because you opted into home improvement insights from B&Q. We respect your privacy.
</div>
</div>
</div>
</body>
</html>