<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ein einziger Unfall kann alles verändern</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
:root {
--ee-teal: #ffed00;
--ee-aqua: #ffed00;
--ee-yellow: #ffed00;
--ee-dark: #121212;
--ee-light: #f8f9fa;
--border-color: #e9ecef;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Outfit', sans-serif;
}
body {
background-color: var(--ee-light);
background: radial-gradient(circle at center, #ffffff 0%, #f1f3f5 100%);
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
color: var(--ee-dark);
}
.container {
max-width: 550px;
width: 100%;
background: #ffffff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
border: 1px solid var(--border-color);
}
.header {
background: var(--ee-teal);
padding: 24px 40px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 3px solid var(--ee-teal);
}
.header img {
height: 40px;
width: auto;
}
.logo {
display: none;
}
.content {
padding: 40px;
}
.text-block {
line-height: 1.6;
margin-bottom: 24px;
font-size: 18px;
color: #333;
}
.urgency-box {
background: #f0f7f8;
border: 2px solid var(--ee-teal);
border-radius: 12px;
padding: 32px 24px;
margin-bottom: 32px;
text-align: center;
box-shadow: 0 12px 30px rgba(0, 124, 146, 0.2);
position: relative;
}
.timer {
font-size: 42px;
font-weight: 800;
color: #c92a2a;
margin-top: 15px;
letter-spacing: 3px;
font-variant-numeric: tabular-nums;
text-shadow: 0 2px 4px rgba(201, 42, 42, 0.1);
}
.cta-button {
display: inline-block;
/* background: var(--ee-teal); */
background: #2f6c7a;
color: white;
padding: 22px 32px;
border-radius: 8px;
text-decoration: none;
font-weight: 800;
font-size: 19px;
transition: all 0.3s ease;
border: none;
cursor: pointer;
width: 100%;
text-align: center;
margin-top: 10px;
animation: pulse-btn 3s infinite ease-in-out;
box-shadow: 0 6px 20px rgba(46, 146, 0, 0.3);
}
@keyframes pulse-btn {
0% {
transform: scale(1);
box-shadow: 0 6px 20px rgba(12, 146, 0, 0.3);
}
50% {
transform: scale(1.02);
box-shadow: 0 10px 35px rgba(66, 146, 0, 0.5);
}
100% {
transform: scale(1);
box-shadow: 0 6px 20px rgba(0, 146, 19, 0.3);
}
}
.cta-button:hover {
background: var(--ee-aqua);
transform: translateY(-3px);
animation: none;
box-shadow: 0 12px 30px rgba(17, 146, 0, 0.4);
}
.product-accent {
display: flex;
align-items: center;
margin-bottom: 32px;
padding: 24px;
background: #f8f9fa;
border-radius: 12px;
border: 1px solid var(--border-color);
}
.product-accent img {
width: 90px;
height: auto;
margin-right: 20px;
}
.product-text {
font-size: 16px;
font-weight: 700;
color: #222;
line-height: 1.4;
}
.promo-highlight {
display: inline-block;
background: var(--ee-teal);
color: #222;
padding: 2px 8px;
border-radius: 4px;
font-weight: 800;
}
.footer {
padding: 30px;
text-align: center;
font-size: 13px;
border-top: 1px solid var(--border-color);
}
.footer a {
color: #888;
text-decoration: underline;
}
@media (max-width: 480px) {
.content {
padding: 24px;
}
.header {
padding: 20px 24px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<a href="https://qrco.de/bgrt2W"><img src="https://static.wikia.nocookie.net/logopedia/images/f/f4/HUK-Coburg_2024.svg/revision/latest/scale-to-width-down/300?cb=20240908170207" alt="EE Logo"></a>
<div style="color: #222; font-size: 12px; font-weight: 700; letter-spacing: 1px;">OFFIZIELLE PRÄMIE</div>
</div>
<div class="content">
<div class="text-block"
style="font-weight: 800; font-size: 22px; color: #222; margin-bottom: 20px;">
1.000 Fahrer-Einladungen.
</div>
<p class="text-block">
Sobald sie vergeben sind, wird dieses Angebot geschlossen.
</p>
<div class="urgency-box">
<p style="font-weight: 700; font-size: 16px;">
Eine Einladung wurde für Sie reserviert.
</p>
<div class="timer" id="timer" style="letter-spacing: 1px;">Zeitlich begrenzter Fahrerzugang</div>
</div>
<div class="product-accent">
<a href="https://qrco.de/bgrt2W"><img src="https://cusdomon.com/file_6f9075a6-348f-4ac9-9fcb-18c95cdef134.png" alt="Dashcam"></a>
<div class="product-text">
<span class="promo-highlight">DRIVE1000</span> schaltet 65 % Rabatt auf eine Dashcam frei.
</div>
</div>
<p class="text-block">
Kein komplizierter Ablauf. Keine langen Formulare. Beantworten Sie einfach eine kurze Umfrage, und Ihr Rabattzugang wird freigeschaltet.
</p>
<p class="text-block" style="font-weight: 700; color: #c92a2a; text-align: center;">
Ein einziger Unfall kann alles verändern. Videoaufnahmen können den entscheidenden Unterschied machen.
</p>
<a href="https://qrco.de/bgrt2W" class="cta-button" id="survey-btn">
Meinen 65-%-Rabatt freischalten
</a>
<div style="text-align: center; margin-top: 16px; font-size: 12px; color: #666; font-weight: 600;">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" style="display: inline-block; vertical-align: middle; margin-right: 4px;"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>
<span style="text-transform:uppercase">VERIFIZIERTE FAHRER-EINLADUNG</span>
</div>
</div>
</div>
</body>
</html>