body {
    font-family: 'Roboto', sans-serif;
}
.whatsapp-msg,
.whatsapp-float {
    font-family: 'Roboto', sans-serif;
}


/* ============================================================
   RESET BÁSICO
   ============================================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", Arial, sans-serif;
    background: #f5f5f5;
    color: #333;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

/* ============================================================
   CONTAINERS E LAYOUT
   ============================================================ */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

/* ============================================================
   HEADER
   ============================================================ */
.menu-topo {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-topo nav a {
    margin-left: 25px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: 0.3s;
}

.menu-topo nav a:hover {
    color: #4f46e5;
}

/* ============================================================
   HERO MODERNO
   ============================================================ */
.hero-modern {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.hero-modern h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.hero-modern p {
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 25px;
}

.btn-hero {
    background: #fff;
    color: #4f46e5;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.btn-hero:hover {
    background: #e0e0ff;
}

.hero-selos {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-selos span {
    background: rgba(255,255,255,0.15);
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 15px;
}

/* ============================================================
   SEÇÃO DE IA PREMIUM
   ============================================================ */
.destaque-ia {
    background: #fff;
    padding: 70px 0;
    text-align: center;
}

.destaque-ia h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #4f46e5;
}

.sub-ia {
    font-size: 18px;
    margin-bottom: 30px;
    color: #555;
}

.lista-ia {
    list-style: none;
    max-width: 600px;
    margin: auto;
    text-align: left;
}

.lista-ia li {
    font-size: 17px;
    margin: 12px 0;
    display: flex;
    align-items: center;
}

.lista-ia li i {
    margin-right: 10px;
    color: #4f46e5;
    font-size: 20px;
}

.btn-principal {
    display: inline-block;
    margin-top: 25px;
    background: #4f46e5;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-principal:hover {
    background: #3d3acb;
}

/* ============================================================
   PLANOS MODERNOS
   ============================================================ */
.planos-modern {
    padding: 70px 0;
    text-align: center;
}

.planos-modern h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.planos-modern .sub {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.grid-planos-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.plano-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.plano-card:hover {
    transform: translateY(-5px);
}

.plano-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.plano-card .preco {
    font-size: 20px;
    margin-bottom: 20px;
    color: #4f46e5;
}

.plano-card ul {
    list-style: none;
    margin-bottom: 20px;
}

.plano-card ul li {
    margin: 8px 0;
    font-size: 16px;
}

.btn-plano {
    display: block;
    background: #4f46e5;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-plano:hover {
    background: #3d3acb;
}

.destaque {
    border: 2px solid #4f46e5;
    position: relative;
}

.selo-popular {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #4f46e5;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

/* ============================================================
   DIFERENCIAIS PREMIUM
   ============================================================ */
.diferenciais {
    background: #fff;
    padding: 70px 0;
}

.grid-diferenciais {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    text-align: center;
}

.dif-item i {
    font-size: 40px;
    color: #4f46e5;
    margin-bottom: 10px;
}

.dif-item h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

/* ============================================================
   SEÇÃO TÉCNICA
   ============================================================ */
.tecnica {
    background: #f0f0ff;
    padding: 70px 0;
    text-align: center;
}

.lista-tecnica {
    list-style: none;
    max-width: 600px;
    margin: auto;
}

.lista-tecnica li {
    font-size: 18px;
    margin: 12px 0;
}

.lista-tecnica li i {
    margin-right: 10px;
    color: #4f46e5;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final {
    background: #4f46e5;
    color: #fff;
    text-align: center;
    padding: 70px 0;
}

.cta-final h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-final .btn-principal {
    background: #fff;
    color: #4f46e5;
}

.cta-final .btn-principal:hover {
    background: #e0e0ff;
}

/* ============================================================
   RESPONSIVIDADE
   ============================================================ */
@media (max-width: 768px) {
    .hero-modern h1 {
        font-size: 32px;
    }

    .hero-modern p {
        font-size: 17px;
    }

    .lista-ia {
        text-align: center;
    }
}
/* ============================================================
   RESPONSIVIDADE AVANÇADA — COMPATIBILIDADE TOTAL
   ============================================================ */

/* Telas até 1024px (tablets e notebooks pequenos) */
@media (max-width: 1024px) {

    .hero-modern h1 {
        font-size: 36px;
    }

    .hero-modern p {
        font-size: 18px;
    }

    .grid-planos-modern {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }

    .lista-ia {
        max-width: 90%;
    }
}

/* Telas até 768px (tablets e celulares grandes) */
@media (max-width: 768px) {

    .menu-flex {
        flex-direction: column;
        gap: 15px;
    }

    .hero-modern {
        padding: 60px 0;
    }

    .hero-modern h1 {
        font-size: 30px;
    }

    .hero-modern p {
        font-size: 16px;
    }

    .hero-selos {
        flex-direction: column;
        gap: 10px;
    }

    .destaque-ia h2 {
        font-size: 26px;
    }

    .lista-ia li {
        font-size: 16px;
    }

    .grid-planos-modern {
        grid-template-columns: 1fr;
    }

    .plano-card {
        padding: 25px;
    }

    .grid-diferenciais {
        grid-template-columns: 1fr 1fr;
    }

    .tecnica h2 {
        font-size: 26px;
    }
}

/* Telas até 480px (celulares pequenos) */
@media (max-width: 480px) {

    .hero-modern h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .hero-modern p {
        font-size: 15px;
    }

    .btn-hero,
    .btn-principal,
    .btn-plano {
        width: 100%;
        padding: 16px;
        font-size: 17px;
    }

    .grid-diferenciais {
        grid-template-columns: 1fr;
    }

    .destaque-ia h2 {
        font-size: 22px;
    }

    .lista-ia li {
        font-size: 15px;
    }

    .plano-card h3 {
        font-size: 20px;
    }

    .plano-card .preco {
        font-size: 18px;
    }

    .tecnica h2 {
        font-size: 22px;
    }
}

/* ============================================================
   MENU MOBILE — ABRE QUANDO .menu-desktop TEM .active
   - Esconde o menu no mobile
   - Mostra quando o JS adiciona .active
============================================================ */
@media (max-width: 768px) {

    /* Esconde o menu por padrão */
    .menu-desktop nav {
        display: none;
        flex-direction: column;
        background: #fff;
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #eee;
        text-align: center;
        gap: 18px;
    }

    /* Quando o JS adiciona .active, o menu aparece */
    .menu-desktop.active nav {
        display: flex;
    }
}

/* LOGO */
.logo img {
    max-width: 160px; /* controla o tamanho da logo */
}

/* MENU DESKTOP */
.menu-desktop nav a {
    margin-left: 25px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: 0.3s;
}

.menu-desktop nav a:hover {
    color: #4f46e5;
}

/* BOTÃO MOBILE */
.menu-mobile-btn {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #4f46e5;
}

/* MOBILE */
@media (max-width: 768px) {

    .menu-desktop nav {
        display: none;
        flex-direction: column;
        background: #fff;
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #eee;
    }

    .menu-desktop nav a {
        margin: 12px 0;
        font-size: 18px;
    }

    .menu-mobile-btn {
        display: block;
    }

    .menu-desktop.active nav {
        display: flex;
    }

    .logo img {
        max-width: 130px; /* logo menor no mobile */
    }
}

/* ============================================================
   HEADER MODERNO — LOGO + MENU + MOBILE
   ============================================================ */

.menu-topo {
    background: #ffffff;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 999;
}

.menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO AJUSTADA */
.logo img {
    max-width: 150px;     /* tamanho ideal */
    height: auto;
}

/* MENU DESKTOP */
.menu-desktop nav {
    display: flex;
    gap: 25px;
}

.menu-desktop nav a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}

.menu-desktop nav a:hover {
    color: #4f46e5;
}

/* BOTÃO HAMBURGER */
.menu-mobile-btn {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #4f46e5;
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 768px) {

    /* Logo menor no mobile */
    .logo img {
        max-width: 120px;
    }

    /* Esconde o menu desktop */
    .menu-desktop nav {
        display: none;
        flex-direction: column;
        background: #fff;
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #eee;
        text-align: center;
    }

    .menu-desktop nav a {
        margin: 12px 0;
        font-size: 18px;
    }

    /* Mostra o hamburger */
    .menu-mobile-btn {
        display: block;
    }

    /* Quando o menu abre */
    .menu-desktop.active nav {
        display: flex;
    }
}

/* ============================================================
   HEADER MODERNO — LOGO + MENU + MOBILE
   ============================================================ */

.menu-topo {
    background: #ffffff;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO AJUSTADA */
.logo img {
    max-width: 180px;
    height: auto;
}

/* MENU DESKTOP */
.menu-desktop nav {
    display: flex;
    gap: 32px; /* espaçamento moderno */
}

.menu-desktop nav a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    transition: 0.25s;
    padding: 6px 0;
}

.menu-desktop nav a:hover {
    color: #4f46e5;
    transform: translateY(-2px);
}

/* BOTÃO MOBILE */
.menu-mobile-btn {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: #4f46e5;
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 768px) {

    /* Logo menor no mobile */
    .logo img {
        max-width: 120px;
    }

    /* Esconde o menu desktop */
    .menu-desktop nav {
        display: none;
        flex-direction: column;
        background: #fff;
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #eee;
        text-align: center;
        gap: 18px;
    }

    .menu-desktop nav a {
        font-size: 18px;
    }

    /* Mostra o hamburger */
    .menu-mobile-btn {
        display: block;
    }

    /* Quando o menu abre */
    .menu-desktop.active nav {
        display: flex;
    }
}

/* ============================================================
   SEÇÃO SITEJET
   ============================================================ */
.destaque-sitejet {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #fff;
    padding: 70px 0;
    text-align: center;
    border-radius: 0 0 20px 20px;
}

.destaque-sitejet h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}

.sub-sitejet {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.95;
}

.lista-sitejet {
    list-style: none;
    max-width: 600px;
    margin: auto;
    text-align: left;
}

.lista-sitejet li {
    font-size: 17px;
    margin: 12px 0;
    display: flex;
    align-items: center;
}

.lista-sitejet li i {
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
}

.destaque-sitejet .btn-principal {
    background: #fff;
    color: #4f46e5;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-top: 25px;
    transition: 0.3s;
}

.destaque-sitejet .btn-principal:hover {
    background: #e0e0ff;
}

.lista-plano {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.lista-plano li {
    margin: 8px 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #444;
}

.lista-plano li i {
    margin-right: 8px;
    color: #4f46e5;
    font-size: 16px;
}

.ia-first {
    font-weight: 700;
    color: #4f46e5;
    background: #f3f0ff;
    padding: 8px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* ============================================================
   RECURSOS AVANÇADOS
   ============================================================ */
.recursos-avancados {
    background: #ffffff;
    padding: 70px 0;
    text-align: center;
}

.recursos-avancados h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #4f46e5;
}

.recursos-avancados .sub {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.grid-recursos-avancados {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.recurso-item {
    background: #f8f8ff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.recurso-item:hover {
    transform: translateY(-5px);
}

.recurso-item i {
    font-size: 40px;
    color: #4f46e5;
    margin-bottom: 10px;
}

.recurso-item h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #333;
}

.recurso-item p {
    font-size: 15px;
    color: #555;
}

.recursos-avancados {
    background: #ffffff;
    padding: 70px 0;
    text-align: center;
}

.recursos-avancados h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #4f46e5;
}

.recursos-avancados .sub {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.grid-recursos-avancados {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.recurso-item {
    background: #f8f8ff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.recurso-item:hover {
    transform: translateY(-5px);
}

.recurso-item i {
    font-size: 40px;
    color: #4f46e5;
    margin-bottom: 10px;
}

.recurso-item h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #333;
}

.recurso-item p {
    font-size: 15px;
    color: #555;
}




/* ============================================================
   BANNER 3D TECH AZUL — HOSTGS (OTIMIZADO)
   ============================================================ */
.banner-animado {
    position: relative;
    background: linear-gradient(135deg, #0a0f2d, #1b2a6b);
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    width: 100%;
    height: 650px;
}

/* ============================================================
   TEXTO CENTRALIZADO — AJUSTADO PARA FICAR MAIS PARA CIMA
   ============================================================ */
.banner-animado .conteudo {
    position: relative;
    z-index: 10;
    max-width: 800px; /*aqui
    margin: 0 auto;
    text-align: center;
    transform: translateY(-80px); /* SOBE O TEXTO */
}

.titulo-animado {
    font-size: 46px;
    font-weight: 700;
    animation: slideIn 1.2s ease forwards;
}

.sub-animado {
    font-size: 22px;
    margin-top: 10px;
    opacity: 0;
    animation: slideIn 1.6s ease forwards;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
    .banner-animado .conteudo {
        transform: translateY(-80px); /* sobe menos no mobile */
    }
}
.ia-brilhante {
    color: #00eaff;
    font-weight: 900;
    animation: brilhoIA 1.8s infinite ease-in-out;
}

@keyframes brilhoIA {
    0% { text-shadow: 0 0 6px #00eaff; }
    50% { text-shadow: 0 0 18px #00eaff; }
    100% { text-shadow: 0 0 6px #00eaff; }
}

/* ============================================================
   IA 3D — LADO ESQUERDO (DESKTOP)
   ============================================================ */
.ia-personagem {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 300px; /* tamanho normal */
    z-index: 5;
    filter: drop-shadow(0px 8px 12px rgba(0,0,0,0.35));
}

/* ============================================================
   USUÁRIO — LADO DIREITO (DESKTOP)
   ============================================================ */
.usuario-esquerda {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 260px;
    z-index: 5;
    pointer-events: none;
}

/* ============================================================
   IA E USUÁRIO — MOBILE (50% MENORES + ocultar usuário)
   ============================================================ */
@media (max-width: 600px) {

    /* IA reduzida 50% */
    .ia-personagem {
        width: 150px;
        left: 10px;
        bottom: 0;
    }

    /* Usuário ocultado no mobile */
    .usuario-esquerda {
        display: none;
    }
}

/* ============================================================
   MINI-SITE 3D PULANDO — ENTRE IA E TEXTO (DESKTOP)
   ============================================================ */
.site-pulando {
    position: absolute;
    left: 290px;
    bottom: 200px;
    width: 100px; /* tamanho normal */
    animation: pular 1.8s ease-in-out infinite;
}

@keyframes pular {
    0%, 100% { transform: translateY(0); }
    40% { transform: translateY(-25px); }
}

/* ============================================================
   MINI-SITE — MOBILE (ESCONDIDO)
   ============================================================ */
@media (max-width: 600px) {
    .site-pulando {
        display: none !important; /* oculta totalmente no celular */
    }
}



/* ============================================================
   BOTÃO CTA POSICIONADO NO RODAPÉ DO BANNER (CENTRALIZADO)
   - Fica sempre no centro inferior do banner
   - Não depende de margin-top
   ============================================================ */
.cta-area {
    position: absolute;
    bottom: 140px;        /* distância do rodapé do banner */
    left: 50%;           /* centraliza horizontalmente */
    transform: translateX(-50%); /* ajuste perfeito */
    text-align: center;
}

/* ============================================================
   BOTÃO CTA PISCANDO
   - Botão verde neon chamativo
   - Animação de pulso para destacar
   - Efeito hover suave
   ============================================================ */
.btn-cta-ai {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 999px;
    background: #22c55e; /* verde neon */
    color: #0a0f2d;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 0 18px rgba(34, 197, 94, 0.7);
    animation: pulse-cta 1.4s ease-in-out infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-cta-ai:hover {
    transform: scale(1.07);
    box-shadow: 0 0 26px rgba(34, 197, 94, 1);
}

/* ============================================================
   ANIMAÇÃO DO BOTÃO CTA
   - Pulsa suavemente para chamar atenção
   ============================================================ */
@keyframes pulse-cta {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 18px rgba(34, 197, 94, 0.7);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 32px rgba(34, 197, 94, 1);
    }
}
/* ============================================================
   BOTÃO CTA — MOBILE (50% MENOR)
   ============================================================ */
@media (max-width: 600px) {
    .btn-cta-ai {
        padding: 8px 16px;        /* 50% do padding */
        font-size: 12px;          /* reduz fonte */
        border-radius: 999px;
        box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
        animation: pulse-cta-mobile 1.4s ease-in-out infinite;
    }
}

/* ============================================================
   ANIMAÇÃO DO BOTÃO CTA — MOBILE (PULSO MAIS SUAVE)
   ============================================================ */
@keyframes pulse-cta-mobile {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 18px rgba(34, 197, 94, 0.9);
    }
}




/* ============================================================
   RODAPÉ
   ============================================================ */
.footer {
    background: #111;
    color: #ddd;
    padding: 50px 0 20px;
    margin-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.footer-col h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-col p {
    font-size: 15px;
    margin: 6px 0;
    color: #ccc;
}

.pagamentos span {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
    font-size: 15px;
}

.pagamentos i {
    font-size: 20px;
    color: #4f46e5;
}

.footer-copy {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 14px;
    color: #aaa;
}

/* MOBILE */
@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .pagamentos span {
        justify-content: center;
    }
}

/* ============================================================
   RODAPÉ
   ============================================================ */
.footer {
    background: #111;
    color: #ddd;
    padding: 50px 0 20px;
    margin-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.footer-col h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-col p {
    font-size: 15px;
    margin: 6px 0;
    color: #ccc;
}

/* LOGO DO RODAPÉ */
.footer-logo {
    max-width: 160px;
    margin-bottom: 10px;
}

/* SELO SSL */
.footer-ssl {
    max-width: 140px;
    margin: 10px 0;
}

/* PAGAMENTOS */
.pagamentos span {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
    font-size: 15px;
}

.pagamentos i {
    font-size: 20px;
    color: #4f46e5;
}

/* LINKS DA ÁREA DO CLIENTE */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin: 8px 0;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #4f46e5;
}

.footer-links i {
    margin-right: 6px;
    color: #4f46e5;
}

/* COPYRIGHT */
.footer-copy {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 14px;
    color: #aaa;
}

/* MOBILE */
@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .pagamentos span {
        justify-content: center;
    }

    .footer-logo,
    .footer-ssl {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ============================================================
   BOTÃO WHATSAPP FLUTUANTE
   ============================================================ */
.whatsapp-float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    animation: pulse 1.4s infinite ease-in-out;
    transition: 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.12);
    background-color: #1ebe5d;
}

/* Animação de pulsar */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* MOBILE */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 30px;
        bottom: 20px;
        right: 20px;
    }
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.whatsapp-float {
    text-decoration: none !important;
}
/* BOTÃO WHATSAPP FLUTUANTE */
.whatsapp-float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    animation: pulse 1.4s infinite ease-in-out;
    transition: 0.3s;
    text-decoration: none !important;
}

.whatsapp-float:hover {
    transform: scale(1.12);
    background-color: #1ebe5d;
}

/* BADGE DE NOTIFICAÇÃO */
.whatsapp-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: badgePulse 1.5s infinite ease-in-out;
}

/* Animação do botão */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Animação do badge */
@keyframes badgePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.25); }
    100% { transform: scale(1); }
}

/* MOBILE */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 30px;
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-badge {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}


/* BOTÃO WHATSAPP FLUTUANTE */
.whatsapp-float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    animation: pulse 1.4s infinite ease-in-out;
    transition: 0.3s;
    text-decoration: none !important;
}

/* Efeito hover */
.whatsapp-float:hover {
    transform: scale(1.12);
    background-color: #1ebe5d;
}

/* BADGE REDONDO — NOTIFICAÇÃO */
.whatsapp-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    animation: badgePulse 1.5s infinite ease-in-out;
}

/* Animação do botão */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Animação da notificação */
@keyframes badgePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.25); }
    100% { transform: scale(1); }
}

/* MOBILE */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 30px;
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-badge {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}

/* CONTAINER */
.whatsapp-container {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

/* BOTÃO WHATSAPP */
.whatsapp-float {
    width: 65px;
    height: 65px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    animation: pulse 1.4s infinite ease-in-out;
    transition: 0.3s;
    text-decoration: none !important;
    position: relative;
}

.whatsapp-float:hover {
    transform: scale(1.12);
    background-color: #1ebe5d;
}

/* BADGE REDONDO */
.whatsapp-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    animation: badgePulse 1.5s infinite ease-in-out;
}

/* BALÃO DE MENSAGEM */
.whatsapp-msg {
    position: absolute;
    right: 80px;
    bottom: 15px;
    background: #ffffff;
    color: #333;
    padding: 10px 16px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    animation: fadeIn 0.8s ease forwards, msgPulse 2s infinite ease-in-out;
    white-space: nowrap;
}

/* Animação do botão */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Animação da notificação */
@keyframes badgePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.25); }
    100% { transform: scale(1); }
}

/* Animação do balão */
@keyframes fadeIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes msgPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.04); }
    100% { transform: scale(1); }
}

/* MOBILE */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 30px;
    }

    .whatsapp-badge {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .whatsapp-msg {
        right: 70px;
        font-size: 14px;
        padding: 8px 14px;
    }
}
.whatsapp-msg {
    position: absolute;
    right: 80px;
    bottom: 15px;
    background: #ffffff;
    color: #333;
    padding: 10px 16px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    animation: fadeIn 0.8s ease forwards, msgPulse 2s infinite ease-in-out;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid #eee;
}

.whatsapp-msg:hover {
    background: #f3f3f3;
}
.footer-link {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-link:hover {
    color: #4f46e5;
}


/* ============================================================
   BANNER ROTATIVO
   ============================================================ */
.banner-rotativo {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.banner-slide {
    display: none;
    width: 100%;
    height: auto;
}

.banner-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-slide.active {
    display: block;
    animation: fade 1s ease-in-out;
}

@keyframes fade {
    from { opacity: 0.4; }
    to   { opacity: 1; }
}

/* SETAS */
.banner-prev,
.banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 30px;
    padding: 10px;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.banner-prev:hover,
.banner-next:hover {
    background-color: rgba(0,0,0,0.8);
}

.banner-prev {
    left: 20px;
}

.banner-next {
    right: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
    .banner-prev,
    .banner-next {
        font-size: 24px;
        padding: 8px;
    }
}
.banner-indicators {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.indicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicator.active {
    background-color: #4f46e5;
}
.banner-slide.active {
    display: block;
    animation: slideZoom 1s ease-in-out;
}

@keyframes slideZoom {
    0% {
        opacity: 0;
        transform: translateX(30px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
/* ================================
   FUNDO ESCURO DO POPUP
   - Cobre a tela inteira
   - Fica invisível até ser ativado
================================ */
.popup-exit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65); /* fundo escuro */
    display: none; /* começa oculto */
    align-items: center;
    justify-content: center;
    z-index: 999999; /* acima de tudo */
}

/* ================================
   CAIXA BRANCA DO POPUP
================================ */
.popup-content {
    background: #ffffff;
    width: 90%;
    max-width: 420px;
    padding: 30px;
    border-radius: 14px;
    text-align: center;
    animation: popupScale 0.3s ease; /* animação suave */
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
    position: relative;
}

/* ================================
   BOTÃO DE FECHAR (X)
================================ */
.popup-close {
    background: none;
    border: none;
    font-size: 28px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

/* ================================
   BOTÃO CTA DO POPUP
================================ */
.popup-btn {
    display: inline-block;
    margin-top: 20px;
    background: #22c55e; /* verde neon */
    color: #0a0f2d;
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 0 18px rgba(34,197,94,0.7);
    transition: 0.2s;
}

.popup-btn:hover {
    transform: scale(1.05);
}

/* ================================
   ANIMAÇÃO DE ENTRADA DO POPUP
================================ */
@keyframes popupScale {
    from { transform: scale(0.7); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* ============================================================
   WARP BANNER — CAIXA PRINCIPAL
   - Define área do banner
   - Fundo preto
   - Oculta qualquer conteúdo que ultrapasse a área
============================================================ */
.warp-banner {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
  padding: 40px 0;
}

/* ============================================================
   FUNDO DE ESTRELAS — LOOP INFINITO
   - Imagem se repete horizontalmente (repeat-x)
   - Movimento contínuo simulando velocidade
============================================================ */
.warp-stars {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: url("/img/estrelas-warp-bw.webp") repeat-x;
  background-size: auto 100%; /* altura fixa, largura automática */
  animation: warpMove 0.2s linear infinite; /* velocidade do warp */
  opacity: 1;
  z-index: 0; /* fica atrás de tudo */
}

/* ============================================================
   OVERLAY ESCURO
   - Escurece o fundo para dar contraste ao texto
============================================================ */
.warp-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.60); /* ajuste entre 0.50 e 0.75 */
  z-index: 1;
}

/* ============================================================
   TEXTO DO WARP
   - Fonte futurista
   - Tremedeira suave (efeito de vibração)
============================================================ */
.warp-text {
  position: relative;
  z-index: 2; /* acima das estrelas e overlay */
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 20px;
  color: #ffffff;
  animation: shake 0.12s linear infinite; /* vibração */
}

/* ============================================================
   ANIMAÇÃO — MOVIMENTO HORIZONTAL DO FUNDO
   - Ajuste -3000px conforme a largura real da imagem
============================================================ */
@keyframes warpMove {
  from { background-position: 0 0; }
  to   { background-position: -3000px 0; }
}

/* ============================================================
   ANIMAÇÃO — TREMEDEIRA DO TEXTO
============================================================ */
@keyframes shake {
  0%   { transform: translate(0,0); }
  25%  { transform: translate(1px,-1px); }
  50%  { transform: translate(-1px,1px); }
  75%  { transform: translate(1px,0); }
  100% { transform: translate(0,0); }
}

/* ============================================================
   RESPONSIVO — AJUSTES PARA CELULAR
============================================================ */
@media (max-width: 768px) {
  .warp-text {
    font-size: 26px;
  }

  .warp-banner {
    padding: 20px 0;
  }
}