.wr-popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 999999; display: none; align-items: center; justify-content: center; }
.wr-popup-content { background: #fff; padding: 40px; border-radius: 8px; max-width: 450px; width: 90%; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.3); position: relative; font-family: sans-serif; }
.wr-popup-close { position: absolute; top: 15px; right: 20px; cursor: pointer; font-size: 28px; color: #999; line-height: 1; }
.wr-popup-close:hover { color: #333; }
.wr-popup-content h2 { margin-top: 0; font-size: 24px; color: #333; }
.wr-popup-content p { color: #666; margin-bottom: 20px; line-height: 1.5; }
.wr-popup-content input { width: 100%; padding: 12px 15px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 4px; box-sizing: border-box; font-size: 16px; }
.wr-popup-content button { width: 100%; padding: 14px; background: #007cba; color: #fff; border: none; border-radius: 4px; cursor: pointer; font-size: 16px; font-weight: bold; transition: background 0.3s; }
.wr-popup-content button:hover { background: #005a87; }