.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:9998;display:flex;align-items:center;justify-content:center}.popup-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.2);padding:24px;max-width:480px;width:100%;z-index:9999;margin:0}.popup-close-button{position:absolute;top:12px;right:12px;background:transparent;border:none;cursor:pointer;color:#6b7280;transition:color .2s ease}.popup-close-button:hover{color:#374151}.popup-content{display:flex;flex-direction:column;align-items:center;text-align:center}.popup-success-icon{color:#fac101;margin-bottom:16px}.popup-title{font-size:24px;font-weight:600;margin-bottom:8px;color:#111827}.popup-message{color:#6b7280;margin-bottom:24px;line-height:1.5}.popup-button{padding:8px 24px;background-color:#fac101;color:#000;font-weight:700;border-radius:1000px;border:none;cursor:pointer;transition:background-color .2s ease}.popup-button:hover{background-color:#ebb504}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.animation-fade-in{animation:fadeIn .3s ease forwards}.animation-slide-up{animation:slideUp .4s ease forwards}.animation-scale-in{animation:scaleIn .5s cubic-bezier(.175,.885,.32,1.275) forwards}@media (prefers-reduced-motion:reduce){.animation-fade-in,.animation-scale-in,.animation-slide-up{animation:none}}.promo-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .25s ease forwards}.promo-popup-box{position:relative;max-width:min(600px,100%);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5)}.promo-popup-close{position:absolute;top:12px;right:12px;z-index:2;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:background .2s}.promo-popup-close:hover{background:rgba(0,0,0,.75)}.promo-popup-link{display:block;line-height:0}.promo-popup-img{width:100%;height:auto;display:block;border-radius:16px;vertical-align:middle}