@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #0a0f0f;
    color: #e0e0e0;
    line-height: 1.6;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background-color: #0f1414;
    border-bottom: 2px solid #9146ff;
}

.logo h1 {
    font-size: 1.8rem;
    font-weight: 700;
}

.destaque {
    color: #9146ff;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 2rem;
}

nav ul li a {
    text-decoration: none;
    color: #e0e0e0;
    font-weight: 500;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #9146ff;
}

.hero {
    background: linear-gradient(135deg, #0a0f0f 0%, #1a1f2f 100%);
    text-align: center;
    padding: 6rem 1rem;
}

.animated-text {
    min-height: 100px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #9146ff;
    margin-bottom: 1rem;
}

#typing {
    border-right: 2px solid #9146ff;
    padding-right: 5px;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%, 100% { border-color: transparent; }
    50% { border-color: #9146ff; }
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #b0b0b0;
}

.btn {
    display: inline-block;
    background: #9146ff;
    color: #ffffff;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s, transform 0.2s;
}

.btn:hover {
    background: #7a2be0;
    transform: scale(1.05);
}

.bots {
    padding: 4rem 5%;
    text-align: center;
}

.bots h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #ffffff;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.card {
    background: #1a1f2f;
    border-radius: 15px;
    padding: 2rem;
    width: 300px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(145, 70, 255, 0.3);
}

.card i {
    font-size: 3rem;
    color: #9146ff;
    margin-bottom: 1rem;
}

.card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.card p {
    margin-bottom: 1.5rem;
    color: #b0b0b0;
}

.btn-card {
    display: inline-block;
    background: transparent;
    color: #9146ff;
    border: 2px solid #9146ff;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s, color 0.3s;
}

.btn-card:hover {
    background: #9146ff;
    color: #ffffff;
}

.up {
    background: #1a1f2f;
    padding: 4rem 5%;
    text-align: center;
}

.up h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #ffffff;
}

.up-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.up-card {
    background: #0f1414;
    border-radius: 15px;
    padding: 2rem;
    width: 300px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.up-card i {
    font-size: 3rem;
    color: #9146ff;
    margin-bottom: 1rem;
}

.up-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.up-card p {
    margin-bottom: 1.5rem;
    color: #b0b0b0;
}

.revenda {
    padding: 4rem 5%;
    text-align: center;
}

.revenda h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.revenda .subtitulo {
    color: #b0b0b0;
    margin-bottom: 3rem;
}

.produtos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.produto {
    background: #1a1f2f;
    border-radius: 15px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    transition: transform 0.3s;
}

.produto:hover {
    transform: translateY(-10px);
}

.produto img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.produto h3 {
    font-size: 1.3rem;
    margin: 1rem 0 0.5rem;
    color: #ffffff;
}

.produto p {
    color: #b0b0b0;
    margin: 0 1rem 1rem;
}

.btn-produto {
    display: inline-block;
    background: #9146ff;
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-produto:hover {
    background: #7a2be0;
}

.aura {
    background: #1a1f2f;
    padding: 4rem 5%;
    text-align: center;
}

.aura h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #ffffff;
}

.aura-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.aura-texto {
    max-width: 500px;
    text-align: left;
}

.aura-texto h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.aura-texto p {
    color: #b0b0b0;
    margin-bottom: 2rem;
}

.aura-imagem i {
    font-size: 10rem;
    color: #9146ff;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

footer {
    background: #0f1414;
    padding: 2rem 5%;
    text-align: center;
}

.footer-content p {
    margin-bottom: 1rem;
    color: #b0b0b0;
}

.social a {
    color: #e0e0e0;
    margin: 0 0.5rem;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.social a:hover {
    color: #9146ff;
}

footer a {
    color: #9146ff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    header {
        flex-direction: column;
        text-align: center;
    }
    nav ul {
        margin-top: 1rem;
    }
    nav ul li {
        margin: 0 1rem;
    }
    .hero-content h2 {
        font-size: 2rem;
    }
}

/* Botões de contato (WhatsApp e Discord) */
.contato-botoes {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-contato {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #9146ff;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-contato i {
    font-size: 1.2rem;
}

.btn-contato:hover {
    background: #7a2be0;
}

/* Categorias de promoção */
.categorias {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
}

.categoria h3 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.categoria h3 i {
    color: #9146ff;
}

.preco-antigo {
    text-decoration: line-through;
    color: #b0b0b0;
    font-size: 0.9rem;
}

.preco-promo {
    color: #ff4d4d;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0.5rem 0;
}

/* ====== PÁGINAS INTERNAS (você já tinha, mas vou deixar junto) ====== */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 5%;
}

.pagina-bot .bot-header,
.pagina-up .up-header,
.pagina-revenda .revenda-header,
.pagina-aura .aura-header,
.pagina-contato .contato-header {
    text-align: center;
    margin-bottom: 3rem;
}

.pagina-bot .bot-header i {
    font-size: 4rem;
    color: #9146ff;
    margin-bottom: 1rem;
}

.bot-conteudo {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.bot-descricao {
    flex: 2;
    min-width: 300px;
}

.bot-descricao h3 {
    color: #ffffff;
    margin: 1.5rem 0 1rem;
}

.bot-descricao ul {
    list-style: none;
}

.bot-descricao ul li {
    margin: 0.5rem 0;
    color: #b0b0b0;
}

.bot-descricao ul li i {
    color: #9146ff;
    margin-right: 0.5rem;
}

.bot-compra {
    flex: 1;
    min-width: 250px;
}

.card-compra {
    background: #1a1f2f;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    position: sticky;
    top: 100px;
}

.card-compra h3 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.preco {
    font-size: 2.5rem;
    color: #9146ff;
    font-weight: 700;
    margin: 1rem 0;
}

.preco span {
    font-size: 1rem;
    color: #b0b0b0;
    font-weight: normal;
}

.descricao-preco {
    color: #b0b0b0;
    margin-bottom: 1.5rem;
}

.btn-comprar {
    display: block;
    background: #9146ff;
    color: #ffffff;
    text-align: center;
    padding: 1rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: background 0.3s;
}

.btn-comprar:hover {
    background: #7a2be0;
}

.obs {
    font-size: 0.9rem;
    color: #b0b0b0;
}

.bot-comandos {
    margin-top: 3rem;
}

.bot-comandos h3 {
    color: #ffffff;
    margin-bottom: 2rem;
    text-align: center;
}

.comandos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.comando {
    background: #1a1f2f;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
}

.comando code {
    display: block;
    background: #0f1414;
    color: #9146ff;
    padding: 0.5rem;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.comando span {
    color: #b0b0b0;
}

/* Página de Up */
.up-cards {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.up-card-detalhe {
    background: #1a1f2f;
    border-radius: 15px;
    padding: 2rem;
    width: 300px;
    text-align: center;
}

.up-card-detalhe i {
    font-size: 3rem;
    color: #9146ff;
    margin-bottom: 1rem;
}

.up-card-detalhe h3 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.up-card-detalhe p {
    color: #b0b0b0;
    margin-bottom: 1.5rem;
}

.up-contato {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-up {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #9146ff;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-up:hover {
    background: #7a2be0;
}

/* Página de Revenda */
.categorias-revenda {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.produtos-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.produto-card {
    background: #1a1f2f;
    border-radius: 15px;
    overflow: hidden;
    width: 250px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    transition: transform 0.3s;
}

.produto-card:hover {
    transform: translateY(-5px);
}

.produto-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.produto-card h4 {
    color: #ffffff;
    margin: 1rem;
    font-size: 1.2rem;
}

.produto-card .preco-antigo {
    margin: 0 1rem;
    font-size: 0.9rem;
}

.produto-card .preco-promo {
    margin: 0 1rem 0.5rem;
    color: #ff4d4d;
    font-weight: 700;
}

.btn-produto {
    display: block;
    background: #9146ff;
    color: #ffffff;
    text-align: center;
    padding: 0.8rem;
    margin: 1rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-produto:hover {
    background: #7a2be0;
}

/* Página da Aura */
.aura-conteudo {
    display: flex;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
}

.aura-texto-grande {
    flex: 2;
    min-width: 300px;
}

.aura-texto-grande p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #e0e0e0;
}

.aura-texto-grande ul {
    list-style: none;
    margin-bottom: 2rem;
}

.aura-texto-grande ul li {
    margin: 0.5rem 0;
    color: #b0b0b0;
}

.aura-texto-grande ul li i {
    color: #9146ff;
    margin-right: 0.5rem;
}

.aura-imagem-grande {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

/* Página de Contato */
.contato-grid {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.contato-info {
    flex: 1;
    min-width: 250px;
}

.contato-info h3 {
    color: #ffffff;
    margin: 1.5rem 0 1rem;
}

.contato-info ul {
    list-style: none;
}

.contato-info ul li {
    margin: 0.8rem 0;
    color: #b0b0b0;
}

.contato-info ul li i {
    color: #9146ff;
    width: 25px;
}

.contato-info a {
    color: #e0e0e0;
    text-decoration: none;
}

.contato-info a:hover {
    color: #9146ff;
}

.contato-form {
    flex: 2;
    min-width: 300px;
}

.contato-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contato-form input,
.contato-form textarea {
    background: #1a1f2f;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 0.8rem;
    color: #ffffff;
    font-family: inherit;
}

.contato-form input:focus,
.contato-form textarea:focus {
    outline: none;
    border-color: #9146ff;
}
/* Selos de confiança */
.selos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.selo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.selo i {
    font-size: 2rem;
    color: #9146ff;
}

.selo span {
    color: #b0b0b0;
    font-size: 0.9rem;
}

/* Destaques */
.destaques {
    margin-bottom: 3rem;
}

.destaques h3 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.produto-card.destaque {
    position: relative;
    border: 2px solid #9146ff;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4d4d;
    color: #ffffff;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 1;
}

/* Filtros */
.filtros {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filtro {
    background: transparent;
    border: 2px solid #9146ff;
    color: #e0e0e0;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.filtro:hover {
    background: #9146ff;
    color: #ffffff;
}

.filtro.ativo {
    background: #9146ff;
    color: #ffffff;
}

/* Compartilhar */
.compartilhar {
    margin: 0.5rem 0 1rem;
}

.compartilhar a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.compartilhar a:hover {
    color: #25d366; /* cor do WhatsApp */
}
/* Página Up - Como funciona */
.como-funciona {
    background: #1a1f2f;
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
}

.como-funciona h3 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.como-funciona h3 i {
    color: #9146ff;
}

.passos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.passo {
    text-align: center;
    max-width: 150px;
}

.numero {
    display: block;
    width: 40px;
    height: 40px;
    background: #9146ff;
    color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.passo p {
    color: #b0b0b0;
    font-size: 0.9rem;
}

/* Selos de segurança na página Up */
.seguranca {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background: #0f1414;
    border-radius: 15px;
}

.seguranca h3 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.seguranca h3 i {
    color: #9146ff;
}

.seguranca p {
    color: #b0b0b0;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.selos-up {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.selo-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.selo-up i {
    font-size: 2rem;
    color: #9146ff;
}

.selo-up span {
    color: #e0e0e0;
    font-size: 0.9rem;
}
/* ===== PÁGINA UP DE CONTAS ===== */

/* Badge UP com raio */
.badge-up {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #9146ff, #6a1fdb);
    color: white;
    font-weight: 800;
    font-size: 1.8rem;
    padding: 0.8rem 2.5rem;
    border-radius: 60px;
    box-shadow: 0 0 30px rgba(145, 70, 255, 0.7);
    margin-bottom: 1.5rem;
    border: 2px solid rgba(255,255,255,0.2);
    text-transform: uppercase;
    letter-spacing: 3px;
    animation: pulse-up 2s infinite;
    transition: transform 0.3s;
}

.badge-up:hover {
    transform: scale(1.05);
}

.badge-up i {
    font-size: 2.2rem;
    margin-right: 0.8rem;
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.7));
}

@keyframes pulse-up {
    0% { box-shadow: 0 0 20px rgba(145, 70, 255, 0.5); }
    50% { box-shadow: 0 0 50px rgba(145, 70, 255, 1); }
    100% { box-shadow: 0 0 20px rgba(145, 70, 255, 0.5); }
}

/* Descrição inicial */
.up-descricao {
    text-align: center;
    margin: 2rem 0;
    font-size: 1.2rem;
    color: #e0e0e0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(26, 31, 47, 0.6);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid #333;
}

.up-descricao strong {
    color: #9146ff;
}

/* Seção Como Funciona */
.como-funciona {
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 30px;
    padding: 3rem 2rem;
    margin: 3rem 0;
    text-align: center;
    border: 1px solid #333;
    box-shadow: 0 20px 30px rgba(0,0,0,0.5);
}

.como-funciona h3 {
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    text-shadow: 0 0 10px rgba(145, 70, 255, 0.3);
}

.como-funciona h3 i {
    color: #9146ff;
    margin-right: 0.8rem;
}

.passos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.passo {
    flex: 1;
    min-width: 200px;
    background: #0f1414;
    border-radius: 20px;
    padding: 2rem 1rem;
    position: relative;
    border-bottom: 4px solid #9146ff;
    transition: all 0.3s;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.passo:hover {
    transform: translateY(-10px);
    border-bottom-color: #ff4d4d;
    box-shadow: 0 20px 30px rgba(145, 70, 255, 0.3);
}

.numero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #9146ff;
    color: white;
    font-weight: 800;
    font-size: 1.5rem;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    box-shadow: 0 0 25px rgba(145, 70, 255, 0.8);
    border: 2px solid rgba(255,255,255,0.3);
}

.passo p {
    color: #e0e0e0;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500;
}

/* Cards de serviços */
.up-cards {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 3rem 0;
}

.up-card-detalhe {
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 25px;
    padding: 2.5rem 1.5rem;
    width: 320px;
    text-align: center;
    border: 1px solid #333;
    border-left: 6px solid #9146ff;
    transition: all 0.3s;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
}

.up-card-detalhe::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(135deg, rgba(145,70,255,0.1), transparent);
    z-index: 0;
}

.up-card-detalhe:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 35px rgba(145, 70, 255, 0.3);
    border-left-color: #ff4d4d;
}

.up-card-detalhe i {
    font-size: 3.5rem;
    color: #9146ff;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(145, 70, 255, 0.5);
    position: relative;
    z-index: 1;
}

.up-card-detalhe h3 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.up-card-detalhe p {
    color: #b0b0b0;
    margin-bottom: 1.8rem;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.up-card-detalhe strong {
    color: #9146ff;
    font-size: 1.3rem;
    display: block;
    margin-top: 0.5rem;
}

/* Botões de contato aprimorados */
.up-contato {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.btn-up {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: #2a2f3f;
    color: #ffffff;
    padding: 0.8rem 1.5rem;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: 1px solid #444;
    min-width: 130px;
    font-size: 1rem;
}

.btn-up i {
    font-size: 1.3rem;
    margin: 0 !important;
    transition: all 0.3s;
}

.btn-up:first-child i {
    color: #25D366; /* WhatsApp */
}

.btn-up:last-child i {
    color: #5865F2; /* Discord */
}

.btn-up:hover {
    background: #9146ff;
    border-color: #9146ff;
    transform: scale(1.08);
    box-shadow: 0 5px 15px rgba(145, 70, 255, 0.4);
}

.btn-up:hover i {
    color: white !important;
}

/* Seção de segurança */
.seguranca {
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 30px;
    padding: 3rem 2rem;
    margin: 3rem 0;
    text-align: center;
    border: 1px solid #333;
    box-shadow: 0 20px 30px rgba(0,0,0,0.5);
}

.seguranca h3 {
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 10px rgba(145, 70, 255, 0.3);
}

.seguranca h3 i {
    color: #9146ff;
    margin-right: 0.8rem;
}

.seguranca p {
    color: #b0b0b0;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    line-height: 1.8;
}

.selos-up {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.selo-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.selo-up i {
    font-size: 2.8rem;
    color: #9146ff;
    background: #0f1414;
    padding: 1.2rem;
    border-radius: 50%;
    border: 2px solid #9146ff;
    box-shadow: 0 0 25px rgba(145, 70, 255, 0.4);
    transition: all 0.3s;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selo-up:hover i {
    transform: scale(1.15) rotate(5deg);
    background: #9146ff;
    color: white;
    box-shadow: 0 0 40px rgba(145, 70, 255, 0.8);
}

.selo-up span {
    color: #e0e0e0;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .badge-up {
        font-size: 1.4rem;
        padding: 0.6rem 1.8rem;
    }
    
    .badge-up i {
        font-size: 1.8rem;
    }
    
    .up-descricao {
        font-size: 1rem;
        padding: 1rem;
    }
    
    .passos {
        flex-direction: column;
        gap: 1.2rem;
    }
    
    .passo {
        min-width: auto;
        width: 100%;
    }
    
    .up-card-detalhe {
        width: 100%;
        max-width: 350px;
    }
    
    .como-funciona h3,
    .seguranca h3 {
        font-size: 1.8rem;
    }
    
    .selos-up {
        gap: 1.5rem;
    }
    
    .selo-up i {
        font-size: 2.2rem;
        width: 70px;
        height: 70px;
    }
    
    .btn-up {
        min-width: 110px;
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .up-contato {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-up {
        width: 80%;
    }
    
    .selos-up {
        flex-direction: column;
        align-items: center;
    }
}
/* ===== PÁGINA DA AURA - SUPER AI ===== */

/* Badge especial */
.aura-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff4d4d, #9146ff);
    color: white;
    font-weight: 800;
    font-size: 2rem;
    padding: 1rem 2.5rem;
    border-radius: 60px;
    box-shadow: 0 0 40px rgba(145, 70, 255, 0.8);
    margin-bottom: 1.5rem;
    border: 2px solid rgba(255,255,255,0.3);
    text-transform: uppercase;
    letter-spacing: 3px;
    animation: aura-pulse 2.5s infinite;
}

.aura-badge i {
    font-size: 2.5rem;
    margin-right: 1rem;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.8));
}

@keyframes aura-pulse {
    0% { box-shadow: 0 0 20px rgba(145, 70, 255, 0.5); }
    50% { box-shadow: 0 0 60px rgba(255, 77, 77, 0.8); }
    100% { box-shadow: 0 0 20px rgba(145, 70, 255, 0.5); }
}

/* Apresentação */
.aura-apresentacao {
    text-align: center;
    margin: 2rem 0 3rem;
}

.aura-texto-destaque {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(26, 31, 47, 0.7);
    padding: 2rem;
    border-radius: 30px;
    border: 1px solid #9146ff;
    box-shadow: 0 0 30px rgba(145, 70, 255, 0.2);
}

.aura-texto-destaque p {
    font-size: 1.3rem;
    color: #e0e0e0;
    line-height: 1.8;
}

/* Habilidades */
.habilidades {
    margin: 4rem 0;
}

.habilidades h3 {
    text-align: center;
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
}

.habilidades h3 i {
    color: #9146ff;
    margin-right: 0.8rem;
}

.habilidades-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 0 1rem;
}

.habilidade-card {
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 25px;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid #333;
    border-bottom: 4px solid #9146ff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.habilidade-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(145,70,255,0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s;
}

.habilidade-card:hover::before {
    opacity: 1;
}

.habilidade-card:hover {
    transform: translateY(-10px);
    border-bottom-color: #ff4d4d;
    box-shadow: 0 20px 30px rgba(145, 70, 255, 0.3);
}

.habilidade-card i {
    font-size: 3.5rem;
    color: #9146ff;
    margin-bottom: 1.2rem;
    text-shadow: 0 0 20px rgba(145, 70, 255, 0.5);
}

.habilidade-card h4 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.habilidade-card p {
    color: #b0b0b0;
    font-size: 1rem;
    line-height: 1.6;
}

/* Timeline */
.evolucao {
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 30px;
    padding: 3rem 2rem;
    margin: 4rem 0;
    border: 1px solid #333;
}

.evolucao h3 {
    text-align: center;
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 3rem;
}

.evolucao h3 i {
    color: #9146ff;
    margin-right: 0.8rem;
}

.timeline {
    max-width: 600px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.timeline-marker {
    font-size: 2rem;
    min-width: 60px;
    height: 60px;
    background: #0f1414;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #9146ff;
    box-shadow: 0 0 25px rgba(145, 70, 255, 0.5);
}

.timeline-content {
    background: #0f1414;
    padding: 1.5rem;
    border-radius: 15px;
    flex: 1;
    border-left: 4px solid #9146ff;
}

.timeline-content h4 {
    color: #9146ff;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.timeline-content p {
    color: #b0b0b0;
    margin: 0;
}

/* Curiosidades */
.curiosidades {
    margin: 4rem 0;
}

.curiosidades h3 {
    text-align: center;
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
}

.curiosidades h3 i {
    color: #9146ff;
    margin-right: 0.8rem;
}

.curiosidades-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.curiosidade {
    background: #0f1414;
    border-radius: 20px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #333;
    transition: all 0.3s;
}

.curiosidade:hover {
    transform: translateY(-5px);
    border-color: #9146ff;
    box-shadow: 0 10px 20px rgba(145, 70, 255, 0.2);
}

.curiosidade .emoji {
    font-size: 2rem;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1f2f;
    border-radius: 50%;
    border: 2px solid #9146ff;
}

.curiosidade p {
    color: #e0e0e0;
    margin: 0;
    font-size: 1rem;
}

/* Demonstração */
.demonstracao {
    margin: 4rem 0;
}

.demonstracao h3 {
    text-align: center;
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 2rem;
}

.demonstracao h3 i {
    color: #9146ff;
    margin-right: 0.8rem;
}

.video-placeholder {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 30px;
    padding: 4rem 2rem;
    text-align: center;
    border: 2px dashed #9146ff;
    cursor: pointer;
    transition: all 0.3s;
}

.video-placeholder:hover {
    border-color: #ff4d4d;
    transform: scale(1.02);
}

.video-placeholder i {
    font-size: 5rem;
    color: #9146ff;
    margin-bottom: 1rem;
    text-shadow: 0 0 30px rgba(145, 70, 255, 0.5);
}

.video-placeholder p {
    color: #b0b0b0;
    font-size: 1.2rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .aura-badge {
        font-size: 1.5rem;
        padding: 0.8rem 1.8rem;
    }
    
    .aura-badge i {
        font-size: 2rem;
    }
    
    .aura-texto-destaque p {
        font-size: 1.1rem;
    }
    
    .habilidades h3,
    .evolucao h3,
    .curiosidades h3,
    .demonstracao h3 {
        font-size: 1.8rem;
    }
    
    .timeline-item {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .timeline-marker {
        margin-left: 1rem;
    }
    
    .curiosidades-grid {
        grid-template-columns: 1fr;
    }
}
/* ===== PÁGINA DARKBOT ===== */
.darkbot-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2c3e50, #1a1f2f);
    color: white;
    font-weight: 800;
    font-size: 2rem;
    padding: 1rem 2.5rem;
    border-radius: 60px;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);
    margin-bottom: 2rem;
    border: 2px solid #9146ff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.darkbot-badge i {
    font-size: 2.5rem;
    margin-right: 1rem;
    color: #9146ff;
}

.darkbot-header {
    text-align: center;
    margin-bottom: 3rem;
}

.darkbot-header h2 {
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.darkbot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.darkbot-card {
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 1px solid #333;
    border-bottom: 4px solid #9146ff;
    transition: all 0.3s;
}

.darkbot-card:hover {
    transform: translateY(-10px);
    border-bottom-color: #ff4d4d;
}

.darkbot-card i {
    font-size: 3rem;
    color: #9146ff;
    margin-bottom: 1rem;
}

.darkbot-card h3 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.darkbot-card p {
    color: #b0b0b0;
}

.darkbot-funcionalidades {
    background: #1a1f2f;
    border-radius: 30px;
    padding: 3rem;
    margin: 3rem 0;
}

.darkbot-funcionalidades h3 {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.darkbot-funcionalidades h3 i {
    color: #9146ff;
    margin-right: 0.5rem;
}

.func-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.func-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #0f1414;
    padding: 1rem;
    border-radius: 15px;
}

.func-item i {
    color: #9146ff;
    font-size: 1.3rem;
}

.func-item span {
    color: #e0e0e0;
}

.darkbot-compra {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

.preco-card {
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 30px;
    padding: 3rem;
    max-width: 500px;
    text-align: center;
    border: 2px solid #9146ff;
    box-shadow: 0 20px 40px rgba(145,70,255,0.3);
}

.preco-card h3 {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.preco-card .preco {
    font-size: 3.5rem;
    color: #9146ff;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.preco-card p {
    color: #b0b0b0;
    margin-bottom: 1.5rem;
}

.preco-card ul {
    list-style: none;
    margin-bottom: 2rem;
}

.preco-card ul li {
    color: #e0e0e0;
    margin: 0.5rem 0;
}

.preco-card ul li i {
    color: #9146ff;
    margin-right: 0.5rem;
}

.btn-comprar-dark {
    display: inline-block;
    background: linear-gradient(135deg, #9146ff, #6a1fdb);
    color: white;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s;
    border: 2px solid rgba(255,255,255,0.2);
}

.btn-comprar-dark:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(145,70,255,0.5);
}
/* ===== PÁGINA MUSICBOT ===== */
.music-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff4d4d, #9146ff);
    color: white;
    font-weight: 800;
    font-size: 2rem;
    padding: 1rem 2.5rem;
    border-radius: 60px;
    box-shadow: 0 0 30px rgba(255,77,77,0.5);
    margin-bottom: 2rem;
}

.music-badge i {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.music-player-visual {
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 30px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 3rem 0;
    border: 1px solid #9146ff;
}

.player-cover {
    width: 100px;
    height: 100px;
    background: #9146ff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.player-cover i {
    font-size: 3rem;
    color: white;
}

.player-info {
    flex: 1;
}

.now-playing {
    color: #e0e0e0;
    margin-bottom: 1rem;
}

.now-playing span {
    color: #9146ff;
    font-weight: 600;
}

.waveform {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
}

.waveform span {
    width: 8px;
    height: 20px;
    background: #9146ff;
    border-radius: 4px;
    animation: wave 1s infinite ease-in-out;
}

.waveform span:nth-child(2) { animation-delay: 0.1s; height: 30px; }
.waveform span:nth-child(3) { animation-delay: 0.2s; height: 40px; }
.waveform span:nth-child(4) { animation-delay: 0.3s; height: 30px; }
.waveform span:nth-child(5) { animation-delay: 0.4s; height: 20px; }

@keyframes wave {
    0%, 100% { transform: scaleY(0.5); }
    50% { transform: scaleY(1); }
}

.music-features h2 {
    text-align: center;
    color: #ffffff;
    margin: 3rem 0;
    font-size: 2rem;
}

.music-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.music-card {
    background: #1a1f2f;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border-bottom: 4px solid #9146ff;
}

.music-card i {
    font-size: 3rem;
    color: #9146ff;
    margin-bottom: 1rem;
}

.music-card h3 {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.music-card p {
    color: #b0b0b0;
}

.music-comandos {
    background: #1a1f2f;
    border-radius: 30px;
    padding: 3rem;
    margin: 3rem 0;
}

.music-comandos h3 {
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.cmd-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.cmd-item {
    background: #0f1414;
    border-radius: 15px;
    padding: 1rem;
}

.cmd-item code {
    display: block;
    color: #9146ff;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.cmd-item span {
    color: #b0b0b0;
}

.music-preco {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

.btn-comprar-music {
    display: inline-block;
    background: linear-gradient(135deg, #ff4d4d, #9146ff);
    color: white;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s;
}
/* ===== PÁGINA SCRIPTSMASH V2 ===== */
.smash-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00ff88, #00aaff);
    color: #0a0f0f;
    font-weight: 800;
    font-size: 2rem;
    padding: 1rem 2.5rem;
    border-radius: 60px;
    box-shadow: 0 0 30px rgba(0,255,136,0.5);
    margin-bottom: 2rem;
}

.smash-badge i {
    font-size: 2.5rem;
    margin-right: 1rem;
    color: #0a0f0f;
}

.specs {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 3rem 0;
}

.spec-item {
    background: #1a1f2f;
    border-radius: 20px;
    padding: 1.5rem;
    min-width: 150px;
    text-align: center;
    border-left: 4px solid #00ff88;
}

.spec-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #00ff88;
    margin-bottom: 0.3rem;
}

.spec-label {
    color: #b0b0b0;
}

.smash-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.smash-card {
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 1px solid #00ff88;
}

.smash-card i {
    font-size: 3rem;
    color: #00ff88;
    margin-bottom: 1rem;
}

.smash-card h3 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.smash-card p {
    color: #b0b0b0;
}

.comparacao {
    background: #1a1f2f;
    border-radius: 30px;
    padding: 3rem;
    margin: 3rem 0;
}

.comparacao h3 {
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.tabela {
    border: 1px solid #333;
    border-radius: 15px;
    overflow: hidden;
}

.tabela-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    border-bottom: 1px solid #333;
}

.tabela-row:last-child {
    border-bottom: none;
}

.tabela-row div {
    padding: 1rem;
    text-align: center;
    color: #e0e0e0;
}

.tabela-row.cabecalho {
    background: #0f1414;
    font-weight: 700;
}

.tabela-row.cabecalho div {
    color: #00ff88;
}

.tabela-row div i.fa-check {
    color: #00ff88;
}

.tabela-row div i.fa-times {
    color: #ff4d4d;
}

.smash-preco {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

.btn-comprar-smash {
    display: inline-block;
    background: linear-gradient(135deg, #00ff88, #00aaff);
    color: #0a0f0f;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s;
}
/* ===== PÁGINA CONTATO ===== */
.contato-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contato-header i {
    font-size: 4rem;
    color: #9146ff;
    margin-bottom: 1rem;
}

.contato-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin: 3rem 0;
}

.contato-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.info-card {
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 1px solid #333;
    transition: all 0.3s;
}

.info-card:hover {
    transform: translateY(-5px);
    border-color: #9146ff;
}

.info-card i {
    font-size: 2.5rem;
    color: #9146ff;
    margin-bottom: 1rem;
}

.info-card h3 {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.info-card p {
    color: #b0b0b0;
    margin-bottom: 1rem;
}

.btn-contato-info {
    display: inline-block;
    background: transparent;
    border: 2px solid #9146ff;
    color: #9146ff;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-contato-info:hover {
    background: #9146ff;
    color: white;
}

.contato-form-container {
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 30px;
    padding: 2.5rem;
    border: 1px solid #9146ff;
}

.contato-form-container h3 {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.contato-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.contato-form input,
.contato-form textarea {
    background: #0f1414;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 1rem;
    color: #ffffff;
    font-family: inherit;
}

.contato-form input:focus,
.contato-form textarea:focus {
    outline: none;
    border-color: #9146ff;
}

.btn-enviar {
    background: #9146ff;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-enviar:hover {
    background: #7a2be0;
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .contato-grid {
        grid-template-columns: 1fr;
    }
}
/* ===== NOVAS ESTILIZAÇÕES PARA INDEX E REVENDA ===== */

/* Estatísticas */
.stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 3rem 5%;
    background: #1a1f2f;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    color: #9146ff;
    line-height: 1;
}

.stat-label {
    color: #b0b0b0;
    font-size: 1.1rem;
}

/* Bots destaque (carrossel horizontal) */
.bots-destaque {
    padding: 4rem 5%;
    text-align: center;
}

.bots-destaque h2 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.bots-destaque h2 i {
    color: #9146ff;
}

.bot-carousel {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
}

.bot-carousel::-webkit-scrollbar {
    height: 8px;
}

.bot-carousel::-webkit-scrollbar-thumb {
    background: #9146ff;
    border-radius: 10px;
}

.bot-card-destaque {
    min-width: 250px;
    background: linear-gradient(145deg, #1a1f2f, #0f1414);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    scroll-snap-align: start;
    border: 1px solid #333;
    transition: all 0.3s;
}

.bot-card-destaque:hover {
    transform: translateY(-10px);
    border-color: #9146ff;
}

.bot-icon i {
    font-size: 3rem;
    color: #9146ff;
    margin-bottom: 1rem;
}

.bot-card-destaque h3 {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.bot-card-destaque p {
    color: #b0b0b0;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.btn-small {
    display: inline-block;
    background: transparent;
    border: 2px solid #9146ff;
    color: #9146ff;
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-small:hover {
    background: #9146ff;
    color: white;
}

/* Depoimentos */
.depoimentos {
    background: #1a1f2f;
    padding: 4rem 5%;
    text-align: center;
}

.depoimentos h2 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.depoimentos-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.depoimento {
    background: #0f1414;
    border-radius: 20px;
    padding: 2rem;
    max-width: 300px;
    position: relative;
    border-left: 4px solid #9146ff;
}

.depoimento i {
    color: #9146ff;
    font-size: 2rem;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 10px;
}

.depoimento p {
    color: #e0e0e0;
    font-style: italic;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.autor {
    color: #9146ff;
    font-weight: 600;
}

/* Chamada revenda */
.chamada-revenda {
    background: linear-gradient(135deg, #1a1f2f, #0f1414);
    padding: 4rem 5%;
    text-align: center;
    border-top: 2px solid #9146ff;
    border-bottom: 2px solid #9146ff;
}

.chamada-content h2 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.chamada-content p {
    color: #b0b0b0;
    max-width: 600px;
    margin: 0 auto 2rem;
}

/* CTA final */
.cta-final {
    padding: 5rem 5%;
    text-align: center;
}

.cta-final h2 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

/* ===== PÁGINA REVENDA ===== */
.busca-container {
    position: relative;
    max-width: 500px;
    margin: 2rem auto;
}

.busca-container input {
    width: 100%;
    background: #1a1f2f;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 1rem 1.5rem;
    color: white;
    font-size: 1rem;
}

.busca-container i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #9146ff;
}

.filtros-categoria {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.filtro-cat {
    background: transparent;
    border: 2px solid #9146ff;
    color: #e0e0e0;
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.filtro-cat:hover,
.filtro-cat.ativo {
    background: #9146ff;
    color: white;
}

.produtos-revenda {
    margin: 3rem 0;
}

.categoria-produto {
    margin-bottom: 3rem;
}

.categoria-produto h3 {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.categoria-produto h3 i {
    color: #9146ff;
    margin-right: 0.5rem;
}

.produtos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.produto-item {
    background: #1a1f2f;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid #333;
}

.produto-item:hover {
    transform: translateY(-10px);
    border-color: #9146ff;
    box-shadow: 0 15px 30px rgba(145,70,255,0.2);
}

.produto-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.produto-item h4 {
    color: #ffffff;
    margin: 1rem;
    font-size: 1.2rem;
}

.precos {
    margin: 0 1rem 1rem;
}

.preco-antigo {
    color: #b0b0b0;
    font-size: 0.9rem;
    text-decoration: line-through;
    margin-right: 0.5rem;
}

.preco-promo {
    color: #ff4d4d;
    font-size: 1.3rem;
    font-weight: 700;
}

.btn-afiliado {
    display: block;
    background: #9146ff;
    color: white;
    text-align: center;
    padding: 0.8rem;
    margin: 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-afiliado:hover {
    background: #7a2be0;
}

.info-afiliado {
    background: #1a1f2f;
    border-radius: 20px;
    padding: 2rem;
    margin: 3rem 0;
    text-align: center;
    border: 1px solid #9146ff;
}

.info-afiliado h3 {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.info-afiliado h3 i {
    color: #9146ff;
    margin-right: 0.5rem;
}

.info-afiliado p {
    color: #b0b0b0;
    max-width: 600px;
    margin: 0 auto;
}