.lmpopup-overlay{display:none;position:fixed;inset:0;width:100%;height:100%;background:rgba(0,0,0,0.75);z-index:99999;padding:24px;box-sizing:border-box}.lmpopup-box{position:relative;width:100%;max-width:700px;max-height:90vh}.lmpopup-link{display:block;position:relative;cursor:pointer;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,0.4);transition:transform 0.25s ease}.lmpopup-link:hover{transform:scale(1.02)}.lmpopup-link img{display:block;width:100%;height:auto;max-height:90vh;object-fit:contain}.lmpopup-cta{position:absolute;left:24px;bottom:24px;display:inline-flex;align-items:center;gap:10px;background:#e30613;color:#fff;font-weight:700;font-size:16px;text-transform:uppercase;letter-spacing:0.3px;padding:14px 28px;border-radius:50px;white-space:nowrap;box-shadow:0 6px 20px rgba(227,6,19,0.45);pointer-events:none;animation:lmpopupPulse 1.8s infinite}.lmpopup-cta svg{width:18px;height:18px}@keyframes lmpopupPulse{0%,100%{transform:scale(1);box-shadow:0 6px 20px rgba(227,6,19,0.45)}50%{transform:scale(1.06);box-shadow:0 8px 28px rgba(227,6,19,0.65)}}.lmpopup-close{position:absolute;top:12px;right:12px;width:40px;height:40px;background:#fff;border-radius:50%;cursor:pointer;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,0.3);transition:transform 0.2s ease,background 0.2s ease}.lmpopup-close:hover{transform:rotate(90deg);background:#f0f0f0}.lmpopup-close::before,.lmpopup-close::after{content:'';position:absolute;top:50%;left:50%;width:18px;height:2px;background:#222}.lmpopup-close::before{transform:translate(-50%,-50%) rotate(45deg)}.lmpopup-close::after{transform:translate(-50%,-50%) rotate(-45deg)}@media (max-width:1199px){.lmpopup-link{background:#f7c906}.lmpopup-cta{position:static;left:auto;bottom:auto;display:flex;margin:12px auto 16px;width:max-content;font-size:14px;padding:12px 22px}}