.offer-popup[hidden]{display:none!important}
.offer-popup{position:fixed;right:24px;bottom:24px;width:min(360px,calc(100vw - 32px));max-height:80dvh;overflow:auto;z-index:1050;border:1px solid rgba(137,140,245,.3);border-radius:20px;background:linear-gradient(135deg,#202044,#0c0e19);color:#fff;box-shadow:0 20px 65px #0008}
.offer-close{position:absolute;right:10px;top:10px;width:44px;height:44px;border-radius:50%;border:1px solid #ffffff40;background:#10121f;color:#fff;font-size:26px;line-height:1;z-index:1}
.offer-image{display:block;width:100%;height:auto;max-height:180px;object-fit:contain;background:#111322}
.offer-body{padding:28px 24px 20px}
.offer-body h2{font-size:22px;line-height:1.3;margin:14px 24px 12px 0;font-weight:800}
.offer-body p{font-size:14px;line-height:1.65;color:#c5c5d4}
.offer-never{display:block;margin-top:12px;padding:12px 0;color:#c5c5d4;font-size:12px;background:none;border:0;text-decoration:underline}
.offer-popup :focus-visible{outline:2px solid #a5a8ff;outline-offset:3px}
@media(max-width:600px){.offer-popup{right:16px;bottom:16px;max-height:60dvh}.offer-image{max-height:110px}.offer-body{padding:20px}.offer-body h2{font-size:19px}.offer-body p{font-size:13px}}
