File: D:/hMailServer/Data/hyperflight.co.uk/robin/98/{98B05539-FD7B-4556-9944-06521F2D9E6F}.eml
Return-Path: sales@hyperflight.co.uk
Delivered-To: robin@hyperflight.co.uk
Received: from justice.gov.lb (251.35.247.35.bc.googleusercontent.com [35.247.35.251])
by mail.itpartnership.com with ESMTP ; Sat, 13 Jun 2026 18:00:20 +0100
From: British Gas <support@justice.gov.lb>
To: sales@hyperflight.co.uk
Subject: Claim your private 60% reward (British Gas Customer Exclusive)
Message-ID: <7fb04f9efb80487a92e1d2fb963af9d7@justice.gov.lb>
Date: Sat, 13 Jun 2026 17:00:18 +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>British Gas Home Energy Survey – Exclusive Invitation</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #EFF2F7;
padding: 32px 20px;
line-height: 1.5;
}
.email-container {
max-width: 560px;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 28px;
overflow: hidden;
box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.18);
}
/* Trust Bar */
.trust-bar {
background: #0033A0;
padding: 12px 24px;
text-align: center;
border-bottom: 2px solid #FFD700;
}
.trust-bar p {
font-size: 10px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #FFD700;
margin: 0;
}
/* Header */
.header {
padding: 28px 28px 12px 28px;
background: #ffffff;
text-align: left;
border-bottom: 1px solid #E8EDF2;
}
.logo img {
width: 110px;
display: block;
}
/* Content */
.content {
padding: 20px 28px 24px 28px;
background: #ffffff;
}
.greeting {
font-size: 20px;
font-weight: 800;
color: #0033A0;
margin-bottom: 16px;
}
.paragraph {
font-size: 14px;
line-height: 1.55;
color: #2C3E50;
margin-bottom: 16px;
}
.highlight {
background: #FFF8E7;
padding: 14px 16px;
border-left: 4px solid #FFD700;
margin: 18px 0;
font-size: 13px;
line-height: 1.5;
color: #2C3E50;
}
.highlight strong {
color: #0033A0;
}
.bold-text {
font-weight: 800;
color: #0033A0;
}
.cta-link {
display: block;
background: linear-gradient(135deg, #0033A0 0%, #002680 100%);
color: #FFFFFF;
font-weight: 700;
text-decoration: none;
padding: 16px 20px;
border-radius: 60px;
text-align: center;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
margin: 20px 0 8px;
box-shadow: 0 6px 14px rgba(0,51,160,0.3);
transition: transform 0.2s, box-shadow 0.2s;
}
.cta-link:hover {
transform: translateY(-2px);
box-shadow: 0 10px 20px rgba(0,51,160,0.35);
background: linear-gradient(135deg, #002680 0%, #001F60 100%);
}
/* Product Section – LARGER CENTERED CLICKABLE IMAGE */
.product-section {
background: linear-gradient(135deg, #F0F5FE 0%, #E8EFF8 100%);
padding: 32px 28px 38px;
border-top: 1px solid #DCE5F0;
border-bottom: 1px solid #DCE5F0;
text-align: center;
}
.product-badge {
display: inline-block;
background: #0033A0;
color: white;
font-size: 11px;
font-weight: 800;
letter-spacing: 1.5px;
padding: 6px 16px;
border-radius: 40px;
text-transform: uppercase;
margin-bottom: 24px;
}
/* LARGER CLICKABLE PRODUCT IMAGE */
.product-image-link {
display: block;
margin-bottom: 24px;
}
.product-image-wrapper {
background: #FFFFFF;
border-radius: 40px;
padding: 32px 40px;
display: inline-block;
box-shadow: 0 16px 30px -12px rgba(0,0,0,0.15);
transition: transform 0.25s ease, box-shadow 0.25s ease;
border: 1px solid #DCE5F0;
}
.product-image-wrapper:hover {
transform: scale(1.02);
box-shadow: 0 24px 38px -12px rgba(0,0,0,0.2);
}
.product-image {
width: 260px;
max-width: 90%;
height: auto;
display: block;
margin: 0 auto;
}
.product-title {
font-size: 26px;
font-weight: 800;
color: #0033A0;
margin: 20px 0 12px;
letter-spacing: -0.3px;
}
.product-text {
font-size: 14px;
line-height: 1.55;
color: #2C3E50;
max-width: 400px;
margin: 0 auto 22px auto;
}
.product-cta {
display: inline-block;
background: #0033A0;
color: white;
text-decoration: none;
font-size: 15px;
font-weight: 700;
padding: 14px 32px;
border-radius: 60px;
transition: background 0.2s, transform 0.2s;
box-shadow: 0 4px 12px rgba(0,51,160,0.25);
}
.product-cta:hover {
background: #002680;
transform: translateY(-2px);
}
/* Feature Grid – Energy Benefits */
.features {
background: #ffffff;
padding: 24px 28px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px 24px;
border-bottom: 1px solid #E8EDF2;
}
.feature-item {
display: flex;
align-items: center;
gap: 12px;
}
.check-icon {
width: 24px;
height: 24px;
background: #0033A0;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.feature-text {
font-size: 13px;
font-weight: 600;
color: #2C3E50;
}
/* Footer */
.footer {
background: #F8FAFE;
padding: 24px 28px 28px;
text-align: center;
}
.footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin-bottom: 20px;
}
.footer-link {
color: #5A6F8F;
text-decoration: none;
font-size: 11px;
font-weight: 600;
}
.footer-link:hover {
color: #0033A0;
}
.footer-text {
font-size: 10px;
line-height: 1.5;
color: #7A95AE;
margin-bottom: 12px;
}
.company-info {
font-size: 10px;
font-weight: 600;
color: #4A6A8A;
margin-bottom: 12px;
}
.acknowledgment {
font-size: 10px;
margin-top: 12px;
}
.acknowledgment a {
color: #5A6F8F;
text-decoration: underline;
}
@media (max-width: 550px) {
body {
padding: 16px 12px;
}
.content, .header, .product-section, .features, .footer {
padding-left: 20px;
padding-right: 20px;
}
.features {
grid-template-columns: 1fr;
gap: 12px;
}
.product-image-wrapper {
padding: 20px 24px;
}
.product-image {
width: 200px;
}
.product-title {
font-size: 22px;
}
}
</style>
</head>
<body>
<div class="email-container">
<!-- Trust Bar -->
<div class="trust-bar">
<p>🏠 OFFICIAL BRITISH GAS HOME ENERGY PANEL • UK RESIDENTS ONLY</p>
</div>
<!-- Header -->
<div class="header">
<div class="logo">
<img src="https://i.8upload.com/image/eaf10bc1503b4894/logo-5.webp" alt="British Gas Logo">
</div>
</div>
<!-- Main Content -->
<div class="content">
<p class="greeting">Hello,</p>
<p class="paragraph">
British Gas has selected you to participate in our <strong>Home Energy Usage Survey</strong>. Your feedback helps us improve energy efficiency solutions for UK households.
</p>
<div class="highlight">
<strong>🎁 Your exclusive reward:</strong> Complete all <strong>8 questions</strong> and your <strong>60% discount on the VoltCore Energy Saver</strong> is applied automatically — no code needed.
</div>
<p class="paragraph">
This offer is not available publicly. The discount is <span class="bold-text">guaranteed for every participant</span> who completes the survey while codes remain available. Limited quantities — act now.
</p>
<a href="https://storage.googleapis.com/voltcoreunited-pbu3/index" class="cta-link">START THE SURVEY →</a>
<p style="font-size: 11px; text-align: center; color: #7A95AE; margin-top: 10px;">⏱️ Takes less than 2 minutes • No purchase needed</p>
</div>
<!-- Product Section – BIG CENTERED CLICKABLE IMAGE -->
<div class="product-section">
<div class="product-badge">⚡ SURVEY REWARD – EXCLUSIVE 60% OFF</div>
<!-- CLICKABLE PRODUCT IMAGE – LARGER SIZE -->
<a href="https://storage.googleapis.com/voltcoreunited-pbu3/index"product-image-link" target="_blank" rel="noopener noreferrer">
<div class="product-image-wrapper">
<img src="https://i.8upload.com/image/3403575749f394ba/product1-5.webp" alt="VoltCore Energy Saver – Click to claim 60% discount" class="product-image">
</div>
</a>
<div class="product-title">VoltCore Energy Saver</div>
<p class="product-text">
Stabilizes your home electricity supply, reduces energy waste, and helps lower your bills.
<strong>60% exclusive discount</strong> for British Gas survey participants.
</p>
<a href="https://storage.googleapis.com/voltcoreunited-pbu3/index" class="product-cta">CLAIM 60% OFF →</a>
</div>
<!-- Energy Benefits Grid -->
<div class="features">
<div class="feature-item">
<div class="check-icon"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" stroke="white" stroke-width="2"><path d="M1 5L4 8L11 1"/></svg></div>
<span class="feature-text">Reduces energy waste up to 30%</span>
</div>
<div class="feature-item">
<div class="check-icon"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" stroke="white" stroke-width="2"><path d="M1 5L4 8L11 1"/></svg></div>
<span class="feature-text">Stabilizes voltage fluctuations</span>
</div>
<div class="feature-item">
<div class="check-icon"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" stroke="white" stroke-width="2"><path d="M1 5L4 8L11 1"/></svg></div>
<span class="feature-text">Extends appliance lifespan</span>
</div>
<div class="feature-item">
<div class="check-icon"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" stroke="white" stroke-width="2"><path d="M1 5L4 8L11 1"/></svg></div>
<span class="feature-text">Easy plug-and-install setup</span>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="footer-links">
<a href="https://storage.googleapis.com/voltcoreunited-pbu3/index" class="footer-link">Privacy Policy</a>
<a href="https://storage.googleapis.com/voltcoreunited-pbu3/index" class="footer-link">Terms of Use</a>
<a href="https://storage.googleapis.com/voltcoreunited-pbu3/index" class="footer-link">Help Centre</a>
<a href="https://storage.googleapis.com/voltcoreunited-pbu3/index" class="footer-link">My Account</a>
</div>
<p class="footer-text">
Participation is voluntary. Limit one discount per household. Offer valid while supplies last. No purchase required to participate.
</p>
<div class="company-info">
© 2026 British Gas Services Limited. All rights reserved. British Gas is a trading name of Centrica plc.
</div>
<p class="acknowledgment">
<a href="https://storage.googleapis.com/voltcoreunited-pbu3/unsub">Unsubscribe here</a>
•
<a href="https://storage.googleapis.com/voltcoreunited-pbu3/index">Manage Preferences</a>
</p>
</div>
</div>
</body>
</html>