.localization-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.localization-popup-container{background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15);max-width:740px;width:100%;position:relative;animation:popupFadeIn .3s ease-out}@keyframes popupFadeIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.localization-popup-header{padding:20px 20px 10px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.localization-popup-close{background:0 0;border:none;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#666;border-radius:50%;transition:background-color .2s ease}.localization-popup-close:hover{background-color:#f0f0f0;color:#333}.localization-popup-content{padding:30px}.localization-popup-message{margin:0;font-size:1em;line-height:1.5;color:#555;text-align:center}.localization-popup-actions{padding:10px 20px 20px;display:flex;gap:10px;justify-content:center}.localization-popup-change,.localization-popup-stay{padding:10px 20px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px}.localization-popup-change{background-color:#0b57d0;color:#fff}.localization-popup-change:hover{background-color:#005a87}.localization-popup-stay{background-color:#f0f0f0;color:#333}.localization-popup-stay:hover{background-color:#e0e0e0}body.localization-popup-active{overflow:hidden}@media (max-width:600px){.localization-popup-overlay{padding:10px}.localization-popup-container{max-width:none}.localization-popup-header{padding:15px 15px 10px}.localization-popup-content{padding:15px}.localization-popup-actions{padding:10px 15px 15px;flex-direction:column-reverse}.localization-popup-change,.localization-popup-stay{width:100%;min-width:auto}}