/* ANIMATE ================================================================================================================= */


@charset "UTF-8";

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}


@media (min-width: 1024px) {
    .central-mobile-only {
        margin-left: 0 !important;
        transform: none !important;
    }
}

.slide-img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 9 / 19.5;
    object-fit: cover;
    object-position: top;
    border-radius: 0.75rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: scale(0.85);
    /* ajuste leve no mobile */
}

@media (min-width: 320px) {
    .slide-img {
        transform: scale(.85);
        /* zera o ajuste se for um celular maior */
    }
}

@media (min-width: 480px) {
    .slide-img {
        transform: scale(.85);
        /* zera o ajuste se for um celular maior */
    }
}

@media (min-width: 640px) {
    .slide-img {
        height: 540px;
        transform: scale(1);
        /* já fica estável em tablets */
    }
}

@media (min-width: 1024px) {
    .slide-img {
        width: 277px;
        height: 600px;
    }
}


#modalWhatsTeste {
    position: fixed;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    z-index: 9999;

    /* começa escondido, o JS continua usando display = 'flex' pra abrir */
    display: none;

    /* centro perfeito */
    display: none;
    justify-content: center;
    align-items: center;

    padding: 16px;

    /* fundo escurecido (pode ajustar) */
    background: rgba(15, 23, 42, 0.75) !important;

    /* garante altura no mobile */
    height: 100vh;
    max-height: 100vh;

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* opcional: em telas muito baixas, “puxa” um pouco pra cima */
@media (max-height: 700px) {
    #modalWhatsTeste {
        align-items: flex-start;
        padding-top: 40px;
    }
}

/* Oculta o botão de voltar ao topo quando qualquer modal estiver aberto */
.modal-open .back-to-top {
    display: none !important;
}


/* BTN TESTE GRÁTIS ======================================================================================================== */

#teste-gratis{
    background: #ffffff;
    color: #032baf;
}

.dark #teste-gratis{
    background: #15803d;
    color: #ffffff;
}

/* CHECK-LIST-RECURSOS ====================================================================================================== */

/* Container de cada card */
.features-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
    /* <- ajuste fino aqui */
    padding: 0;
}

/* Lista */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Cada item */
.feature-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 6px;
    line-height: 1.35;
    font-size: 14px;
}

/* Check azul */
.feature-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #007BFF;
    /* azul */
    font-weight: 700;
    font-size: 16px;
}

/* CTA final */
.cta {
    display: flex;
    align-items: center;
    gap: 6px;
    /* espaço entre ícone e texto */
    margin-top: 12px;
    font-size: 14px;
}

.cta-icon {
    width: 28px;
    /* ajuste como preferir: 16, 20, 24 */
    height: 28px;
    display: inline-block;
}

/* MOBILE: reduzir espaçamento entre o bloco e o CTA */
@media (max-width: 480px) {
    .resource-item {
        margin-bottom: 18px !important;
        /* antes devia estar ~40–60px */
    }

    /* Reduz espaço do título até a lista */
    .resource-item h3 {
        margin-bottom: 8px !important;
    }

    /* Reduz espaço da lista até o CTA */
    .resource-item ul {
        margin-bottom: 8px !important;
    }

    /* CTA mais colado no bloco */
    .cta {
        margin-top: 4px !important;
        /* estava 10–14px */
    }

    /* MOBILE: remove a altura fixa que cria o buraco */
    .features-box {
        height: 160px !important;
    }
}


/* Scroll bonitinho */
.select-wrapper::-webkit-scrollbar {
    width: 6px;
}

.select-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
}


.custom-select {
    position: relative;
    width: 100%;
    border-radius: 22px;
}

.select-trigger {
    border: 1px solid #ccc;
    padding: 8px 14px;
    border-radius: 22px;
    cursor: pointer !important;
    color: #6b7280;
    font-weight: 400;
}

.select-options {
    position: absolute;
    top: 48px;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    top: calc(100% + 1px);
    border-radius: 16px;
    border-left: 1px solid #ddd;
    display: none;
    z-index: 50;
}

.select-options .option {
    padding: 10px 14px;
    cursor: pointer;
    transition: 0.15s;
}

.select-options .option:hover {
    background: rgba(0, 0, 0, 0.06);
}

.dark .select-options .option:hover {
    background: rgba(255, 255, 255, 0.08);
}

/* Scrollbar do dropdown customizado */
.select-options::-webkit-scrollbar {
    width: 15px;
    /* largura da barra */
}

.select-options::-webkit-scrollbar-track {
    background: transparent;
    /* fundo */
}

.select-options::-webkit-scrollbar-thumb {
    background: #9ca3af;
    /* cinza padrão */
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.select-options::-webkit-scrollbar-thumb:hover {
    background: #6b7280;
    /* cinza escuro */
}

/* Modo escuro */
.dark .select-options::-webkit-scrollbar-thumb {
    background: #4b5563;
}

.dark .select-options::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}


/* MODAL VIDEO */
/* === MODAL VÍDEO (ESTÁVEL) === */

.modal-demo.hidden {
    display: none;
}

.modal-demo {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Ajuste fino do modal no mobile */
@media (max-width: 640px) {
    .modal-demo {
        align-items: flex-start;
        /* joga levemente para baixo */
        padding-top: 80px;
        /* distância do topo */
    }
}

/* Fundo escurecido */
.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(28, 28, 28, .95);
    backdrop-filter: blur(4px);
    z-index: 1;
}

/* Container do vídeo */
.modal-content {
    position: relative;
    background: #000;
    border-radius: 16px;
    max-width: 480px;
    width: 90%;
    overflow: hidden;
    z-index: 2;
    padding: 0;
}

/* Vídeo responsivo SEM cortar */
.modal-content video {
    width: 100%;
    height: auto;
    max-height: 75vh;
    object-fit: contain;
    display: block;
}

/* Botão de fechar */
.modal-close {
    position: absolute;
    top: 6px;
    right: 12px;
    z-index: 3;
    /* background: transparent; */
    height: 34px;
    width: 34px;
    border-radius: 999px;
    border: none;
    /* color: #f5f108ff; */
    font-size: 28px;
    cursor: pointer;
}

/* Moldura do smartphone */
.phone-frame {
    position: relative;
    background: #000;
    border-radius: 32px;
    padding: 0;
    max-width: 380px;
    /* largura realista de smartphone */
    width: 90%;
    max-height: 80vh;
    /* evita ocupar a tela inteira */
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Notch opcional (igual Samsung / Android moderno) */
.phone-frame::before {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 28px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 0 0 16px 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.phone-frame {
    position: relative;
    background: #000;
    border-radius: 32px;
    padding: 0;
    max-width: 380px;
    width: 90%;
    max-height: 88vh;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(20, 20, 20, 0.65);
    z-index: 2;

    /* CORREÇÃO CRUCIAL */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* vídeo agora ocupa o espaço DE CIMA sem esmagar o botão */
.phone-frame video {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

/* botão agora 100% dentro da moldura */
.btn-video-cta {
    width: 100%;
    padding: 14px;
    background: #f8801ed7;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 0 0 22px 22px;
    cursor: pointer;
    font-weight: 600;
}

.btn-video-cta:hover {
    background: #a14e0ad7;
}

/* Estado inicial: invisível */
.btn-video-cta {
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
}

/* Quando deve aparecer */
.btn-video-cta.show {
    opacity: 1;
    pointer-events: auto;
}

/* animação de pulso suave */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* botão base */
.btn-video-cta {
    width: 100%;
    padding: 14px;
    background: #f8801ed7;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 0 0 22px 22px;
    cursor: pointer;
    font-weight: 600;

    /* começa invisível */
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
}

/* quando o vídeo chegar em 70% → JS adiciona .show */
.btn-video-cta.show {
    opacity: 1;
    pointer-events: auto;

    /* ativa o pulso suave */
    animation: pulse 1.0s infinite ease-in-out;
}

.hide-on-modal {
    display: none !important;
}

@keyframes pulseCTA {
    0% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1.05);
    }
}

@media (max-width: 768px) {
    #btnAbrirModalWhats {
        display: none !important;
    }
}


.btn-plus-now {
    width: 46px;
    height: 46px;
    border-radius: 9999px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.35);

    box-shadow: none;
    backdrop-filter: blur(6px);

    transition: all 0.2s ease;
}

.btn-plus-now:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.05);
}


.btn-plus-now:hover {
    transform: scale(1.1);
}

.btn-plus-now:active {
    transform: scale(0.95);
}


.btn-plus {
    width: 46px;
    height: 46px;
    border-radius: 9999px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: transparente;
    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.35);

    box-shadow: none;
    backdrop-filter: blur(6px);

    transition: all 0.2s ease;
}


.btn-plus:hover {
    transform: scale(1.1);
}

.btn-plus:active {
    transform: scale(0.95);
}

/* 1. Adicione position relative aos botões originais para ancorar o efeito */
.btn-plus-now {
    position: relative;
    /* Importante para o aro ficar centralizado */
    z-index: 1;
    /* Garante que o botão fique acima do efeito */
}

/* 2. Criação do Aro Animado */
.btn-plus-now::before {
    content: '';
    position: absolute;
    /* Centraliza o aro no botão */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    height: 100%;
    border-radius: 50%;

    /* Estilo do Aro */
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;

    /* A Animação */
    animation: ripple-effect 2s infinite;
    z-index: -1;
    /* Fica atrás do botão */
}

/* 3. Definição da Animação (Keyframes) */
@keyframes ripple-effect {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.8;
        border-width: 2px;
    }

    100% {
        width: 160%;
        /* Expande para fora do botão */
        height: 160%;
        opacity: 0;
        /* Desaparece */
        border-width: 0px;
    }
}



@media (max-width: 480px) {
    #legendaVideo {
        font-size: 13px;
        padding: 8px 12px;
        margin-top: 8px;
    }

    #containerPlayer {
        max-width: 92%;
    }
}

#inputNomeComercial::placeholder {
    /* Cor baseada no seu texto (preto ou branco conforme o tema) */
    color: rgba(0, 0, 0, 0.35);
    /* Controla a opacidade (0.5 é 50% transparente) */
    opacity: 0.8;
}

/* Para garantir compatibilidade com Dark Mode manual */
.dark #inputNomeComercial::placeholder {
    color: #cecece;
    opacity: 0.4;
}

.star-size {
    width: 22px;
    height: 22px;
}

@media (min-width: 640px) {
    .star-size {
        width: 18px;
        height: 18px;
    }
}


/* Icones da sessão dúvidas */

/* Container do Avatar do Ícone */
.border-icon-duvidas {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    /* Ajuste o tamanho do círculo aqui */
    height: 48px;
    border-radius: 9999px;
    /* Garante que seja um círculo perfeito */
    transition: all 0.3s ease;

    /* Cores no Modo Claro */
    background-color: rgba(74, 108, 247, 0.1);
    /* Azul da marca com 10% de opacidade */
    color: #4a6cf7;
    /* Cor do ícone */
}

/* Cores no Modo Escuro */
.dark .border-icon-duvidas {
    background-color: rgba(255, 255, 255, 0.1);
    /* Branco com 10% de opacidade */
    color: #ffffff;
}

/* Efeito quando o FAQ for aberto ou houver hover no card */
.group[open] .border-icon-duvidas,
.group:hover .border-icon-duvidas {
    background-color: #4a6cf7;
    /* Fundo azul sólido */
    color: #ffffff;
    /* Ícone branco */
    box-shadow: 0 4px 12px rgba(74, 108, 247, 0.3);
}

/* Ajuste para o ícone SVG dentro da div */
.border-icon-duvidas svg {
    width: 22px;
    height: 22px;
}


/* CARDS RECURSOS ============================================================================================================================ */

/* Estilização Premium e Adaptativa */

#recursos {
    min-height: 600px;
}


/* Força o espaçamento inferior no container para a paginação não sobrepor */
.features-carousel {
    padding-bottom: 40px !important;
    margin-top: -50px;
    /* Espaço para as bolinhas */
}


/* Força os slides a preencherem toda a altura do container Swiper */
.features-carousel .swiper-wrapper {
    display: flex !important;
}

.features-carousel .swiper-slide {
    height: auto !important;
    /* Permite que o slide cresça */
    display: flex !important;
    /* Faz o slide se comportar como flex container */
}

.features-carousel .swiper-slide>div {
    width: 100%;
    /* Garante que o card interno use toda a largura */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Força o card interno a esticar até o final da altura do slide */
}

.swiper-slide {
    height: auto !important;
    display: flex;
    padding-bottom: 10px;
    /* Respiro extra para o efeito de shadow/hover */
    padding-top: 10px;
    /* Respiro extra para o efeito de shadow/hover */
    padding-right: 2px;
    padding-left: 2px;
}


/* 1. O container que centraliza as setas abaixo dos cards */
.paginacao-avatares-custom {
    position: relative !important;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    z-index: 10;
}

/* 2. Estilo Base das Setas (Transparente por padrão) */
.features-carousel .seta-features-exclusiva {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;

    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;

    /* Totalmente transparente no centro, apenas borda */
    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    /* Borda leve no modo claro */
    color: #111827 !important;
    /* Ícone escuro no modo claro */

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

/* 3. Ajuste para o Modo Escuro (.dark) */
.dark .features-carousel .seta-features-exclusiva {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    /* Borda branca suave */
    color: #ffffff !important;
    /* Ícone branco no dark */
    backdrop-filter: blur(4px);
    /* Sutil efeito glass no dark */
}

/* 4. Ícone interno (ajuste de tamanho) */
.features-carousel .seta-features-exclusiva::after {
    font-size: 16px !important;
    font-weight: 800;
}

/* 5. Efeito de Hover Leve (Apenas fundo levemente visível) */
.features-carousel .seta-features-exclusiva:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-2px);
    /* Leve subida no hover */
}

.dark .features-carousel .seta-features-exclusiva:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

/* 6. Feedback de Clique (Active) */
.features-carousel .seta-features-exclusiva:active {
    transform: scale(0.92);
    transition: duration 100ms;
}

/* 7. Estado Desabilitado (Fim do loop) */
.features-carousel .swiper-button-disabled {
    opacity: 0.2 !important;
    cursor: default !important;
    transform: none !important;
}

/* CARDS-TEMAS ============================================================================================================================ */

#temas {
    min-height: 500px;
}

/* O segredo está aqui: no Desktop, o overflow precisa ser HIDDEN 
   para respeitar as margens do container */
.templates-carousel-temas {
    padding: 10px 0 40px 0 !important;
    overflow: hidden !important;
    width: 100%;
    max-width: 1200px;
    /* Ou a largura máxima do seu container central */
    margin: 0 auto;
    /* Centraliza o carrossel na tela */
}

/* No mobile, podemos manter o visible se quiser que o card "vaze" um pouco 
   para mostrar que tem mais para o lado */
@media (max-width: 1023px) {
    .templates-carousel-temas {
        overflow: visible !important;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Garante que o alinhamento dos cards seja respeitado */
.templates-carousel-temas .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* O Card com efeito Vidro Adaptativo */
.templates-carousel-temas .swiper-slide>div {
    /* No modo claro: usamos um branco quase opaco com sombra para destacar do fundo */
    background: transparent;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1.5rem;
    /* border-color: rgba(55, 88, 249, 0.3); */
    border-color: rgba(186, 186, 187, 0.3);
    padding: .8rem;
    padding-bottom: 1rem;
}


/* Ajuste específico para Dark Mode (Onde o vidro brilha mais) */
.dark .templates-carousel-temas .swiper-slide>div {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

/* Hover no Modo Claro: Ele ganha um contorno azul e sombra forte */
.templates-carousel-temas .swiper-slide>div:hover {
    /* transform: translateY(-15px); */
    background: rgba(255, 255, 255, 1);
    border-color: #4a6cf7;
    box-shadow: 0 20px 40px -15px rgba(74, 108, 247, 0.2);
}

/* Hover no Modo Escuro */
.dark .templates-carousel-temas .swiper-slide>div:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

/* Hover: Elevação e Destaque */
.templates-carousel-temas .swiper-slide>div:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
    border-color: #4a6cf7;
    box-shadow: 0 5px 20px -12px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}


/* Na imagem, removemos as margens negativas ou excessivas */
.templates-carousel-temas img {
    width: 100%;
    border-radius: 1rem !important;
    margin-bottom: 15px;
    /* Reduzido para aproximar o texto da imagem */
    /* O destaque vem daqui */
    transform: scale(1.02);
    /* Leve aumento fixo para preencher o card */
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.templates-carousel-temas .swiper-slide>div:hover img {
    transform: scale(1.08);
}

/* Paginação Inteligente (Azul no Claro / Branco no Dark) */


/* Deixa a descrição um pouco mais discreta, focando no título */
.templates-carousel-temas p {
    opacity: 0.6;
    font-weight: 400;
    font-size: .8em;
}

/* No hover do card, o texto ganha força total */
.templates-carousel-temas .swiper-slide>div p {
    margin-top: -8px;
    opacity: .5;
    font-size: .75em;
    margin-bottom: 5px;
}

.templates-carousel-temas .swiper-slide>div h3 {
    margin-top: -8px;
    opacity: .9;
    font-size: .9em;
}

.templates-carousel-temas .swiper-slide>div h4 {
    opacity: .7;
    font-size: .8em;
}

/* 1. Container que centraliza as setas abaixo dos temas */
.paginacao-temas-custom {
    position: relative !important;
    margin-top: 25px;
    margin-bottom: -15px;
    /* Ajuste clean para o mobile */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    z-index: 10;
}

/* 2. Estilo Base das Setas (Transparente e Adaptativo) */
.templates-carousel-temas .seta-temas-exclusiva {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;

    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;

    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    /* Borda modo claro */
    color: #111827 !important;
    /* Ícone modo claro */

    transition: all 0.3s ease;
    cursor: pointer;
}

/* 3. Ajuste para o Modo Escuro */
.dark .templates-carousel-temas .seta-temas-exclusiva {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

/* 4. Ícone interno */
.templates-carousel-temas .seta-temas-exclusiva::after {
    font-size: 16px !important;
    font-weight: 800;
}

/* 5. Hovers Leves */
.templates-carousel-temas .seta-temas-exclusiva:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-2px);
}

.dark .templates-carousel-temas .seta-temas-exclusiva:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

/* Feedback de clique */
.templates-carousel-temas .seta-temas-exclusiva:active {
    transform: scale(0.92);
}

/* CARDS-AVATARES ========================================================================================================================= */


/* Estilização Premium de Avatares */

.avatares-carousel {
    padding-bottom: 40px !important;
    /* Espaço para paginação respirar */
    overflow: visible !important;
    margin-top: -40px;

}

@media (min-width: 1024px) {
    .avatares-carousel {
        overflow: hidden !important;
    }
}

/* Card Moderno com Glassmorphism */
.avatares-carousel .swiper-slide>div {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* Borda mais nítida para efeito vidro */
    border-radius: 2.5rem;
    /* Bordas bem arredondadas nos cantos externos */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.avatares-carousel .swiper-slide>div:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-10px);
    /* Elevação maior no hover */
}

/* Botões de Seleção interna */
.btn-prev,
.btn-next {
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


/* Ajuste da Imagem (Remova o !important anterior) */
.avatares-carousel img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    /* Garante que a imagem seja sempre quadrada */
    object-fit: contain;
    /* Não corta o desenho do avatar */
    filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.3));
}

/* Controle do Card no Mobile */
@media (max-width: 767px) {
    .avatares-carousel .swiper-slide>div {
        max-width: 320px;
        /* Limita a largura do card no celular */
        margin: 0 auto;
        /* Centraliza o card dentro do slide */
        padding: 20px !important;
        /* Padding mais enxuto para telas pequenas */
        border-radius: 2rem;
        /* Bordas um pouco menores para mobile */
    }

    .avatares-carousel img {
        max-width: 260px;
        /* Limita o tamanho do boneco */
        margin: 0 auto;
    }
}

/* Estilo do Título e Ref no Mobile */
.avatares-carousel h4 {
    font-size: 1.1rem;
    /* Diminui um pouco o texto no celular */
    margin-top: 10px;
}

/* 1. Container que centraliza as setas abaixo dos Avatares */
.paginacao-avatares-custom {
    position: relative !important;
    margin-top: 20px;
    margin-bottom: -20px;
    /* Ajuste para colar mais no fundo da seção */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    z-index: 10;
}

/* 2. Estilo Base das Setas (Transparente e Clean) */
.avatares-carousel .seta-avatares-exclusiva {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;

    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;

    background: transparent !important;
    /* Borda branca sutil pois essa seção geralmente é escura/azul */
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;

    transition: all 0.3s ease;
    cursor: pointer;
    backdrop-filter: blur(4px);
}

/* 3. Ícone interno */
.avatares-carousel .seta-avatares-exclusiva::after {
    font-size: 16px !important;
    font-weight: 800;
}

/* 4. Hovers e Active */
.avatares-carousel .seta-avatares-exclusiva:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    transform: translateY(-2px);
}

.avatares-carousel .seta-avatares-exclusiva:active {
    transform: scale(0.92);
}

/* Estado Desabilitado */
.avatares-carousel .swiper-button-disabled {
    opacity: 0.2 !important;
    cursor: default !important;
}

/* CARDS-DEPOIMENTOS ===================================================================================================================== */


#testimonialWrapper {
    margin-bottom: 20px;
}

/* No mobile e tablet, permitimos que os cards apareçam saindo da tela */
.testimonial-carousel {
    overflow: visible !important;
    padding: 20px 0 100px 0 !important;
    margin-top: -30px;
}

/* Apenas em telas grandes (Desktop) travamos o overflow para respeitar o container */
@media (min-width: 1024px) {
    .testimonial-carousel {
        overflow: hidden !important;
    }
}

/* O Card com efeito Vidro, Bordas Arredondadas (2.5rem) e Padding (20px) */
.testimonial-carousel .swiper-slide>div {
    /* Mágica do Glassmorphism */
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;

    /* Configurações solicitadas */
    border-radius: 2.5rem !important;
    /* Bordas arredondadas e generosas */
    padding: 20px !important;
    /* Padding interno confortável */

    /* Suavidade e Profundidade */
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

/* Hover no Card */
.testimonial-carousel .swiper-slide>div:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

/* Estrelas Brilhantes */
.star-size {
    width: 18px;
    height: 18px;
    fill: #FACC15 !important;
    filter: drop-shadow(0 0 8px rgba(250, 204, 21, 0.4));
}

/* btn prev e next */
.testimonial-carousel .swiper-button-prev {
    background: transparent !important;
    color: white;
    border-radius: 24px;
}

.testimonial-carousel .swiper-button-next {
    background: transparent !important;
    color: white;
    border-radius: 24px;
}

.dark .testimonial-carousel .swiper-button-prev {
    background: transparent !important;
    color: white;
    border-radius: 24px;
}

.dark .testimonial-carousel .swiper-button-next {
    background: transparent !important;
    color: white;
    border-radius: 24px;
}

/* Estado de Hover - Aplica para ambos (Claro e Dark) */
.testimonial-carousel .swiper-button-prev:hover,
.testimonial-carousel .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    /* Branco com 15% de opacidade */
    border-color: rgba(255, 255, 255, 0.5) !important;
    /* Borda fica mais nítida no hover */
    color: #ffffff !important;
    transform: scale(1.05);
    /* Leve aumento para indicar interatividade */
    transition: all 0.3s ease;
}

/* Ajuste opcional para garantir que a borda exista no estado normal */
.testimonial-carousel .swiper-button-prev,
.testimonial-carousel .swiper-button-next {
    background: transparent !important;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* Borda sutil no estado normal */
    border-radius: 24px;
    transition: all 0.3s ease;
}

.testimonial-carousel .swiper-slide>div p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
}


.testimonial-carousel .swiper-button-disabled,
.testimonial-carousel .swiper-button-lock {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    display: flex !important;
}


/* END =============================================================================================================================== */