File: /home/u790421558/domains/digital.purochile.com.br/public_html/testelanding.html
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VinoSensual™ – O Prazer é Seu</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Roboto&display=swap" rel="stylesheet">
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Roboto', sans-serif;
color: #fff;
background-color: #1a000d;
}
header {
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1583337130417-f67a1e4ed5a6');
background-size: cover;
background-position: center;
text-align: center;
padding: 100px 20px;
}
header h1 {
font-size: 3rem;
font-family: 'Playfair Display', serif;
color: #fff;
margin-bottom: 15px;
}
header p {
font-size: 1.3rem;
color: #eee;
margin-bottom: 30px;
}
.cta-button {
background-color: #c10037;
color: #fff;
padding: 15px 35px;
border: none;
border-radius: 50px;
font-size: 1.1rem;
font-weight: bold;
cursor: pointer;
transition: 0.3s;
}
.cta-button:hover {
background-color: #e6004c;
}
section {
padding: 80px 20px;
text-align: center;
}
section h2 {
font-size: 2.2rem;
margin-bottom: 30px;
font-family: 'Playfair Display', serif;
}
ul {
list-style: none;
padding: 0;
max-width: 600px;
margin: 0 auto;
}
ul li {
margin-bottom: 20px;
font-size: 1.2rem;
display: flex;
align-items: center;
justify-content: center;
}
ul li::before {
content: "✔";
color: #ffd700;
margin-right: 10px;
}
.price-section {
background-color: #40001f;
}
.price {
font-size: 2.8rem;
color: #ffd700;
margin: 20px 0;
font-weight: bold;
}
.testimonial {
background-color: #330017;
padding: 25px;
margin: 30px auto;
width: 80%;
border-radius: 15px;
font-style: italic;
}
footer {
background-color: #000;
text-align: center;
padding: 30px 20px;
font-size: 0.9rem;
}
.highlight {
color: #ffd700;
font-weight: bold;
}
</style>
</head>
<body>
<header>
<h1>Vinho para o paladar. Luxo para o prazer.</h1>
<p>Uma experiência sensorial exclusiva, agora ao seu alcance.</p>
<button class="cta-button">QUERO VIVER ESSA EXPERIÊNCIA</button>
</header>
<section>
<h2>A Edição Limitada Que Desperta Todos os Sentidos</h2>
<ul>
<li>🍷 1 Vinho Premium Selecionado</li>
<li>✨ 1 Vibrador de Luxo - discreto e elegante</li>
<li>🎁 Embalagem sofisticada e entrega sigilosa</li>
<li>📕 Guia "O Prazer é Seu" - Descubra novas sensações</li>
<li>🎧 Acesso ao Ritual VinoSensual™ em áudio exclusivo</li>
</ul>
</section>
<section class="price-section">
<h2>Oferta Especial por Tempo Limitado:</h2>
<div class="price">R$ 147</div>
<p>Envio rápido, discreto e garantia total de satisfação.</p>
<button class="cta-button">QUERO A MINHA AGORA</button>
</section>
<section>
<h2>Garantia Elite</h2>
<p>Se você não sorrir com essa experiência, devolvemos seu dinheiro. <span class="highlight">Sem perguntas.</span></p>
</section>
<section>
<h2>Exclusividade Real</h2>
<p>Apenas <span class="highlight">500 unidades</span> disponíveis por mês.<br>
A <span class="highlight">primeira compra</span> com preço especial.<br>
Clube VinoSensual exclusivo para compradoras.</p>
</section>
<footer>
<p>© 2025 VinoSensual™ – Uma criação da elite do prazer. Todos os direitos reservados.</p>
</footer>
</body>
</html>