.slev-contador-publico {
    margin: 10px 0 20px;
}
.slev-contador-barra {
    background: rgba(255, 255, 255, .12);
    border-radius: 20px;
    height: 8px;
    overflow: hidden;
}
.slev-contador-relleno {
    background: #00d4ff;
    height: 100%;
    transition: width .3s ease;
}
.slev-contador-texto {
    font-size: 13px;
    margin: 6px 0 0;
    color: #b0b0c8;
}

/* Modal de captura de interés ("Próximamente") */
.slev-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.slev-modal-box {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    max-width: 380px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}
.slev-modal-box h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #1a1a2e;
}
.slev-modal-box p {
    margin: 0 0 16px;
    font-size: 14px;
    color: #666;
}
.slev-modal-box input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    box-sizing: border-box;
}
.slev-modal-box button[type="submit"] {
    width: 100%;
    padding: 12px;
    background: #00d4ff;
    color: #0d0d1a;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
}
.slev-modal-cerrar {
    position: absolute;
    top: 14px;
    right: 18px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
    background: none;
    border: none;
}
.slev-modal-mensaje {
    font-size: 13px;
    margin-top: 8px;
}
