.promo-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#0f172abf;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:999999;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;animation:promoFadeIn .3s cubic-bezier(.16,1,.3,1) forwards}.promo-modal{background:#fff;border-radius:16px;width:100%;max-width:540px;position:relative;box-shadow:0 25px 50px -12px #0006,0 0 0 1px #ffffff1a;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;animation:promoSlideUp .35s cubic-bezier(.16,1,.3,1) forwards}.promo-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;background:#000000a6;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:50;box-shadow:0 4px 12px #0000004d;transition:all .2s cubic-bezier(.16,1,.3,1);padding:0;margin:0;line-height:1}.promo-modal__close:hover{background:#000000e6;transform:scale(1.1);color:#fff}.promo-modal__close svg{width:18px;height:18px;display:block;pointer-events:none}.promo-modal__content{overflow-y:auto;max-height:85vh;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.promo-modal__image-wrap{width:100%;position:relative;background:#f8fafc;overflow:hidden}.promo-modal__image{width:100%;height:auto;max-height:70vh;display:block;object-fit:contain;margin:0 auto}.promo-modal__body{padding:20px 24px;font-size:15px;line-height:1.6;color:#334155;background:#fff}.promo-modal__body h1,.promo-modal__body h2,.promo-modal__body h3{margin-top:0;margin-bottom:10px;color:#0f172a;font-weight:700}.promo-modal__body p{margin-bottom:12px}.promo-modal__body p:last-child{margin-bottom:0}@keyframes promoFadeIn{0%{opacity:0}to{opacity:1}}@keyframes promoSlideUp{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.promo-modal-overlay{padding:12px}.promo-modal{max-width:100%;border-radius:12px}.promo-modal__close{top:10px;right:10px;width:32px;height:32px}.promo-modal__body{padding:16px;font-size:14px}}
