.popup-form-module{position:relative}.popup-overlay{align-items:center;background-color:rgba(0,0,0,.6);box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:20px;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:9999}.popup-overlay.active{opacity:1;visibility:visible}.popup-container{animation:slideUp .4s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.popup-close{align-items:center;background:transparent;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:15px;top:15px;transition:color .2s ease,transform .2s ease;z-index:10}.popup-close:hover{background-color:#f0f0f0;color:#333;transform:rotate(90deg)}.popup-close:focus{outline:2px solid #06c;outline-offset:2px}.popup-content{padding:40px 30px 30px}.popup-title{color:#333;font-size:28px;font-weight:700;line-height:1.3;margin:0 0 15px}.popup-description{color:#666;font-size:16px;line-height:1.6;margin-bottom:25px}.popup-form-wrapper{margin-top:20px}.popup-form-placeholder{background-color:#f8f9fa;border:2px dashed #ddd;border-radius:8px;padding:40px 20px;text-align:center}.popup-form-placeholder p{color:#999;font-size:14px;margin:0}.popup-form-wrapper .hs-form fieldset{max-width:100%!important}.popup-form-wrapper .hs-form .hs-input{border:1px solid #ddd;border-radius:6px;font-size:15px;padding:12px 15px;transition:border-color .2s ease;width:100%!important}.popup-form-wrapper .hs-form .hs-input:focus{border-color:#06c;box-shadow:0 0 0 3px rgba(0,102,204,.1);outline:none}.popup-form-wrapper .hs-form .hs-button{background-color:#06c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 30px;transition:background-color .2s ease,transform .1s ease;width:100%}.popup-form-wrapper .hs-form .hs-button:hover{background-color:#0052a3;transform:translateY(-1px)}.popup-form-wrapper .hs-form .hs-button:active{transform:translateY(0)}@media (max-width:768px){.popup-container{margin:10px;max-width:95%}.popup-content{padding:30px 20px 20px}.popup-title{font-size:24px}.popup-description{font-size:14px}}@media (max-width:480px){.popup-overlay{padding:10px}.popup-content{padding:25px 15px 15px}.popup-title{font-size:20px}.popup-close{right:10px;top:10px}}