@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap';.ls-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(27,31,59,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:100000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.16,1,.3,1);font-family:inter,sans-serif}.ls-popup-overlay.active{opacity:1;pointer-events:auto}.ls-popup-card{background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.6);box-shadow:0 30px 60px rgba(27,31,59,.15),0 0 0 1px rgba(27,31,59,2%);border-radius:34px;width:100%;max-width:480px;padding:40px;position:relative;transform:scale(.9)translateY(20px);transition:transform .6s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.ls-popup-overlay.active .ls-popup-card{transform:scale(1)translateY(0)}.ls-popup-close{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;background:rgba(27,31,59,5%);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1b1f3b;transition:background .2s,transform .2s;z-index:10}.ls-popup-close:hover{background:rgba(27,31,59,.1);transform:rotate(90deg)}.ls-popup-close svg{width:16px;height:16px}.ls-popup-header{text-align:center;margin-bottom:28px}.ls-popup-logo-wrapper{display:flex;justify-content:center;margin-bottom:18px}.ls-popup-logo{height:34px;width:auto;display:block}.ls-popup-logo-placeholder{display:flex;align-items:center;gap:8px;font-weight:800;font-size:16px;color:#1b1f3b}.ls-popup-logo-circle{width:28px;height:28px;background:#f6911d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.ls-popup-title{font-size:24px;font-weight:800;color:#1b1f3b;margin:0 0 8px;letter-spacing:-.5px}.ls-popup-subtitle{font-size:14px;color:rgba(27,31,59,.65);line-height:1.5;margin:0;padding:0 10px}.ls-popup-form-group{margin-bottom:16px;display:flex;flex-direction:column;align-items:flex-start;width:100%}.ls-popup-row{display:flex;gap:14px;width:100%}.ls-popup-row .ls-popup-form-group{flex:1}.ls-popup-label{font-size:12px;font-weight:700;color:#1b1f3b;margin-bottom:6px;text-transform:uppercase;letter-spacing:.8px;opacity:.8}.ls-popup-input{width:100%;height:48px;background:rgba(27,31,59,3%);border:1.5px solid rgba(27,31,59,6%);border-radius:12px;padding:0 16px;font-size:14px;font-family:inherit;color:#1b1f3b;box-sizing:border-box;transition:all .25s ease}.ls-popup-input:focus{outline:none;background:#fff;border-color:#f6911d;box-shadow:0 0 0 4px rgba(246,145,29,.15)}.ls-popup-input.ls-error{border-color:#ff3b30!important;background:snow!important;box-shadow:0 0 0 4px rgba(255,59,48,.1)!important}.ls-error-text{font-size:11px;color:#ff3b30;margin-top:4px;font-weight:500;display:none;animation:fadeIn .3s ease}.ls-error-active .ls-error-text{display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ls-lang-selector{display:flex;gap:8px;width:100%}.ls-lang-pill{flex:1;height:42px;background:rgba(27,31,59,3%);border:1.5px solid rgba(27,31,59,8%);border-radius:12px;font-size:13px;font-weight:600;font-family:inherit;color:rgba(27,31,59,.7);cursor:pointer;transition:all .2s ease}.ls-lang-pill:hover{border-color:rgba(246,145,29,.5);color:#1b1f3b}.ls-lang-pill.active{background:#1b1f3b;border-color:#1b1f3b;color:#fff}.ls-popup-consent{display:flex;align-items:flex-start;gap:10px;margin:16px 0 24px;cursor:pointer;user-select:none}.ls-popup-checkbox-container{position:relative;width:20px;height:20px;flex-shrink:0}.ls-popup-checkbox-native{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.ls-popup-checkbox-custom{width:20px;height:20px;background:rgba(27,31,59,3%);border:1.5px solid rgba(27,31,59,.1);border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.ls-popup-checkbox-native:checked~.ls-popup-checkbox-custom{background:#1b1f3b;border-color:#1b1f3b}.ls-popup-checkbox-custom svg{width:12px;height:12px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:scale(.5);transition:all .2s ease}.ls-popup-checkbox-native:checked~.ls-popup-checkbox-custom svg{opacity:1;transform:scale(1)}.ls-popup-consent-text{font-size:12px;color:rgba(27,31,59,.7);line-height:1.4;text-align:left}.ls-popup-consent-text a{color:#1b1f3b;text-decoration:underline;font-weight:500}.ls-popup-submit-btn{width:100%;height:52px;background:#f6911d;color:#1b1f3b;border:none;border-radius:14px;font-size:15px;font-weight:700;font-family:inter,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .25s ease;position:relative;overflow:hidden}.ls-popup-submit-btn:hover:not(:disabled){background:#e58215;transform:translateY(-2px);box-shadow:0 8px 20px rgba(246,145,29,.25)}.ls-popup-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.ls-popup-success-state{display:none;flex-direction:column;align-items:center;text-align:center;padding:20px 0}.ls-success-icon-ring{width:72px;height:72px;border-radius:50%;background:rgba(0,182,122,.1);display:flex;align-items:center;justify-content:center;color:#00b67a;margin-bottom:24px;animation:ringPulse 1.5s infinite ease-in-out}.ls-success-icon-ring svg{width:36px;height:36px}@keyframes ringPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}@media(max-width:520px){.ls-popup-card{padding:28px 20px;border-radius:24px;margin:0 12px;max-width:calc(100% - 24px)}.ls-popup-row{flex-direction:column;gap:0}}