.bloco-conversao {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #2a9d2a;
    border-radius: 8px;
    padding: 1.25rem;
    margin: 1.5rem 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.bloco-conversao-titulo {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: #2d3748;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bloco-conversao-lista {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Remove qualquer bolinha marrom ou marcador padrão do seu tema global */
.bloco-conversao-lista li,
.content-service .bloco-conversao-lista li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 1.5rem !important;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.5;
    position: relative;
}

/* Criamos um check minimalista e elegante usando CSS puro */
.bloco-conversao-lista li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    color: #2a9d2a;
    font-weight: bold;
    font-size: 1.05rem;
}

/* Banner carousel: altura maior no mobile para acomodar banners com muito texto */
@media (max-width: 37.49em) {
    .wrapper-slider.destino {
        height: 26rem !important;
        overflow: hidden !important;
    }
    .wrapper-slider.destino .hero-section {
        min-height: 26rem !important;
    }
}

/* Trust bar: compacta no mobile sem truncar */
@media (max-width: 37.49em) {
    .trust-bar {
        font-size: 0.7rem !important;
        letter-spacing: 0 !important;
        padding: 0.4rem 0.75rem !important;
        line-height: 1.6 !important;
    }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* === CTA Sticky Mobile === */
.cta-mobile-sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border-top: 2px solid #e2e8f0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.12);
    padding: 0.6rem 1rem calc(0.6rem + env(safe-area-inset-bottom));
}

.cta-mobile-conteudo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cta-mobile-preco {
    flex-shrink: 0;
}

.cta-mobile-preco small {
    display: block;
    font-size: 0.7rem;
    color: #718096;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.cta-mobile-preco strong {
    font-size: 1.1rem;
    color: #1a202c;
    font-weight: 700;
    white-space: nowrap;
}

.cta-mobile-btn {
    flex: 1;
    padding: 0.7rem 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    white-space: nowrap;
    text-align: center;
}

/* Empurra os botões WhatsApp para cima enquanto o CTA mobile estiver visível */
body.cta-mobile-ativa .whatsapp-button.reserva {
    bottom: 84px !important;
    transition: bottom 0.2s ease;
}

body.cta-mobile-ativa .whatsapp-button.chat {
    bottom: 164px !important;
    transition: bottom 0.2s ease;
}

@media (min-width: 37.5em) {
    .cta-mobile-sticky {
        display: none !important;
    }
    body.cta-mobile-ativa .whatsapp-button.reserva,
    body.cta-mobile-ativa .whatsapp-button.chat {
        bottom: unset !important;
    }
}

/* Botão fechar do modal no mobile: corrige tamanho minúsculo e SVG quebrado */
@media (max-width: 37.49em) {
    #comprar.modal a.close-modal,
    #comprar.modal a.close-modal:focus,
    #comprar.modal a.close-modal:active {
        position: fixed !important;
        top: 12px !important;
        right: 12px !important;
        width: 44px !important;
        height: 44px !important;
        background-image: none !important;
        background-color: rgba(0, 0, 0, 0.55) !important;
        border: none !important;
        outline: none !important;
        border-radius: 50% !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
        z-index: 10000 !important;
        text-indent: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        -webkit-tap-highlight-color: transparent !important;
        text-decoration: none !important;
    }
    #comprar.modal a.close-modal::after {
        content: "✕" !important;
        display: block !important;
        font-size: 1.25rem !important;
        line-height: 1 !important;
        color: #fff !important;
        text-indent: 0 !important;
    }
}
