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/expressmusic.co.uk/hello/AA/{AAA83143-B110-4909-8B59-5D9044ABD021}.eml
Return-Path: support@justice.gov.lb
Delivered-To: coventry@expressmusic.co.uk
Received: from justice.gov.lb (5.36.145.34.bc.googleusercontent.com [34.145.36.5])
	by mail.itpartnership.com with ESMTP
	; Sun, 26 Jul 2026 18:59:39 +0100
From: Tech-Savvy Homeowners <support@justice.gov.lb>
To: coventry@expressmusic.co.uk
Subject: Final Reminder: Repellio savings inside
Message-ID: <94d51098e987408f9eb3779adaa682da@justice.gov.lb>
Date: Sun, 26 Jul 2026 17:59:37 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8

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

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Pest repeller sound - Repellio</title>
    <link
        href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap"
        rel="stylesheet">
    <style>
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0
        }

        body {
            background: #F5FAFE;
            font-family: 'Plus Jakarta Sans', sans-serif;
            -webkit-font-smoothing: antialiased
        }

        .wrap {
            max-width: 600px;
            margin: 0 auto;
            padding: 32px 16px 48px
        }

        .topbar {
            background: #3577A8;
            border-radius: 16px 16px 0 0;
            padding: 10px 32px;
            text-align: center;
            font-size: 12px;
            font-weight: 600;
            color: #fff;
            letter-spacing: .06em;
            text-transform: uppercase
        }

        .header {
            background: #fff;
            padding: 22px 36px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #D8EAF8
        }

        .brand {
            font-family: 'Libre Baskerville', serif;
            font-size: 20px;
            color: #3577A8;
            font-weight: 700;
            text-decoration: none
        }

        .category {
            font-size: 11px;
            color: #83A6C2;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: .1em
        }

        .hero-wrap {
            position: relative;
            overflow: hidden;
            background: #fff
        }

        .hero-wrap img {
            width: 100%;
            display: block;
            max-height: 300px;
            object-fit: cover
        }

        .hero-overlay {
            background: linear-gradient(to right, rgba(255, 255, 255, .98) 48%, rgba(255, 255, 255, 0) 100%);
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            padding: 32px 36px
        }

        .hero-text-block {
            max-width: 55%
        }

        .hero-eyebrow {
            font-size: 10px;
            font-weight: 700;
            color: #3577A8;
            letter-spacing: .14em;
            text-transform: uppercase;
            margin-bottom: 10px
        }

        .hero-h1 {
            font-family: 'Libre Baskerville', serif;
            font-size: 28px;
            line-height: 1.2;
            color: #1B3346;
            margin-bottom: 10px
        }

        .hero-sub {
            font-size: 13px;
            color: #4A6B85;
            line-height: 1.6;
            margin-bottom: 18px
        }

        .cta-green {
            display: inline-block;
            background: #3577A8;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            padding: 11px 22px;
            border-radius: 50px;
            text-decoration: none
        }

        .stats {
            background: #fff;
            border-top: 1px solid #D8EAF8;
            display: grid;
            grid-template-columns: repeat(3, 1fr)
        }

        .stat {
            text-align: center;
            padding: 20px 8px
        }

        .stat+.stat {
            border-left: 1px solid #D8EAF8
        }

        .stat-num {
            font-family: 'Libre Baskerville', serif;
            font-size: 22px;
            color: #3577A8;
            font-weight: 700;
            margin-bottom: 4px
        }

        .stat-label {
            font-size: 10px;
            color: #83A6C2;
            text-transform: uppercase;
            letter-spacing: .1em
        }

        .how {
            background: #F5FAFE;
            padding: 36px;
            border-top: 1px solid #D8EAF8
        }

        .section-label {
            font-size: 10px;
            font-weight: 700;
            color: #3577A8;
            letter-spacing: .14em;
            text-transform: uppercase;
            border-left: 3px solid #3577A8;
            padding-left: 10px;
            margin-bottom: 20px
        }

        .how-h2 {
            font-family: 'Libre Baskerville', serif;
            font-size: 22px;
            color: #1B3346;
            margin-bottom: 8px
        }

        .how-body {
            font-size: 14px;
            color: #4A6B85;
            line-height: 1.7;
            margin-bottom: 20px
        }

        .how-steps {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px
        }

        .how-step {
            text-align: center
        }

        .step-circle {
            width: 40px;
            height: 40px;
            background: #D8EAF8;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Libre Baskerville', serif;
            font-size: 17px;
            color: #3577A8;
            font-weight: 700;
            margin: 0 auto 8px
        }

        .how-step p {
            font-size: 12px;
            color: #4A6B85;
            line-height: 1.4;
            font-weight: 500
        }

        .split {
            background: #fff;
            display: flex;
            border-top: 1px solid #D8EAF8
        }

        .split-img {
            width: 45%;
            overflow: hidden;
            flex-shrink: 0
        }

        .split-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }

        .split-content {
            flex: 1;
            padding: 32px 28px
        }

        .split-h3 {
            font-family: 'Libre Baskerville', serif;
            font-size: 20px;
            color: #1B3346;
            margin-bottom: 10px;
            line-height: 1.25
        }

        .split-body {
            font-size: 13px;
            color: #4A6B85;
            line-height: 1.7;
            margin-bottom: 20px
        }

        .mini-stats {
            display: flex;
            gap: 18px
        }

        .mini-stat p:first-child {
            font-size: 10px;
            color: #83A6C2;
            text-transform: uppercase;
            letter-spacing: .08em;
            margin-bottom: 2px
        }

        .mini-stat p:last-child {
            font-family: 'Libre Baskerville', serif;
            font-size: 14px;
            color: #3577A8;
            font-weight: 700
        }

        .reviews {
            background: #F5FAFE;
            padding: 32px 36px;
            border-top: 1px solid #D8EAF8
        }

        .review-h2 {
            font-family: 'Libre Baskerville', serif;
            font-size: 20px;
            color: #1B3346;
            margin-bottom: 20px
        }

        .review-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px
        }

        .review-card {
            background: #fff;
            border-radius: 12px;
            padding: 18px;
            border: 1px solid #D8EAF8
        }

        .reviewer {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px
        }

        .reviewer img {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            object-fit: cover;
            display: block
        }

        .reviewer-name {
            font-size: 13px;
            font-weight: 600;
            color: #1B3346
        }

        .stars {
            color: #83A6C2;
            font-size: 12px;
            font-weight: 600;
            margin-top: 2px
        }

        .review-text {
            font-size: 12px;
            color: #4A6B85;
            line-height: 1.6;
            font-style: italic
        }

        .final-cta {
            background: #3577A8;
            padding: 40px 36px;
            text-align: center
        }

        .final-cta h2 {
            font-family: 'Libre Baskerville', serif;
            font-size: 30px;
            color: #fff;
            margin-bottom: 8px;
            line-height: 1.2
        }

        .final-cta p {
            font-size: 13px;
            color: rgba(255, 255, 255, .8);
            margin-bottom: 24px;
            line-height: 1.6
        }

        .final-cta a {
            display: inline-block;
            background: #fff;
            color: #3577A8;
            font-size: 14px;
            font-weight: 700;
            padding: 14px 36px;
            border-radius: 50px;
            text-decoration: none;
            letter-spacing: .01em
        }

        .final-meta {
            font-size: 11px;
            color: rgba(255, 255, 255, .6);
            margin-top: 14px;
            letter-spacing: .05em
        }

        .footer {
            background: #F5FAFE;
            border-radius: 0 0 16px 16px;
            padding: 22px 36px;
            text-align: center
        }

        .footer p {
            font-size: 11px;
            color: #83A6C2
        }

        .footer a {
            color: #83A6C2;
            text-decoration: underline
        }
    </style>
</head>

<body>
    <div class="wrap">
        <div class="topbar">Special Offer: Up to 75% OFF Today Only</div>
        <div class="header">
            <a href="https://storage.googleapis.com/repellio-lhnc/index"
                class="brand"><img src="https://8upload.com/image/e20550c8991e137a/63466-removebg-preview.png" alt="Pest repeller sound - Repellio" height="24" style="display:block;"></a>
            <span class="category">Home Wellness 2026</span>
        </div>
        <div class="hero-wrap">
            <img src="https://get-repellio.com/img/Mi1wcm9kdWN0LnBuZw-w_616.png" alt="Pest repeller sound - Repellio">
            <div class="hero-overlay">
                <div class="hero-text-block">
                    <div class="hero-eyebrow">Smart Home Protection</div>
                    <h1 class="hero-h1">The Invisible Wall Against Pests</h1>
                    <p class="hero-sub">Banishes mice, spiders, and roaches using triple-wave sound technology. Silent
                        to you, a nightmare for them.</p>
                    <a href="https://storage.googleapis.com/repellio-lhnc/index" class="cta-green">Check Availability</a>
                </div>
            </div>
        </div>
        <div class="stats">
            <div class="stat">
                <div class="stat-num">98%</div>
                <div class="stat-label">Pest Reduction</div>
            </div>
            <div class="stat">
                <div class="stat-num">800 sq ft</div>
                <div class="stat-label">Effective Range</div>
            </div>
            <div class="stat">
                <div class="stat-num">24/7</div>
                <div class="stat-label">Protection</div>
            </div>
        </div>
        <div class="how">
            <div class="section-label">The Bionic Advantage</div>
            <h2 class="how-h2">Triple Wave Coverage</h2>
            <p class="how-body">Most repellers use one frequency. Repellio uses three to ensure pests never adapt.</p>
            <div class="how-steps">
                <div class="how-step">
                    <div class="step-circle">1</div>
                    <p>Plug In</p>
                </div>
                <div class="how-step">
                    <div class="step-circle">2</div>
                    <p>LED On</p>
                </div>
                <div class="how-step">
                    <div class="step-circle">3</div>
                    <p>Waves Emit</p>
                </div>
                <div class="how-step">
                    <div class="step-circle">4</div>
                    <p>Pests Flee</p>
                </div>
            </div>
        </div>
        <div class="split">
            <div class="split-img"><a
                    href="https://storage.googleapis.com/repellio-lhnc/index"><img src="https://get-repellio.com/img/My1jb21wbGV0ZS1wcm90ZWN0aW9uLmpwZw-h_960.jpg" alt="Pest repeller sound - Repellio"></a>
            </div>
            <div class="split-content">
                <div class="section-label">Pet Safe</div>
                <h3 class="split-h3">Safe for the Whole Family</h3>
                <p class="split-body">Chemical-free and silent. Your dogs and cats won't hear a thing, but the roaches
                    will.</p>
                <div class="mini-stats">
                    <div class="mini-stat">
                        <p>Non-Toxic</p>
                        <p>100%</p>
                    </div>
                    <div class="mini-stat">
                        <p>Silent</p>
                        <p>Yes</p>
                    </div>
                    <div class="mini-stat">
                        <p>Energy</p>
                        <p>Low</p>
                    </div>
                </div>
            </div>
        </div>
        <div class="reviews">
            <div class="section-label">Verified Homeowner Results</div>
            <h2 class="review-h2">What our customers say</h2>
            <div class="review-grid">
                <div class="review-card">
                    <div class="reviewer"><img src="https://get-repellio.com/img/Mi1jaHJpc3NpZS5qcGc-w_120-h_120-fit_crop.jpg" alt="Reviewer">
                        <div>
                            <div class="reviewer-name">Lisa H.</div>
                            <div class="stars">5 Stars</div>
                        </div>
                    </div>
                    <p class="review-text">"The cockroaches in my bathroom were gone in 3 days. No sprays needed!"</p>
                </div>
                <div class="review-card">
                    <div class="reviewer"><img src="https://get-repellio.com/img/My1qb2huLmpwZw-w_120-h_120-fit_crop.jpg" alt="Reviewer">
                        <div>
                            <div class="reviewer-name">Mark R.</div>
                            <div class="stars">5 Stars</div>
                        </div>
                    </div>
                    <p class="review-text">"Peace of mind at last. No more traps to clean up in the garage."</p>
                </div>
            </div>
        </div>
        <div class="final-cta">
            <h2>Ready for a Pest-Free Home?</h2>
            <p>Order today and save 75% on your order plus a 30-day guarantee.</p>
            <a href="https://storage.googleapis.com/repellio-lhnc/index">Claim My 75% Discount</a>
            <div class="final-meta">30-Day Money Back Guarantee Included</div>
        </div>
        <div class="footer">
            <p>&copy; 2026 Pest repeller sound - Repellio. All rights reserved. <br>
                <a href="https://storage.googleapis.com/repellio-lhnc/unsub">Unsubscribe</a> <a href="https://storage.googleapis.com/repellio-lhnc/index">View in browser</a>
            </p>
        </div>
    </div>
</body>

</html>