#xero-exit-intent-overlay{align-items:center;animation:xeroFadeIn .3s ease-out;backdrop-filter:blur(5px);background:rgba(0,0,0,.85);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999996}.xero-exit-intent-popup{animation:xeroZoomIn .5s cubic-bezier(.175,.885,.32,1.275);background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:24px;box-shadow:0 25px 70px rgba(0,0,0,.5);color:#fff;max-width:550px;padding:3rem;position:relative;text-align:center;width:90%}.xero-exit-close{align-items:center;background:hsla(0,0%,100%,.2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;line-height:1;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px}.xero-exit-close:hover{background:hsla(0,0%,100%,.3);transform:rotate(90deg)}.xero-exit-icon{animation:xeroShake 1s ease-in-out;display:inline-block;font-size:5rem;margin-bottom:1.5rem}.xero-exit-intent-popup h2{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.xero-exit-intent-popup p{color:#fff;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.xero-exit-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.xero-exit-actions button{border:none;border-radius:50px;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s ease}.xero-btn-stay{background:#fff;color:#f5576c}.xero-btn-stay:hover{box-shadow:0 10px 30px hsla(0,0%,100%,.4);transform:translateY(-3px)}.xero-btn-leave{background:hsla(0,0%,100%,.2);border:2px solid hsla(0,0%,100%,.4);color:#fff}.xero-btn-leave:hover{background:hsla(0,0%,100%,.3)}@keyframes xeroFadeIn{0%{opacity:0}to{opacity:1}}@keyframes xeroZoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes xeroShake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}@media(max-width:768px){.xero-exit-intent-popup{padding:2rem}.xero-exit-intent-popup h2{font-size:2rem}.xero-exit-actions{flex-direction:column;width:100%}.xero-exit-actions button{width:100%}}
