<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exclusive Casino Offers</title>
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background-color: #f4f4f4;
}
.email-container {
max-width: 600px;
margin: 0 auto;
background-color: #ffffff;
}
.header {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 40px 20px;
text-align: center;
color: #ffffff;
}
.header h1 {
margin: 0;
font-size: 32px;
font-weight: bold;
}
.subheader {
margin-top: 10px;
font-size: 16px;
opacity: 0.9;
}
.content {
padding: 30px 20px;
}
.intro-text {
font-size: 16px;
line-height: 1.6;
color: #333333;
text-align: center;
margin-bottom: 30px;
}
.offer-card {
background-color: #f9f9f9;
border-radius: 10px;
padding: 25px;
margin-bottom: 20px;
border-left: 5px solid #667eea;
transition: transform 0.2s;
}
.offer-card:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.offer-title {
font-size: 24px;
font-weight: bold;
color: #2d3748;
margin-bottom: 10px;
}
.offer-description {
font-size: 14px;
color: #666666;
line-height: 1.5;
margin-bottom: 15px;
}
.cta-button {
display: inline-block;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #ffffff;
text-decoration: none;
padding: 14px 30px;
border-radius: 5px;
font-weight: bold;
font-size: 16px;
text-align: center;
transition: opacity 0.3s;
}
.cta-button:hover {
opacity: 0.9;
}
.highlight {
background-color: #ffd700;
color: #2d3748;
padding: 2px 8px;
border-radius: 3px;
font-weight: bold;
}
.footer {
background-color: #2d3748;
color: #ffffff;
padding: 20px;
text-align: center;
font-size: 12px;
}
.footer a {
color: #667eea;
text-decoration: none;
}
.disclaimer {
background-color: #f0f0f0;
padding: 20px;
font-size: 11px;
color: #666666;
line-height: 1.4;
text-align: center;
}
</style>
</head>
<body>
<div class="email-container">
<!-- Header -->
<div class="header">
<h1>🎰 Exclusive Casino Offers</h1>
<p class="subheader">Your VIP Access to Premium Canadian Gaming</p>
</div>
<!-- Content -->
<div class="content">
<p class="intro-text">
Get ready for an unbeatable gaming experience! We've handpicked the best casino offers just for you.
Choose your favorite and start winning today!
</p>
<!-- Qbet Offer -->
<div class="offer-card">
<div class="offer-title">🎯 Qbet Casino</div>
<div class="offer-description">
Experience gaming excellence with Qbet! Enjoy <span class="highlight">welcome bonuses</span>,
hundreds of premium slots, and lightning-fast payouts. Join thousands of Canadian players today!
</div>
<a href="https://record.betgroup.partners/_rK956GnROcm7jPFz2_GrAWNd7ZgqdRLk/1/?pg=2" class="cta-button">Claim Qbet Offer →</a>
</div>
<!-- Amunra Offer -->
<div class="offer-card">
<div class="offer-title">🏛️ Amunra Casino</div>
<div class="offer-description">
Discover ancient treasures at Amunra! Unlock <span class="highlight">exclusive rewards</span>,
play top-rated games, and enjoy 24/7 customer support. Your epic gaming journey starts here!
</div>
<a href="https://trck.gdmsecure-ig.com/?a=287288&c=421426&co=350285&mt=16" class="cta-button">Claim Amunra Offer →</a>
</div>
<!-- Horus Casino Offer -->
<div class="offer-card">
<div class="offer-title">🦅 Horus Casino</div>
<div class="offer-description">
Soar to new heights with Horus Casino! Claim your <span class="highlight">generous bonuses</span>,
access premium live dealer games, and win big with our progressive jackpots!
</div>
<a href="https://trck.gdmsecure-ig.com/?a=269144&c=424888&co=330550&mt=16" class="cta-button">Claim Horus Offer →</a>
</div>
<!-- Slotuna Offer -->
<div class="offer-card">
<div class="offer-title">🌙 Slotuna Casino</div>
<div class="offer-description">
Ride the wave at Slotuna! Dive into <span class="highlight">amazing promotions</span>,
explore a vast game library, and enjoy smooth mobile gaming anytime, anywhere!
</div>
<a href="https://trck.gdmsecure-ig.com/?a=269144&c=426865&co=330550&mt=16" class="cta-button">Claim Slotuna Offer →</a>
</div>
</div>
<!-- Disclaimer -->
<div class="disclaimer">
<strong>18+ Only.</strong> Please gamble responsibly. This offer is available to Canadian residents only.
Terms and conditions apply. BeGambleAware.org
</div>
<!-- Footer -->
<div class="footer">
<p>This email was sent because you subscribed to receive casino offers and promotions.</p>
<p><a href="https://gamesmithery.com/">Unsubscribe</a> | <a href="https://gamesmithery.com/privacy-policy/">Privacy Policy</a></p>
<p style="margin-top: 15px; opacity: 0.7;">© 2025 All Rights Reserved</p>
</div>
</div>
</body>
</html>