.rm-homepopup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999; /* bem acima de tudo */
}

.rm-homepopup-overlay.rm-homepopup-show {
    display: flex;
}

.rm-homepopup-modal {
    background: #ffffff;
    max-width: 600px;
    width: 90%;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    text-align: center;
}

.rm-homepopup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.rm-homepopup-image-wrapper {
    margin-bottom: 15px;
}

.rm-homepopup-image {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.rm-homepopup-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.rm-homepopup-text {
    font-size: 16px;
    margin-bottom: 20px;
}

.rm-homepopup-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    background-color: #000000;
    color: #ffffff;
}

.rm-homepopup-button:hover {
    opacity: 0.9;
}
