@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@700&family=Poppins:wght@300;400;500;600;700&display=swap");


:root{

--fontBody: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
--fontHeading: "Outfit", system-ui, sans-serif;

--blue: #2F5BFF;
--blue2: #2347FF;
--text: #111111;
--muted: rgba(17,17,17,.62);
--glass: rgba(255,255,255,.45);
--glass2: rgba(255,255,255,.62);
--glassStroke: rgba(255,255,255,.65);
--shadow: 0 22px 60px rgba(17,17,17,.10);
--shadow2: 0 22px 60px rgba(0,0,0,.22);
--radiusBar: 26px;
--radiusChip: 999px;
--wrap: 1240px; 
--headerW: 1294px; 
--padX: 120px;
--barTop: 34px;
--t1: 80px;
--t1lh: 0.95;
--t2: 20px;
}



*{ box-sizing:border-box; }

body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

html,
body {
font-family: var(--fontBody);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
min-height: 100%;
}

html {
  overflow-y: auto;
  overflow-x: clip;
}

body{
margin: 0;
background: #ffffff;
color: var(--text);
font-family: var(--fontBody);
overflow-x: hidden;
transition: background 70ms ease, color 70ms ease;
}

button:focus,
a:focus,
button:focus-visible,
a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

button,
a,
.chip,
.cta {
  -webkit-tap-highlight-color: transparent; 
  outline: none; 
}


.cookie__actions{
display:flex;
gap:10px;
}

.cookie__btn--ghost{
background:rgba(0,0,0,.06) !important;
color:#444 !important;
border:1px solid rgba(0,0,0,.08) !important;  
}

.cookie__btn--ghost:hover{
background:var(--blue) !important;
color:#fff !important;
}


.chip:focus,
.chip:focus-visible,
.cta:focus,
.cta:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}


.bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}


.topbar,
.page{
  position: relative;
  z-index: 1;
}


.brand__logo:hover{
transform: translateY(-1px);
}

a:-webkit-any-link {
    text-decoration: none;
}

.footer{
padding:40px 20px 50px;
display:flex;
justify-content:center;
z-index:20;
}

body.mode-home .footer{
bottom:18px;
left:0;
right:0;
}


body.mode-form .footer,
body.mode-success .footer{
margin-top:40px;
}

.footer__inner{
display:flex;
gap:14px;
font-size:14px;
opacity:.65;
font-family: var(--fontBody);
}

.footer a{
color:inherit;
text-decoration:none;
transition:120ms ease;
}

.footer a:hover{
opacity:1;
border-color:rgba(0,0,0,.6);
}

.cookie{
position:fixed;
bottom:20px;
left:50%;
transform:translateX(-50%);
z-index:1000;

display:flex;
align-items:center;
justify-content:space-between;
text-align: center;

gap:20px;
padding:16px 32px;

background:rgba(255,255,255,.9);
backdrop-filter:blur(16px);

border-radius:58px;
box-shadow:0 12px 40px rgba(0,0,0,.12);

font-size:14px;
max-width:835px;
width:fit-content;
}

.cookie{
display:none;
}

.cookie__text{
color: var(--text);
flex:1;
line-height:1.4;
opacity:.8;
}

.cookie__text a{
color:var(--blue);
text-decoration:none;
}

.cookie__btn{
border:none;
padding:8px 16px;
border-radius:999px;
font-weight:500;
font-family: var(--fontBody);
background:var(--blue);
color:white;
cursor:pointer;
white-space:nowrap;
transition:120ms ease;
}

.cookie__btn:hover{
transform: translateY(-1px);
box-shadow: 0 10px 24px rgba(49,91,255,.25);
}

.cookie__actions{
display:flex;
gap:10px;
flex-shrink:0;
}


.cookie__text a{
color:var(--blue);
font-weight:500;
}


@keyframes testMove {
  from { transform: translateX(0); }
  to   { transform: translateX(300px); }
}


.bg__circles{
position:absolute;
inset:0;
width:100%;
height:100%;
}

.bg__circles circle{
fill:none;
stroke: rgba(0,0,0,.06);
stroke-width: 1;
opacity:.6;
}

.topbar{
position:fixed;
top: var(--barTop);
left:0;
right:0;
z-index:10;
}

.topbar__inner {
width: 85%;
max-width: 1170px;
height: 80px;
margin: 22px auto 0;
display: flex;
align-items: center;
justify-content: flex-start;
border-radius: 120px;
position: relative;
overflow: hidden;
background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  
  
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

border: 1px solid rgba(255,255,255,.80);

box-shadow:
0 24px 80px rgba(0,0,0,.09),
inset 0 2px 6px rgba(255,255,255,.45),
inset 0 0px 1px rgba(0,0,0,.10);


padding-right: 12px;
padding-left: 20px !important;
}


body.mode-form .topbar__inner {
width: 60%;
max-width: 1170px;
width: calc(100% - 48px);

height: 80px;
margin: 22px auto 0;
display: flex;
align-items: center;
justify-content: flex-start;
border-radius: 120px;
position: relative;
overflow: hidden;
background: rgba(255,255,255,.18);
background-image: linear-gradient(
135deg,
rgba(255,255,255,.60) 0%,
rgba(255,255,255,.25) 60%
);

backdrop-filter: blur(18px) saturate(100%);
-webkit-backdrop-filter: blur(2px) saturate(0%);
border: 1px solid rgba(255,255,255,.55);
border-top: 1px solid rgba(255,255,255,.80);
box-shadow:
0 24px 80px rgba(0,0,0,.09),
inset 0 2px 6px rgba(255,255,255,.85),
inset 0 -1px 1px rgba(0,0,0,.10);

padding-right: 12px;
padding-left: 28px;
}

.brand{
display:flex;
align-items:center;
gap: 72px;
min-width: auto;
width: auto;
}

.brand__logo{
width: 124px;
height: auto;
display:block;
}

.brand__email{
display:flex;
align-items:center;
gap: 12px;
}

.brand__emailIcon{
width: 30px;
height: 27px;
opacity:.9;
}

.brand__emailText{
display:flex;
flex-direction:column;
gap: 0px;
}

.brand__emailLabel{
font-family: var(--fontBody);
font-size: 12px;
letter-spacing:.12em;
font-weight: 700;
opacity:.85;
}

.brand__emailValue{
font-family: var(--fontBody);
color: inherit;
text-decoration:none;
font-size: 14px;
}

.brand__emailValue:hover{
color: #2848EA;
text-decoration:none;
}


.brand__whatsapp {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.mode-form .brand__whatsapp {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

body.mode-form .brand__waLabel {
  transition: opacity 0.25s ease, transform 0.25s ease;
}


body.mode-success .brand__emailLabel {
  color: #1D1D1D;
}


body.mode-success .brand__emailValue {
  color: #2848EA;
}


body.mode-success .brand__emailValue:hover {
  color: #1D1D1D;
}


body.mode-success .brand__waLabel {
  color: #1D1D1D;
}


body.mode-success .brand__waValue {
  color: #2848EA;
}


body.mode-success .brand__waValue:hover {
  color: #1D1D1D;
}


.brand__waIconLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  transition: transform 10ms ease;
}

.brand__waIconLink:hover {
  transform: translateY(-2px);
}


.brand__waIcon {
width: 40px;
height: 37px;
opacity:.9;
}

.brand__waIconLink {
  width: 40px; 
  height: 40px;
}


.brand__waText {
  display: flex;
  flex-direction: column;
  gap: 0px;
}


.brand__waLabel{
font-family: var(--fontBody);
font-size: 12px;
letter-spacing:.12em;
font-weight: 700;
opacity:.85;
}


.brand__waValue {
  width: max-content;
  font-family: var(--fontBody);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: inherit;

}

.brand__waValue:hover {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #2848EA;
  transition: opacity 20ms ease;
}

body.mode-form .brand__waValue:hover {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  transform: translateY(-1px);
}

body.mode-form .brand__emailValue:hover {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  transform: translateY(-1px);
}


.brand {
  display: flex;
  align-items: center;
}

.brand__contacts {
  min-width: 520px;
  display: flex;
  align-items: center;
  gap: 48px;
  margin-left: auto;
  margin-right: 0px;
  justify-content: end;
  padding-right: 20px;
}



.social{
display:flex;
align-items:center;
gap: 10px;
}

.social__link{
width: 44px;
height: 44px;
display:grid;
place-items:center;
border: none;
backdrop-filter: none;
-webkit-backdrop-filter: none;
background: transparent;
transition: 20ms ease;
}

.social__link img{
width: 28px;
height: 28px;
}

.social__link:hover {
transform: translateY(-3px);
}

.cta {
display:inline-flex;
align-items:center;
justify-content: center;
gap: 12px;
padding: 10px 0px;
width: 212px;
min-width: 212px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,.65);
background: rgba(49, 91, 255, .95);
color: #fff;
font-weight: 700;
cursor:pointer;
transition: 150ms ease;
font-family: var(--fontDisplay);
}

.cta__icon {
width: 34px;
height: 34px;
border-radius: 999px;
display:grid;
place-items:center;
background: rgba(255,255,255,.18);
}

.cta__icon img {
width: 16px;
height: 16px;
filter: brightness(0) invert(1);
}

.cta:hover{
transform: translateY(-1px);
box-shadow: 0 10px 24px rgba(49,91,255,.25);
}

span.cta__text {
font-family: var(--fontBody);
font-weight: 400;
font-size: 18px;
padding-left: 8px;
}

.cta__text {
  white-space: nowrap;
}

.cta {
  justify-content: center;
}


.wrap{
width:min(var(--headerW), calc(100% - (var(--padX) * 2)));
}

.page {
  min-height: 100vh;
}


.hero {
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 200px;
}


body.mode-form .hero {
      height: fit-content !important;
      min-height: auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding-top: 200px;
  }


.hero .wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.hero__title{
margin-top: 24px;
margin-bottom: 0px;
font-family: var(--fontHeading);
font-weight: 700;
font-size: var(--t1);
line-height: var(--t1lh);
letter-spacing: 0px;
text-align: center;
}


.hero__titleLine{
display:inline;
}

.hero__titleLine--black {
 color: #0f0f0f; 
 font-weight: 900; 
}

.hero__titleLine--blue { 
  color: var(--blue); 
  font-weight: 900; 
}

.hero__subtitle {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 22px 0 0;
font-size: 16px;
line-height: 1.45;
color: rgba(17,17,17,.85);
max-width: 100%;
text-align: center;
font-family: var(--fontBody);
letter-spacing: 10px;
text-transform: uppercase;
}

.chips {
margin-top: 14px;
display:flex;
flex-direction:column;
gap: 14px;
padding-left: 0px;
}

.chips-group {
margin-top: 14px;
display:flex;
flex-direction:column;
gap: 14px;
padding-left: 20px;
margin: auto;
}

.chips__row {
display:flex;
flex-wrap: nowrap;
gap: 14px;
align-items:center;
}

.chip{
position:relative;
overflow:hidden;
border: none;
cursor:pointer;
height: 44px;
padding: 0 18px;
border-radius: var(--radiusChip);
font-size: large;
font-weight: 200;
transition: 220ms ease;
outline:none;
font-family: var(--fontBody);
touch-action: manipulation;
white-space: nowrap;
}


.chip--category {
background-color: #2F5BFF;
border: none;
backdrop-filter: blur(16px) saturate(150%);
-webkit-backdrop-filter: blur(16px) saturate(150%);
color: #fff;

}

.chip--category:hover {
background: #fff;
border: none;
color:#282828;
}


.chip--glass{
  position:relative;
  overflow:hidden;

  background: rgba(255,255,255,0.36);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;

  backdrop-filter:none;

  box-shadow:
    0 10px 30px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.7);

  transition: 300ms ease;
}


.chip--glass::before {
  content:'';
  position:absolute;
  inset:-2px;
  border-radius:inherit;

  filter: url(#edge-distort);
  -webkit-mask: radial-gradient(circle, transparent 60%, white 75%);
  mask: radial-gradient(circle, transparent 60%, white 75%);
  pointer-events:none;
}

.chip::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      circle at 30% 40%,
      rgba(255,255,255,0.35),
      transparent 60%
    );

  opacity: 0;
  transform: translateX(-30%);
  transition: opacity .3s ease;
  pointer-events: none;
}

.chip:hover::after {
  opacity: 0.25;
  animation: subtleShift 3s ease-in-out infinite alternate;
}

@keyframes subtleShift {
  0%   { transform: translateX(-20%) translateY(0); }
  100% { transform: translateX(20%) translateY(-5%); }
}


.chip--glass::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,.18);
  pointer-events:none;
}


.chip--glass:hover{
  transform: translateY(-2px);

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.86),
      rgba(255,255,255,.35)
    );

  border-color: rgba(255,255,255,.55);

  box-shadow:
    0 14px 36px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.85),
    inset 0 -4px 10px rgba(255,255,255,.12);
}


.chip--glass:hover::before{
  opacity:.75;
}


@keyframes glassShift{
  0%{ background-position: 0 0; }
  100%{ background-position: 200px 150px; }
}

.chip--glass::after{
  animation: glassShift 8s linear infinite;
}


body.mode-form .chip--glass{
background: rgba(255,255,255,.08);
border-color: rgba(255,255,255,.28);
color:#fff;

}

body.mode-form .chip--glass:hover{
background: rgba(255,255,255,.22);
border-color: rgba(255,255,255,.45);
}


.best{
margin-top: 80px;
padding-bottom: 42px;
display:flex;
align-items:center;
gap: 22px;
justify-content: center;
}

.best__link{
display:inline-flex;
align-items:center;
gap: 10px;
color: rgba(17,17,17,.85);
text-decoration:none;
font-family: var(--fontBody);
font-size: 18px;
font-weight: 600;
}

.best__arrow{
width: 22px;
height: 22px;
display:grid;
place-items:center;
opacity:.55;
}

.best__arrow img {
width: 16px;
height: 16px;
transform: rotate(0deg);
}

.best__icons {
display:flex;
align-items:center;
gap: 18px;
}

.best__icons a {
width: 28px;
height: 28px;
display:grid;
place-items:center;
opacity:.95;
transition: 200ms ease;
}

.best__icons a:hover {
transform: translateY(-1px);
opacity:1;
}

.best__icons img {
width: 22px;
height: 22px;
}


.form {
padding-top: 40px;
opacity:0;
transform: translateY(18px);
pointer-events:none;
transition: 550ms ease;
}

.form__title {
margin:0;
font-size: 62px;
line-height: 1.05;
font-weight: 900;
letter-spacing: -0.02em;
}

.form__subtitle{
margin: 18px 0 0;
font-size: 20px;
line-height: 1.45;
opacity:.82;
max-width: 860px;
}

.form__interestValue {
font-weight: 900;
}

.contact {
margin-top: 40px;
max-width: 980px;
padding-left: 34px;
padding-bottom: 66px;
}

.contact__grid {
display:grid;
grid-template-columns: 1fr 1fr;
gap: 34px;
}

.field {
display:flex;
flex-direction:column;
gap: 10px;
}

.field--full { 
  margin-top: 22px; 
}

.field__label{
font-family: var(--fontBody);
font-size: 18px;
opacity: .7;
font-weight: 600;
}

.field__input{
width:100%;
padding: 10px 2px;
border: none;
border-bottom: 2px solid rgba(255,255,255,.22);
background: transparent;
color: inherit;
font-size: 22px;
outline:none;
font-family: var(--fontHeading);
font-weight: 400;
}

.field__input:focus{
outline:none;
box-shadow:none;
}


:focus-visible{
outline: 3px solid rgba(49,91,255,.45);
outline-offset: 3px;
border-radius: 10px;
}


.field__input:focus-visible,
.field__textarea:focus-visible {
border-radius: 0 !important;
}


input,
textarea {
  background: transparent;
  color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 9999s ease-in-out 0s;
}


.contact__actions{
margin-top: 34px;
display:flex;
align-items:center;
gap: 18px;
}

.submit{
color: #fff;
font-family: var(--fontBody);
position:relative;
overflow:hidden;
border:none;
height:46px;
padding:0 26px;
border-radius:999px;

background:rgba(255,255,255,.22);
border:1px solid rgba(255,255,255,.45);

backdrop-filter:blur(34px) saturate(200%);
-webkit-backdrop-filter:blur(34px) saturate(200%);

font-weight:500;
cursor:pointer;
transition:240ms ease;
font-size:large;
}

.submit:hover { 
  transform: translateY(-1px); 
}

.contact__hint {
opacity:.75;
font-size: 14px;
}


body.mode-form {
  color: #fff;
  background: var(--blue2);
}


body.mode-form .hero__titleLine--black,
body.mode-form .hero__titleLine--blue {
color:#fff;
}

body.mode-form .hero__subtitle {
color:rgba(255,255,255,.85);
}


body.mode-form .form {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    width: 1170px;
    min-width: 1170px;
    margin: 0 auto;
}


body.mode-form .best {
margin-top:60px;
}


body.mode-form .social__link {
background:transparent !important;
border:none !important;
}

body.mode-form .social__link img {
filter:brightness(0) invert(1);
}


body.mode-form .bg::before {
opacity: .55;
}


body.mode-form .bg__noise { 
  opacity: .06; 
}

body.mode-form .topbar__inner {
background: rgba(255,255,255,.14);
border-color: rgba(255,255,255,.18);
box-shadow: var(--shadow2);
}

body.mode-form .brand {
display:flex;
align-items:center;
gap: 72px;
max-width: 460px;
width: auto;
}

body.mode-form .brand__emailLabel{ color: rgba(255,255,255,.90); }

body.mode-form .brand__emailValue{ color: rgba(255,255,255,.90); }

body.mode-form .brand__emailIcon{ filter: brightness(0) invert(1); }

body.mode-form .social__link {
background: rgba(255,255,255,.10);
border-color: rgba(255,255,255,.16);
}


body.mode-form .brand__waIcon {
  filter: brightness(0) invert(1);
}


body.mode-form .social__link img {
filter: brightness(0) invert(1);
opacity:.95;
}

body.mode-form .cta {
background: rgba(255,255,255,.16);
border-color: rgba(255,255,255,.25);
color:#fff;
}

body.mode-form .cta__icon {
background: rgba(255,255,255,.14);
}

body.mode-form .cta__icon img {
filter: brightness(0) invert(1);
}

body.mode-form .form {
opacity:1;
transform: translateY(0);
pointer-events:auto;
}

body.mode-form .bg__circles circle {
stroke: rgba(255,255,255,.26);
opacity:.55;
}

body.mode-form .chip--category {
background: rgba(255,255,255,.10);
color:#fff;
box-shadow:none;
}

body.mode-form .chip--category:hover {
background: #fff;
border: none;
color:#282828;
}

body.mode-form .chip--categoryActive {
background: #fff;
color: var(--blue);
}


body.mode-form .best__link{ color: rgba(255,255,255,.88); font-family: var(--fontBody); }

body.mode-form .best__icons img{ filter: brightness(0) invert(1); }


:focus-visible{
outline: 3px solid rgba(49,91,255,.45);
outline-offset: 3px;
border-radius: 10px;
}




@media (prefers-reduced-motion: reduce){
body{ animation:none; }

*{ transition: none !important; }
}


@media (max-width: 1100px){

:root{ --padX: 28px; --t1: 84px; }

.brand__email{ display:none; }

.topbar__inner{ gap: 14px; }

.wrap{ width: calc(100% - 56px); }

.contact__grid{ grid-template-columns: 1fr; }

}

@keyframes noiseDrift {

0%{transform:translate3d(0,0,0)}

25%{transform:translate3d(-1.2%,.8%,0)}

50%{transform:translate3d(-.6%,-1%,0)}

75%{transform:translate3d(1%,-.4%,0)}

100%{transform:translate3d(0,0,0)}

}


.chip.is-active {
background:#fff !important;
color:#0f0f0f !important;
border-color:rgba(255,255,255,.92) !important;
backdrop-filter:blur(0)!important;
-webkit-backdrop-filter:blur(0)!important
}

.chip.is-active::before {
  display:none;
}


.best__chev {
font-size:22px;
line-height:1;
opacity:.45;
transform:translateY(1px)
}


.hero__interest {
  font-family: var(--fontBody);
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(-6px);
  transition:
  transform 120ms cubic-bezier(.4,0,.2,1),
  box-shadow 120ms cubic-bezier(.4,0,.2,1),
  background 140ms ease-out,
  border-color 140ms ease-out;
  pointer-events: none;
}


body.mode-form .hero__interest {
  opacity: 1;
  transform: translateY(0);
  color: rgba(255,255,255,.9);
  padding-left: 20px;
  align-items: flex-start !important;
}


body.mode-form .best {
display:none;
}

.contact__sectionTitle{
margin: 40px 0 18px;
font-family: var(--fontBody);
font-size: 22px;
font-weight: 600;
opacity: .9;
padding-left: 34px;
}


body.mode-form .brand__logo {
  content: url('./assets/logo_white.svg');
  width: 124px;
}

.brand__emailIconLink {
  display: inline-grid;
  place-items: center;
  transition: 20ms ease;
}

.brand__emailIconLink:hover {
  transform: translateY(-3px);
}



.bg__canvas {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
}


@keyframes noiseMove {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(-3%, -2%, 0); }
}


.page {
  min-height: 0vh;
}


.brand__homeBtn {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}


.success {
  display: none;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  opacity: 0;
  pointer-events: none;
  padding: 0;
}


.success__title {
        color: #1D1D1D;
        padding-bottom: 16px;
    }

body.mode-success{
      color: #1D1D1D;
      background-color: #f2f5f9;

      background-image:
        radial-gradient(at 0% 0%, rgba(255, 255, 255, 1) 0%, transparent 40%),

        radial-gradient(at 50% 0%, rgba(210, 225, 245, 0.7) 0%, transparent 50%),
        
        radial-gradient(at 100% 30%, rgba(255, 235, 240, 1) 0%, transparent 40%),
        
        radial-gradient(at 50% 100%, rgba(225, 235, 250, 0.4) 0%, transparent 50%);
    }

.success__subtitle {
    margin: 0px auto 0;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.5;
    opacity: .85;
    color: rgb(14 14 14 / 90%);
}

.success__restart{
  margin-top: 34px;
  height: 46px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  background: #3E52DC;
  color: #fff;
  font-family: var(--fontBody);
  font-size: 18px;
  cursor: pointer;
  transition: 220ms ease;
}

.success__restart:hover{
  transform: translateY(-1px);
}


.contact__mobileCopy .brand__emailText,
.contact__mobileCopy .brand__waText {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.contact__mobileCopy .brand__emailLabel,
.contact__mobileCopy .brand__waLabel {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.contact__mobileCopy .brand__emailValue,
.contact__mobileCopy .brand__waValue {
  font-size: 16px;
  color: inherit;
}


body.mode-success{
  color: #fff;
  background: var(--blue2);
}


body.mode-success .hero,
body.mode-success .chips,
body.mode-success .best,
body.mode-success .form{
  display: none !important;
}


body.mode-success .success{
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


body.mode-success .page {
  padding-top: 0;
}

body.mode-success .hero {
  display: none;
}

body.mode-success .form {
  display: none;
}

body.mode-success {
  min-height: 100vh;
}


body.mode-form .success {
  display: none;
}


body.mode-home .form,
body.mode-home .success {
  display: none;
}


body.mode-success .hero,
body.mode-success .form {
  display: none;
}

body.mode-success .success {
  display: flex;
}


.bg__aurora{
  position:absolute;
  inset:0;
  pointer-events:none;
  isolation:isolate;
  filter: saturate(120%) contrast(110%);
}

.bg__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  pointer-events:none;
  transition: transform 1.2s ease;
  mix-blend-mode: soft-light;
}


.bg__noise{
  position:absolute;
  inset:0;
  pointer-events:none;
  background-color: #f2f5f9;

  background-image:
    radial-gradient(at 0% 0%, rgba(255, 255, 255, 1) 0%, transparent 40%),

    radial-gradient(at 50% 0%, rgba(210, 225, 245, 0.7) 0%, transparent 50%),
    
    radial-gradient(at 100% 30%, rgba(255, 235, 240, 1) 0%, transparent 40%),
    
    radial-gradient(at 50% 100%, rgba(225, 235, 250, 0.4) 0%, transparent 50%);
}


.bg__noise::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0; /* Чем меньше число, тем нежнее шум */
  filter: contrast(150%) brightness(100%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
}


.bg__grid{
  position:absolute;
  inset:0;
  pointer-events:none;

  /*background-image:url('./assets/grid-1.svg');*/
  background-size:800px;  
  opacity:.32;             
  mix-blend-mode:screen; 
}


body.mode-form .bg__grid{
  position:absolute;
  inset:0;
  pointer-events:none;

  background-image:url('./assets/grid.svg');
  background-size:800px;  
  opacity:.05;              
  mix-blend-mode:multiply;  
}



.chip .particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}


.chip .particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  opacity: 0;
}



.hero__layout {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.hero__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}


.mobile-br {
  display: none;
}


.hero__3d {
  position: absolute; 
  top: 300px;
  left: 210px;
  width: 300px;
  height: 300px;
  pointer-events: none; 
  overflow: hidden;
  z-index: 0;        
}

.hero__3d video {
  width: 100%;
  height: 100%;
  object-fit: contain;   
}




@media (max-width:768px) {
  :root {
    --padX: 20px;
    --t1: 42px;
  }


  button,
  a,
  .chip,
  .cta {
    -webkit-tap-highlight-color: transparent !important; 
    outline: none; 
    text-decoration: none;
  }


.cookie{
flex-direction:column;
align-items:center;
text-align:center;
gap:14px;
border-radius:16px;
max-width:420px;
width:fit-content;
}

.cookie__actions{
justify-content:center;
width:100%;
}

.cookie__btn{
width:100%;
height:42px;
font-size:15px;
}


.cookie__btn--ghost{
background:rgba(0,0,0,.1);
color:#292929;
}

.cookie__btn--ghost:hover{
background:rgba(0,0,0,.06);
color:#444;
border:1px solid rgba(0,0,0,.08);
}


.cookie__text{
text-align: center;
padding-bottom: 2px;
white-space:normal;
}

  .contact__actions{
  margin-top: 34px;
  display:flex;
  align-items:center;
  gap: 18px;
  justify-content: center;
  }


   .mobile-br {
    display: inline;
  }


  .topbar__inner, 
  body.mode-form .topbar__inner {
    width: calc(100% - 30px) !important;
    max-width: none !important;
    height: 64px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    display: flex !important;
    justify-content: space-between !important;
    left: 0;
    right: 0;
  }


  .brand__contacts, 
  .social { 
    display: none !important; 
  }

  .brand {
    min-width: auto !important;
    width: auto !important;
    gap: 0 !important;
  }

  body.mode-form .brand__logo {
    width: 100px !important;
    height: auto;
  }

  .brand__logo {
    width: 100px !important;
    height: auto;
  }


  .cta {
    width: 170px !important;
    min-width: auto !important;
    padding: 8px 8px !important;
    margin-right: -5px; 
  }

  .cta__text {
    font-size: 14px !important;
    padding-left: 4px !important;
  }


  .hero {
    min-height: 100dvh;
     display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 148px !important;
    margin: 0 auto;
  }

  .page {
  min-height: 100svh;
}

  .hero__title {
    margin-top: 0px;
    font-size: var(--t1) !important;
    line-height: 1.1 !important;
    padding: 0px;
    display: block;
  }


  .hero__subtitle {
    font-size: 13px !important;
    letter-spacing: 3px !important;
    white-space: normal !important;
    padding: 0 50px;
    margin-top: 15px !important;
    line-height: 1.4;
}

  .hero__content {
    display: flex;
    flex-direction: column;
    margin: 0px;
}


  body.mode-form .hero__title {
    margin-top: 0 !important;
    font-size: var(--t1) !important;
  }

  body.mode-form .hero {
    height: fit-content
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 170px;
}


  .hero__subtitle {
    font-size: 13px !important;
    letter-spacing: 3px !important;
    white-space: normal !important;
    padding: 0 20px;
    margin-top: 15px !important;
    line-height: 1.4;
  }


  .chips-group {
    display: block !important;
    width: 100% !important;
    padding: 0 0 44px 20px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE */
  }

  .chips-group::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .chips__row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    padding-right: 40px !important; 
    width: max-content !important;
  }


  body.mode-form .form {
    width: 100% !important;
    min-width: 100% !important;
    margin-top: 20px !important;
    padding: 0 20px !important;
    opacity: 1;
    transform: none;
  }

  .contact {
    margin-top: 30px !important;
    max-width: 100% !important;
    padding: 0 0 60px 0 !important; 
  }

  .contact__grid {
    grid-template-columns: 1fr !important; 
    gap: 25px !important;
  }

  
  body.mode-form .best {
    display: none !important;
  }

  .best {
    margin: 8px auto;
    padding-bottom: 0px;
    display: flex;             
    flex-direction: column;    
    align-items: center;       
    gap: 12px;                 
  }


  .best__icons {
    display: flex;
    gap: 16px;                
    justify-content: center;  
  }

  .best__chev {
  display: none;
}

  .wrap {
    width: calc(100% - 56px);
    margin: 0 auto;
}

  .success__title {
    font-family: var(--fontHeading);
    font-size: 52px;
    line-height: 1.05;
    font-weight: 800;
    padding: 0px 12px;
    color: #3E52DC;
    text-align: center;
}

  .success__subtitle {
    margin: 0px auto 0;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.5;
    opacity: .85;
    color: rgb(14 14 14 / 90%);
}

  .success__restart{
  margin-top: 34px;
  height: 46px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  background: #3E52DC;
  color: #fff;
  font-family: var(--fontBody);
  font-size: 18px;
  cursor: pointer;
  transition: 220ms ease;
}

  .scroll-hint {
  position: content;
  margin: 0 auto;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #333;
    opacity: 1;
    pointer-events: none;
    animation: bounce 1.2s infinite alternate;
}

.scroll-hint img {
  width: 36px;
  height: 36px;
  padding-left: 8px;
}


  body.mode-form .scroll-hint {
  position: content;
  margin: 0 auto;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #333;
    opacity: 1;
    pointer-events: none;
    filter: brightness(0) invert(1);
}

.contact__mobileCopy {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
  margin-bottom: 40px;
}

body.mode-form .contact__mobileCopy {
  display: flex;
}

.contact__mobileCopy .mobile-copy {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

body.mode-success {
    color: #1D1D1D;
    background: var(--blue2);
}

.contact__mobileCopy .brand__emailText,
.contact__mobileCopy .brand__waText {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.contact__mobileCopy .brand__emailLabel,
.contact__mobileCopy .brand__waLabel {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.contact__mobileCopy .brand__emailValue,
.contact__mobileCopy .brand__waValue {
  font-size: 16px;
  color: inherit;
}

button:focus,
a:focus,
button:focus-visible,
a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

body.mode-form .chip--category:hover {
    background: rgba(255,255,255,.10);
    color:#fff;
    box-shadow:none;
}
}

@media (min-width: 1000px) {
  .scroll-hint { display: none; }

   .contact__mobileCopy {
    display: none !important;
  }


body.mode-home .footer{
position:fixed;
bottom:18px;
left:0;
right:0;
}


body.mode-form .footer,
body.mode-success .footer{
position:static;
margin-top:40px;
}
}




@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  :root {
    --padX: 20px;
    --t1: 48px; /* заголовок */
  }

    body.mode-form .contact__mobileCopy {
    display: none;
  }


  .success__title {
    color: #1D1D1D;
    padding-bottom: 16px;
}

  body.mode-success{
  color: #1D1D1D;
  background-color: #f2f5f9;

  background-image:
    radial-gradient(at 0% 0%, rgba(255, 255, 255, 1) 0%, transparent 40%),

    radial-gradient(at 50% 0%, rgba(210, 225, 245, 0.7) 0%, transparent 50%),
    
    radial-gradient(at 100% 30%, rgba(255, 235, 240, 1) 0%, transparent 40%),
    
    radial-gradient(at 50% 100%, rgba(225, 235, 250, 0.4) 0%, transparent 50%);
}




  .best{
  margin-top: 110px;
  padding-bottom: 42px;
  display:flex;
  align-items:center;
  gap: 22px;
  justify-content: center;
  }

  .best__link{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  color: rgba(17,17,17,.85);
  text-decoration:none;
  font-family: var(--fontBody);
  font-size: 18px;
  font-weight: 600;
  }

  .best__arrow{
  width: 22px;
  height: 22px;
  display:grid;
  place-items:center;
  opacity:.55;
  }

  .best__arrow img {
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  }

  .best__icons {
  display:flex;
  align-items:center;
  gap: 18px;
  }

  .best__icons a {
  width: 28px;
  height: 28px;
  display:grid;
  place-items:center;
  opacity:.95;
  transition: 200ms ease;
  }

  .best__icons a:hover {
  transform: translateY(-1px);
  opacity:1;
  }

  .best__icons img {
  width: 22px;
  height: 22px;
  }


   .scroll-hint {
  position: content;
  margin: 0 auto;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #333;
    opacity: 1;
    pointer-events: none;
    animation: bounce 1.2s infinite alternate;
}

.scroll-hint img {
  width: 36px;
  height: 36px;
  padding-left: 8px;
}


  body.mode-form .scroll-hint {
  position: content;
  margin: 0 auto;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #333;
    opacity: 1;
    pointer-events: none;
    filter: brightness(0) invert(1);
}

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    overflow: hidden;
  }

  .header-left, .header-center, .header-right {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .header-left {
    flex: 1;
  }

  .header-center {
    flex: 2;
    justify-content: center;
  }

  .header-right {
    flex: 1;
    justify-content: flex-end;
  }


  .topbar__inner, 
  body.mode-form .topbar__inner {
    width: 100% !important;
    max-width: none !important;
    height: 70px !important;
    margin: 0 auto !important;
    padding: 0 8px 0px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    left: 0;
    right: 0;
    box-shadow: 0 6px 9px rgb(0 0 0 / 7%), inset 0 2px 6px rgba(255, 255, 255, .05), inset 0 0px 1px rgba(0, 0, 0, .10);
    }

  .header {
    box-shadow:
    0 24px 80px rgba(0,0,0,.09),
    inset 0 2px 6px rgba(255,255,255,.05),
    inset 0 0px 1px rgba(0,0,0,.10);
  }


  .brand {
    width: auto !important;
    min-width: auto !important;
    gap: 12px !important;
  }

  .brand__contacts {
    min-width: fit-content;
    display: flex !important;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    justify-content: end;
    padding-right: 20px;
  }

  .brand__logo {
    width: 100px !important;
    height: auto;
  }


  .brand__email {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }

  .cta {
    display: inline-flex !important;
    width: 164px !important;
    min-width: auto !important;
    padding: 8px 10px !important;
  }

  .cta__text {
    font-size: 14px !important;
    padding-left: 4px !important;
  }

  .cta-button {
    max-width: 150px;
    flex-shrink: 0;
  }


  .hero {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 140px !important;
    margin: 0 auto;
  }


   .hero-title, .hero-subtitle {
     text-align: center;
     white-space: normal; 
     overflow-wrap: break-word;
   }

   .hero__content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}


  .hero__3d {
    width: 250px;
    height: 250px;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero__3d video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }


  .chips-group {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 0 50px !important;
    margin: 20px 0 !important;
  }

  .chips__row {
    flex-wrap: nowrap !important;
  }

  .chip {
    flex: 0 0 auto;
    min-width: max-content;
  }


  .chips-group::-webkit-scrollbar {
    display: none;
  }

  .chips-group {
    scrollbar-width: none;
  }




    .chips {
      padding-bottom: 40px; 
    }

    .skills-row::-webkit-scrollbar {
      display: none;
    }

    .skill-button {
      flex: 0 0 auto;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

  .social {
    display: flex !important;
    gap: 10px;
  }

  .social__link {
    width: 36px;
    height: 36px;
  }

  .social__link img {
    width: 24px;
    height: 24px;
  }


  .form {
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto;
    padding: 20px;
  }

  .contact__grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .field__input,
  .field__textarea {
    font-size: 18px !important;
  }

  .submit {
    width: 100% !important;
    font-size: 16px !important;
  }

  .wrap {
      width: 90vw;
  }

  body.mode-form .hero__interest {
    opacity: 1;
    transform: translateY(0);
    color: rgba(255,255,255,.9);
    padding-left: 50px;
    align-items: flex-start !important;
}

  



  @media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    .hero__3d {
      width: 280px;
      height: 280px;
      top: 200px;
    }

    .hero__title {
      font-size: 50px !important;
    }

    .hero__subtitle {
      font-size: 16px !important;
    }

    .cta {
      width: 160px !important;
    }

    .best {
    margin-top: 110px;
    padding-bottom: 42px;
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: center;
}

    .topbar__inner {
    width: fit-content;
    max-width: none !important;
    height: 70px !important;
    padding: 0 8px 0px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    left: 0;
    right: 0;
    }

    body.mode-form .topbar__inner {
    width: fit-content;
    max-width: 100%;
    height: 70px !important;
    padding: 0 8px 0px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    left: 0;
    right: 0;
    }

      .success__title {
        color: #1D1D1D;
        padding-bottom: 16px;
    }

      body.mode-success{
      color: #1D1D1D;
      background-color: #f2f5f9;

      background-image:
        radial-gradient(at 0% 0%, rgba(255, 255, 255, 1) 0%, transparent 40%),

        radial-gradient(at 50% 0%, rgba(210, 225, 245, 0.7) 0%, transparent 50%),
        
        radial-gradient(at 100% 30%, rgba(255, 235, 240, 1) 0%, transparent 40%),
        
        radial-gradient(at 50% 100%, rgba(225, 235, 250, 0.4) 0%, transparent 50%);
    }

}
}



/* ===== iPad Header Fix ===== */
@media (min-width: 768px) and (max-width: 1200px) {

  .topbar__inner,
  body.mode-form .topbar__inner {
    width: calc(100% - 40px) !important;
    max-width: 1100px !important;
    margin: 20px auto 0 !important;
    border: 0px solid rgba(255, 255, 255, .4) !important;
  }

  .hero__title {
    margin-top: 60px;
    margin-bottom: 0px;
    font-family: var(--fontHeading);
    font-weight: 700;
    font-size: var(--t1);
    line-height: var(--t1lh);
    letter-spacing: 0px;
    text-align: center;
}

  .brand {
    min-width: auto !important;
    width: auto !important;
  }

  .brand__contacts {
    min-width: auto !important;
    gap: 20px !important;
    margin-right: 20px;
  }

  .cta {
    width: 190px !important;
    min-width: auto !important;
  }

  .brand__email {
    display: flex !important;
  }

  body.mode-form .topbar__inner {
    background: linear-gradient(
      135deg,
      rgba(255,255,255,.35),
      rgba(255,255,255,.15)
    ) !important;

    backdrop-filter: blur(20px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(120%) !important;

  }

  .topbar__inner,
  body.mode-form .topbar__inner {
    width: calc(100% - 40px) !important;
  }

  .chip--glass{
  position:relative;
  overflow:hidden;
  color: #0f0f0f;
}
}


/* ===== iPad Portrait: hide header contacts ===== */
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {

  .brand__contacts {
    display: none !important;
  }

  body.mode-form .contact__mobileCopy {
    display: flex !important;
  }

  .contact__mobileCopy {
    gap: 32px !important;
  }

  body.mode-form .form {
      width: 100% !important;
      min-width: 0 !important;
      max-width: 100% !important;
      margin: 0 auto !important;
      padding-left: 24px !important;
      padding-right: 24px !important;
    }

    .contact {
    width: 97% !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    }

  body.mode-form .contact__mobileCopy {
    display: flex !important;
    justify-content: center;
    width: 100% !important;
}

  body.mode-form .brand__whatsapp {
    transition: opacity 0.25s ease, transform 0.25s ease;
    width: 195px;
    justify-content: center;
    text-decoration: none;
}

  .brand__email {
    text-decoration: none;
  }

  .wrap {
    width: 88vw;
    margin: 0 auto !important;
}
}

