.hndpa-root{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:18px;visibility:hidden;opacity:0;pointer-events:none;font-family:Arial,Helvetica,sans-serif;color:var(--hndpa-text,#10005c)}
.hndpa-root.is-open{visibility:visible;opacity:1;pointer-events:auto}
.hndpa-overlay{position:absolute;inset:0;background:var(--hndpa-overlay,#000);opacity:var(--hndpa-overlay-opacity,.55)}
.hndpa-popup{position:relative;z-index:2;width:min(var(--hndpa-width,520px),calc(100vw - 28px));max-height:calc(100vh - 28px);overflow:auto;background:var(--hndpa-bg,#fff0fb);border-radius:28px;box-shadow:0 24px 80px rgba(0,0,0,.35);transform-origin:center;will-change:transform,opacity}
.hndpa-close{position:absolute;top:10px;right:10px;z-index:5;width:38px;height:38px;border:0;border-radius:50%;background:rgba(20,10,50,.74);color:#fff;font-size:27px;line-height:36px;cursor:pointer;box-shadow:0 4px 18px rgba(0,0,0,.25)}
.hndpa-layout{display:block}
.hndpa-media-wrap{height:var(--hndpa-media-height,230px);overflow:hidden;background:#ececec}
.hndpa-media{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--hndpa-media-position,center)}
.hndpa-media-fit-contain .hndpa-media{object-fit:contain;background:#fff}
.hndpa-header{background:var(--hndpa-header,#ffc4f1);padding:20px 54px 18px;text-align:center}
.hndpa-header h2{margin:0;font-size:26px;line-height:1.28;color:var(--hndpa-text,#10005c)}
.hndpa-body{padding:22px 28px 28px;text-align:center}
.hndpa-subtitle{font-size:20px;font-weight:800;margin-bottom:8px}
.hndpa-description{margin:0 0 18px;font-size:15px;line-height:1.55}
.hndpa-offer-box{display:flex;align-items:center;justify-content:center;gap:18px;background:rgba(255,255,255,.9);border-radius:16px;padding:17px 20px;margin:0 auto 18px}
.hndpa-price-prefix{font-weight:700;font-size:16px}
.hndpa-price{font-weight:900;font-size:58px;line-height:1;color:var(--hndpa-accent,#ed0a8c)}
.hndpa-currency{font-size:.46em;vertical-align:middle;margin-right:2px}
.hndpa-countdown-wrap{margin:16px 0 20px}
.hndpa-countdown-label{font-size:13px;font-weight:900;margin-bottom:9px;text-transform:uppercase}
.hndpa-countdown{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}
.hndpa-time{display:inline-flex;align-items:center;justify-content:center;min-width:43px;height:43px;padding:0 7px;border-radius:8px;background:var(--hndpa-text,#10005c);color:#fff;font-size:20px;font-weight:900}
.hndpa-countdown small{font-size:9px;font-weight:800;margin-right:3px}
.hndpa-cta{display:block;text-decoration:none!important;text-align:center;border-radius:999px;padding:14px 24px;font-size:25px;font-weight:900;color:var(--hndpa-text,#10005c)!important;background:linear-gradient(90deg,var(--hndpa-btn-start,#dafa87),var(--hndpa-btn-end,#8be789));box-shadow:0 5px 0 rgba(60,20,80,.25),0 10px 30px rgba(0,0,0,.12);transition:transform .2s ease,filter .2s ease}
.hndpa-cta:hover{transform:translateY(-2px);filter:brightness(1.04)}
.hndpa-no-media .hndpa-header{border-radius:28px 28px 0 0}
.hndpa-root.is-open.hndpa-animation-fade .hndpa-popup{animation:hndpaFade .32s ease both}
.hndpa-root.is-open.hndpa-animation-zoom .hndpa-popup{animation:hndpaZoom .38s cubic-bezier(.2,.8,.2,1) both}
.hndpa-root.is-open.hndpa-animation-slide-up .hndpa-popup{animation:hndpaSlide .42s cubic-bezier(.2,.8,.2,1) both}
.hndpa-root.is-open.hndpa-animation-bounce .hndpa-popup{animation:hndpaBounce .55s ease both}
@keyframes hndpaFade{from{opacity:0}to{opacity:1}}
@keyframes hndpaZoom{from{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}
@keyframes hndpaSlide{from{opacity:0;transform:translateY(70px)}to{opacity:1;transform:translateY(0)}}
@keyframes hndpaBounce{0%{opacity:0;transform:scale(.7)}60%{opacity:1;transform:scale(1.06)}100%{transform:scale(1)}}
.hndpa-template-split .hndpa-layout{display:grid;grid-template-columns:46% 54%}
.hndpa-template-split .hndpa-media-wrap{height:auto;min-height:420px}
.hndpa-template-split .hndpa-content{display:flex;flex-direction:column;justify-content:center}
.hndpa-template-split .hndpa-header{padding-top:30px}
.hndpa-template-hero .hndpa-popup{background:#111827;color:#fff;overflow:hidden}
.hndpa-template-hero .hndpa-media-wrap{position:absolute;inset:0;height:100%}
.hndpa-template-hero .hndpa-media-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.82))}
.hndpa-template-hero .hndpa-content{position:relative;z-index:2;min-height:var(--hndpa-media-height,520px);display:flex;flex-direction:column;justify-content:flex-end}
.hndpa-template-hero .hndpa-header{background:transparent;padding-bottom:6px}
.hndpa-template-hero .hndpa-header h2,.hndpa-template-hero .hndpa-body{color:#fff}
.hndpa-template-hero .hndpa-offer-box{background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}
.hndpa-template-circle .hndpa-media-wrap{width:170px;height:170px;border-radius:50%;margin:24px auto -12px;border:7px solid #fff;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.hndpa-template-circle .hndpa-header{background:transparent;padding-top:25px}
.hndpa-template-coupon .hndpa-popup{border:3px dashed var(--hndpa-accent);border-radius:20px}
.hndpa-template-coupon .hndpa-popup:before,.hndpa-template-coupon .hndpa-popup:after{content:"";position:absolute;top:52%;width:30px;height:30px;border-radius:50%;background:rgba(0,0,0,.55);z-index:3}
.hndpa-template-coupon .hndpa-popup:before{left:-17px}.hndpa-template-coupon .hndpa-popup:after{right:-17px}
.hndpa-template-dark .hndpa-popup{border:1px solid rgba(255,255,255,.14);box-shadow:0 0 0 1px rgba(0,215,255,.12),0 30px 100px rgba(0,0,0,.6)}
.hndpa-template-dark .hndpa-offer-box{background:rgba(255,255,255,.07)}
body.hndpa-lock{overflow:hidden!important}
@media(max-width:782px){
 .hndpa-root{padding:10px;align-items:center}
 .hndpa-popup{width:min(var(--hndpa-width,520px),calc(100vw - 16px));max-height:calc(100dvh - 18px);border-radius:22px}
 .hndpa-header{padding:17px 46px 15px}.hndpa-header h2{font-size:21px}
 .hndpa-body{padding:18px 18px 22px}.hndpa-subtitle{font-size:17px}.hndpa-description{font-size:14px}
 .hndpa-price{font-size:46px}.hndpa-offer-box{padding:14px 12px;gap:10px}
 .hndpa-cta{font-size:21px;padding:12px 18px}
 .hndpa-template-split .hndpa-layout{display:block}.hndpa-template-split .hndpa-media-wrap{height:min(42vw,220px);min-height:0}
 .hndpa-template-hero .hndpa-content{min-height:min(78vh,var(--hndpa-media-height,520px))}
 .hndpa-template-circle .hndpa-media-wrap{width:135px;height:135px}
}
@media(prefers-reduced-motion:reduce){.hndpa-popup,.hndpa-cta{animation:none!important;transition:none!important}}
