:root{--sp-primary:#393939;--sp-primary-hover:#357ABD;--sp-secondary:#F5F7FA;--sp-text:#981d0a;--sp-overlay:rgba(0, 0, 0, 0.55);--sp-bg:#FFFFFF;--sp-radius:16px;--sp-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);--sp-headline-font:-apple-system, BlinkMacSystemFont, 'oswald-SemiBold-600', sans-serif;--sp-font:-apple-system, BlinkMacSystemFont, 'Montserrat-Medium-500', sans-serif}.sp-overlay{position:fixed;inset:0;background:var(--sp-overlay);backdrop-filter:blur(4px);z-index:99998;opacity:0;transition:opacity 0.4s ease;display:none}.sp-overlay.active{opacity:1}.sp-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.92);width:92%;max-width:900px;background:var(--sp-bg);border-radius:var(--sp-radius);box-shadow:var(--sp-shadow);z-index:99999;display:none;overflow:hidden;font-family:var(--sp-font);opacity:0;transition:transform 0.5s cubic-bezier(.34,1.56,.64,1),opacity 0.4s ease}.sp-popup.active{transform:translate(-50%,-50%) scale(1);opacity:1}@keyframes spSlideUp{from{transform:translate(-50%,40%) scale(.9);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.sp-popup.animate-slideUp.active{animation:spSlideUp 0.5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes spFadeOut{to{opacity:0;transform:translate(-50%,-50%) scale(.95)}}.sp-popup.closing{animation:spFadeOut 0.3s ease forwards}.sp-inner{display:grid;grid-template-columns:1fr 1fr;min-height:480px}.sp-image-col{position:relative;background:linear-gradient(135deg,#f5f7fa 0%,#e4e8ec 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.sp-image-col img{width:100%;height:100%;object-fit:cover;display:block}.sp-image-placeholder{text-align:center;color:#8898aa;padding:2rem}.sp-image-placeholder svg{width:80px;height:80px;margin-bottom:1rem;opacity:.4}.sp-content-col{padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:center;position:relative}.sp-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:rgb(0 0 0 / .06);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;z-index:2;color:#666}.sp-close:hover{background:rgb(0 0 0 / .12);transform:rotate(90deg)}.sp-close svg{width:18px;height:18px}.sp-headline{font-size:2rem;font-family:var(--sp-headline-font)!important;color:var(--sp-primary)!important;margin:0 0 .25rem;line-height:1.2}.sp-subheadline{font-size:2.75rem;font-weight:900;color:var(--sp-text);margin:0 0 .75rem;line-height:1.1;letter-spacing:-.03em}.sp-description{display:inline-block;background:var(--sp-secondary);color:var(--sp-primary);font-weight:700;font-size:.95rem;padding:.35rem 1rem;border-radius:20px;margin-bottom:.75rem}.sp-fine-print{font-size:.85rem;color:#8898aa;margin-bottom:1.5rem}.sp-urgency{font-size:.8rem;color:#e74c3c;font-weight:600;margin-bottom:1.25rem;display:flex;align-items:center;gap:.35rem;animation:spPulse 2s infinite}@keyframes spPulse{0%,100%{opacity:1}50%{opacity:.6}}.sp-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem;max-width:320px}.sp-countdown-item{background:var(--sp-secondary);border-radius:10px;padding:.75rem .5rem;text-align:center;border:1px solid rgb(0 0 0 / .04)}.sp-countdown-number{font-size:1.5rem;font-weight:800;color:var(--sp-text);display:block;line-height:1;font-variant-numeric:tabular-nums}.sp-countdown-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:#8898aa;margin-top:.35rem;font-weight:600}.sp-form{display:flex;flex-direction:column;gap:.75rem}.sp-input-wrap{position:relative}.sp-input{width:100%;padding:.9rem 1rem;border:2px solid #e1e8ed;border-radius:10px;font-size:.95rem;font-family:inherit;color:var(--sp-text);transition:all 0.2s ease;background:#fff;box-sizing:border-box}.sp-input:focus{outline:none;border-color:var(--sp-primary);box-shadow:0 0 0 3px rgb(74 144 226 / .15)}.sp-input::placeholder{color:#a0aec0}.sp-input.error{border-color:#e74c3c}.sp-error-msg{color:#e74c3c;font-size:.8rem;margin-top:.25rem;display:none}.sp-error-msg.visible{display:block}.sp-cta{width:100%;padding:1rem 1.5rem;background:var(--sp-primary);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all 0.2s ease;position:relative;overflow:hidden;box-shadow:0 4px 14px rgb(74 144 226 / .35)}.sp-cta:hover{background:var(--sp-primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px rgb(74 144 226 / .4)}.sp-cta:active{transform:translateY(0)}.sp-cta:disabled{opacity:.7;cursor:not-allowed;transform:none}.sp-cta-spinner{display:none;width:18px;height:18px;border:2px solid rgb(255 255 255 / .4);border-top-color:#fff;border-radius:50%;animation:spSpin 0.8s linear infinite;margin-right:8px;vertical-align:middle}.sp-cta.loading .sp-cta-spinner{display:inline-block}@keyframes spSpin{to{transform:rotate(360deg)}}.sp-dismiss{margin-top:1rem;text-align:center}.sp-dismiss-btn{background:none;border:none;color:var(--sp-primary);font-size:.85rem;font-weight:600;cursor:pointer;text-underline-offset:2px;padding:0;font-family:inherit;transition:color 0.2s}.sp-dismiss-btn:hover{color:var(--sp-primary-hover)}.sp-dismiss-sub{font-size:.75rem;color:#a0aec0;margin-top:.25rem}.sp-success{display:none;text-align:center;padding:1rem 0}.sp-success.active{display:block}.sp-success-icon{width:64px;height:64px;background:#d4edda;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#28a745}.sp-success-headline{font-size:1.75rem;font-weight:800;color:var(--sp-text);margin-bottom:.5rem}.sp-success-message{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.sp-coupon-box{background:linear-gradient(135deg,#f5f7fa,#eef2f7);border:2px dashed var(--sp-primary);border-radius:10px;padding:1rem;margin-bottom:1rem}.sp-coupon-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#8898aa;margin-bottom:.25rem}.sp-coupon-code{font-size:1.5rem;font-weight:900;color:var(--sp-primary);letter-spacing:.1em;font-family:'Courier New',monospace;user-select:all;cursor:pointer}.sp-copy-hint{font-size:.75rem;color:#8898aa;margin-top:.5rem}.sp-popup:focus{outline:none}@media (max-width:768px){.sp-popup{width:96%;max-width:100%;max-height:92vh;overflow-y:auto;border-radius:14px;top:50%;transform:translate(-50%,-50%) scale(.92)}.sp-popup.active{transform:translate(-50%,-50%) scale(1)}.sp-inner{grid-template-columns:1fr;min-height:auto}.sp-image-col{min-height:160px;max-height:200px;order:1}.sp-image-col img{object-fit:cover;object-position:center top}.sp-content-col{padding:1.5rem 1.25rem 1.25rem;order:2}.sp-close{top:10px;right:10px;width:40px;height:40px;background:rgb(255 255 255 / .9);box-shadow:0 2px 8px rgb(0 0 0 / .15)}.sp-headline{font-size:1.35rem;margin-bottom:.15rem}.sp-subheadline{font-size:1.85rem;margin-bottom:.5rem}.sp-description{font-size:.85rem;padding:.3rem .85rem}.sp-fine-print{font-size:.8rem;margin-bottom:1rem}.sp-urgency{font-size:.75rem;margin-bottom:1rem}.sp-countdown{gap:.5rem;margin-bottom:1.25rem;max-width:100%}.sp-countdown-item{padding:.6rem .25rem;border-radius:8px}.sp-countdown-number{font-size:1.35rem}.sp-countdown-label{font-size:.6rem;margin-top:.25rem}.sp-form{gap:.65rem}.sp-input{padding:.85rem 1rem;font-size:16px;border-radius:10px}.sp-cta{padding:.95rem 1.25rem;font-size:1rem;min-height:48px;border-radius:10px}.sp-dismiss{margin-top:.75rem}.sp-dismiss-btn{font-size:.85rem;min-height:44px;padding:.25rem .5rem}.sp-success-headline{font-size:1.5rem}.sp-success-message{font-size:.9rem}.sp-coupon-code{font-size:1.25rem}@media (max-height:500px) and (orientation:landscape){.sp-popup{max-height:95vh}.sp-image-col{min-height:100px;max-height:140px}.sp-content-col{padding:1rem 1.25rem}}}@media (max-width:380px){.sp-popup{width:98%;border-radius:12px}.sp-content-col{padding:1.25rem 1rem 1rem}.sp-headline{font-size:1.2rem}.sp-subheadline{font-size:1.6rem}.sp-countdown-number{font-size:1.15rem}.sp-countdown-label{font-size:.55rem}.sp-cta{font-size:.95rem;padding:.85rem 1rem}}@media (prefers-reduced-motion:reduce){.sp-popup,.sp-overlay,.sp-close,.sp-cta,.sp-input{transition:none!important;animation:none!important}}@media print{.sp-overlay,.sp-popup{display:none!important}}