.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .2s ease-out}.modal-content{position:relative;background-color:#fff;width:80%;height:80%;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.2);z-index:10000;animation:scaleIn .2s ease-out}.modal-close{position:absolute;top:10px;right:10px;background-color:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:300;cursor:pointer;z-index:10;transition:background-color .2s}.modal-close:hover{background-color:rgba(0,0,0,.7)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.brochure-modal .pdf-container{height:100%;background-color:#f5f5f5;overflow:auto}.brochure-modal .pdf-container,.brochure-modal .pdf-document{display:flex;flex-direction:column;align-items:center;width:100%}.brochure-modal .pdf-document{max-width:800px}.brochure-modal .pdf-page{max-width:100%;box-shadow:0 2px 10px rgba(0,0,0,.2);background-color:#fff;margin-bottom:20px}.brochure-modal .pdf-page canvas{width:100%!important;height:auto!important}.brochure-modal .pdf-error,.brochure-modal .pdf-loading{padding:30px;text-align:center;color:#555;font-size:16px}.brochure-modal .pdf-error{color:#d32f2f}.vr360-modal{width:90%;height:90%}.vr360-modal .vr360-container{width:100%;height:100%;overflow:hidden;background-color:#000;position:relative}.vr360-modal .vr360-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.vr360-modal .vr360-error{display:flex;justify-content:center;align-items:center;height:100%;color:#fff;font-size:18px;background-color:#444}