:root{--bg-dark: #0a0a0a;--bg-pattern: #1a1a1a;--primary-green: #b4ff00;--text-white: #ffffff;--text-gray: rgba(255, 255, 255, .7);--border-color: rgba(255, 255, 255, .2)}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-dark);color:var(--text-white);min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(180,255,0,.02) 10px,rgba(180,255,0,.02) 20px),repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(180,255,0,.02) 10px,rgba(180,255,0,.02) 20px);pointer-events:none;z-index:1}#root{position:relative;z-index:2}.page{position:relative}.page:after{content:"";position:absolute;bottom:0;right:0;width:300px;height:300px;background:radial-gradient(circle,rgba(180,255,0,.15) 0%,transparent 70%);pointer-events:none;z-index:-1}.page:before{content:"";position:absolute;top:20%;right:-100px;width:400px;height:400px;background:url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 100 L300 300' stroke='%23b4ff00' stroke-width='2' opacity='0.1'/%3E%3Cpath d='M150 50 L350 250' stroke='%23b4ff00' stroke-width='2' opacity='0.1'/%3E%3C/svg%3E") no-repeat;pointer-events:none;z-index:-1;animation:float 10s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}select.PhoneInputCountrySelect,.PhoneInputCountrySelect{background-color:#1a1a1a!important;color:#fff!important}select.PhoneInputCountrySelect option,.PhoneInputCountrySelect option{background-color:#1a1a1a!important;color:#fff!important;padding:12px 16px}select.PhoneInputCountrySelect option:hover,.PhoneInputCountrySelect option:hover{background-color:#2a2a2a!important}select.PhoneInputCountrySelect option:checked,.PhoneInputCountrySelect option:checked{background-color:#3a3a3a!important;color:#b4ff00!important}select.PhoneInputCountrySelect option:focus,.PhoneInputCountrySelect option:focus{background-color:#2a2a2a!important}.button{width:100%;padding:20px 40px;font-size:18px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.button--primary{background:#b4ff00;color:#000}.button--primary:hover{background:#a0e600;transform:translateY(-2px);box-shadow:0 8px 20px #b4ff004d}.button--primary:active{transform:translateY(0)}.button--primary:disabled{background:#4a4a4a;color:#999;cursor:not-allowed;transform:none}.button--secondary{background:transparent;color:#fff;border:2px solid #fff}.button--secondary:hover{background:#ffffff1a}@media(max-width:768px){.button{padding:16px 40px;font-size:15px}}@media(max-width:480px){.button{padding:14px 32px;font-size:14px}}.language-switcher{position:fixed;top:40px;right:60px;z-index:1000;display:flex;gap:4px;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;padding:4px;border:1px solid rgba(255,255,255,.1)}.language-switcher__button{padding:8px 16px;font-size:14px;font-weight:600;background:transparent;color:#fff9;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.language-switcher__button:hover{color:#fff;background:#ffffff1a}.language-switcher__button--active{background:#b4ff00;color:#000}.language-switcher__button--active:hover{background:#a0e600}@media(max-width:768px){.language-switcher{top:12px;right:12px;padding:3px}.language-switcher__button{padding:4px 10px;font-size:11px}}@media(max-width:480px){.language-switcher{top:10px;right:10px;padding:2px}.language-switcher__button{padding:4px 8px;font-size:10px}}.logo{display:flex;align-items:center;width:fit-content}.logo__image{width:64px;height:64px;object-fit:contain}@media(max-width:768px){.logo__image{width:56px;height:56px}}@media(max-width:480px){.logo__image{width:48px;height:48px}}.home-page{display:flex;flex-direction:column;padding:40px 60px;min-height:100vh;background-image:url(/bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.home-page:before{content:"";position:absolute;top:0;left:0;width:200px;height:200px;background:radial-gradient(circle at top left,rgba(180,255,0,.3) 0%,transparent 70%);pointer-events:none}.home-page:after{content:"";position:absolute;bottom:0;right:0;width:300px;height:300px;background:radial-gradient(circle at bottom right,rgba(180,255,0,.25) 0%,transparent 70%);pointer-events:none}.home-page__logo{align-self:flex-start;margin-bottom:60px;position:relative;z-index:10}.home-page__content{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:600px;width:100%;text-align:left;position:relative;z-index:10;margin:0 auto}.home-page__title{font-size:80px;font-weight:900;line-height:1;color:#fff;margin:0 0 32px;text-transform:uppercase;letter-spacing:0}.home-page__highlight{color:#b4ff00;display:inline-block}.home-page__subtitle{font-size:22px;color:#fff;margin:0 0 40px;font-weight:400;line-height:1.5}.home-page__arrow{margin:20px 0 40px;align-self:center}.home-page__arrow-img{width:140px;height:auto;display:block}.home-page__button{width:100%;max-width:380px;margin-top:0;position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;align-self:center}.home-page__scroll-icon{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(max-width:1024px){.home-page{padding:32px 40px}.home-page__title{font-size:68px}.home-page__subtitle{font-size:20px}.home-page__arrow-img{width:120px}}@media(max-width:768px){.home-page{padding:20px 16px}.home-page__logo{margin-bottom:32px}.home-page__content{max-width:100%}.home-page__title{font-size:36px;margin:0 0 20px;line-height:1.1}.home-page__subtitle{font-size:16px;margin:0 0 28px}.home-page__arrow{margin:16px 0 28px}.home-page__arrow-img{width:90px}.home-page__button{max-width:100%}.home-page:before{width:120px;height:120px}.home-page:after{width:180px;height:180px}}@media(max-width:480px){.home-page{padding:16px 12px}.home-page__logo{margin-bottom:24px}.home-page__title{font-size:32px;margin:0 0 16px;line-height:1.1}.home-page__subtitle{font-size:14px;margin:0 0 20px;line-height:1.4}.home-page__arrow{margin:12px 0 20px}.home-page__arrow-img{width:70px}.home-page__button{gap:6px}.home-page:before{width:80px;height:80px}.home-page:after{width:120px;height:120px}}.back-button{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#fff;font-size:18px;font-weight:600;cursor:pointer;padding:8px 0;transition:all .3s ease}.back-button:hover{color:#b4ff00;transform:translate(-4px)}.back-button__icon{font-size:24px}@media(max-width:768px){.back-button{font-size:16px}.back-button__icon{font-size:20px}}@media(max-width:480px){.back-button{font-size:14px;gap:6px}.back-button__icon{font-size:18px}}.input{width:100%;padding:18px 24px;font-size:16px;background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;transition:all .3s ease}.input::placeholder{color:#ffffff80}.input:focus{outline:none;border-color:#b4ff00;box-shadow:0 0 0 3px #b4ff001a}.input:hover{border-color:#fff6}@media(max-width:768px){.input{padding:16px 20px;font-size:15px}}@media(max-width:480px){.input{padding:12px 16px;font-size:13px}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.phone-input{display:flex;gap:12px;width:100%}.phone-input__react-phone{width:100%;display:flex;align-items:center;gap:12px}.phone-input__react-phone .PhoneInput{display:flex;align-items:center;gap:12px;width:100%}.phone-input__react-phone .PhoneInputCountry{padding:18px 12px;font-size:16px;background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-width:120px}.phone-input__react-phone .PhoneInputCountry:hover{border-color:#fff6}.phone-input__react-phone .PhoneInputCountry:focus-within{border-color:#b4ff00;box-shadow:0 0 0 3px #b4ff001a}.phone-input__react-phone .PhoneInputCountryIcon{width:20px;height:15px;border-radius:2px;object-fit:cover}.phone-input__react-phone .PhoneInputCountrySelect{background:transparent;border:none;color:#fff;font-size:16px;cursor:pointer;padding:0;margin:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;text-align:center;display:flex;align-items:center;justify-content:center}.phone-input__react-phone .PhoneInputCountrySelect:focus{outline:none}.phone-input__react-phone .PhoneInputCountrySelect option{background:#1a1a1a!important;color:#fff!important;padding:12px 16px}.phone-input__react-phone .PhoneInputCountrySelect option:hover{background:#2a2a2a!important}.phone-input__react-phone .PhoneInputCountrySelect option:checked{background:#3a3a3a!important;color:#b4ff00!important}.phone-input__react-phone .PhoneInputCountrySelectArrow{opacity:.7;margin-left:4px}.phone-input__react-phone .PhoneInputInput{flex:1;padding:18px 24px;font-size:16px;background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;transition:all .3s ease;width:100%}.phone-input__react-phone .PhoneInputInput::placeholder{color:#ffffff80}.phone-input__react-phone .PhoneInputInput:focus{outline:none;border-color:#b4ff00;box-shadow:0 0 0 3px #b4ff001a}.phone-input__react-phone .PhoneInputInput:hover{border-color:#fff6}.PhoneInputCountryIcon--border{border:1px solid rgba(255,255,255,.2)}.phone-input__react-phone select.PhoneInputCountrySelect,.phone-input__react-phone .PhoneInputCountrySelect{background-color:#1a1a1a!important;color:#fff!important}.phone-input__react-phone select.PhoneInputCountrySelect option,.phone-input__react-phone .PhoneInputCountrySelect option,select.PhoneInputCountrySelect option,.PhoneInputCountrySelect option{background-color:#1a1a1a!important;background:#1a1a1a!important;color:#fff!important;padding:12px 16px}.phone-input__react-phone select.PhoneInputCountrySelect option:hover,.phone-input__react-phone .PhoneInputCountrySelect option:hover,select.PhoneInputCountrySelect option:hover,.PhoneInputCountrySelect option:hover{background-color:#2a2a2a!important;background:#2a2a2a!important}.phone-input__react-phone select.PhoneInputCountrySelect option:checked,.phone-input__react-phone .PhoneInputCountrySelect option:checked,select.PhoneInputCountrySelect option:checked,.PhoneInputCountrySelect option:checked{background-color:#3a3a3a!important;background:#3a3a3a!important;color:#b4ff00!important}.phone-input__code{padding:18px 16px;font-size:16px;background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;cursor:pointer;transition:all .3s ease;width:120px}.phone-input__code:hover{border-color:#fff6}.phone-input__code:focus{outline:none;border-color:#b4ff00;box-shadow:0 0 0 3px #b4ff001a}.phone-input__code option{background:#1a1a1a;color:#fff}.phone-input__number{flex:1;padding:18px 24px;font-size:16px;background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;transition:all .3s ease}.phone-input__number::placeholder{color:#ffffff80}.phone-input__number:focus{outline:none;border-color:#b4ff00;box-shadow:0 0 0 3px #b4ff001a}.phone-input__number:hover{border-color:#fff6}@media(max-width:768px){.phone-input{gap:10px}.phone-input__code{width:100px;padding:16px 12px;font-size:15px}.phone-input__number{padding:16px 20px;font-size:15px}}@media(max-width:480px){.phone-input{gap:8px}.phone-input__code{width:75px;padding:12px 8px;font-size:13px}.phone-input__number{padding:12px 16px;font-size:13px}}.progress-bar{display:flex;gap:8px;width:100%;margin-bottom:40px}.progress-bar__segment{flex:1;height:4px;background:#fff3;border-radius:2px;transition:background .3s ease}.progress-bar__segment--active{background:#b4ff00}@media(max-width:768px){.progress-bar{margin-bottom:20px;gap:5px}}@media(max-width:480px){.progress-bar{margin-bottom:16px;gap:4px}.progress-bar__segment{height:3px}}.radio-button{display:flex;align-items:center;gap:16px;padding:20px 24px;background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:50px;cursor:pointer;transition:all .3s ease}.radio-button:hover{border-color:#b4ff0080;background:#b4ff000d}.radio-button--selected{border-color:#b4ff00;background:#b4ff001a}.radio-button__input{display:none}.radio-button__circle{width:24px;height:24px;border:2px solid rgba(255,255,255,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.radio-button--selected .radio-button__circle{border-color:#b4ff00;background:#b4ff00}.radio-button__check{color:#000;font-size:14px;font-weight:700}.radio-button__label{color:#fff;font-size:16px;flex:1;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.5}@media(max-width:768px){.radio-button{padding:12px 14px;gap:10px;min-height:48px}.radio-button__label{font-size:12px;line-height:1.5}.radio-button__circle{width:18px;height:18px;flex-shrink:0}.radio-button__check{font-size:11px}}@media(max-width:480px){.radio-button{padding:10px 12px;gap:8px;min-height:44px}.radio-button__label{font-size:11px;line-height:1.5}.radio-button__circle{width:16px;height:16px;flex-shrink:0;border-width:1.5px}.radio-button__check{font-size:10px}}.quiz-slider{display:flex;flex-direction:column;padding:40px 60px;min-height:100vh;background-image:url(/bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.quiz-slider__container{flex:1;width:100%;overflow-x:hidden;overflow-y:auto;position:relative;display:flex}.quiz-slider__track{display:flex;width:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.quiz-slider__slide{min-width:100%;width:100%;flex-shrink:0;display:flex;align-items:flex-start;justify-content:center;padding:20px 10px;box-sizing:border-box}.quiz-page__content{max-width:800px;width:100%;display:flex;flex-direction:column;gap:32px;box-sizing:border-box;margin-top:60px}.quiz-page__title{font-size:40px;font-weight:700;color:#fff;margin:0;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.quiz-page__form{display:flex;flex-direction:column;gap:20px}.quiz-page__options{display:flex;flex-direction:column;gap:16px}.quiz-page__errors{background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:12px;padding:16px}.quiz-page__error{color:#ff6b6b;margin:4px 0;font-size:14px}.quiz-page__final{text-align:center;align-items:center;max-width:600px;gap:24px}.quiz-page__final-icon{margin-bottom:16px;animation:scaleIn .5s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.quiz-page__final-title{font-size:48px;color:#b4ff00;margin:0}.quiz-page__final-subtitle{font-size:20px;color:#fff;font-weight:500;margin:0;line-height:1.4}.quiz-page__final-description{font-size:16px;color:#ffffffb3;margin:0;line-height:1.6}@media(max-width:1024px){.quiz-slider{padding:32px 30px}.quiz-slider__slide{padding:20px 10px}.quiz-page__title{font-size:36px}.quiz-page__final-title{font-size:40px}.quiz-page__final-subtitle{font-size:18px}}@media(max-width:768px){.quiz-slider{padding:16px}.quiz-slider__slide{padding:10px 4px}.quiz-page__content{gap:16px;margin-top:10px;max-width:100%;width:100%}.quiz-page__title{font-size:18px;line-height:1.3;font-weight:700}.quiz-page__form{gap:12px}.quiz-page__options{gap:10px}.quiz-page__final-title{font-size:32px}.quiz-page__final-subtitle{font-size:16px}.quiz-page__final-icon svg{width:90px;height:90px}}@media(max-width:480px){.quiz-slider{padding:12px}.quiz-slider__slide{padding:10px 4px}.quiz-page__content{gap:12px;margin-top:5px;max-width:100%;width:100%}.quiz-page__title{font-size:16px;line-height:1.3;font-weight:700}.quiz-page__form{gap:10px}.quiz-page__options{gap:8px}.quiz-page__final-title{font-size:24px}.quiz-page__final-subtitle{font-size:13px}.quiz-page__final-description{font-size:12px}.quiz-page__final-icon svg{width:70px;height:70px}}
