:root{--navy:#063873;--deep:#001325;--light:#f4f4ff;--yellow:#ffcc00;--cyan:#20a9f4;--violet:#633eff;--ink:#05070a}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;background:var(--light);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.24;overflow-x:hidden}
button,input,select{font:inherit}
img,video{max-width:100%}
mark{background:none;color:var(--yellow)}
.page-width{width:min(1038px,calc(100% - 40px));margin-inline:auto}
.section-light{background:var(--light)}
.relative{position:relative;z-index:2}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.hero{min-height:805px;background:#00111f url("assets/hero_bg.png") center/cover no-repeat;color:#fff}
.hero__inner{display:grid;grid-template-columns:468px minmax(0,1fr);grid-template-areas:"copy visual" "form visual";column-gap:82px;padding-top:103px;padding-bottom:54px}
.hero__copy{grid-area:copy}
.hero__copy h1{margin:0;font-size:36px;line-height:1.32;letter-spacing:-.6px}
.hero__copy p{margin:18px 0 0;max-width:468px;font-size:14px;line-height:1.35}
.hero__visual{grid-area:visual;padding-top:1px}
.hero__video-shell{position:relative;width:441px;height:331px;margin-left:24px;overflow:hidden;background:#071826;isolation:isolate}
.hero__video{display:block;width:100%;height:100%;background:#071826;object-fit:cover;cursor:pointer}
.video-start{position:absolute;z-index:3;left:50%;top:50%;width:66px;height:66px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.62);border-radius:50%;background:rgba(0,28,54,.72);box-shadow:0 8px 28px rgba(0,0,0,.35);backdrop-filter:blur(5px);cursor:pointer;transition:transform .2s ease,background .2s ease,opacity .2s ease}
.video-start:hover{transform:translate(-50%,-50%) scale(1.06);background:rgba(5,57,105,.88)}
.video-start span{width:0;height:0;margin-left:5px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid #fff}
.hero__video-shell.is-playing .video-start{opacity:0;pointer-events:none}
.video-hud{position:absolute;z-index:4;right:10px;bottom:10px;height:42px;display:flex;align-items:center;gap:5px;padding:4px;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:rgba(0,21,41,.78);box-shadow:0 6px 18px rgba(0,0,0,.24);backdrop-filter:blur(7px);opacity:0;pointer-events:none;transform:translateY(5px);transition:opacity .2s ease,transform .2s ease}
.hero__video-shell.is-playing .video-hud{opacity:1;pointer-events:auto;transform:translateY(0)}
.video-hud button{position:relative;flex:0 0 32px;width:32px;height:32px;padding:0;border:0;border-radius:8px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer}
.video-hud button:hover{background:rgba(255,255,255,.2)}
.video-hud__sound svg{display:block;width:20px;height:20px;margin:auto;fill:#fff}
.video-hud__sound .sound-wave,.video-hud__sound .sound-off-line{fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round}
.video-hud__sound .sound-off-line{display:none;stroke:#ffcf19;stroke-width:2.2}
.hero__video-shell.is-muted .sound-wave{display:none}
.hero__video-shell.is-muted .sound-off-line{display:block}
.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);width:491px;margin-top:-1px}
.hero__stats>div{min-height:86px;padding:17px 17px 13px;background:rgba(0,22,43,.9);border:1px solid #526271;border-radius:6px;display:flex;flex-direction:column}
.hero__stats strong{font-size:22px;line-height:1.1}
.hero__stats span{margin-top:5px;font-size:11px;white-space:nowrap}
.hero__users{display:flex;align-items:center;gap:20px;margin-top:26px}
.hero__users img{width:159px;height:auto}
.hero__users p{margin:0;font-size:13px;line-height:1.45}
.hero__users mark{font-weight:700}

.signup-card{grid-area:form;width:363px;margin-top:31px;padding:22px 42px 30px;border:1px solid #68717a;border-radius:19px;background:rgba(0,23,44,.78)}
.signup-card h2{margin:0;text-align:center;font-size:17px;line-height:1.08}
.signup-card>p{margin:11px 0 17px;text-align:center;font-size:13px;color:#dfe6eb}
.signup-card em{font-style:normal;color:#00db19}
.registration-form{display:grid;gap:8px}
.field{display:block;min-width:0}
.field input,.country-select{width:100%;height:42px;border:1px solid #5d6973;border-radius:10px;background:rgba(0,10,22,.58);color:#fff;outline:none}
.field input{display:block;padding:0 14px;font-size:14px;line-height:40px}
.field input::placeholder{color:#77818b;opacity:1}
.field.invalid input,.country-select.invalid{border-color:#ff4e4e}
.phone-row{display:grid;grid-template-columns:45px minmax(0,1fr)}
.country-select{position:relative;display:flex;align-items:center;padding-left:8px;border-right:0;border-radius:10px 0 0 10px}
.country-flag{display:block;flex:0 0 20px;width:20px;height:auto;object-fit:contain}
.phone-arrow{display:none}
.country-select select{position:absolute;left:39px;top:0;width:34px;height:40px;padding:0;border:0;background:transparent;color:#87919b;font-size:14px;line-height:40px;appearance:none;pointer-events:none}
.phone-field input{padding-left:28px;border-left:0;border-radius:0 10px 10px 0;color:#87919b;letter-spacing:.1px}
.registration-form button{height:42px;margin-top:1px;border:0;border-radius:10px;background:var(--yellow);color:#020202;font-size:12px;font-weight:700;cursor:pointer}
.registration-form button:hover{filter:brightness(1.04)}
.registration-form button:disabled{opacity:.7;cursor:wait}
.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.form-error{display:none;margin:0;color:#ff7373;font-size:11px;text-align:center}.form-error.visible{display:block}
.signup-card__secure{display:flex;align-items:center;gap:8px;margin-top:21px;color:#c8cdd1;font-size:11px;line-height:1.2}
.signup-card__secure img{width:18px;height:18px}

.problem{position:relative;min-height:745px;padding-top:56px;isolation:isolate}
.problem:after{content:"";position:absolute;z-index:1;left:0;right:0;bottom:-250px;height:430px;background:var(--light);clip-path:polygon(0 0,100% 0,100% 42%,50% 100%,0 42%)}
.problem>.page-width{position:relative;z-index:2}
.section-heading{text-align:center}
.section-heading h2{margin:0;color:var(--navy);font-size:46px;line-height:1}
.section-heading>span,.short-rule{display:block;width:121px;height:3px;margin:28px auto 34px;background:var(--navy)}
.section-heading p{margin:0;font-size:15px;line-height:1.32}
.problem__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:67px;margin-top:65px}
.problem-card{min-width:0}
.problem-card__top{position:relative;display:flex;align-items:center;gap:18px}
.problem-card__top:after{content:"";position:absolute;top:61px;left:32px;width:1px;height:310px;background:#89a1c6}
.problem-card__top img{position:relative;z-index:1;width:62px;height:62px}
.problem-card__top b{color:var(--navy);font-size:28px;font-weight:400}
.problem-card h3{margin:29px 0 5px;font-size:18px}
.problem-card p{position:relative;z-index:1;margin:0;background:var(--light);font-size:15px;line-height:1.08}

.solution{height:472px;padding-top:292px;background:#063873;color:#fff}
.solution__copy{position:relative;z-index:2;display:block;width:min(590px,calc(100% - 28px));margin:0 auto;text-align:center}
.solution__copy h2{margin:0 0 36px;font-size:40px;line-height:1}
.solution__copy p{margin:0;padding:29px 30px;border:2px solid var(--yellow);border-radius:5px;font-size:15px;line-height:1.35}

.steps{min-height:330px;background:linear-gradient(103deg,var(--cyan),var(--violet));color:#fff}
.steps__inner{display:grid;grid-template-columns:376px 1fr;align-items:center;min-height:330px}
.steps__inner>h2{margin:0;font-size:40px;line-height:1.06;text-align:center}
.steps__list{display:grid;grid-template-columns:repeat(3,1fr)}
.step{min-height:180px;padding:0 34px;border-right:1px solid rgba(255,255,255,.38)}
.step:last-child{border-right:0}
.step__visual{display:flex;align-items:center;gap:10px;height:104px}
.step__visual b{color:rgba(166,205,255,.43);font-size:103px;font-weight:400;line-height:1}
.step__visual img{width:93px;height:93px;margin-left:0}
.step h3{margin:0 0 8px;font-size:23px}
.step p{margin:0;font-size:15px;line-height:1.15}

.technology{padding:82px 20px 92px;text-align:center}
.technology h2{margin:0;color:var(--navy);font-size:43px;line-height:1.35}
.technology h3{margin:24px 0 0;color:var(--navy);font-size:18px}
.technology .short-rule{margin:18px auto 31px}
.technology__copy{width:685px;max-width:100%;margin:auto}
.technology__copy p{margin:0 0 16px;font-size:15px;line-height:1.22}

.geometric-section{position:relative;overflow:hidden;isolation:isolate}
.experts{min-height:890px;padding:0 0 120px}
.verified{width:max-content;display:flex;align-items:center;gap:12px;padding:9px 13px;border-radius:7px;background:#d9e9f3;color:var(--navy);font-size:18px}
.verified img{width:25px;height:25px}
.experts h2{margin:31px 0 11px;font-size:45px;line-height:1.18}
.experts h2 span{color:var(--navy)}
.experts__lead{margin:0;font-size:15px}
.experts__grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:41px}
.expert-card{min-height:361px;padding:33px 33px 28px;border-radius:9px;background:#fff}
.expert-card header{display:flex;align-items:center;gap:23px}
.expert-card header>img{width:117px;height:117px;border-radius:50%}
.expert-card h3{margin:0;font-size:31px;line-height:1}
.expert-card header p{margin:4px 0 13px;color:var(--navy);font-size:15px}
.expert-card .linkedin{display:block;width:20px;height:20px;border-radius:0}
.expert-card blockquote{position:relative;margin:38px 0 0;padding-left:22px;font-size:15px;line-height:1.45}
.expert-card blockquote:before{content:"”";position:absolute;left:0;top:-8px;color:var(--navy);font-size:30px;font-weight:700}
.shape{position:absolute;z-index:0;background:var(--navy)}
.shape--right{right:-270px;top:0;width:650px;height:570px;clip-path:polygon(18% 0,100% 0,100% 100%,0 30%)}
.shape--left{left:-230px;bottom:0;width:570px;height:550px;clip-path:polygon(0 0,100% 56%,76% 100%,0 100%)}

.license-section{min-height:780px;padding:30px 0 83px}
.license-section__inner{display:grid;grid-template-columns:440px 1fr;gap:122px;align-items:center}
.license-section__copy h2{margin:0;font-size:40px;line-height:1.2}
.license-section__copy .short-rule{width:121px;margin:38px 0 48px}
.license-section__copy p{max-width:365px;margin:0;font-size:17px;line-height:1.45}
.license-section__document{text-align:center}
.license-section__document>img{display:block;width:457px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.12))}
.document-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:48px;margin-top:54px;padding:0 18px;border:0;border-radius:5px;background:var(--navy);color:#fff;font-size:15px;cursor:pointer}
.document-button img{width:20px;height:20px}
.license-shape{position:absolute;z-index:0;background:var(--navy)}
.license-shape--left{left:-190px;bottom:30px;width:420px;height:520px;clip-path:polygon(0 0,100% 35%,64% 100%,0 100%)}
.license-shape--right{right:-245px;top:10px;width:610px;height:600px;clip-path:polygon(44% 0,100% 0,100% 100%,16% 95%,0 63%)}

.partners{padding:45px 0 100px}
.partners .section-heading h2{font-size:43px}
.partners .section-heading>span{margin:27px auto 34px}
.partners .section-heading h3{margin:0 0 17px;font-size:16px;line-height:1.35}
.partners .section-heading p{font-size:16px}
.partners__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:50px}
.partners__grid>div{height:159px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.06)}
.partners__grid img{display:block;max-width:66%;max-height:58px;width:auto;height:auto}

.site-footer{padding:50px 0 32px;background:var(--navy);color:#fff}
.site-footer h2{margin:0;font-size:20px}
.socials{display:flex;align-items:center;gap:31px;margin-top:35px}
.socials a{display:flex;width:19px;height:19px;align-items:center;justify-content:center}
.socials img{display:block;max-width:19px;max-height:19px}
.footer-bottom{display:flex;justify-content:space-between;margin-top:29px;padding-top:31px;border-top:1px solid #7792b1;font-size:14px}
.footer-bottom nav{display:flex;gap:9px}.footer-bottom a{color:#fff;text-decoration:underline}.footer-bottom i{font-style:normal}

.license-modal[hidden]{display:none}
.license-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:34px}
.license-modal__backdrop{position:absolute;inset:0;background:rgba(0,8,18,.9);backdrop-filter:blur(4px)}
.license-modal__content{position:relative;z-index:2;max-width:min(583px,calc(100vw - 40px));max-height:calc(100vh - 50px);overflow:auto;border-radius:8px;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.45)}
.license-modal__content img{display:block;width:100%;height:auto}
.license-modal__close{position:fixed;z-index:3;right:24px;top:18px;width:44px;height:44px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:#063873;color:#fff;font-size:30px;line-height:1;cursor:pointer}
body.modal-open{overflow:hidden}

@media(max-width:900px){
  .desktop-only{display:none}
  .page-width{width:calc(100% - 28px)}
  .hero{min-height:0;background-position:center top}
  .hero__inner{display:flex;flex-direction:column;padding-top:127px;padding-bottom:70px}
  .hero__copy h1{font-size:28px;line-height:1.31;letter-spacing:-.3px}
  .hero__copy p{margin-top:19px;font-size:14px;line-height:1.28}
  .hero__visual{display:contents}
  .hero__video-shell{order:2;width:263px;height:197px;margin:31px auto 0}
  .video-start{width:56px;height:56px}
  .video-hud{right:7px;bottom:7px;height:40px}
  .hero__stats{order:3;display:grid;grid-template-columns:1fr;width:100%;gap:11px;margin-top:0}
  .hero__stats>div{min-height:86px;align-items:center;justify-content:center;padding:12px;text-align:center;border-radius:6px}
  .hero__stats strong{font-size:22px}.hero__stats span{font-size:12px}
  .hero__users{order:4;display:block;margin:24px 0 0}
  .hero__users img{width:172px}.hero__users p{margin-top:27px;font-size:14px;line-height:1.3}
  .signup-card{order:5;width:100%;margin-top:51px;padding:24px 16px 29px;border-radius:18px}
  .signup-card h2{font-size:16px}.signup-card>p{font-size:14px;line-height:1.25;margin:13px auto 20px;max-width:240px}
  .registration-form{gap:8px;padding:0 1px}.field input,.country-select{height:42px}.registration-form button{height:42px}
  .signup-card__secure{margin:21px 2px 0;font-size:12px}

  .problem{min-height:0;padding:69px 0 78px}
  .problem:after{display:none}
  .section-heading h2{font-size:43px}.section-heading>span{width:121px;margin:27px auto 32px}
  .section-heading p{font-size:12px;line-height:1.3}
  .problem__grid{display:block;margin-top:44px}
  .problem-card{padding-bottom:34px;margin-bottom:29px;border-bottom:1px solid #b9b9bd}
  .problem-card:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
  .problem-card__top{gap:18px}.problem-card__top:after{display:none}.problem-card__top img{width:62px;height:62px}.problem-card__top b{font-size:28px}
  .problem-card h3{margin:28px 0 7px;font-size:18px}.problem-card p{font-size:12px;line-height:1.26}

  .solution{height:262px;padding:40px 14px 0;background:var(--navy)}
  .solution__copy{width:100%;display:block;text-align:center;color:#fff}
  .solution__copy h2{margin:0 0 27px;font-size:40px}
  .solution__copy p{margin:0;padding:26px 14px;border:2px solid var(--yellow);border-radius:5px;font-size:12px;line-height:1.35}

  .steps{min-height:684px;padding:34px 0 31px}
  .steps__inner{display:block;min-height:0}
  .steps__inner>h2{font-size:39px;line-height:1.05}
  .steps__list{display:block;margin-top:13px}
  .step{min-height:146px;padding:0 0 22px;display:flex;align-items:center;border-right:0;border-bottom:2px solid rgba(255,255,255,.45)}
  .step__visual{flex:0 0 150px;gap:4px;height:117px}.step__visual b{font-size:89px}.step__visual img{width:93px;height:93px;margin-left:0}
  .step>div:last-child{padding-left:8px}
  .step h3{font-size:23px;margin-bottom:8px}.step p{font-size:12px}

  .technology{display:none}
  .experts{min-height:0;padding:65px 0 203px}
  .verified{padding:9px 12px;font-size:14px}.verified img{width:24px;height:24px}
  .experts h2{margin:32px 0 12px;font-size:36px;line-height:1.2;letter-spacing:-.5px}
  .experts__lead{max-width:280px;font-size:12px}
  .experts__grid{display:block;margin-top:41px}
  .expert-card{min-height:0;margin-bottom:14px;padding:25px 16px 25px;border-radius:7px}
  .expert-card header{gap:19px}.expert-card header>img{width:94px;height:94px}.expert-card h3{font-size:25px}.expert-card header p{font-size:12px;margin:2px 0 12px}.expert-card .linkedin{width:20px;height:20px}
  .expert-card blockquote{margin-top:43px;padding:0 7px 0 23px;font-size:12px;line-height:1.48}.expert-card blockquote:before{left:0}
  .shape--right{right:-104px;top:360px;width:240px;height:300px;clip-path:polygon(28% 0,100% 0,100% 100%,0 38%)}
  .shape--left{left:-130px;bottom:65px;width:270px;height:250px;clip-path:polygon(0 0,100% 25%,66% 100%,0 100%)}

  .license-section{min-height:0;padding:0 0 64px;text-align:center}
  .license-section__inner{display:block}
  .license-section__copy h2{font-size:40px;line-height:1.18}
  .license-section__copy .short-rule{width:121px;margin:34px auto 34px}
  .license-section__copy p{margin:0 auto;max-width:288px;font-size:17px;line-height:1.38}
  .license-section__document{margin-top:70px}
  .license-section__document>img{width:284px;margin:0 auto}
  .document-button{height:48px;margin-top:50px;font-size:12px}
  .license-shape--left{left:-98px;bottom:132px;width:160px;height:490px;clip-path:polygon(0 0,100% 25%,72% 100%,0 100%)}
  .license-shape--right{right:-110px;top:225px;width:210px;height:510px;clip-path:polygon(40% 0,100% 0,100% 100%,0 92%)}

  .partners{padding:43px 0 66px}
  .partners .section-heading h2{font-size:43px}.partners .section-heading>span{margin:27px auto 34px}
  .partners .section-heading h3{font-size:16px;line-height:1.35;margin:0 0 17px}.partners .section-heading p{font-size:16px;line-height:1.35}
  .partners__grid{gap:9px;margin-top:47px}.partners__grid>div{height:57px;border-radius:10px}.partners__grid img{max-width:65%;max-height:25px}

  .site-footer{padding:49px 0 30px}.site-footer h2{font-size:20px}.socials{gap:26px;margin-top:34px}
  .footer-bottom{display:block;margin-top:28px;padding-top:31px;font-size:12px}.footer-bottom nav{margin-top:4px;justify-content:flex-start}
  .license-modal{padding:20px 12px}.license-modal__close{top:10px;right:10px}
}

@media(min-width:901px) and (max-width:1180px){
  .hero__inner{grid-template-columns:360px minmax(0,1fr);column-gap:70px}
  .problem__grid{gap:30px}
  .license-section__inner{gap:70px}
}

@media(min-width:901px){
  .solution__copy{z-index:3}
  .solution__copy p{min-height:104px;border-bottom-color:transparent;box-shadow:none}
}
