.evento-detalhe {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(30, 30, 30, 0.8));
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.evento-header {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(40, 40, 40, 0.7));
}

.evento-banner {
    width: 100%;
    max-width: 1180px;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    background: linear-gradient(45deg, #00D4FF, #6B48FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0;
    text-align: center;
}

.evento-data {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ddd;
    text-align: center;
    margin-bottom: 10px;
}

/* --- Estilos para Classificação do Evento --- */
.evento-classificacao {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #FFD700; /* Cor de destaque para a classificação */
    text-align: center;
    margin-bottom: 15px;
}


/* --- Contador Regressivo --- */
.countdown {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px; /* Tamanho maior para destaque */
    font-weight: bold;
    color: #fff; /* Cor inicial, pode ser ajustada com degradê se preferir */
    text-align: center;
    margin: 15px 0 20px;
    background: linear-gradient(45deg, #00D4FF, #6B48FF); /* Degradê similar ao título */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 5px rgba(0, 212, 255, 0.5); /* Sutil brilho */
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #ddd;
    margin: 10px 0;
    text-align: center;
}

.evento-content {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 20px 0;
}

.evento-tabs {
    width: 70%;
}

.tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.tab-btn {
    background: linear-gradient(45deg, #0298CF, #00D4FF);
    color: #fff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: background 0.3s ease;
}

.tab-btn.active {
    background: linear-gradient(45deg, #6B48FF, #00D4FF);
}

.tab-btn:hover {
    background: linear-gradient(45deg, #0178A0, #0298CF);
}

.valores-ingressos {
    display: none; /* Escondido por padrão no desktop */
}

.tab-content {
    background: rgba(20, 20, 20, 0.8);
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 2;
    text-align: ;
    color: #ddd;
}

.tab-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    background: linear-gradient(45deg, #00D4FF, #6B48FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.tab-content ol {
    margin-left: 20px;
    margin-bottom: 15px;
    color: #ddd;
}

.tab-content li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 2;
    color: #ddd;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.evento-actions {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(20, 20, 20, 0.8);
    padding: 20px;
    border-radius: 10px;
}

.evento-precos {
    background: rgba(20, 20, 20, 0.8);
    padding: 15px;
    border-radius: 10px;
}

.evento-precos h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    background: linear-gradient(45deg, #00D4FF, #6B48FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.evento-precos p.error {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #ff4d4d;
    margin-bottom: 8px;
}

.valor-setor {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
}

.setor-nome {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.setor-nome strong {
    background: linear-gradient(45deg, #00D4FF, #6B48FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.como-funciona-btn {
    background: linear-gradient(45deg, #00D4FF, #6B48FF);
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 5px;
    display: inline-block;
    margin-right: 10px;
}

.como-funciona-btn:hover {
    background: linear-gradient(45deg, #0298CF, #6B48FF);
    transform: scale(1.05);
}

.lista-espera-btn {
    background: linear-gradient(45deg, #FF6B6B, #FF4D4D);
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
}

.lista-espera-btn:hover {
    background: linear-gradient(45deg, #FF4D4D, #FF6B6B);
    transform: scale(1.05);
}

.setor-lote {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #ddd;
}

.setor-valor {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #00C36C;
}

.setor-valor.esgotado {
    color: #ff4d4d;
}

.evento-mapa {
    margin-bottom: 20px;
    text-align: center;
}

.evento-mapa h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    background: linear-gradient(45deg, #00D4FF, #6B48FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.ingresso-notice {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #ddd;
    text-align: center;
    margin-bottom: 20px;
}

.mapa-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #0298CF;
}

.btn {
    display: inline-block;
    padding: 12px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    transition: background 0.3s ease;
}

.comprar-ingresso {
    background: linear-gradient(45deg, #0298CF, #00D4FF);
}

.comprar-ingresso:hover {
    background: linear-gradient(45deg, #0178A0, #0298CF);
}

.esgotado-btn {
    background: linear-gradient(45deg, #888, #555);
    cursor: not-allowed;
    opacity: 0.7;
}

.esgotado-btn:hover {
    background: linear-gradient(45deg, #888, #555);
}

.lista-espera-main-btn {
    background: linear-gradient(45deg, #FF6B6B, #FF4D4D);
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    transition: background 0.3s ease, transform 0.2s ease;
    text-decoration: none;
    margin-top: 10px;
}

.lista-espera-main-btn:hover {
    background: linear-gradient(45deg, #FF4D4D, #FF6B6B);
    transform: translateY(-3px);
}

.uhuu-notice {
    color: #ddd;
    font-size: 14px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background: rgba(20, 20, 20, 0.8);
    padding: 5px 15px;
    border-radius: 10px;
}

.uhuu-notice.mobile-only {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 90%;
    max-width: 300px;
}

.uhuu-notice.desktop-only {
    margin-top: 10px;
}

/* --- Estilos para o ícone do WhatsApp --- */
.whatsapp-icon-balloon {
    position: fixed;
    top: 50%; /* Centraliza verticalmente */
    right: 20px;
    transform: translateY(-50%); /* Ajusta para centralizar perfeitamente */
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px; /* Tamanho do ícone */
    height: 60px; /* Tamanho do ícone */
    background-color: #25D366; /* Cor de fundo do WhatsApp */
    border-radius: 50%; /* Torna-o redondo */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Sombra para destaque */
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none; /* Remove sublinhado padrão do link */
}

.whatsapp-icon-balloon:hover {
    background-color: #128C7E; /* Cor de hover */
    transform: translateY(-50%) scale(1.05); /* Mantém centralizado ao escalar */
}

.whatsapp-icon {
    width: 35px; /* Tamanho do ícone SVG/PNG dentro do botão */
    height: 35px;
}

/* Balão de tooltip para o WhatsApp */
.whatsapp-tooltip {
    position: absolute;
    right: 70px; /* Posição à esquerda do ícone */
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    white-space: nowrap; /* Impede que o texto quebre linha */
    opacity: 0; /* Começa invisível */
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none; /* Permite clicar através do balão */
}

.whatsapp-icon-balloon:hover .whatsapp-tooltip {
    opacity: 1; /* Torna visível ao passar o mouse */
    visibility: visible;
}

/* Seta do balão (opcional, mas comum para tooltips) */
.whatsapp-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px; /* Ajusta para a seta ficar na borda do balão */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.7);
}
/* --- FIM: Estilos para o ícone do WhatsApp --- */


.mapa-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.mapa-popup-content {
    background: rgba(20, 20, 20, 0.9);
    border-radius: 10px;
    max-width: 900px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    padding: 20px;
}

.setor-descricao-content {
    background: rgba(20, 20, 20, 0.9);
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    padding: 20px;
    position: relative;
    color: #ddd;
}

.setor-descricao-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    background: linear-gradient(45deg, #00D4FF, #6B48FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.setor-descricao-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #ddd;
}

.setor-descricao-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.setor-descricao-close:hover {
    color: #00D4FF;
}

.mapa-popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.mapa-popup-close:hover {
    color: #00D4FF;
}

.mapa-popup-inner {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.mapa-popup-mapa {
    flex: 1;
    min-width: 300px;
}

.mapa-popup-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #0298CF;
    cursor: zoom-in;
}

.mapa-popup-valores {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mapa-popup-valores .evento-precos {
    background: transparent;
    padding: 0;
}

.mapa-popup-valores .valor-setor {
    margin-bottom: 8px;
    padding-bottom: 5px;
}

.mapa-popup-valores .comprar-ingresso {
    align-self: center;
    width: fit-content;
}

.mapa-popup-valores .esgotado-btn {
    align-self: center;
    width: fit-content;
}

.mapa-fullscreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 3000;
    align-items: center;
    justify-content: center;
}

.mapa-fullscreen-img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.mapa-fullscreen-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.mapa-fullscreen-close:hover {
    color: #00D4FF;
}

.uhuu-validation-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2500;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.uhuu-validation-popup.show {
    opacity: 1;
    visibility: visible;
}

.uhuu-validation-popup-content {
    background: rgba(20, 20, 20, 0.9);
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    padding: 30px;
    position: relative;
    color: #ddd;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.uhuu-validation-popup.show .uhuu-validation-popup-content {
    transform: translateY(0);
}

.uhuu-validation-popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.uhuu-validation-popup-close:hover {
    color: #00D4FF;
}

.uhuu-validation-popup-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    background: linear-gradient(45deg, #00D4FF, #6B48FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.uhuu-validation-popup-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.uhuu-validation-popup-content .btn {
    background: linear-gradient(45deg, #00D4FF, #6B48FF);
    margin-top: 15px;
}

.uhuu-validation-popup-content .btn:hover {
    background: linear-gradient(45deg, #0298CF, #00D4FF);
}

.sold-out-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2500;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sold-out-popup.show {
    opacity: 1;
    visibility: visible;
}

.sold-out-popup-content {
    /* Red background with gradient */
    background: linear-gradient(135deg, #CC0000, #800000); 
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    padding: 30px;
    position: relative;
    color: #fff; /* White text */
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.sold-out-popup.show .sold-out-popup-content {
    transform: translateY(0);
}

.sold-out-popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.sold-out-popup-close:hover {
    color: #ddd;
}

.sold-out-popup-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.sold-out-popup-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.sales-ended-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2600;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sales-ended-popup.show {
    opacity: 1;
    visibility: visible;
}

.sales-ended-popup-content {
    background: linear-gradient(135deg, #CC0000, #800000);
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    padding: 30px;
    position: relative;
    color: #fff;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.sales-ended-popup.show .sales-ended-popup-content {
    transform: translateY(0);
}

.sales-ended-popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.sales-ended-popup-close:hover {
    color: #ddd;
}

.sales-ended-popup-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.sales-ended-popup-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.sales-ended-popup-content .btn {
    background: linear-gradient(45deg, #FFFFFF, #DDDDDD);
    color: #333;
    margin-top: 15px;
}

.sales-ended-popup-content .btn:hover {
    background: linear-gradient(45deg, #EEEEEE, #CCCCCC);
}


@media (max-width: 768px) {
    .uhuu-validation-popup-content, .sold-out-popup-content, .sales-ended-popup-content {
        padding: 20px;
    }

    .uhuu-validation-popup-content h3, .sold-out-popup-content h3, .sales-ended-popup-content h3 {
        font-size: 20px;
    }

    .uhuu-validation-popup-content p, .sold-out-popup-content p, .sales-ended-popup-content p {
        font-size: 14px;
    }

    .uhuu-validation-popup-content .btn, .sales-ended-popup-content .btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .evento-detalhe {
        padding: 15px;
        margin: 0 auto;
    }

    .evento-header {
        height: auto;
        min-height: 200px;
    }

    .evento-banner {
        content: url(attr(data-mobile));
        width: 100%;
        height: auto;
        max-height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }

    h1 {
        font-size: 32px;
    }

    .evento-data {
        font-size: 18px;
    }

    /* --- Estilos para Classificação do Evento - Mobile --- */
    .evento-classificacao {
        font-size: 14px;
        margin-bottom: 10px;
    }

    /* --- Contador Regressivo - Mobile --- */
    .countdown {
        font-size: 24px;
        margin: 10px 0 15px;
    }

    h2 {
        font-size: 24px;
    }

    .evento-content {
        flex-direction: column;
    }

    .evento-tabs,
    .evento-actions {
        width: 100%;
    }

    /* --- Botão "Valores dos Ingressos" com Degradê de Vermelho no Mobile --- */
    .valores-ingressos {
        display: inline-block; /* Mostra o botão no mobile */
        background: linear-gradient(45deg, #FF6B6B, #FF4D4D); /* Degradê de vermelho */
        color: #fff;
        border: none;
        padding: 10px 15px;
        border-radius: 50px;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .valores-ingressos:hover {
        background: linear-gradient(45deg, #FF4D4D, #FF6B6B);
    }

    /* --- Botões de Ação Fixos no Mobile --- */
    .mobile-fixed-action-buttons {
        position: fixed;
        bottom: 0; /* Colado no rodapé */
        left: 0;
        width: 100%;
        background-color: rgba(10, 10, 10, 0.9); /* Fundo escuro para a barra fixa */
        padding: 10px 20px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5); /* Sombra para destacar */
        z-index: 1001; /* Acima do whatsapp-icon-balloon e outros */
        display: flex; /* Para alinhar os botões lado a lado */
        flex-direction: row; /* Alinhar botões horizontalmente */
        justify-content: center; /* Centraliza os botões */
        gap: 15px; /* Espaço entre os botões */
        box-sizing: border-box; /* Garante que padding não adicione largura */
    }
    
    .mobile-fixed-action-buttons .btn {
        flex-grow: 1; /* Permite que os botões cresçam para ocupar o espaço disponível */
        max-width: 200px; /* Limite o tamanho para não ficarem muito grandes */
    }

    /* Ajustar o padding-bottom do body para o conteúdo não ficar escondido */
    body {
        padding-bottom: 70px; /* Altura da barra fixa (aprox. 60px) + margem */
    }

    .tab-content {
        font-size: 16px;
        line-height: 1.8;
    }

    .tab-content h3 {
        font-size: 18px;
    }

    .tab-content ol {
        margin-left: 15px;
    }

    .tab-content li {
        font-size: 16px;
        line-height: 1.8;
    }

    .tab-btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .evento-precos h3 {
        font-size: 18px;
    }

    .evento-precos p.error,
    .setor-nome,
    .setor-lote,
    .setor-valor {
        font-size: 14px;
    }

    .ingresso-notice {
        font-size: 14px;
    }

    .como-funciona-btn, .lista-espera-btn {
        font-size: 11px;
        padding: 5px 10px;
    }

    .evento-mapa h3 {
        font-size: 18px;
    }

    .comprar-ingresso, .esgotado-btn, .lista-espera-main-btn {
        /* Remove estilos específicos da versão não fixa, pois agora estão dentro de .mobile-fixed-action-buttons .btn */
    }

    .uhuu-notice.mobile-only {
        display: block;
        bottom: 70px; /* Ajuste para subir acima da nova barra de botões fixos */
    }

    .uhuu-notice.desktop-only {
        display: none;
    }

    /* --- Posição do ícone do WhatsApp no mobile --- */
    .whatsapp-icon-balloon {
        bottom: initial; /* Remove o bottom original */
        top: 50%; /* Centraliza verticalmente */
        right: 20px;
        transform: translateY(-50%); /* Ajusta para centralizar perfeitamente */
        width: 60px; /* Tamanho do ícone */
        height: 60px; /* Tamanho do ícone */
    }

    .mapa-popup-content {
        width: 95%;
        padding: 15px;
    }

    .setor-descricao-content {
        padding: 10px;
    }

    .setor-descricao-content h3 {
        font-size: 20px;
    }

    .setor-descricao-content p {
        font-size: 14px;
    }

    .mapa-popup-inner {
        flex-direction: column;
    }

    .mapa-popup-mapa,
    .mapa-popup-valores {
        min-width: 100%;
    }

    .mapa-popup-valores .comprar-ingresso,
    .mapa-popup-valores .esgotado-btn,
    .mapa-popup-valores .lista-espera-main-btn {
        width: 100%;
        max-width: 300px;
        position: static;
        transform: none;
    }

    .mapa-fullscreen-close {
        top: 10px;
        right: 20px;
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .evento-detalhe {
        padding: 10px;
    }

    h1 {
        font-size: 28px;
    }

    .evento-data {
        font-size: 16px;
    }

    /* --- Estilos para Classificação do Evento - Mobile Pequeno --- */
    .evento-classificacao {
        font-size: 12px;
        margin-bottom: 8px;
    }

    /* --- Contador Regressivo - Mobile Pequeno --- */
    .countdown {
        font-size: 18px;
        margin: 8px 0 10px;
    }

    h2 {
        font-size: 20px;
    }

    .tab-content {
        font-size: 14px;
    }

    .tab-content h3 {
        font-size: 16px;
    }

    .tab-content ol {
        margin-left: 10px;
    }

    .tab-content li {
        font-size: 14px;
        line-height: 1.6;
    }

    .tab-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    /* --- Botão "Valores dos Ingressos" com Degradê de Vermelho no Mobile Pequeno --- */
    .valores-ingressos {
        font-size: 12px;
        padding: 8px 12px;
    }

    .evento-precos h3 {
        font-size: 16px;
    }

    .evento-precos p.error,
    .setor-nome,
    .setor-lote,
    .setor-valor {
        font-size: 12px;
    }

    .ingresso-notice {
        font-size: 12px;
    }

    .como-funciona-btn, .lista-espera-btn {
        font-size: 10px;
        padding: 4px 8px;
    }

    .evento-mapa h3 {
        font-size: 16px;
    }

    .comprar-ingresso, .esgotado-btn, .lista-espera-main-btn {
        /* Remove estilos específicos da versão não fixa, pois agora estão dentro de .mobile-fixed-action-buttons .btn */
    }

    .uhuu-notice.mobile-only {
        font-size: 12px;
        bottom: 60px; /* Ajuste para telas menores */
    }
    
    /* --- Ajuste de padding-bottom para a barra fixa em mobile pequeno --- */
    body {
        padding-bottom: 70px; /* Ajuste para telas menores */
    }
    .mobile-fixed-action-buttons {
        padding: 8px 15px;
    }

    /* --- Posição do ícone do WhatsApp no mobile pequeno --- */
    .whatsapp-icon-balloon {
        width: 50px; /* Reduz o tamanho do ícone no mobile pequeno */
        height: 50px;
        bottom: initial;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
    .whatsapp-icon-balloon .whatsapp-icon {
        width: 30px; /* Reduz o tamanho da imagem do ícone */
        height: 30px;
    }
    .whatsapp-tooltip {
        font-size: 12px; /* Reduz o tamanho da fonte do tooltip */
        padding: 6px 10px;
        right: 60px; /* Ajusta a posição do tooltip */
    }

    .mapa-popup-content {
        padding: 10px;
    }

    .setor-descricao-content {
        padding: 10px;
    }

    .setor-descricao-content h3 {
        font-size: 18px;
    }

    .setor-descricao-content p {
        font-size: 13px;
    }
    
/* Estilos para a aba de Aniversariantes */
.tab-buttons .tab-btn[data-tab="aniversariantes"] {
    /* Estilos específicos para o botão da aba de aniversariantes */
    font-weight: bold;
    color: #FFD700; /* Dourado para destacar a promoção */
}

.tab-buttons .tab-btn[data-tab="aniversariantes"].active {
    border-bottom: 2px solid #FFD700;
}

/* Estilos para o conteúdo da aba */
#aniversariantes {
    display: none; /* Inicia oculto, será exibido via JavaScript */
    animation: fadeIn 0.5s ease-in-out;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.aniversariante-dinamica {
    margin-bottom: 25px;
}

.aniversariante-dinamica h3 {
    font-size: 24px;
    color: #FFD700;
    margin-bottom: 15px;
    text-align: center;
}

.aniversariante-dinamica p, .aniversariante-dinamica li {
    font-size: 16px;
    line-height: 1.6;
    color: #eee;
}

.aniversariante-dinamica strong {
    color: #fff;
}

.dinamica-lista {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.dinamica-lista li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.dinamica-lista li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2332CD32" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-8.83"></path><polyline points="22 4 12 14 9 11"></polyline></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Estilos para a aba de Aniversariantes */
.tab-buttons .tab-btn[data-tab="aniversariantes"] {
    font-weight: bold;
    color: #FFD700;
}

.tab-buttons .tab-btn[data-tab="aniversariantes"].active {
    border-bottom: 2px solid #FFD700;
}

/* Estilos para o conteúdo da aba */
#aniversariantes {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.aniversariante-dinamica {
    margin-bottom: 25px;
}

.aniversariante-dinamica h3 {
    font-size: 24px;
    color: #FFD700;
    margin-bottom: 15px;
    text-align: center;
}

.aniversariante-dinamica p, .aniversariante-dinamica li {
    font-size: 16px;
    line-height: 1.6;
    color: #eee;
}

.aniversariante-dinamica strong {
    color: #fff;
}

.dinamica-lista {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.dinamica-lista li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.dinamica-lista li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2332CD32" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-8.83"></path><polyline points="22 4 12 14 9 11"></polyline></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Estilos para o formulário */
.aniversariante-form-container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.aniversariante-form-container h3 {
    font-size: 22px;
    color: #00D4FF;
    margin-bottom: 20px;
    text-align: center;
}

#form-aniversariante .form-group {
    margin-bottom: 15px;
}

#form-aniversariante label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ddd;
}

#form-aniversariante input[type="text"],
#form-aniversariante input[type="tel"],
#form-aniversariante input[type="email"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 148, 255, 0.3);
    background-color: rgba(20, 20, 20, 0.8);
    color: #fff;
}

#form-aniversariante input:focus {
    outline: none;
    border-color: #00D4FF;
}

/* Estilos para a aba de Aniversariantes */
.tab-buttons .tab-btn[data-tab="aniversariantes"] {
    font-weight: bold;
    color: #FFD700;
}

.tab-buttons .tab-btn[data-tab="aniversariantes"].active {
    border-bottom: 2px solid #FFD700;
}

/* Estilos para o popup de aniversariantes */
.aniversariantes-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2500;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.aniversariantes-popup.show {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.aniversariantes-popup-content {
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.95), rgba(30, 30, 30, 0.9));
    border-radius: 15px;
    max-width: 650px;
    width: 90%;
    padding: 30px;
    position: relative;
    color: #fff;
    box-shadow: 0 8px 30px rgba(0, 148, 255, 0.4);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
}

.aniversariantes-popup.show .aniversariantes-popup-content {
    transform: translateY(0);
}

.aniversariantes-popup-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    text-shadow: 0 0 5px rgba(0, 148, 255, 0.5);
    transition: color 0.3s ease;
}

.aniversariantes-popup-close:hover {
    color: #00D4FF;
}

.aniversariante-dinamica {
    margin-bottom: 25px;
}

.aniversariante-dinamica h3 {
    font-size: 24px;
    color: #FFD700;
    margin-bottom: 15px;
    text-align: center;
}

.aniversariante-dinamica p, .aniversariante-dinamica li {
    font-size: 16px;
    line-height: 1.6;
    color: #eee;
}

.aniversariante-dinamica strong {
    color: #fff;
}

.dinamica-lista {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.dinamica-lista li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.dinamica-lista li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2332CD32" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-8.83"></path><polyline points="22 4 12 14 9 11"></polyline></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Estilos para o formulário */
.aniversariante-form-container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.aniversariante-form-container h3 {
    font-size: 22px;
    color: #00D4FF;
    margin-bottom: 20px;
    text-align: center;
}

#form-aniversariante .form-group {
    margin-bottom: 15px;
}

#form-aniversariante label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ddd;
}

#form-aniversariante input[type="text"],
#form-aniversariante input[type="tel"],
#form-aniversariante input[type="email"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 148, 255, 0.3);
    background-color: rgba(20, 20, 20, 0.8);
    color: #fff;
}

#form-aniversariante input:focus {
    outline: none;
    border-color: #00D4FF;
}

/* Estilos para a mensagem de destaque de aniversariantes */
.aniversariante-banner-message {
    text-align: center;
    padding: 15px;
    background: linear-gradient(90deg, #6B48FF, #00D4FF);
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 148, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aniversariante-banner-message p {
    margin: 0;
    line-height: 1;
}

.aniversariante-banner-message strong {
    color: #FFD700;
}

.aniversariante-banner-message .btn {
    margin-left: 15px;
    padding: 8px 16px;
    background: #FFD700;
    color: #333;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.3s, background 0.3s;
}

.aniversariante-banner-message .btn:hover {
    background: #FFA500;
    transform: translateY(-2px);
}

/* Estilos para o popup de aniversariantes */
.aniversariantes-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2500;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.aniversariantes-popup.show {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.aniversariantes-popup-content {
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.95), rgba(30, 30, 30, 0.9));
    border-radius: 15px;
    max-width: 650px;
    width: 90%;
    padding: 30px;
    position: relative;
    color: #fff;
    box-shadow: 0 8px 30px rgba(0, 148, 255, 0.4);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
}

.aniversariantes-popup.show .aniversariantes-popup-content {
    transform: translateY(0);
}

.aniversariantes-popup-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    text-shadow: 0 0 5px rgba(0, 148, 255, 0.5);
    transition: color 0.3s ease;
}

.aniversariantes-popup-close:hover {
    color: #00D4FF;
}

.aniversariante-dinamica {
    margin-bottom: 25px;
}

.aniversariante-dinamica h3 {
    font-size: 24px;
    color: #FFD700;
    margin-bottom: 15px;
    text-align: center;
}

.aniversariante-dinamica p, .aniversariante-dinamica li {
    font-size: 16px;
    line-height: 1.6;
    color: #eee;
}

.aniversariante-dinamica strong {
    color: #fff;
}

.dinamica-lista {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.dinamica-lista li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.dinamica-lista li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2332CD32" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-8.83"></path><polyline points="22 4 12 14 9 11"></polyline></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Estilos para o formulário */
.aniversariante-form-container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.aniversariante-form-container h3 {
    font-size: 22px;
    color: #00D4FF;
    margin-bottom: 20px;
    text-align: center;
}

#form-aniversariante .form-group {
    margin-bottom: 15px;
}

#form-aniversariante label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ddd;
}

#form-aniversariante input[type="text"],
#form-aniversariante input[type="tel"],
#form-aniversariante input[type="email"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 148, 255, 0.3);
    background-color: rgba(20, 20, 20, 0.8);
    color: #fff;
}

#form-aniversariante input:focus {
    outline: none;
    border-color: #00D4FF;
}

/* Estilo para a nova seção de aniversário */
.promocao-aniversariante-container {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(40, 40, 40, 0.7));
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.promocao-aniversariante-container h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    background: linear-gradient(45deg, #00D4FF, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px;
}

.promocao-aniversariante-container p {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 15px;
}

.promocao-aniversariante-container .btn-aniversariante {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #333;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
}

.promocao-aniversariante-container .btn-aniversariante:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
}

/* Estilos para o popup de aniversariantes */
.aniversariantes-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2500;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.aniversariantes-popup.show {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.aniversariantes-popup-content {
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.95), rgba(30, 30, 30, 0.9));
    border-radius: 15px;
    max-width: 650px;
    width: 90%;
    padding: 30px;
    position: relative;
    color: #fff;
    box-shadow: 0 8px 30px rgba(0, 148, 255, 0.4);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
}

.aniversariantes-popup.show .aniversariantes-popup-content {
    transform: translateY(0);
}

.aniversariantes-popup-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    text-shadow: 0 0 5px rgba(0, 148, 255, 0.5);
    transition: color 0.3s ease;
}

.aniversariantes-popup-close:hover {
    color: #00D4FF;
}

.aniversariante-dinamica {
    margin-bottom: 25px;
}

.aniversariante-dinamica h3 {
    font-size: 24px;
    color: #FFD700;
    margin-bottom: 15px;
    text-align: center;
}

.aniversariante-dinamica p, .aniversariante-dinamica li {
    font-size: 16px;
    line-height: 1.6;
    color: #eee;
}

.aniversariante-dinamica strong {
    color: #fff;
}

.dinamica-lista {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.dinamica-lista li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.dinamica-lista li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2332CD32" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-8.83"></path><polyline points="22 4 12 14 9 11"></polyline></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Estilos para o formulário */
.aniversariante-form-container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.aniversariante-form-container h3 {
    font-size: 22px;
    color: #00D4FF;
    margin-bottom: 20px;
    text-align: center;
}

#form-aniversariante .form-group {
    margin-bottom: 15px;
}

#form-aniversariante label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ddd;
}

#form-aniversariante input[type="text"],
#form-aniversariante input[type="tel"],
#form-aniversariante input[type="email"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 148, 255, 0.3);
    background-color: rgba(20, 20, 20, 0.8);
    color: #fff;
}

#form-aniversariante input:focus {
    outline: none;
    border-color: #00D4FF;
}

/* Estilo do botão do formulário de aniversariante */
#form-aniversariante .btn {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    margin-top: 15px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #333;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
}

#form-aniversariante .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
}

/* Estilo para a nova seção de aniversário */
.promocao-aniversariante-container {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(40, 40, 40, 0.7));
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.promocao-aniversariante-container h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    background: linear-gradient(45deg, #00D4FF, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px;
}

.promocao-aniversariante-container p {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 15px;
}

.promocao-aniversariante-container .btn-aniversariante {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #333;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
}

.promocao-aniversariante-container .btn-aniversariante:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
}

/* Estilos para o popup de aniversariantes */
.aniversariantes-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2500;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.aniversariantes-popup.show {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.aniversariantes-popup-content {
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.95), rgba(30, 30, 30, 0.9));
    border-radius: 15px;
    max-width: 650px;
    width: 90%;
    padding: 30px;
    position: relative;
    color: #fff;
    box-shadow: 0 8px 30px rgba(0, 148, 255, 0.4);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
}

.aniversariantes-popup.show .aniversariantes-popup-content {
    transform: translateY(0);
}

.aniversariantes-popup-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    text-shadow: 0 0 5px rgba(0, 148, 255, 0.5);
    transition: color 0.3s ease;
}

.aniversariantes-popup-close:hover {
    color: #00D4FF;
}

.aniversariante-dinamica {
    margin-bottom: 25px;
}

.aniversariante-dinamica h3 {
    font-size: 24px;
    color: #FFD700;
    margin-bottom: 15px;
    text-align: center;
}

.aniversariante-dinamica p, .aniversariante-dinamica li {
    font-size: 16px;
    line-height: 1.6;
    color: #eee;
}

.aniversariante-dinamica strong {
    color: #fff;
}

.dinamica-lista {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.dinamica-lista li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.dinamica-lista li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2332CD32" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-8.83"></path><polyline points="22 4 12 14 9 11"></polyline></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Estilos para o formulário */
.aniversariante-form-container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.aniversariante-form-container h3 {
    font-size: 22px;
    color: #00D4FF;
    margin-bottom: 20px;
    text-align: center;
}

#form-aniversariante .form-group {
    margin-bottom: 15px;
}

#form-aniversariante label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ddd;
}

#form-aniversariante input[type="text"],
#form-aniversariante input[type="tel"],
#form-aniversariante input[type="email"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 148, 255, 0.3);
    background-color: rgba(20, 20, 20, 0.8);
    color: #fff;
}

#form-aniversariante input:focus {
    outline: none;
    border-color: #00D4FF;
}

/* Estilo do botão do formulário de aniversariante */
#form-aniversariante .btn {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    margin-top: 15px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #333;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
}

#form-aniversariante .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
}

/* Estilos para dispositivos móveis, para garantir que o formulário se adapte bem */
@media (max-width: 768px) {
    .aniversariante-dinamica h3 {
        font-size: 20px;
    }
    .aniversariante-dinamica p, .aniversariante-dinamica li {
        font-size: 14px;
    }
    .aniversariante-form-container {
        padding: 15px;
    }
    .aniversariante-form-container h3 {
        font-size: 18px;
    }
    #form-aniversariante .btn {
        font-size: 16px;
        padding: 10px;
    }

    .aniversariante-banner-message {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .aniversariante-banner-message p {
        margin-bottom: 10px;
    }

    .aniversariante-banner-message .btn {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}