.gfpsp-no-scroll {
    overflow: hidden;
}

#gfpsp-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    inset: 0;
}

#gfpsp-modal.gfpsp-modal-open {
    display: block;
}

.gfpsp-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}

.gfpsp-phone-frame {
    position: absolute;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #111;
    border-radius: 28px;
    padding: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
}

.gfpsp-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 18px;
    background: #fff;
    display: block;
}

.gfpsp-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: #222;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    z-index: 2;
}
