.vipapr2-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    justify-content: center;
    align-items: center;
    z-index: 1000000;
}

.vipapr2-popup {
    background: #fff;
    padding: 24px;
    width: 90%;
    max-width: 680px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}

.vipapr2-close {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 26px;
    cursor: pointer;
}

.vipapr2-popup input,
.vipapr2-popup textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.vipapr2-popup textarea { min-height: 110px; }
.vipapr2-dsgvo { display:flex; gap:10px; align-items:flex-start; margin-bottom:12px; }
.vipapr2-dsgvo input { width:18px; height:18px; }
.req { color: red; font-weight: bold; }

#vipapr2-send { width:100%; background:#e30613; color:#fff; border:none; padding:12px; border-radius:6px; cursor:pointer; }
#vipapr2-response { margin-top:10px; font-weight:bold; }

.vipapr2-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
