.custom-popup-overlay{align-items:center;background-color:rgba(0,0,0,.6);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.custom-popup-box{background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.3);max-width:600px;overflow:hidden;padding:0;position:relative;width:90%}.custom-popup-close{background:none;border:none;color:#fff;cursor:pointer;font-size:32px;font-weight:700;position:absolute;right:20px;text-shadow:0 2px 4px rgba(0,0,0,.3);top:15px;z-index:10}.custom-popup-close:hover{color:#f0f0f0}.custom-popup-image{display:block;height:auto;width:50%}.custom-popup-content{padding:30px 40px 40px}.custom-popup-content h2{color:#333;font-size:24px;font-weight:600;margin:0 0 20px}.custom-popup-content p{color:#555;font-size:16px;line-height:1.8;margin-bottom:15px}.custom-popup-content strong{color:#d9534f;font-weight:600}.custom-popup-button{background-color:#5cb85c;border-radius:6px;color:#fff;display:inline-block;font-size:16px;font-weight:600;margin-top:10px;padding:14px 30px;text-decoration:none;transition:background-color .3s}.custom-popup-button:hover{background-color:#4cae4c;color:#fff}