.site-popup,.site-popup-overlay{width:100%;box-sizing:border-box}.site-popup-btn,.site-popup-heading{text-transform:uppercase;text-align:center;font-weight:700;letter-spacing:.5px}.site-popup-overlay{display:none;position:fixed;top:0;left:0;height:100%;background:rgba(0,0,0,.65);z-index:1000000;align-items:center;justify-content:center;padding:20px}.site-popup-overlay.is-visible{display:flex}.site-popup{position:relative;background:#fff;max-width:1200px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px rgba(0,0,0,.3);padding:45px 60px 40px}.site-popup-close{position:absolute;top:20px;right:25px;width:32px;height:32px;border:none;background:0 0;font-size:28px;line-height:1;color:#222;cursor:pointer;z-index:1}.site-popup-heading{margin:0 0 30px;color:#dd952d;font-size:30px}.site-popup-body{display:flex;align-items:stretch;gap:40px}.site-popup-image{width:55%;flex:0 0 55%;max-height:520px;object-fit:cover;display:block}.site-popup-content{flex:1;display:flex;flex-direction:column;min-width:0}.site-popup-text{margin:0 0 24px;line-height:1.6;color:#333;overflow-wrap:break-word}.site-popup-text p{margin:0 0 16px}.site-popup-text p:last-child{margin-bottom:0}.site-popup-btn{display:block;width:100%;margin-top:auto;padding:18px 24px;background:#dd952d;color:#fff!important;text-decoration:none!important;box-sizing:border-box}.site-popup-btn:hover{background:#433205}@media (max-width:700px){.site-popup{padding:40px 20px 25px}.site-popup-heading{font-size:22px;margin-bottom:20px}.site-popup-body{flex-direction:column;gap:20px}.site-popup-image{width:100%;flex:none;max-height:240px}}