
+0 Vendido(s)
+0 Restante(s)
⭐| Conta Nitrada
R$ 2,99 — R$ 5,49
Selecione um item para ver o preçoDescrição
<p>
<title>Conta Discord com Nitro</title>
</p><!-- Font Awesome (ícones) -->
<p><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</p><style>
/* reset e prevenção de overflow lateral */
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
width: 100%;
overflow-x: hidden;
background: #0b0b0b;
font-family: 'Inter', Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* wrapper que centra o conteúdo */
.page-center {
display: flex;
justify-content: center;
padding: 20px 16px;
}
/* container responsivo */
.product-container {
width: 100%;
max-width: 920px;
background: linear-gradient(145deg,#121212,#1a1a1a);
border-radius: 20px;
color: #eaeaea;
box-shadow: 0 12px 32px rgba(0,0,0,0.6);
padding: 28px;
margin: 0 auto;
overflow: hidden;
}
.product-container h1 {
text-align: center;
font-size: 32px;
font-weight: 800;
background: linear-gradient(90deg,#8b5cf6,#a855f7);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 28px;
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
.info-card {
background: rgba(139, 92, 246, 0.1);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(139, 92, 246, 0.2);
padding: 20px;
border-radius: 14px;
margin-bottom: 20px;
box-shadow: 0 6px 18px rgba(139, 92, 246, 0.15);
transition: all .25s ease;
width: 100%;
}
.info-card:hover{
transform: translateY(-4px);
box-shadow: 0 8px 22px rgba(139, 92, 246, 0.25);
border: 1px solid rgba(139, 92, 246, 0.4);
background: rgba(139, 92, 246, 0.15);
}
.info-card h2{
display: flex;
align-items: center;
gap: 10px;
color: #a855f7;
font-size: 20px;
margin-bottom: 12px;
flex-wrap: wrap;
}
.info-card h2 i {
color: #8b5cf6;
font-size: 20px;
min-width: 20px;
text-align: center;
}
.info-card ul {
margin: 0;
padding-left: 20px;
}
.info-card li {
color: #d9d9d9;
margin-bottom: 8px;
font-size: 15px;
line-height: 1.6;
}
.highlight {
color: #a855f7;
font-weight: 600;
text-shadow: 0 0 10px rgba(168, 85, 247, 0.3);
}
.discord-card {
background: rgba(88, 101, 242, 0.1);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(88, 101, 242, 0.3);
}
.discord-card:hover {
background: rgba(88, 101, 242, 0.15);
border: 1px solid rgba(88, 101, 242, 0.5);
box-shadow: 0 8px 22px rgba(88, 101, 242, 0.25);
}
.discord-card h2 {
color: #5865f2;
}
.discord-card h2 i {
color: #4752c4;
}
.discord-title {
color: #5865f2;
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.discord-text {
color: #b9bfff;
font-size: 14px;
line-height: 1.5;
margin: 0;
}
.warning-card {
background: rgba(255, 193, 7, 0.1);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 193, 7, 0.3);
}
.warning-card:hover {
background: rgba(255, 193, 7, 0.15);
border: 1px solid rgba(255, 193, 7, 0.5);
box-shadow: 0 8px 22px rgba(255, 193, 7, 0.25);
}
.warning-card h2 {
color: #fbbf24;
}
.warning-card h2 i {
color: #f59e0b;
}
.warning-title {
color: #f59e0b;
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.warning-text {
color: #fde68a;
font-size: 14px;
line-height: 1.5;
margin: 0;
}
.nitro-badge {
display: inline-flex;
align-items: center;
gap: 6px;
background: linear-gradient(45deg, #5865f2, #4752c4);
color: white;
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-left: 10px;
box-shadow: 0 2px 10px rgba(88, 101, 242, 0.3);
}
.features-list {
list-style: none;
padding: 0;
margin: 15px 0 0 0;
}
.features-list li {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
color: #d9d9d9;
font-size: 15px;
line-height: 1.6;
padding: 10px 12px;
background: rgba(139, 92, 246, 0.05);
border-radius: 8px;
border-left: 3px solid #8b5cf6;
transition: all 0.2s ease;
}
.features-list li:hover {
background: rgba(139, 92, 246, 0.1);
transform: translateX(5px);
}
.check-icon {
color: #8b5cf6;
font-size: 16px;
min-width: 16px;
}
.nitro-icon {
color: #5865f2;
font-size: 16px;
min-width: 16px;
}
/* força quebra de palavras longas */
.info-card, .info-card * {
word-wrap: break-word;
word-break: break-word;
hyphens: auto;
}
/* responsive */
@media (max-width: 768px) {
.product-container {
padding: 20px;
border-radius: 16px;
}
.product-container h1 {
font-size: 24px;
}
.info-card {
padding: 16px;
}
.info-card h2 {
font-size: 18px;
gap: 6px;
}
.info-card li {
font-size: 14px;
line-height: 1.5;
}
}
@media (max-width: 480px) {
.product-container {
padding: 16px;
}
.product-container h1 {
font-size: 20px;
}
.info-card h2 {
font-size: 16px;
}
.info-card li {
font-size: 13px;
}
.nitro-badge {
font-size: 10px;
padding: 3px 8px;
}
}
</style>
<div class="page-center">
<div class="product-container">
<h1><em class="fa-brands fa-discord"></em> Conta Discord Nitrada <span class="nitro-badge"><em class="fa-solid fa-crown"></em> Privada</span></h1>
<div class="info-card discord-card">
<h2><em class="fa-solid fa-user-check"></em> Detalhes da Conta</h2>
<p style="color: #d9d9d9; margin-bottom: 15px;">Você receberá uma conta Discord completa com Nitro ativo:</p>
<div style="background: rgba(88, 101, 242, 0.15); padding: 12px; border-radius: 8px; border-left: 3px solid #5865f2;">
<div class="discord-title">👑 CONTA + NITRO ATIVO</div>
<p class="discord-text">Conta Discord individual com <strong>Discord Nitro já ativado</strong> e funcionando.</p>
<p class="discord-text">A conta é <span class="highlight">TOTALMENTE SUA</span> para personalizar e usar como quiser.</p>
</div>
</div>
<div class="info-card">
<h2><em class="fa-solid fa-star"></em> O que está incluído</h2>
<ul class="features-list">
<li>
<em class="fa-solid fa-user check-icon"></em>
<strong>Conta Discord Completa:</strong> Login e senha funcionando
</li>
<li>
<em class="fa-solid fa-crown nitro-icon"></em>
<strong>Discord Nitro Ativo:</strong> Todos os recursos premium liberados
</li>
<li>
<em class="fa-solid fa-upload nitro-icon"></em>
<strong>Upload 100MB:</strong> Envie arquivos grandes nos chats
</li>
<li>
<em class="fa-solid fa-smile nitro-icon"></em>
<strong>Emojis Globais:</strong> Use emojis de qualquer servidor
</li>
<li>
<em class="fa-solid fa-video nitro-icon"></em>
<strong>Qualidade HD:</strong> Stream e chamadas em alta definição
</li>
<li>
<em class="fa-solid fa-badge-check nitro-icon"></em>
<strong>Badge Nitro:</strong> Badge exclusivo no perfil
</li>
</ul>
</div>
<div class="info-card" style="background: rgba(34, 197, 94, 0.1); border: 1px solid rgba(34, 197, 94, 0.3);">
<h2 style="color: #22c55e;"><em class="fa-solid fa-key" style="color: #16a34a;"></em> Liberdade Total</h2>
<p style="color: #d9d9d9; margin-bottom: 15px;">Esta conta Discord é totalmente sua para personalizar:</p>
<div style="background: rgba(34, 197, 94, 0.15); padding: 12px; border-radius: 8px; border-left: 3px solid #22c55e;">
<div style="color: #22c55e; font-size: 14px; font-weight: 600; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px;">✅ VOCÊ PODE ALTERAR</div>
<p style="color: #86efac; font-size: 14px; line-height: 1.5; margin: 0;"><strong>Email e Senha:</strong> Mude para seus dados pessoais quando quiser.</p>
<p style="color: #86efac; font-size: 14px; line-height: 1.5; margin: 0;">Esta é uma <span class="highlight">CONTA INDIVIDUAL</span>, totalmente sua para uso pessoal.</p>
<p style="color: #86efac; font-size: 14px; line-height: 1.5; margin: 0;">Personalize o perfil, nome, avatar e configurações à vontade.</p>
</div>
</div>
<div class="info-card">
<h2><em class="fa-solid fa-cogs"></em> Como Usar</h2>
<ul>
<li><strong>Entrega Automática:</strong></li></ul></div></div></div>
Compra Segura
Sua compra é protegida por criptografia SSL
Entrega Automática
Receba seu pacote imediatamente após o pagamento
Métodos de pagamentos
á vista0
0 avaliações
5
4
3
2
1
