.pp-geo-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.pp-geo-popup.pp-geo-show{opacity:1;visibility:visible}.pp-geo-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}.pp-geo-popup-content{position:relative;background:#fff;border-radius:16px;padding:40px;max-width:500px;width:90%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.4);transform:scale(.9) translateY(20px);transition:transform 0.3s cubic-bezier(.68,-.55,.265,1.55);z-index:1}.pp-geo-popup.pp-geo-show .pp-geo-popup-content{transform:scale(1) translateY(0)}.pp-geo-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:32px;line-height:1;cursor:pointer;color:#999;padding:0;width:32px;height:32px;transition:color 0.2s ease,transform 0.2s ease;font-family:Arial,sans-serif}.pp-geo-close:hover{color:#333;transform:rotate(90deg)}.pp-geo-close:focus{outline:2px solid #0073aa;outline-offset:2px;border-radius:4px}.pp-geo-icon{font-size:64px;margin-bottom:20px;animation:pp-geo-pulse 2s ease-in-out infinite}@keyframes pp-geo-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.pp-geo-popup-content h3{margin:0 0 15px 0;font-size:28px;font-weight:700;color:#1a1a1a;line-height:1.3}.pp-geo-popup-content p{margin:0 0 12px 0;color:#555;font-size:16px;line-height:1.6}.pp-geo-popup-content p:last-of-type{margin-bottom:0}.pp-geo-popup-content strong{color:#0073aa;font-weight:600}.pp-geo-buttons{margin-top:30px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.pp-geo-btn{padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:all 0.3s ease;font-family:inherit;line-height:1.5}.pp-geo-btn-primary{background:linear-gradient(135deg,#0073aa 0%,#005a87 100%);color:#fff;box-shadow:0 4px 12px rgba(0,115,170,.3)}.pp-geo-btn-primary:hover{background:linear-gradient(135deg,#005a87 0%,#004466 100%);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,115,170,.4)}.pp-geo-btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,115,170,.3)}.pp-geo-btn-primary:focus{outline:none;box-shadow:0 0 0 3px rgba(0,115,170,.3)}.pp-geo-btn-secondary{background:#f5f5f5;color:#333;border:2px solid #e0e0e0}.pp-geo-btn-secondary:hover{background:#e8e8e8;border-color:#ccc}.pp-geo-btn-secondary:active{background:#ddd}.pp-geo-btn-secondary:focus{outline:none;box-shadow:0 0 0 3px rgba(0,0,0,.1)}@media (max-width:768px){.pp-geo-popup-content{padding:32px 24px;max-width:90%}.pp-geo-popup-content h3{font-size:24px}.pp-geo-icon{font-size:56px}}@media (max-width:480px){.pp-geo-popup-content{padding:28px 20px;width:95%;border-radius:12px}.pp-geo-popup-content h3{font-size:22px;margin-bottom:12px}.pp-geo-popup-content p{font-size:15px}.pp-geo-icon{font-size:48px;margin-bottom:16px}.pp-geo-buttons{flex-direction:column;gap:10px;margin-top:24px}.pp-geo-btn{width:100%;padding:12px 24px;font-size:15px}.pp-geo-close{top:10px;right:10px;font-size:28px}}@media (prefers-reduced-motion:reduce){.pp-geo-popup,.pp-geo-popup-content,.pp-geo-btn,.pp-geo-close{transition:none;animation:none}.pp-geo-icon{animation:none}}@media (prefers-contrast:high){.pp-geo-popup-content{border:3px solid #000}.pp-geo-btn-primary{border:2px solid #fff}.pp-geo-btn-secondary{border:2px solid #000}}@media (prefers-color-scheme:dark){.pp-geo-popup-content{background:#2a2a2a;color:#e0e0e0}.pp-geo-popup-content h3{color:#fff}.pp-geo-popup-content p{color:silver}.pp-geo-close{color:#aaa}.pp-geo-close:hover{color:#fff}.pp-geo-btn-secondary{background:#3a3a3a;color:#e0e0e0;border-color:#555}.pp-geo-btn-secondary:hover{background:#4a4a4a;border-color:#666}}