[Ativo] Promoção Especial de Páscoa 2026 - MUCABRASIL
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Promoção de Páscoa 2026 - MUCABRASIL</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=Cormorant:ital,wght@0,300;0,400;0,600; 0,700;1,300;1,400&family=DM+Sans:ital,wght@0,400;0 ,500;0,600;0,700;1,400&display=swap" rel="stylesheet">
<style>
:root {
--bg: #F8F5F0;
--card: #FFFFFF;
--gold: #B08D3E;
--gold-light: #D4B36A;
--gold-faint: rgba(176, 141, 62, 0.07);
--gold-border: rgba(176, 141, 62, 0.18);
--text: #302820;
--text-soft: #6B6058;
--text-muted: #A09888;
--border: #EAE5DD;
--border-light: #F0ECE6;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'DM Sans', sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.7;
min-height: 100vh;
-webkit-font-smoothing: antialiased;
}
.p-wrap {
max-width: 1024px;
margin: 0 auto;
padding: 0 28px 64px;
}
/* ── Banner ── */
.p-banner {
width: 1024px;
max-width: 100%;
height: auto;
display: block;
margin: 0 auto 52px;
border-radius: 0 0 12px 12px;
}
/* ── Hero ── */
.p-hero {
text-align: center;
margin-bottom: 52px;
}
.p-tag {
display: inline-block;
font-size: 10px;
font-weight: 600;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--gold);
border: 1px solid var(--gold-border);
padding: 5px 18px;
border-radius: 100px;
margin-bottom: 28px;
}
.p-hero h1 {
font-family: 'Cormorant', serif;
font-size: 48px;
font-weight: 300;
line-height: 1.1;
color: var(--text);
letter-spacing: -0.5px;
margin-bottom: 10px;
}
.p-hero h1 em {
font-weight: 600;
font-style: italic;
color: var(--gold);
}
.p-sub {
font-family: 'Cormorant', serif;
font-size: 18px;
color: var(--text-soft);
font-style: italic;
font-weight: 300;
}
.p-highlight {
display: inline-block;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--gold);
background: var(--gold-faint);
border: 1px solid var(--gold-border);
padding: 8px 24px;
border-radius: 100px;
margin-top: 28px;
}
/* ── Intro ── */
.p-intro {
text-align: center;
max-width: 540px;
margin: 0 auto 56px;
font-size: 15px;
color: var(--text-soft);
line-height: 1.9;
}
.p-intro strong { color: var(--text); }
/* ── Separator ── */
.p-sep {
width: 40px;
height: 1px;
background: var(--gold);
border: none;
margin: 0 auto 56px;
opacity: 0.5;
}
/* ── Cards ── */
.p-cards {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 56px;
}
.p-card {
background: var(--card);
border: 1px solid var(--border);
border-radius: 14px;
padding: 40px 28px 36px;
text-align: center;
position: relative;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.p-card:hover {
transform: translateY(-2px);
box-shadow: 0 12px 36px rgba(0,0,0,0.04);
}
.p-card-svg {
display: block;
margin: 0 auto 20px;
}
.p-card-title {
font-family: 'Cormorant', serif;
font-size: 21px;
font-weight: 600;
color: var(--text);
margin-bottom: 4px;
}
.p-card-range {
font-size: 12px;
color: var(--text-muted);
margin-bottom: 24px;
}
.p-card-bonus {
font-family: 'DM Sans', sans-serif;
font-size: 42px;
font-weight: 700;
line-height: 1;
margin-bottom: 6px;
color: var(--text-muted);
}
.p-card-label {
font-size: 11px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--text-muted);
}
.p-card-desc {
font-size: 13px;
color: var(--text-muted);
margin-top: 24px;
padding-top: 20px;
border-top: 1px solid var(--border-light);
line-height: 1.6;
}
/* Featured card */
.p-card.feat {
border-color: var(--gold-border);
}
.p-card.feat .p-card-bonus {
color: var(--gold);
}
.p-card-badge {
position: absolute;
top: -9px;
right: 20px;
font-size: 9px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
background: var(--gold);
color: #fff;
padding: 3px 14px;
border-radius: 100px;
}
/* ── Rules ── */
.p-rules {
background: var(--card);
border: 1px solid var(--border);
border-radius: 14px;
padding: 32px 36px;
margin-bottom: 56px;
}
.p-rules h3 {
font-family: 'Cormorant', serif;
font-size: 21px;
font-weight: 600;
color: var(--text);
margin-bottom: 24px;
}
.p-rule {
display: flex;
align-items: baseline;
gap: 14px;
margin-bottom: 14px;
font-size: 14px;
color: var(--text-soft);
line-height: 1.7;
}
.p-rule:last-child { margin-bottom: 0; }
.p-rule::before {
content: '';
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--gold);
flex-shrink: 0;
margin-top: 2px;
}
.p-rule strong { color: var(--text); }
.p-rule-gold { color: var(--gold); font-weight: 700; }
/* ── Footer ── */
.p-footer {
text-align: center;
padding-top: 36px;
border-top: 1px solid var(--border);
}
.p-footer p {
font-family: 'Cormorant', serif;
font-size: 20px;
font-style: italic;
font-weight: 300;
color: var(--text-soft);
}
.p-footer-brand {
font-size: 10px;
font-weight: 600;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--text-muted);
margin-top: 14px;
}
/* ── Responsive ── */
@media (max-width: 600px) {
.p-wrap { padding: 0 16px 40px; }
.p-hero h1 { font-size: 34px; }
.p-cards { grid-template-columns: 1fr; gap: 16px; }
.p-card { padding: 32px 24px 28px; }
.p-rules { padding: 24px 20px; }
}
</style>
</head>
<body>
<div class="p-wrap">
<img src="https://i.imgur.com/Fa2jeRy.png" alt="Promoção de Páscoa 2026 MUCABRASIL" class="p-banner">
<header class="p-hero">
<span class="p-tag">Primeira promoção de 2026</span>
<h1>Promoção de <em>Páscoa</em></h1>
<p class="p-sub">Comemore a Páscoa com bônus especiais em créditos</p>
<span class="p-highlight">Até +30% de bônus</span>
</header>
<div class="p-intro">
<p>A primeira promoção de créditos de 2026 chegou! Nesta Páscoa, aproveite bônus exclusivos para fortalecer seu personagem e aproveitar melhor os eventos. <strong>Não perca essa oportunidade!</strong></p>
</div>
<hr class="p-sep">
<div class="p-cards">
<div class="p-card">
<svg class="p-card-svg" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="6" y="18" width="28" height="18" rx="3" stroke="#A09888" stroke-width="1.5" fill="none"/>
<path d="M6 24h28" stroke="#A09888" stroke-width="1" opacity="0.4"/>
<rect x="17" y="18" width="6" height="18" rx="0" stroke="#A09888" stroke-width="1.5" fill="none"/>
<path d="M20 18 C20 18 12 16 10 10 C8 4 14 2 17 6 C18.5 8 20 12 20 18Z" stroke="#A09888" stroke-width="1.5" fill="none"/>
<path d="M20 18 C20 18 28 16 30 10 C32 4 26 2 23 6 C21.5 8 20 12 20 18Z" stroke="#A09888" stroke-width="1.5" fill="none"/>
</svg>
<div class="p-card-title">Pacote Iniciante</div>
<div class="p-card-range">R$ 50,00 a R$ 99,99</div>
<div class="p-card-bonus">+15%</div>
<div class="p-card-label">de bônus</div>
<div class="p-card-desc">Ideal para dar um impulso extra nesta Páscoa.</div>
</div>
<div class="p-card feat">
<span class="p-card-badge">Melhor</span>
<svg class="p-card-svg" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 6 L23.5 16 L34 16 L25.5 22.5 L28.5 33 L20 27 L11.5 33 L14.5 22.5 L6 16 L16.5 16 Z" stroke="#B08D3E" stroke-width="1.5" fill="none"/>
<path d="M20 10 L22.5 17 L30 17 L24 21.5 L26 28 L20 24 L14 28 L16 21.5 L10 17 L17.5 17 Z" fill="#B08D3E" opacity="0.08"/>
</svg>
<div class="p-card-title">Pacote Especial</div>
<div class="p-card-range">Acima de R$ 100,00</div>
<div class="p-card-bonus">+30%</div>
<div class="p-card-label">de bônus</div>
<div class="p-card-desc">O melhor bônus disponível — aproveite ao máximo.</div>
</div>
</div>
<div class="p-rules">
<h3>Informações Importantes</h3>
<div class="p-rule">Promoção válida de <strong>03/04/2026</strong> até <strong>26/04/2026 às 23:59</strong>.</div>
<div class="p-rule">Valores inferiores a <strong>R$ 49,99</strong> não participam da promoção.</div>
<div class="p-rule">O bônus é aplicado automaticamente sobre o valor da contribuição.</div>
<div class="p-rule">Exemplo: Ao contribuir com R$ 100,00, você receberá 130 créditos (100 + 30 de bônus).</div>
</div>
<footer class="p-footer">
<p>Feliz Páscoa e boas caçadas!</p>
<div class="p-footer-brand">MUCABRASIL — Páscoa 2026</div>
</footer>
</div>
</body>
</html>