#sg-root{--white:#ffffff;--ice:#f2f6fc;--blue:#3d67f6;--cobalt:#2148d8;--ink:#111827;--gray:#5b6472;--gray-soft:#6b7280;--line:#dde6f4;--err:#c62828}#sg-root,#sg-root *{margin:0;padding:0;box-sizing:border-box}#sg-root{font-family:SGCyrFix,Inter,system-ui,-apple-system,sans-serif;background:var(--white);color:var(--ink);overflow:clip;-webkit-font-smoothing:antialiased}#sg-root a{text-decoration:none;color:inherit}#sg-root a:focus-visible,#sg-root button:focus-visible{outline:3px solid var(--blue);outline-offset:2px;border-radius:8px}#sg-root .btn:focus-visible{outline-offset:3px;border-radius:14px}#sg-root section[id]{scroll-margin-top:16px}#sg-root img{display:block}#sg-root .wrap{max-width:1360px;margin:0 auto;padding:0 44px;position:relative}#sg-root .hero-section{position:relative;overflow:hidden;overflow:clip}#sg-root .hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}#sg-root .hero-bg .grid{position:absolute;inset:0;background-image:linear-gradient(#e4ecf8 1px,transparent 0),linear-gradient(90deg,#e4ecf8 1px,transparent 0);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse 75% 70% at 50% 45%,transparent 52%,#000 98%);mask-image:radial-gradient(ellipse 75% 70% at 50% 45%,transparent 52%,#000 98%);opacity:.9}#sg-root .hero-bg .glow{position:absolute;border-radius:50%;filter:blur(10px)}#sg-root .hero-bg .glow.g1{width:1100px;height:900px;right:-260px;top:-120px;background:radial-gradient(closest-side,rgba(61,103,246,.1),rgba(61,103,246,0) 72%)}#sg-root .hero-bg .glow.g2{width:700px;height:600px;left:-200px;bottom:-180px;background:radial-gradient(closest-side,rgba(61,103,246,.06),rgba(61,103,246,0) 70%)}#sg-root .plus{position:absolute;color:#c3d2ea;font-weight:300;font-size:19px;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}#sg-root header{position:relative;z-index:6;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-top:30px;gap:14px}#sg-root .brand{display:flex;align-items:center;gap:12px;flex:none}#sg-root .brand img.badge{width:42px;height:42px}#sg-root .brand img.wm{height:21px;width:auto}#sg-root .nav-pill{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:36px;align-items:center;background:var(--white);border:1px solid rgba(221,230,244,.8);border-radius:999px;padding:16px 36px;box-shadow:0 10px 30px rgba(33,72,216,.07),0 2px 8px rgba(17,24,39,.04)}#sg-root .nav-pill a{font-size:15.5px;font-weight:500;color:var(--ink);transition:color .2s;white-space:nowrap}#sg-root .nav-pill a:hover{color:var(--blue)}#sg-root .hdr-right{display:flex;align-items:center;gap:14px;flex:none}#sg-root .btn{display:inline-block;border:0;cursor:pointer;font-family:inherit;font-size:15.5px;font-weight:700;color:#fff;background:var(--blue);border-radius:14px;padding:15px 26px;box-shadow:0 10px 26px rgba(61,103,246,.32);transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap}#sg-root .btn:hover{background:var(--cobalt);transform:translateY(-1px);box-shadow:0 12px 30px rgba(33,72,216,.36)}#sg-root .btn:active{transform:translateY(0)}#sg-root .lang-switch{display:flex;align-items:center;position:relative;background:var(--white);border:1px solid var(--line);border-radius:999px;padding:4px;box-shadow:0 6px 18px rgba(33,72,216,.07)}#sg-root .lang-switch button{position:relative;z-index:1;border:0;background:transparent;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:700;letter-spacing:.04em;color:var(--gray-soft);padding:8px 13px;border-radius:999px;transition:color .25s}#sg-root .lang-switch button.on{color:#fff}#sg-root .lang-switch .thumb{position:absolute;top:4px;bottom:4px;width:calc(50% - 4px);left:4px;background:var(--blue);border-radius:999px;transition:transform .25s cubic-bezier(.3,.8,.3,1);box-shadow:0 4px 12px rgba(61,103,246,.35)}#sg-root .lang-switch.ru .thumb{transform:translateX(100%)}#sg-root .hero{position:relative;z-index:2;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;grid-gap:24px;gap:24px;min-height:calc(100vh - 110px);padding:40px 0 70px}#sg-root .hero-copy{max-width:640px;position:relative;z-index:4}#sg-root .eyebrow{color:var(--blue);font-weight:700;font-size:13px;letter-spacing:.3em;text-transform:uppercase;margin-bottom:26px}#sg-root h1{font-weight:900;font-size:clamp(36px,5vw,72px);line-height:.98;letter-spacing:-.035em;text-transform:uppercase}#sg-root h1 .accent{color:var(--blue)}#sg-root .sub{margin-top:28px;font-size:18.5px;line-height:1.55;color:var(--gray);max-width:470px}#sg-root .signup{margin-top:34px;max-width:500px}#sg-root .form-pill{display:flex;align-items:center;gap:6px;background:var(--white);border:1px solid var(--line);border-radius:18px;padding:7px;box-shadow:0 16px 44px rgba(33,72,216,.1),0 2px 10px rgba(17,24,39,.04);transition:border-color .2s}#sg-root .form-pill:focus-within{border-color:var(--blue);box-shadow:0 16px 44px rgba(33,72,216,.1),0 2px 10px rgba(17,24,39,.04),0 0 0 3px rgba(61,103,246,.22)}#sg-root .signup.error .form-pill{border-color:#e8a3a3}#sg-root .form-error{display:none;margin-top:13px;font-size:14.5px;font-weight:500;color:var(--err)}#sg-root .signup.error .form-error{display:block}#sg-root .form-pill input{flex:1 1;min-width:0;border:0;outline:none;background:transparent;font-family:inherit;font-size:16px;color:var(--ink);padding:14px 18px}#sg-root .form-pill input::placeholder{color:var(--gray-soft)}#sg-root .form-pill .btn{border-radius:13px;padding:15px 24px;font-size:15.5px}#sg-root .form-note{margin-top:15px;display:flex;align-items:flex-start;gap:9px;color:var(--gray-soft);font-size:14.5px;line-height:1.45}#sg-root .form-note svg{flex:none;margin-top:1px}#sg-root .form-ok{display:none;align-items:center;gap:12px;background:var(--white);border:1px solid var(--line);border-radius:18px;padding:20px 24px;font-weight:600;font-size:16.5px;color:var(--ink);box-shadow:0 16px 44px rgba(33,72,216,.1)}#sg-root .signup.done .form-error,#sg-root .signup.done .form-note,#sg-root .signup.done .form-pill{display:none}#sg-root .signup.done .form-ok{display:flex}#sg-root .hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}#sg-root .stage{position:relative;height:660px;z-index:1}#sg-root .orbits{position:absolute;left:50%;top:50%;width:900px;height:900px;transform:translate(-50%,-50%);pointer-events:none;z-index:1}#sg-root .orbits.orbits-front{z-index:3}#sg-root .device-float{position:absolute;left:50%;top:50%;transform:translate(-50%,-53%);animation:float 7s ease-in-out infinite;will-change:transform;z-index:2}#sg-root .device{width:326px;height:598px;transform:rotate(9deg);border-radius:58px;background:linear-gradient(140deg,#f8fbff,#c8d3e2 26%,#eef3fa 50%,#a9b6c9 78%,#dfe7f1);padding:9px;position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65),0 46px 90px rgba(33,72,216,.2),0 14px 34px rgba(17,24,39,.14)}#sg-root .device .side-btn{position:absolute;right:-2.5px;top:132px;width:5px;height:62px;border-radius:4px;background:linear-gradient(180deg,#e6edf6,#93a2b8)}#sg-root .device .side-btn.b2{top:210px;height:38px}#sg-root .screen{width:100%;height:100%;border-radius:50px;background:linear-gradient(180deg,#ffffff,#f2f7ff);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;position:relative;overflow:hidden}#sg-root .screen:before{content:"";position:absolute;inset:0;background:linear-gradient(112deg,transparent 30%,rgba(255,255,255,.5) 50%,transparent 70%);opacity:.5;pointer-events:none}#sg-root .screen img.badge{width:96px;height:96px}#sg-root .screen img.wm{width:158px;height:auto}#sg-root .floor{position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);width:560px;height:120px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(61,103,246,.16),rgba(61,103,246,0) 70%);filter:blur(6px)}@keyframes float{0%,to{transform:translate(-50%,-53%) translateY(0)}50%{transform:translate(-50%,-53%) translateY(-14px)}}#sg-root .orbit-dot{animation:dotpulse 3.2s ease-in-out infinite}#sg-root .orbit-dot.d2{animation-delay:1.6s}@keyframes dotpulse{0%,to{opacity:1}50%{opacity:.35}}#sg-root .reveal{opacity:0;transform:translateY(18px);animation:reveal .8s cubic-bezier(.2,.7,.2,1) forwards}#sg-root .reveal.r1{animation-delay:.05s}#sg-root .reveal.r2{animation-delay:.15s}#sg-root .reveal.r3{animation-delay:.25s}#sg-root .reveal.r4{animation-delay:.35s}#sg-root .reveal.r5{animation-delay:.2s}@keyframes reveal{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){#sg-root .reveal{opacity:1;transform:none;animation:none}#sg-root .device-float,#sg-root .orbit-dot{animation:none}}#sg-root h2{font-weight:900;font-size:clamp(30px,3.4vw,46px);letter-spacing:-.02em;text-transform:uppercase}#sg-root .sec-intro{margin-top:20px;font-size:18px;line-height:1.6;color:var(--gray);max-width:640px}#sg-root .panel{position:relative;z-index:2;margin:10px 40px 40px;background:var(--ice);border-radius:30px;padding:92px 84px 84px;overflow:hidden}#sg-root .panel .dots{position:absolute;top:56px;right:64px;width:190px;height:120px;background-image:radial-gradient(#c6d4ea 2px,transparent 2.5px);background-size:22px 22px;pointer-events:none}#sg-root .panel-inner{max-width:1192px;margin:0 auto}#sg-root .cards{margin-top:48px;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:22px;gap:22px}#sg-root .card{grid-column:span 2;background:var(--white);border-radius:22px;padding:32px 30px;box-shadow:0 8px 30px rgba(33,72,216,.05);transition:transform .25s,box-shadow .25s}#sg-root .card:nth-child(4),#sg-root .card:nth-child(5){grid-column:span 3}#sg-root .card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(33,72,216,.1)}#sg-root .card .icon{width:46px;height:46px;border-radius:13px;background:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:22px;box-shadow:0 8px 20px rgba(61,103,246,.28)}#sg-root .card h3{font-size:19px;font-weight:800;letter-spacing:-.01em;margin-bottom:10px;-webkit-hyphens:auto;hyphens:auto}#sg-root .card p{font-size:15.5px;line-height:1.55;color:var(--gray)}#sg-root .how{padding:110px 0 30px}#sg-root .steps{margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:36px;gap:36px}#sg-root .step .num{font-weight:900;font-size:46px;letter-spacing:-.03em;color:var(--blue);opacity:.9;margin-bottom:14px}#sg-root .step h3{font-size:18px;font-weight:800;margin-bottom:10px}#sg-root .step p{font-size:15px;line-height:1.55;color:var(--gray)}#sg-root .why{padding:100px 0 20px}#sg-root .why-grid{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}#sg-root .why-item{border:1px solid var(--line);border-radius:22px;padding:32px 34px;transition:border-color .25s,box-shadow .25s}#sg-root .why-item:hover{border-color:#b9ccf3;box-shadow:0 14px 36px rgba(33,72,216,.07)}#sg-root .why-item h3{font-size:19px;font-weight:800;margin-bottom:10px}#sg-root .why-item h3:before{content:"— ";color:var(--blue)}#sg-root .why-item p{font-size:15.5px;line-height:1.6;color:var(--gray)}#sg-root .about{padding:110px 0 20px;text-align:center}#sg-root .about p{max-width:680px;margin:24px auto 0;font-size:17.5px;line-height:1.7;color:var(--gray)}#sg-root .about p:first-of-type{margin-top:30px;font-size:19px;color:var(--ink);font-weight:500}#sg-root .cta-final{text-align:center;padding:100px 0 110px}#sg-root .cta-final h2{max-width:900px;margin:0 auto}#sg-root .cta-final .cta-sub{max-width:560px;margin:24px auto 0;font-size:17.5px;line-height:1.6;color:var(--gray)}#sg-root .cta-final .signup{margin:36px auto 0}#sg-root .cta-final .form-note{justify-content:center}#sg-root footer{border-top:1px solid var(--line);padding:34px 0 44px}#sg-root .foot{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap}#sg-root .foot .brand img.badge{width:34px;height:34px}#sg-root .foot .brand img.wm{height:17px}#sg-root .foot-links{display:flex;gap:22px;font-size:14.5px;color:var(--gray);flex-wrap:wrap}#sg-root .foot-links a:hover{color:var(--blue)}#sg-root .foot small{color:var(--gray-soft);font-size:14px}@media (max-width:1240px){#sg-root .orbits{width:660px;height:660px}}@media (max-width:1040px){#sg-root .nav-pill{position:static;transform:none;order:3;width:100%;justify-content:flex-start;gap:2px;padding:5px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}#sg-root .nav-pill::-webkit-scrollbar{display:none}#sg-root .nav-pill a{padding:9px 15px;border-radius:999px;font-size:14px;font-weight:600}}@media (min-width:1041px) and (max-width:1120px){#sg-root .nav-pill{gap:24px;padding:14px 26px}}@media (max-width:1120px){#sg-root .stage{height:560px}#sg-root .device{width:280px;height:514px}#sg-root .steps{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:920px){#sg-root .hero{grid-template-columns:1fr;min-height:0;padding-top:56px;text-align:center}#sg-root .hero-copy{max-width:560px;margin:0 auto}#sg-root .signup,#sg-root .sub{margin-left:auto;margin-right:auto}#sg-root .form-note{justify-content:center;text-align:left}#sg-root .stage{height:520px;margin-top:26px}#sg-root .panel{margin:10px 16px 26px;padding:60px 28px}#sg-root .panel .dots{display:none}#sg-root .cards{grid-template-columns:1fr;gap:18px}#sg-root .card,#sg-root .card:nth-child(4),#sg-root .card:nth-child(5){grid-column:auto}#sg-root .why-grid{grid-template-columns:1fr;gap:18px}#sg-root .how{padding:70px 0 10px}#sg-root .about,#sg-root .why{padding:70px 0 0}#sg-root .cta-final{padding:70px 0 80px}#sg-root .wrap{padding:0 22px}#sg-root .plus{display:none}#sg-root .foot{justify-content:center;text-align:center}}@media (max-width:560px){#sg-root h1{font-size:clamp(29px,9.2vw,36px)}#sg-root .eyebrow{letter-spacing:.2em;font-size:12px}#sg-root .brand img.badge{width:36px;height:36px}#sg-root .brand img.wm{height:17px}#sg-root .hdr-right{gap:9px}#sg-root header .btn{padding:12px 16px;font-size:14px}#sg-root .lang-switch button{padding:7px 10px;font-size:12.5px}#sg-root .sub{font-size:16.5px}#sg-root .form-pill{flex-direction:column;padding:10px;gap:10px}#sg-root .form-pill input{width:100%;text-align:center;padding:12px}#sg-root .form-pill .btn{width:100%}#sg-root .device{width:240px;height:440px;border-radius:48px}#sg-root .screen{border-radius:41px}#sg-root .screen img.badge{width:78px;height:78px}#sg-root .screen img.wm{width:128px}#sg-root .stage{height:460px}#sg-root .orbits{width:640px;height:640px}#sg-root .steps{grid-template-columns:1fr}}@media (max-width:440px){#sg-root .brand{gap:9px}#sg-root .brand img.wm{height:15px}#sg-root header .btn{padding:11px 13px;font-size:13.5px}}#sg-root .foot-social{display:flex;align-items:center;gap:14px}#sg-root .foot-social a{display:flex;color:#111827;opacity:.8;transition:opacity .2s,transform .15s}#sg-root .foot-social a:hover{opacity:1;transform:translateY(-2px)}#sg404-root{--white:#ffffff;--ice:#f2f6fc;--blue:#3d67f6;--cobalt:#2148d8;--ink:#111827;--gray:#5b6472;--gray-soft:#6b7280;--line:#dde6f4}#sg404-root,#sg404-root *{margin:0;padding:0;box-sizing:border-box}#sg404-root{font-family:SGCyrFix,Inter,system-ui,-apple-system,sans-serif;background:var(--white);color:var(--ink);overflow:clip;-webkit-font-smoothing:antialiased;position:relative}#sg404-root a{text-decoration:none;color:inherit}#sg404-root a:focus-visible{outline:3px solid var(--blue);outline-offset:2px;border-radius:8px}#sg404-root img{display:block}#sg404-root .wrap{max-width:1360px;margin:0 auto;padding:0 44px;position:relative}#sg404-root .bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}#sg404-root .bg .grid{position:absolute;inset:0;background-image:linear-gradient(#e4ecf8 1px,transparent 0),linear-gradient(90deg,#e4ecf8 1px,transparent 0);background-size:56px 56px;opacity:.9}#sg404-root .bg .glow{position:absolute;border-radius:50%;filter:blur(10px);width:800px;height:700px;left:-260px;bottom:-220px;background:radial-gradient(closest-side,rgba(61,103,246,.07),rgba(61,103,246,0) 70%)}#sg404-root header{position:relative;z-index:6;display:flex;align-items:center;justify-content:space-between;padding-top:30px;gap:14px}#sg404-root .brand{display:flex;align-items:center;gap:12px;flex:none}#sg404-root .brand img.badge{width:42px;height:42px}#sg404-root .brand img.wm{height:21px;width:auto}#sg404-root .lang-switch{display:flex;align-items:center;position:relative;background:var(--white);border:1px solid var(--line);border-radius:999px;padding:4px;box-shadow:0 6px 18px rgba(33,72,216,.07)}#sg404-root .lang-switch button{position:relative;z-index:1;border:0;background:transparent;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:700;letter-spacing:.04em;color:var(--gray-soft);padding:8px 13px;border-radius:999px;transition:color .25s}#sg404-root .lang-switch button.on{color:#fff}#sg404-root .lang-switch .thumb{position:absolute;top:4px;bottom:4px;width:calc(50% - 4px);left:4px;background:var(--blue);border-radius:999px;transition:transform .25s cubic-bezier(.3,.8,.3,1);box-shadow:0 4px 12px rgba(61,103,246,.35)}#sg404-root .lang-switch.ru .thumb{transform:translateX(100%)}#sg404-root .hero{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;grid-gap:24px;gap:24px;min-height:calc(100vh - 90px);padding:30px 0 60px}#sg404-root .copy{max-width:600px}#sg404-root .eyebrow{color:var(--blue);font-weight:700;font-size:13px;letter-spacing:.3em;text-transform:uppercase;margin-bottom:26px}#sg404-root h1{font-weight:900;font-size:clamp(34px,4.6vw,66px);line-height:1.02;letter-spacing:-.035em;text-transform:uppercase}#sg404-root h1 .accent{color:var(--blue)}#sg404-root .sub{margin-top:26px;font-size:18.5px;line-height:1.55;color:var(--gray);max-width:440px}#sg404-root .btn{display:inline-flex;align-items:center;gap:10px;border:0;cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--blue);border-radius:14px;padding:17px 28px;box-shadow:0 10px 26px rgba(61,103,246,.32);transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap;margin-top:36px}#sg404-root .btn:hover{background:var(--cobalt);transform:translateY(-1px);box-shadow:0 12px 30px rgba(33,72,216,.36)}#sg404-root .btn svg{flex:none}#sg404-root .art{position:relative;display:flex;align-items:center;justify-content:center}#sg404-root .art img{width:100%;max-width:680px;height:auto;position:relative;-webkit-mask-image:radial-gradient(ellipse 72% 74% at 50% 48%,#000 58%,transparent 92%);mask-image:radial-gradient(ellipse 72% 74% at 50% 48%,#000 58%,transparent 92%)}#sg404-root .art:before{content:"";position:absolute;width:76%;height:66%;left:50%;top:48%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(closest-side,rgba(61,103,246,.1),rgba(61,103,246,0) 72%);filter:blur(18px);pointer-events:none}#sg404-root .reveal{opacity:0;transform:translateY(18px);animation:sg404reveal .8s cubic-bezier(.2,.7,.2,1) forwards}#sg404-root .reveal.r1{animation-delay:.05s}#sg404-root .reveal.r2{animation-delay:.15s}#sg404-root .reveal.r3{animation-delay:.25s}#sg404-root .reveal.r4{animation-delay:.35s}#sg404-root .reveal.r5{animation-delay:.2s}@keyframes sg404reveal{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){#sg404-root .reveal{opacity:1;transform:none;animation:none}}@media (max-width:920px){#sg404-root .hero{grid-template-columns:1fr;min-height:0;padding-top:46px;text-align:center}#sg404-root .copy{max-width:560px;margin:0 auto}#sg404-root .sub{margin-left:auto;margin-right:auto}#sg404-root .art{margin-top:10px}#sg404-root .art img{max-width:480px}#sg404-root .wrap{padding:0 22px}}@media (max-width:560px){#sg404-root h1{font-size:clamp(27px,8vw,34px)}#sg404-root .eyebrow{letter-spacing:.2em;font-size:12px}#sg404-root .brand img.badge{width:36px;height:36px}#sg404-root .brand img.wm{height:17px}#sg404-root .sub{font-size:16.5px}#sg404-root .art img{max-width:360px}}