.promo-modal{position:fixed;inset:0;z-index:9999}.promo-modal__overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.55)}.promo-modal__content{position:relative;z-index:1;width:90%;max-width:500px;margin:auto;top:50%;transform:translateY(-50%);border-radius:16px;overflow:hidden;animation:promoModalFade .25s ease}.promo-modal__image-wrapper{width:100%;aspect-ratio:1/1;background-color:#f5f5f5}.promo-modal__image{width:100%;height:100%;object-fit:cover;display:block}.promo-modal__close{position:absolute;top:12px;right:12px;z-index:2;background:rgba(0,0,0,.55);color:#fff;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.promo-modal__close:hover{background:rgba(0,0,0,.75)}@keyframes promoModalFade{0%{opacity:0;transform:translateY(-50%) scale(.96)}to{opacity:1;transform:translateY(-50%) scale(1)}}