Blog

03

03

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
body {
background-color: #f5f5f7;
min-height: 100vh;
}
.main_conteiner {
width: 100%;
max-width: 550px;
min-height: 100vh;
margin: 0 auto;
background: linear-gradient(179deg, #ffffff 0%, #f8f8f8 38%, #000 85%);
padding: 0;
box-sizing: border-box;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
}
.header {
background-color: rgb(19, 19, 22);
padding: 12px 15px;
height: auto;
position: relative;
z-index: 2;
}
.header>h5 {
height: auto;
color: white;
font-family: Roboto;
font-size: clamp(12px, 3.5vw, 14px);
font-weight: 700;
line-height: 1.4;
text-align: center;
letter-spacing: 0.3px;
}
.product {
display: flex;
align-items: center;
flex-direction: column;
width: 100%;
padding: 0 20px;
box-sizing: border-box;
}
.product_logo {
display: flex;
justify-content: center;
width: 100%;
background-color: rgb(240, 240, 239);
padding: 20px;
box-sizing: border-box;
border-radius: 0 0 30px 30px;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.product_logo>img {
width: min(45%, 180px);
object-fit: contain;
}
.product_text {
display: flex;
justify-content: center;
flex-direction: column;
margin-top: 25px;
}
.product_text>h3 {
color: #1d1d1f;
font-family: Roboto;
font-size: clamp(22px, 5vw, 32px);
font-style: italic;
font-weight: 900;
line-height: 1.3;
text-align: center;
margin: 15px 0;
padding: 0 10px;
letter-spacing: -0.5px;
}
.product_text>h4 {
color: rgb(142, 148, 163);
text-align: center;
font-family: Work Sans;
font-size: clamp(26px, 6vw, 36px);
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.5px;
margin-top: 5px;
}
.product_img {
margin: 25px 0;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.product_img>img {
width: min(75%, 350px);
height: auto;
object-fit: contain;
filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}
.offer_block {
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 52.76%);
padding: 20px;
border-radius: 30px 30px 0 0;
margin-top: 20px;
}
.button_offer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.button_offer>h1 {
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: clamp(32px, 7vw, 44px);
font-weight: 700;
line-height: 1.2;
margin: 20px 0;
padding: 0 10px;
letter-spacing: -0.5px;
}
.button_text {
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: clamp(16px, 4vw, 19px);
font-weight: 400;
line-height: 1.5;
width: 100%;
max-width: 90%;
margin: 15px auto;
opacity: 0.95;
}
.myButton {
background-color: rgb(19, 19, 22);
border: none;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
padding: clamp(16px, 4vw, 20px) clamp(25px, 5vw, 35px);
text-decoration: none;
color: #FFF;
font-family: Roboto;
font-size: clamp(18px, 5vw, 24px);
font-weight: 700;
line-height: 1.2;
width: min(90%, 380px);
text-align: center;
margin: 25px auto 15px;
box-sizing: border-box;
border-radius: 12px;
transition: all 0.2s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.myButton:hover {
background-color: rgb(35, 35, 38);
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.myButton:active {
transform: translateY(1px);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.unsubscribe {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.4;
color: rgba(255, 255, 255, 0.6);
padding: 15px 10px;
margin-top: 20px;
}
.unsubscribe a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
transition: all 0.2s ease;
}
.unsubscribe a:hover {
color: white;
border-bottom-color: white;
}
@media (max-width: 575px) {
.product_logo {
padding: 15px;
margin-bottom: 0;
}
.product_text {
margin-top: 20px;
}
.offer_block {
padding: 15px;
margin-top: 10px;
}
}

Exklusive Chance: Nur wenige Minuten für eine außergewöhnliche Belohnung!

Ihre Meinung ist wertvoll – Teilen Sie sie mit uns!

iPhone 16 Pro

iPhone 16 Pro

Ausgewählt!

Sie wurden als einer der wenigen Teilnehmer für unsere exklusive Apple-Produktumfrage ausgewählt! Ihre Erfahrungen und Einblicke sind für uns von unschätzbarem Wert.

Als Dankeschön haben Sie die Chance, ein brandneues iPhone 16 Pro zu gewinnen.

Nehmen Sie jetzt an der kurzen Umfrage teil – Ihre Meinung könnte belohnt werden!

Jetzt teilnehmen

Sie möchten keine weiteren Mitteilungen erhalten?
Hier abmelden