:root{
  --bg-top:#090c1a;
  --bg-bottom:#000;
  --blue:#29a8e9;
  --yellow:#FFD044;
  --card:#0e0f15;
  --border:#191a1d;
  --input-border:#3d424e;
  --text:#fff;
  --muted:#BFC1CB;
  --soft:#abb0b5;
  --footer:#858585;
  --error:#BE595B;
  --w:402px;
  --pad:24px;
  --shell-w:min(100vw,var(--w));
  --content-w:calc(var(--shell-w) - (var(--pad) * 2));
}

*{box-sizing:border-box}
html{
  min-height:100%;
  background:#000;
  overscroll-behavior-x:none;
}
body{
  margin:0;
  min-height:100vh;
  font-family:'Museo Sans Cyrl','Roboto','Inter',Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,var(--bg-top) 0%,var(--bg-bottom) 100%);
  background-repeat:no-repeat;
  overscroll-behavior-x:none;
}
a{color:inherit;text-decoration:none}
p,h1,h2,h3,ol,ul{margin:0}
img{display:block;max-width:100%}
button,input{font:inherit}

.phone-shell{
  width:var(--shell-w);
  max-width:var(--w);
  min-height:100vh;
  margin:0 auto;
  overflow:hidden;
  background:linear-gradient(180deg,var(--bg-top) 0%,var(--bg-bottom) 100%);
}

.page{padding:34px var(--pad) 24px}
.container{width:100%;max-width:354px}

.page-home{width:var(--shell-w)}
.header{
  width:var(--shell-w);
  height:60px;
  padding:34px var(--pad) 0;
}
.logo-text{
  font-family:'Unbounded',sans-serif;
  font-weight:900;
  font-size:12px;
  line-height:16px;
  color:var(--yellow);
  text-transform:uppercase;
  white-space:nowrap;
}
.home-body{
  width:var(--shell-w);
  padding:0 var(--pad) 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:80px;
}

.hero{
  width:var(--content-w);
  height:476px;
  display:flex;
  flex-direction:column;
  gap:50px;
}
.h1{
  width:var(--content-w);
  height:224px;
  font-family:'Unbounded',sans-serif;
  font-weight:900;
  font-size:48px;
  line-height:50px;
}
.h1-line{display:block}
.h1-business{
  display:flex;
  align-items:center;
  gap:10px;
}
.h1-business::before{
  content:"";
  display:block;
  width:39px;
  height:36px;
  flex:0 0 39px;
  background:var(--yellow);
  -webkit-mask:url("../images/hero-arrow.svg") center / contain no-repeat;
  mask:url("../images/hero-arrow.svg") center / contain no-repeat;
  transform:translateY(1px);
}
.hero-arrow{
  display:none;
  width:39px;
  height:36px;
  max-width:none;
  flex:0 0 39px;
  transform:translateY(1px);
}
.lead{
  width:var(--content-w);
  height:100%;
  font-size:16px;
  line-height:18px;
  color:var(--muted);
}
.lead-emoji{
  display:inline-block;
  font-size:13px;
  line-height:13px;
  vertical-align:0px;
}

.btn{
  border:0;
  border-radius:22px;
  min-height:56px;
  padding:16px 32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-family:'Unbounded',sans-serif;
  font-weight:800;
  font-size:12px;
  line-height:24px;
  text-transform:uppercase;
  cursor:pointer;
  white-space:nowrap;
}
.btn-full{width:100%}
.btn-blue2{background:var(--blue);color:#fff}
.btn-blue{background:var(--yellow);color:#000}
.btn-yellow{background:var(--yellow);color:#000;border-radius:18px}
.btn-black{background:#000;color:#fff;border-radius:18px}
.btn-white{background:#fff;color:#000}
.btn-yellow,.btn-black{font-size:14px;letter-spacing:0}
.btn-label{display:block;height:24px;line-height:24px;white-space:nowrap;flex:0 0 auto}
.hero .btn,.water-block .btn{width:var(--content-w);height:64px;min-height:64px}
.case-cta .btn{width:calc(var(--content-w) - 16px);height:64px;min-height:64px}
.btn-card-action{
  width:162px;
  min-width:162px;
  height:56px;
  min-height:56px;
  align-self:flex-start;
  font-size: 12px;
}
.case-card .btn-card-action{
  width:162px;
  min-width:162px;
  font-size: 12px;
}
.btn-blue3{
  background:var(--blue);
  color:#fff;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  flex: 0 0 56px !important;
}    
.btn-icons{
  width:60px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  flex:0 0 60px;
  padding:0;
  overflow:visible;
}
.avatar-round,.tg-round{
  width:32px;
  height:32px;
  border-radius:999px;
  overflow:hidden;
  position:relative;
  flex:0 0 32px;
}
.avatar-round{margin-right:-4px}
.avatar-round img{
  position:static;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
}
.tg-round{
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:content-box;
  overflow:visible;
  background:#29A8E9;
  border:3px solid var(--yellow);
  margin-left:-1px;
  box-shadow:0 0 0 0 var(--blue);
}
.tg-round img{
  width:18px;
  height:15px;
  max-width:none;
  transform:translate(-.5px,.5px);
  object-fit:contain;
}

.section-title{
  font-family:'Unbounded',sans-serif;
  font-weight:900;
  font-size:36px;
  line-height:40px;
  letter-spacing:0;
}
.services{
  width:var(--content-w);
  display:flex;
  flex-direction:column;
  gap:116px;
}
.services>.section-title{height:80px}
.service-card{
  width:var(--content-w);
  background:#fff;
  color:#000;
  border-radius:32px;
  padding:96px 24px 24px;
  position:relative;
  display:flex;
  flex-direction:column;
  gap:24px;
}
.services .service-card:nth-of-type(1){height:100%}
.services .service-card:nth-of-type(2){height:100%}
.service-img{
  position:absolute;
  left:24px;
  top:-76px;
  width:148px;
  height:148px;
}
.card-title{
  font-family:'Unbounded',sans-serif;
  font-weight:900;
  font-size:22px;
  line-height:26px;
  letter-spacing:0;
}
.card-text{
  font-size:18px;
  line-height:22px;
  letter-spacing:0;
}
.services .service-card:nth-of-type(1) .card-title{height:100%}
.services .service-card:nth-of-type(1) .card-text{height:110px}
.services .service-card:nth-of-type(2) .card-title{height:100%}
.services .service-card:nth-of-type(2) .card-text{height:88px}

.cases{
  width:var(--content-w);
  display:flex;
  flex-direction:column;
  gap:24px;
}
.cases>.section-title{height:40px}
.big-text{
  width:var(--content-w);
  font-size:18px;
  line-height:20px;
  letter-spacing:0;
  color:var(--muted);
}
.case-card{
  width:var(--content-w);
  height:364px;
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:24px;
  background:var(--yellow);
  color:#000;
  border-radius:32px;
}
.case-card>div:first-child{
  width:306px;
  height:162px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.case-card>div:first-child .card-title{height:78px}
.case-card>div:first-child .card-text{height:72px;line-height:22px}
.stats-row{
  width:306px;
  height:50px;
  display:flex;
  gap:16px;
}
.stat{
  flex:1;
  display:flex;
  gap:10px;
}
.stat-icon{width:32px;height:32px;flex:0 0 32px}
.stat-num{
  font-family:'Unbounded',sans-serif;
  font-weight:900;
  font-size:24px;
  line-height:32px;
}
.stat-label{font-size:12px;line-height:16px}

.principles{
  width:var(--content-w);
  display:flex;
  flex-direction:column;
  gap:16px;
}
.dark-card{
  width:var(--content-w);
  padding:24px;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:32px;
}
.principles .dark-card:nth-child(1),
.principles .dark-card:nth-child(2){height:240px}
.principles .dark-card:nth-child(3){height:218px}
.dark-title{
  width:306px;
  height:48px;
  margin-bottom:12px;
  font-family:'Unbounded',sans-serif;
  font-weight:900;
  font-size:20px;
  line-height:24px;
  letter-spacing:0;
}
.dark-text{
  width:306px;
  font-size:18px;
  line-height:20px;
  letter-spacing:0;
  color:var(--muted);
}
.principles .dark-card:nth-child(1) .dark-text,
.principles .dark-card:nth-child(2) .dark-text{height:132px}
.principles .dark-card:nth-child(3) .dark-text{height:110px}

.why{
  width:var(--content-w);
  display:flex;
  flex-direction:column;
  gap:24px;
}
.why>.section-title{height:80px}
.why-list{
  display:flex;
  flex-direction:column;
  gap:24px;
  color:var(--muted);
  font-size:18px;
  line-height:20px;
  letter-spacing:0;
}
.why-list ol{padding-left:30px}
.water-line{
  width:var(--content-w);
  font-family:'Unbounded',sans-serif;
  font-weight:900;
  font-size:18px;
  line-height:24px;
  letter-spacing:0;
  text-transform:uppercase;
}
.water-block{
  position:relative;
  width:var(--content-w);
  height:689px;
  overflow:hidden;
  flex:0 0 auto;
}
.water-media{
  position:absolute;
  left:0;
  top:0;
  width:var(--content-w);
  height:436px;
  overflow:hidden;
}
.water-img{
  position:absolute;
  left:-79.37%;
  top:-22.71%;
  width:259.01%;
  height:138.35%;
  max-width:none;
  object-fit:fill;
  object-position:center;
}
.water-fade{
  position:absolute;
  left:0;
  right:0;
  top:373px;
  height:63px;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);
}
.money-title{
  position:absolute;
  z-index:2;
  top:439px;
  left:0;
  right:0;
  height:140px;
  font-family:'Unbounded',sans-serif;
  font-weight:900;
  color:#fff;
}
.money-title small{
  display:block;
  height:22px;
  margin-bottom:2px;
  font-size:18px;
  line-height:22px;
  text-transform:uppercase;
}
.money-title strong{
  display:block;
  height:116px;
  font-size:54px;
  line-height:58px;
}
.water-block .btn{
  position:absolute;
  z-index:3;
  top:607px;
  left:0;
}

.footer{
  width:var(--content-w);
  height:26px;
  position:relative;
  flex:0 0 26px;
}
.footer p{
  position:absolute;
  left:0;
  right:0;
  top:5px;
  color:var(--footer);
  font-size:10px;
  line-height:16px;
  text-align:center;
}

.case-page{
  width:var(--shell-w);
  padding:34px var(--pad) 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:40px;
}
.case-head,.case-section{
  width:var(--content-w);
  display:flex;
  flex-direction:column;
  gap:16px;
}
.case-head{gap:24px}
.case-title{
  font-family:'Unbounded',sans-serif;
  font-weight:900;
  font-size:26px;
  line-height:32px;
  letter-spacing:0;
}
.case-lead{
  font-size:18px;
  line-height:20px;
  color:var(--muted);
  letter-spacing:0;
}
.case-section h2{
  font-family:'Unbounded',sans-serif;
  font-weight:900;
  font-size:20px;
  line-height:24px;
  letter-spacing:0;
}
.case-copy,.bullet{
  font-size:18px;
  line-height:20px;
  color:var(--muted);
  letter-spacing:0;
}
.case-copy p+p{margin-top:18px}
.case-copy ul,.case-copy ol{padding-left:27px}
.numbered{
  padding-left:30px;
  font-size:18px;
  line-height:20px;
  color:var(--muted);
  letter-spacing:0;
}
.numbered li{margin-bottom:24px}
.numbered li:last-child{margin-bottom:0}
.bullet{padding-left:27px}
.bullet li{margin:0}
.bullet li+li{margin-top:24px}
.creative-slider{
  width:354px;
  height:286px;
  display:flex;
  gap:16px;
  overflow:hidden;
  flex:0 0 auto;
  pointer-events:none;
}
.creative-slider img{
  width:161px;
  height:286px;
  flex:0 0 161px;
  object-fit:cover;
  object-position:center;
  border-radius:22px;
  box-shadow:0 2px 100px rgba(46,49,148,.22);
}
.creative-slider img:first-child{
  margin-left:-80.5px;
}
.metrics{
  position:relative;
  width:var(--content-w);
  height:446px;
  flex:0 0 446px;
}
.metric{
  position:absolute;
  left:0;
  width:169px;
  height:50px;
}
.metric:nth-child(1){top:0}
.metric:nth-child(2){top:66px}
.metric:nth-child(3){top:132px}
.metric:nth-child(4){top:198px}
.metric:nth-child(5){top:264px}
.metric:nth-child(6){top:330px}
.metric:nth-child(7){top:396px}
.metric .stat-num{height:32px;color:#fff}
.metric .stat-label{height:16px;color:var(--muted)}
.case-page>.dark-card{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.case-page>.dark-card .card-title{
  width:306px;
  font-size:20px;
  line-height:24px;
}
.case-page>.dark-card .case-copy{
  width:306px;
  font-size:18px;
  line-height:20px;
}
.case-cta{
  width:calc(var(--content-w) - 16px);
  display:flex;
  flex-direction:column;
  gap:40px;
  flex:0 0 auto;
}
.case-cta>img{
  width:calc(var(--content-w) - 16px);
  height:357px;
  max-width:none;
  object-fit:contain;
}
.case-cta p{
  width:calc(var(--content-w) - 16px);
  font-size:18px;
  line-height:20px;
  letter-spacing:0;
}

.form-page,.thanks-page{
  position:relative;
  width:var(--shell-w);
  height:100svh;
  min-height:100svh;
  max-height:100svh;
  overflow:hidden;
  padding:24px var(--pad) 74px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0;
}
body.contact-body,
body.thanks-body,
body.contact-body .phone-shell,
body.thanks-body .phone-shell{
  height:100svh;
  min-height:100svh;
  max-height:100svh;
  overflow:hidden;
}
.form-page{justify-content:flex-start}
.modal{
  width:var(--content-w);
  display:flex;
  flex-direction:column;
  gap:14px;
  border-radius:24px;
}
.modal-title{
  width:var(--content-w);
  height:49px;
  margin-bottom:12px;
  flex:0 0 49px;
  display:flex;
  align-items:center;
  font-family:'Unbounded',sans-serif;
  font-weight:900;
  font-size:20px;
  line-height:24px;
}
.lead-form{
  width:var(--content-w);
  height:376px;
  display:flex;
  flex-direction:column;
  gap:14px;
  flex:0 0 376px;
}
.field{
  width:var(--content-w);
  height:56px;
  min-height:56px;
  max-height:56px;
  flex:0 0 56px;
  padding:16px 20px;
  border:1px solid var(--input-border);
  border-radius:22px;
  background:#080B16;
  color:#fff;
  font-size:16px;
  line-height:24px;
}
.field:focus,.field:not(:placeholder-shown){
  border-color:#b0b0b0;
  outline:0;
}
.field::placeholder{
  color:#5d5d5d;
  font-size:16px;
  opacity:1;
}
.lead-form .btn,.modal>a.btn{
  width:var(--content-w);
  height:56px;
  min-height:56px;
  max-height:56px;
  flex:0 0 56px;
  border-radius:22px;
}
.contact-or{
  width:var(--content-w);
  height:20px;
  margin-top:-30px;
  margin-bottom:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#858585;
  font-size:14px;
  line-height:20px;
}
.telegram-icon{
  width:17.38px;
  height:14.4px;
  flex:0 0 17.38px;
}
.contact-body .telegram-icon{
  background:#fff;
  object-position:-9999px -9999px;
  -webkit-mask:url("../images/telegram-round.svg") center / contain no-repeat;
  mask:url("../images/telegram-round.svg") center / contain no-repeat;
}
.lead-form.form-submitted .field:required:invalid,
.lead-form.form-submitted .phone-field.is-invalid{
  border-color:var(--error);
}
.phone-field{
  position:relative;
  display:flex;
  align-items:center;
  gap:0;
  overflow:visible;
  border-color:var(--input-border);
}
.phone-country{
  display:flex;
  align-items:center;
  gap:4px;
  flex:0 0 auto;
  padding:0;
  margin:0;
  border:0;
  background:transparent;
  color:#5d5d5d;
  cursor:pointer;
}
.phone-flag{
  width:22px;
  height:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  line-height:16px;
  overflow:hidden;
}
.phone-arrow{
  width:0;
  height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:6px solid #5d5d5d;
  transition:transform .15s ease;
}
.phone-field.is-open .phone-arrow{transform:rotate(180deg)}
.phone-prefix,.phone-number-input{
  font-size:16px;
  line-height:24px;
  font-weight:400;
  color:#5d5d5d;
}
.phone-field.has-phone-value .phone-prefix,
.phone-field.has-phone-value .phone-number-input{
  color:#fff;
}
.phone-prefix{
  margin:0;
  white-space:nowrap;
}
.phone-number-input{
  min-width:0;
  flex:1 1 auto;
  height:100%;
  padding-left:0;
  margin-left:0;
  border:0;
  background:transparent;
  outline:0;
}
.phone-number-input::placeholder{color:transparent}
.phone-field:focus-within{border-color:#b0b0b0}
.phone-field:not(:focus-within){
  border-color:var(--input-border);
}
.phone-country-list{
  position:absolute;
  z-index:20;
  left:0;
  right:0;
  top:calc(100% + 12px);
  display:none;
  max-height:260px;
  overflow:auto;
  padding:8px 20px;
  background:#0e0f15;
  border:1px solid #3d424e;
  border-radius:22px;
  box-shadow:0 16px 40px rgba(0,0,0,.35);
}
.phone-field.is-open .phone-country-list{display:block}
.phone-country-option{
  width:100%;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 0;
  border:0;
  border-bottom:1px solid #3d424e;
  background:transparent;
  color:#5d5d5d;
  font-size:16px;
  line-height:24px;
  text-align:left;
  cursor:pointer;
}
.phone-country-option:last-child{border-bottom:0}
.phone-country-option-flag{
  width:22px;
  display:flex;
  justify-content:center;
  font-size:18px;
}
.phone-country-option-prefix{
  margin-left:auto;
  color:#5d5d5d;
}

.thanks-page{
  justify-content:center;
}
.thanks-card{
  width:var(--content-w);
  padding:0 16px;
  display:flex;
  flex-direction:column;
  gap:24px;
}
.plane-wrap{
  height:158px;
  width:100%;
  position:relative;
  overflow:hidden;
}
.plane-wrap img{
  position:absolute;
  width:130px;
  height:108px;
  left:50%;
  top:25px;
  transform:translateX(-50%);
}
.thanks-copy{
  color:#ccc;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.thanks-copy h1{
  font-family:'Manrope',sans-serif;
  font-weight:800;
  font-size:20px;
  line-height:26px;
}
.thanks-copy p{
  font-family:'Inter',sans-serif;
  font-size:16px;
  line-height:24px;
}
.form-page>.footer,.thanks-page>.footer{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  width:auto;
}

.error-page{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:24px;
}
.error-page h1{
  font-family:'Unbounded',sans-serif;
  font-size:32px;
  line-height:38px;
}
.error-page p{
  color:var(--muted);
  font-size:18px;
  line-height:28px;
}

@media (max-width:360px){
  :root{--pad:18px}
  .h1{font-size:42px;line-height:50px}
  .money-title strong{font-size:47px;line-height:52px}
  .btn{padding-left:22px;padding-right:22px}
  .section-title{font-size:36px;line-height:40px}
  .case-title{font-size:29px;line-height:32px}
}

/* Visual restore after image localization */
.water-media{
  position:absolute;
  left:0;
  top:0;
  width:354px;
  height:436px;
  overflow:hidden;
}
.water-media .water-img,
.water-img{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:500px;
  max-width:none;
  object-fit:cover;
  object-position:50% 23%;
  transform:none;
}
.water-media .water-fade,
.water-fade{
  position:absolute;
  left:0;
  right:0;
  top:300px;
  height:136px;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.86) 100%,#000 100%);
}

.creative-slider{
  --creative-card-w:193px;
  --creative-card-h:343px;
  --creative-gap:16px;
  width:var(--shell-w);
  height:383px;
  position:relative;
  margin-left:calc(var(--pad) * -1);
  overflow:visible;
  transform:none;
  padding:20px 0;
  pointer-events:none;
}
.creative-slider img{
  height:var(--creative-card-h);
  width:auto;
  max-width:none;
  flex:0 0 auto;
  display:block;
  object-fit:contain;
  object-position:center;
  border-radius:22px;
  box-shadow:0 2px 100px rgba(46,49,148,.22);
  transform-origin:center center;
  margin-left:0;
}
.creative-slider.is-dynamic{
  display:block;
}
.creative-slider-track{
  width:max-content;
  display:flex;
  gap:var(--creative-gap);
  transform:translate3d(0,0,0);
  will-change:transform;
  backface-visibility:hidden;
}

.thanks-card{
  width:354px;
  height:498px;
  padding:120px 16px 16px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:24px;
}
.plane-wrap{
  width:100%;
  height:158px;
  position:relative;
  overflow:visible;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}
.plane-wrap img{
  position:static;
  width:120px;
  height:auto;
  max-width:none;
  transform:none;
}
