.dato-exit-popup,
.dato-exit-popup *{box-sizing:border-box}
.dato-exit-popup{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;z-index:999999;transition:opacity .24s ease,visibility .24s ease}
.dato-exit-popup.is-open{opacity:1;visibility:visible;pointer-events:auto}
.dato-exit-popup__overlay{position:absolute;inset:0;background:rgba(16,16,16,.72);backdrop-filter:blur(3px)}
.dato-exit-popup__dialog{position:relative;display:grid;grid-template-columns:minmax(0,44%) minmax(0,56%);width:min(860px,100%);max-height:calc(100vh - 40px);overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 28px 80px rgba(0,0,0,.32);transform:translateY(16px) scale(.985);transition:transform .24s ease;z-index:2}
.dato-exit-popup.is-open .dato-exit-popup__dialog{transform:translateY(0) scale(1)}
.dato-exit-popup__close{position:absolute;top:12px;right:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgba(0,0,0,.06);color:#222;font-size:30px;line-height:1;cursor:pointer;z-index:5}
.dato-exit-popup__media{min-height:430px;background:#eee;overflow:hidden}
.dato-exit-popup__media img{display:block;width:100%;height:100%;object-fit:cover}
.dato-exit-popup__body{display:flex;flex-direction:column;justify-content:center;padding:46px 44px}
.dato-exit-popup__body--full{grid-column:1/-1;max-width:650px;margin:auto}
.dato-exit-popup__eyebrow{margin-bottom:10px;color:#f89e30;font-size:12px;font-weight:800;letter-spacing:1.5px}
.dato-exit-popup__title{margin:0 0 14px!important;color:#242424;font-size:32px;line-height:1.15;font-weight:800}
.dato-exit-popup__content{color:#646464;font-size:14px;line-height:1.75}
.dato-exit-popup__content p{margin:0 0 12px}
.dato-exit-popup__content>:last-child{margin-bottom:0}
.dato-exit-popup__coupon-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:22px 0 0;padding:12px 14px;background:#f7f7f7;border:1px dashed #d6d6d6;border-radius:8px;color:#666;font-size:12px}
.dato-exit-popup__coupon{padding:6px 10px;border:0;border-radius:5px;background:#292929;color:#fff;font-weight:800;letter-spacing:.8px;cursor:pointer}
.dato-exit-popup__coupon-wrap small{color:#888}
.dato-exit-popup__cta{display:flex;align-items:center;justify-content:center;min-height:48px;margin-top:22px;padding:0 22px;border-radius:6px;background:#f89e30;color:#fff!important;font-size:14px;font-weight:700;text-decoration:none!important;transition:background .2s ease,transform .2s ease}
.dato-exit-popup__cta:hover{background:#e88d1d;transform:translateY(-1px)}
.dato-exit-popup__later{align-self:center;margin-top:14px;padding:5px 8px;border:0;background:transparent;color:#8a8a8a;font-size:12px;text-decoration:underline;cursor:pointer}
body.dato-exit-popup-open{overflow:hidden!important}
@media(max-width:700px){.dato-exit-popup{padding:14px}.dato-exit-popup__dialog{display:block;width:min(470px,100%);overflow-y:auto}.dato-exit-popup__media{min-height:0;height:210px}.dato-exit-popup__body{padding:30px 22px 26px}.dato-exit-popup__title{font-size:25px}.dato-exit-popup__close{top:8px;right:8px;background:rgba(255,255,255,.9)}}
@media(prefers-reduced-motion:reduce){.dato-exit-popup,.dato-exit-popup__dialog{transition:none}}
