.popup-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);background:#0f172a3d;padding:24px;animation:.28s forwards popup-fade-in;display:flex;position:fixed;inset:0}.popup-position-center{justify-content:center;align-items:center}.popup-position-left{justify-content:flex-start;align-items:center}.popup-position-right{justify-content:flex-end;align-items:center}.popup-position-bottom{justify-content:center;align-items:flex-end}.popup-window{background:#ffffffeb;border:1px solid #ffffff80;border-radius:28px;width:min(100%,520px);position:relative;overflow:hidden;box-shadow:0 32px 80px #0f172a29}.popup-close-btn{z-index:2;color:#64748b;cursor:pointer;background:#ffffffeb;border:0;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:background-color .2s,color .2s;display:inline-flex;position:absolute;top:18px;right:18px}.popup-close-btn:hover{color:#0f172a;background:#f8fafc}.popup-header{justify-content:space-between;gap:16px;padding:28px 28px 14px;display:flex}.popup-kicker{color:#ee6a3d;letter-spacing:.18em;text-transform:uppercase;margin:0 0 8px;font-size:.7rem;font-weight:900}.popup-title{color:#1e3a5f;margin:0;font-size:1.5rem;font-weight:900;line-height:1.15}.popup-counter{color:#64748b;background:#f8fafc;border-radius:999px;align-self:flex-start;padding:8px 12px;font-size:.8rem;font-weight:800}.popup-slider{overflow:hidden}.popup-track{transition:transform .32s;display:flex}.popup-slide{box-sizing:border-box;flex:0 0 100%;width:100%;padding:0 28px 12px}.popup-link{color:inherit;text-decoration:none;display:block}.popup-image{-o-object-fit:cover;object-fit:cover;border-radius:22px;width:100%;max-height:320px;display:block;box-shadow:0 18px 40px #0f172a1a}.popup-body{color:#475569;margin-top:18px;font-size:.98rem;line-height:1.75}.popup-footer{justify-content:space-between;align-items:center;gap:16px;padding:16px 28px 28px;display:flex}.popup-navigation{align-items:center;gap:10px;min-width:0;display:flex}.popup-nav-button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;justify-content:center;align-items:center;padding:10px 14px;font-size:.85rem;font-weight:800;transition:border-color .2s,color .2s;display:inline-flex}.popup-nav-button:disabled{cursor:not-allowed;opacity:.45}.popup-nav-button:not(:disabled):hover{color:#ee6a3d;border-color:#ee6a3d}.popup-dots{align-items:center;gap:8px;display:flex}.popup-dot{cursor:pointer;background:#cbd5e1;border:0;border-radius:999px;width:10px;height:10px;transition:transform .2s,background-color .2s}.popup-dot.is-active{background:#ee6a3d;transform:scale(1.15)}.popup-hint{color:#64748b;font-size:.85rem;font-weight:700}.popup-confirm-button{color:#fff;cursor:pointer;background:#1e3a5f;border:0;border-radius:999px;justify-content:center;align-items:center;padding:12px 18px;font-size:.9rem;font-weight:900;transition:background-color .2s,transform .2s;display:inline-flex}.popup-confirm-button:hover{background:#ee6a3d;transform:translateY(-1px)}@keyframes popup-fade-in{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.popup-overlay{padding:16px}.popup-window{border-radius:24px;width:100%}.popup-header,.popup-slide,.popup-footer{padding-left:20px;padding-right:20px}.popup-footer{flex-direction:column;align-items:stretch}.popup-navigation{justify-content:space-between}.popup-confirm-button{width:100%}}
