.promo-popup{display:none;position:fixed;inset:0;z-index:99999;opacity:0;transition:opacity .3s ease-in-out}.promo-popup.active{display:flex;align-items:center;justify-content:center;opacity:1}.promo-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.3);backdrop-filter:none;animation:.3s ease-in-out fadeIn}.promo-popup__container{position:relative;width:85%;max-width:650px;max-height:85vh;overflow:hidden;animation:.4s cubic-bezier(.34,1.56,.64,1) slideUp;z-index:1;top:20px}.promo-popup__content{position:relative;background:var(--popup-bg-color,#007e7d);color:#fff;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);display:flex;flex-direction:column}.promo-popup__content--image{background:0 0;box-shadow:none;max-height:none;overflow:visible}.promo-popup[data-type=image] .promo-popup__container{max-height:90vh;width:auto;max-width:90vw;display:flex;align-items:center;justify-content:center}.promo-popup__image-link{display:block;line-height:0}.promo-popup__image{width:auto;height:auto;max-width:100%;max-height:85vh;display:block;box-shadow:0 20px 60px rgba(0,0,0,.3);object-fit:contain}.promo-popup__close,.promo-popup__close--image{position:absolute;top:0;z-index:10;height:40px;border:none;cursor:pointer;transition:.2s;padding:0;right:0;width:40px}.promo-popup__close--image{display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.95);color:#333}.promo-popup__close--image:hover{background:#fff}.promo-popup__close--image:focus{outline:#333 solid 2px;outline-offset:-2px}.promo-popup__close--image svg{width:20px;height:20px;stroke:#333;stroke-width:2.5}.promo-popup__close{display:flex;align-items:center;justify-content:center;background:#f4e4b3;color:#5c2e3f}.promo-popup__close:hover{background:#ead9a3}.promo-popup__close:focus{outline:#5C2E3F solid 2px;outline-offset:-2px}.promo-popup__close svg{width:20px;height:20px;stroke:#5C2E3F;stroke-width:2.5}.promo-popup__body{display:flex;flex-direction:column}.promo-popup__main{flex:1;padding:60px 40px 35px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:90px;text-align:center;min-height:280px}.promo-popup__title{margin:20px 0 0;font-size:clamp(42px, 6vw, 80px);font-weight:900;line-height:1;letter-spacing:-.01em;text-transform:uppercase;color:#fff}.promo-popup__description{margin:0;color:#fff;font-size:clamp(13px, 1.8vw, 15px);line-height:1.5;max-width:600px;font-weight:100}.promo-popup__description p{margin:0}.promo-popup__description p+p{margin-top:.5em}.promo-popup__footer{background:#f4e4b3;padding:0 40px 18px;display:flex;align-items:center;justify-content:center;position:relative}.promo-popup__resize-handle{position:absolute;bottom:0;left:0;right:0;height:20px;cursor:ns-resize;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .2s}.promo-popup__resize-handle:hover{opacity:1}.promo-popup__resize-handle::after{content:'';width:40px;height:4px;background:#5c2e3f;border-radius:2px}.promo-popup__cta{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:15px 45px;background:var(--popup-btn-color,#5c2e3f);color:#fff;font-size:14px;font-weight:100;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:.3s;margin-top:20px}.promo-popup__cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.3);filter:brightness(1.1)}.promo-popup__cta:active{transform:translateY(0)}.promo-popup__cta:focus{outline:rgba(255,255,255,.5) solid 3px;outline-offset:3px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (min-width:1367px) and (max-width:1919px){.promo-popup__container{width:80%;max-width:650px;top:40px!important}.promo-popup__main{padding:60px 45px 35px;gap:30px}}@media (min-width:1024px) and (max-width:1366px){.promo-popup__container{width:75%;max-width:580px;max-height:80vh;top:40px!important}.promo-popup__main{padding:50px 35px 30px;gap:25px;min-height:240px}.promo-popup__title{font-size:clamp(38px, 5.5vw, 65px);margin-top:15px}.promo-popup__description{font-size:clamp(12px, 1.6vw, 14px)}.promo-popup__footer{padding:0 35px 16px}.promo-popup__cta{min-height:50px;padding:14px 40px;font-size:13px}}@media (min-width:769px) and (max-width:1023px){.promo-popup__container{width:80%;max-width:520px;max-height:85vh}.promo-popup__main{padding:45px 32px 28px;gap:22px;min-height:220px}.promo-popup__title{font-size:clamp(36px, 5vw, 58px);margin-top:12px}.promo-popup__description{font-size:13px}.promo-popup__footer{padding:0 32px 15px}.promo-popup__cta{min-height:48px;padding:13px 38px;font-size:13px}}@media (max-width:768px){.promo-popup__container{width:92%;max-width:500px}.promo-popup__close{width:40px;height:40px}.promo-popup__close svg{width:18px;height:18px}.promo-popup__main{padding:50px 35px 35px;gap:20px;min-height:280px}.promo-popup__footer{padding:0 35px 40px}.promo-popup__cta{width:100%;min-height:50px;padding:13px 35px;font-size:13px}}@media (max-width:480px){.promo-popup__container{width:95%}.promo-popup__close,.promo-popup__close--image{width:40px;height:40px}.promo-popup__main{padding:45px 28px 30px;gap:18px;min-height:260px}.promo-popup__footer{padding:0 28px 35px}.promo-popup__description{font-size:12px}.promo-popup__cta{font-size:12px;padding:12px 30px;min-height:48px}}@media (prefers-reduced-motion:reduce){.promo-popup,.promo-popup__close,.promo-popup__container,.promo-popup__cta,.promo-popup__overlay{animation:none!important;transition:none!important}}@media print{.promo-popup{display:none!important}}