.popup-overlay{position:fixed;z-index:9999;display:flex;pointer-events:none}.popup-overlay.layout-modal{inset:0;align-items:center;justify-content:center;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto;animation:popupFadeIn .25s ease-out;padding:16px}.popup-overlay.layout-slide-in{animation:popupFadeIn .2s ease-out}.popup-overlay.layout-slide-in.pos-bottom-right{bottom:24px;right:24px;align-items:flex-end;justify-content:flex-end}.popup-overlay.layout-slide-in.pos-bottom-left{bottom:24px;left:24px;align-items:flex-end;justify-content:flex-start}.popup-overlay.layout-slide-in.pos-top-right{top:24px;right:24px;align-items:flex-start;justify-content:flex-end}.popup-overlay.layout-slide-in.pos-top-left{top:24px;left:24px;align-items:flex-start;justify-content:flex-start}.popup-overlay.layout-slide-in.pos-left-side{top:0;left:0;bottom:0;align-items:center;justify-content:flex-start;padding:16px}.popup-overlay.layout-slide-in.pos-right-side{top:0;right:0;bottom:0;align-items:center;justify-content:flex-end;padding:16px}.popup-overlay.layout-slide-in.pos-bottom-center{bottom:24px;left:50%;transform:translateX(-50%);align-items:flex-end;justify-content:center}.layout-slide-in .popup-card{pointer-events:auto;box-shadow:0 20px 40px rgba(0,0,0,.15);animation:popupSlideUp .4s cubic-bezier(.16,1,.3,1);max-width:380px}.pos-top-left .popup-card,.pos-top-right .popup-card{animation:popupSlideDown .4s cubic-bezier(.16,1,.3,1)}.pos-left-side .popup-card{animation:popupSlideLeft .4s cubic-bezier(.16,1,.3,1);max-width:360px}.pos-right-side .popup-card{animation:popupSlideRight .4s cubic-bezier(.16,1,.3,1);max-width:360px}.popup-overlay.layout-banner{top:0;left:0;right:0;align-items:flex-start;justify-content:center}.layout-banner .popup-card{pointer-events:auto;border-radius:0 0 12px 12px;max-width:100%;width:100%;flex-direction:row;align-items:center;animation:popupSlideDown .4s cubic-bezier(.16,1,.3,1);padding-right:48px}.layout-banner .popup-image{width:120px;height:auto;object-fit:cover;border-radius:0 0 0 12px;flex-shrink:0}.layout-banner .popup-body{flex:1 1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}.layout-banner .popup-title{margin-bottom:0;font-size:1.05rem}.layout-banner .popup-content{margin-bottom:0}.layout-banner .popup-form{flex-direction:row;margin-top:0;width:auto}.layout-banner .popup-form input,.layout-banner .popup-form select{flex:1 1;min-width:0;width:auto}.layout-banner .popup-close{top:12px;right:12px}.layout-banner .popup-cta-btn{width:auto;white-space:nowrap}.popup-card{position:relative;background:var(--popup-bg,#fff);color:var(--popup-text,#111827);border-radius:14px;width:100%;max-width:480px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.popup-template-accent{height:5px;width:100%;flex-shrink:0}.template-dark .popup-card{border:1px solid hsla(0,0%,100%,.08)}.template-minimal .popup-card{border:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.08)}.popup-image{width:100%;height:200px;object-fit:cover}.popup-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.1;pointer-events:none;z-index:0}.popup-card>:not(.popup-bg-image){position:relative;z-index:1}.popup-body{padding:24px}.popup-close{position:absolute;top:12px;right:12px;left:auto;z-index:10000;width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.18);border:1.5px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:background .15s,color .15s,transform .15s}.popup-close:hover{background:rgba(0,0,0,.28);color:#111827;transform:scale(1.08)}.popup-close:focus-visible{outline:2px solid var(--popup-accent,#00a99d);outline-offset:2px}.template-dark .popup-close{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.9)}.template-dark .popup-close:hover{background:hsla(0,0%,100%,.28);color:#fff}.popup-title{font-size:1.4rem;font-weight:800;line-height:1.25;margin:0 0 8px;color:var(--popup-text,#111827)}.popup-content{font-size:.95rem;line-height:1.55;margin:0 0 20px;color:var(--popup-text,#4b5563);opacity:.8}.popup-content p{margin:0 0 10px}.popup-content p:last-child{margin-bottom:0}.popup-content a{color:var(--popup-accent,#00a99d);text-decoration:underline}.popup-content ol,.popup-content ul{padding-left:20px;margin:0 0 10px}.popup-content li{margin-bottom:4px}.popup-countdown{display:flex;align-items:center;gap:10px;background:color-mix(in srgb,var(--accent,#00a99d) 12%,transparent);border-radius:8px;padding:10px 14px;margin-bottom:16px}.popup-countdown-label{font-size:.8rem;font-weight:600;color:var(--popup-accent,#00a99d);white-space:nowrap}.popup-countdown-clock{display:flex;align-items:center;gap:4px}.popup-countdown-unit{display:flex;flex-direction:column;align-items:center;min-width:36px}.popup-countdown-unit strong{font-size:1.2rem;font-weight:800;color:var(--popup-accent,#00a99d);line-height:1}.popup-countdown-unit span{font-size:.62rem;color:var(--popup-text,#6b7280);opacity:.7;text-transform:uppercase;letter-spacing:.05em}.popup-countdown-sep{font-size:1.1rem;font-weight:800;color:var(--popup-accent,#00a99d);margin-bottom:10px}.popup-form{display:flex;flex-direction:column;gap:10px}.popup-form input,.popup-form select{padding:11px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit;outline:none;background:hsla(0,0%,100%,.9);color:#111827;transition:border-color .15s;width:100%;box-sizing:border-box}.popup-form input:focus,.popup-form select:focus{border-color:var(--popup-accent,#00a99d)}.template-dark .popup-form input,.template-dark .popup-form select{background:hsla(0,0%,100%,.08);color:#f3f4f6;border-color:hsla(0,0%,100%,.15)}.popup-cta-btn,.popup-form button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--popup-btn,#00a99d);color:var(--popup-btn-text,#fff);padding:12px 20px;border:none;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;text-decoration:none;transition:filter .15s;width:100%;font-family:inherit}.popup-cta-btn:hover,.popup-form button:hover{filter:brightness(.9)}.popup-form button:disabled{opacity:.65;cursor:not-allowed;filter:none}.popup-cta-btn:focus-visible,.popup-form button:focus-visible{outline:2px solid var(--popup-accent);outline-offset:2px}.popup-error{color:#dc2626;font-size:.83rem;margin-top:-2px}.popup-success{padding:14px;border-radius:8px;font-weight:600;text-align:center;font-size:.95rem;background:rgba(0,169,157,.1);color:#00a99d}.popup-steps{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.popup-step-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;transition:all .3s}.popup-step-dot.active{background:var(--popup-accent,#00a99d);transform:scale(1.3)}.popup-step-dot.completed{background:var(--popup-accent,#00a99d);opacity:.5}.popup-step-label{font-size:.7rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.popup-wheel-wrap{position:relative;width:240px;height:240px;margin:0 auto 16px}.popup-wheel-canvas{width:100%;height:100%;border-radius:50%;box-shadow:0 4px 20px rgba(0,0,0,.15)}.popup-wheel-pointer{position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-top:24px solid #dc2626;z-index:5;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.popup-wheel-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;border:3px solid #fff;background:var(--popup-btn,#00a99d);color:#fff;font-size:.7rem;font-weight:800;cursor:pointer;z-index:6;box-shadow:0 2px 8px rgba(0,0,0,.2);text-transform:uppercase;line-height:1.1;padding:0}.popup-wheel-btn:disabled{opacity:.5;cursor:not-allowed}.popup-wheel-result{text-align:center;padding:10px;border-radius:8px;font-weight:700;font-size:.9rem;margin-top:8px}.popup-wheel-spinning .popup-wheel-canvas{transition:none}.popup-scratch-wrap{position:relative;width:100%;max-width:280px;height:140px;margin:0 auto 12px;border-radius:10px;overflow:hidden;cursor:crosshair}.popup-scratch-reveal{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;color:var(--popup-accent)}.popup-scratch-canvas{position:absolute;inset:0;width:100%;height:100%}.popup-progress-wrap{margin-bottom:16px}.popup-progress-bar{width:100%;height:10px;background:#e5e7eb;border-radius:5px;overflow:hidden;margin-top:6px}.popup-progress-fill{height:100%;border-radius:5px;background:var(--popup-accent,#00a99d);transition:width .8s cubic-bezier(.16,1,.3,1)}.popup-social-proof{display:flex;align-items:center;gap:10px;padding:10px 12px;background:rgba(0,0,0,.04);border-radius:8px;margin-bottom:14px;font-size:.82rem;color:var(--popup-text);opacity:.85}.popup-focus-trap{outline:none;position:relative;display:contents}.layout-banner .popup-focus-trap,.layout-slide-in .popup-focus-trap{display:block;position:relative;width:100%}@keyframes popupFadeIn{0%{opacity:0}to{opacity:1}}@keyframes popupSlideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes popupSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes popupSlideLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes popupSlideRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes popupBounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.08)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes popupPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes popupShake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-4px)}20%,40%,60%,80%{transform:translateX(4px)}}@keyframes popupSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes popupFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.spin{animation:popupSpin .8s linear infinite}@media (prefers-reduced-motion:reduce){.popup-card,.popup-overlay{animation:none!important}}@media (max-width:640px){.popup-overlay.layout-modal{align-items:flex-end;padding:0}.popup-overlay.layout-modal .popup-card{border-radius:20px 20px 0 0;max-width:100%}.popup-overlay.layout-modal .popup-body{padding:20px 20px 28px;text-align:center}.layout-banner .popup-card{flex-direction:column;padding-right:0;padding-top:40px}.layout-banner .popup-image{width:100%;height:120px;border-radius:0}.layout-banner .popup-body{flex-direction:column;text-align:center}.layout-banner .popup-form{flex-direction:column;width:100%}.layout-banner .popup-close{top:12px;transform:none}.popup-overlay.layout-slide-in,.popup-overlay.layout-slide-in.pos-bottom-center,.popup-overlay.layout-slide-in.pos-bottom-left,.popup-overlay.layout-slide-in.pos-bottom-right,.popup-overlay.layout-slide-in.pos-left-side,.popup-overlay.layout-slide-in.pos-right-side,.popup-overlay.layout-slide-in.pos-top-left,.popup-overlay.layout-slide-in.pos-top-right{bottom:0;top:auto;left:0;right:0;transform:none;padding:0;align-items:flex-end;justify-content:center}.layout-slide-in .popup-card{border-radius:20px 20px 0 0;max-width:100%}.layout-slide-in .popup-body{padding:20px 20px 32px;text-align:center}.popup-close{top:14px;right:14px;width:36px;height:36px}.layout-slide-in .popup-focus-trap:before,.popup-overlay.layout-modal .popup-focus-trap:before{content:"";display:block;width:40px;height:4px;background:rgba(0,0,0,.18);border-radius:2px;margin:12px auto 0}.popup-form input,.popup-form select{text-align:left}.popup-wheel-wrap{width:200px;height:200px}}