.legacy-hero {
  display: none !important;
}

.header.header-v2,
.header.header-v2.is-scrolled {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(1, 11, 27, .96) !important;
  border-bottom: 1px solid rgba(40, 143, 255, .14);
  box-shadow: 0 10px 32px rgba(0, 8, 22, .22);
  backdrop-filter: blur(18px) !important;
}

.header-v2 .header__row {
  min-height: 82px;
  gap: 24px;
}

.brand-logo {
  gap: 10px;
  color: #fff;
}

.brand-logo .brand-logo__mark {
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 0 13px rgba(24, 139, 255, .3));
}

.brand-logo .brand-logo__mark svg {
  width: 55px;
  height: 55px;
  overflow: visible;
  fill: none;
  stroke: none;
}

.brand-logo__orbit {
  fill: rgba(2, 30, 65, .78);
  stroke: #168df5;
  stroke-width: 1.5;
}

.brand-logo__swirl {
  fill: none;
  stroke: #149cf7;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.brand-logo__swirl--2,
.brand-logo__swirl--4 {
  stroke: #087ee5;
}

.brand-logo__air {
  fill: #12a2fa;
  stroke: #4dc2ff;
  stroke-width: .7;
  stroke-linejoin: round;
}

.brand-logo__star {
  fill: #e7f7ff;
  stroke: #e7f7ff;
  stroke-width: .7;
}

.brand-logo .brand-logo__text {
  min-width: 116px;
  line-height: .9;
}

.brand-logo .brand-logo__text b {
  color: #168ff2;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -.045em;
}

.brand-logo .brand-logo__text b span {
  color: #fff;
}

.brand-logo .brand-logo__text small {
  margin-top: 8px;
  padding-left: 3px;
  color: rgba(255, 255, 255, .92);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .48em;
}

.header-v2 .nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.7vw, 42px);
  color: rgba(255, 255, 255, .92);
  font-size: .94rem;
  font-weight: 500;
}

.header-v2 .nav a {
  padding: 12px 0;
  white-space: nowrap;
}

.header-v2 .nav a::after {
  bottom: 5px;
  height: 1px;
  background: #1d9dff;
}

.header-v2 .header__right {
  gap: 10px;
}

.header-v2__call {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 50px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #229cff, #0872d7);
  box-shadow: 0 12px 28px rgba(15, 126, 229, .32), inset 0 1px 0 rgba(255, 255, 255, .24);
  transition: transform .2s ease, box-shadow .2s ease;
}

.header-v2__call:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(15, 126, 229, .42), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.header-v2__call svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-v2 .burger {
  flex: 0 0 50px;
}

.hero.hero-v2 {
  position: relative;
  isolation: isolate;
  min-height: 850px;
  padding: 0 !important;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse 82% 48% at 50% 14%, rgba(16, 101, 207, .34) 0%, rgba(7, 57, 125, .23) 46%, rgba(3, 28, 65, .08) 72%, transparent 100%),
    linear-gradient(180deg, #020c1b 0%, #020d1d 68%, #031126 100%) !important;
}

.hero-v2__visual {
  position: absolute;
  z-index: 0;
  top: -55px;
  left: 50%;
  width: min(1180px, 88vw);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
  opacity: .96;
  mix-blend-mode: screen;
  filter: saturate(1.08) contrast(1.03);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .06) 4%, rgba(0, 0, 0, .32) 9%, rgba(0, 0, 0, .72) 15%, #000 23%, #000 77%, rgba(0, 0, 0, .72) 85%, rgba(0, 0, 0, .32) 91%, rgba(0, 0, 0, .06) 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .06) 4%, rgba(0, 0, 0, .32) 9%, rgba(0, 0, 0, .72) 15%, #000 23%, #000 77%, rgba(0, 0, 0, .72) 85%, rgba(0, 0, 0, .32) 91%, rgba(0, 0, 0, .06) 96%, transparent 100%);
}

.hero-v2__veil {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(1, 10, 25, 0) 0, rgba(1, 10, 25, .02) 20%, rgba(1, 10, 25, .58) 40%, rgba(1, 10, 25, .88) 61%, #020d1d 84%),
    linear-gradient(90deg, rgba(1, 10, 25, .55), transparent 17%, transparent 83%, rgba(1, 10, 25, .55));
}

.hero-v2__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  min-height: 850px;
}

.hero-v2__content {
  width: min(780px, 100%);
  padding: 222px 0 30px;
  text-align: center;
}

.hero-v2__title {
  display: grid;
  justify-items: center;
  color: #fff;
  font-size: clamp(3rem, 4.5vw, 3.9rem);
  font-weight: 900;
  line-height: .91;
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-shadow: 0 5px 22px rgba(0, 7, 20, .62);
}

.hero-v2__title > span {
  display: block;
}

.hero-v2__title-accent {
  position: relative;
  width: max-content;
  margin-top: 9px;
  padding: 0 63px;
  color: #168ff2;
}

.hero-v2__title-accent::before,
.hero-v2__title-accent::after {
  content: "";
  position: absolute;
  top: 54%;
  width: 43px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #168ff2);
  box-shadow: 0 0 10px rgba(22, 143, 242, .65);
}

.hero-v2__title-accent::before {
  left: 0;
}

.hero-v2__title-accent::after {
  right: 0;
  transform: scaleX(-1);
}

.hero-v2__lead {
  margin-top: 13px;
  color: rgba(255, 255, 255, .9);
  font-size: 1rem;
  line-height: 1.36;
  text-shadow: 0 3px 12px rgba(0, 7, 20, .8);
}

.hero-v2__badge {
  min-height: 34px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 13px;
  padding: 5px 16px;
  border: 1px solid rgba(87, 188, 255, .5);
  border-radius: 999px;
  color: #f4fbff;
  background: linear-gradient(180deg, rgba(25, 147, 242, .96), rgba(6, 91, 180, .96));
  box-shadow: 0 8px 24px rgba(4, 89, 183, .34), inset 0 1px 0 rgba(255, 255, 255, .24);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.hero-v2__badge i {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
}

.hero-v2__badge svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-v2__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 15px;
  border: 1px solid rgba(35, 136, 230, .28);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(3, 20, 44, .67), rgba(2, 14, 33, .78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 16px 42px rgba(0, 6, 18, .2);
  backdrop-filter: blur(5px);
}

.hero-v2__features > div {
  min-height: 98px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 10px 8px;
  text-align: center;
}

.hero-v2__features > div + div {
  border-left: 1px solid rgba(47, 124, 200, .2);
}

.hero-v2__features i {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: #159cfb;
}

.hero-v2__features svg {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(21, 156, 251, .25));
}

.hero-v2__features span {
  color: rgba(255, 255, 255, .94);
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.18;
}

.hero-v2__pricing {
  position: relative;
  margin-top: 20px;
  padding: 17px 18px 10px;
  border: 1px solid rgba(35, 136, 230, .32);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(3, 20, 44, .75), rgba(2, 14, 33, .88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 18px 48px rgba(0, 6, 18, .25);
  backdrop-filter: blur(6px);
}

.hero-v2__pricing-title {
  position: absolute;
  top: -13px;
  left: 50%;
  width: calc(100% - 44px);
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateX(-50%);
  color: #1499f8;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.hero-v2__pricing-title::before,
.hero-v2__pricing-title::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(26, 151, 245, .7));
}

.hero-v2__pricing-title::after {
  transform: scaleX(-1);
}

.hero-v2__pricing-title span {
  flex: 0 0 auto;
}

.hero-v2__price-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 4px;
}

.hero-v2__price {
  padding: 7px 20px 9px;
  text-align: center;
}

.hero-v2__price + .hero-v2__price {
  border-left: 1px solid rgba(47, 124, 200, .22);
}

.hero-v2__price > span {
  display: block;
  min-height: 34px;
  color: rgba(255, 255, 255, .86);
  font-size: .78rem;
  line-height: 1.2;
}

.hero-v2__price strong {
  display: block;
  margin-top: 2px;
  color: #159cfb;
  font-size: 2.55rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.035em;
  text-shadow: 0 0 22px rgba(21, 156, 251, .22);
}

.hero-v2__price small {
  color: #fff;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: 0;
}

.hero-v2__cta {
  width: min(390px, 100%);
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 3px;
  padding: 0 25px;
  border: 1px solid rgba(121, 255, 118, .24);
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(180deg, #26d834 0%, #0ea91e 100%);
  box-shadow: 0 10px 24px rgba(13, 171, 31, .25), inset 0 1px 0 rgba(255, 255, 255, .33);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: .01em;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.hero-v2__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 14px 30px rgba(13, 171, 31, .34), inset 0 1px 0 rgba(255, 255, 255, .36);
}

.hero-v2__cta-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #16b425;
  background: #fff;
}

.hero-v2__cta-icon i {
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
}

.hero-v2__cta-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-v2__meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 7px;
  color: rgba(255, 255, 255, .82);
  font-size: .72rem;
}

.hero-v2__meta span {
  position: relative;
}

.hero-v2__meta span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #159cfb;
  box-shadow: 0 0 7px rgba(21, 156, 251, .8);
  transform: translateY(-50%);
}

.hero-v2__trust {
  display: none;
}

@media (max-width: 1080px) {
  .header-v2 .nav {
    gap: 20px;
    font-size: .89rem;
  }

  .hero-v2__visual {
    width: 980px;
  }
}

@media (max-width: 900px) {
  .header-v2 .header__row {
    position: relative;
    min-height: 78px;
  }

  .header-v2 .nav {
    position: absolute;
    z-index: 10;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    gap: 2px;
    padding: 10px;
    border: 1px solid rgba(55, 145, 235, .22);
    border-radius: 0 0 18px 18px;
    color: #fff;
    background: rgba(2, 14, 32, .98);
    box-shadow: 0 22px 40px rgba(0, 7, 20, .4);
    backdrop-filter: blur(18px);
  }

  .header-v2 .nav.is-open {
    display: flex !important;
  }

  .header-v2 .nav a {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .header-v2 .nav a:hover {
    background: rgba(30, 143, 236, .12);
  }

  .header-v2 .nav a::after {
    display: none;
  }

  .header-v2__call {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .025);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  }

  .header-v2 .burger {
    display: block !important;
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .hero-v2__visual {
    width: 900px;
  }
}

@media (max-width: 700px) {
  .header.header-v2,
  .header.header-v2.is-scrolled {
    background: rgba(1, 10, 25, .98) !important;
  }

  .header-v2 .header__row {
    min-height: 76px;
    gap: 8px;
  }

  .brand-logo {
    gap: 7px;
    margin-right: auto;
  }

  .brand-logo .brand-logo__mark {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
  }

  .brand-logo .brand-logo__mark svg {
    width: 45px;
    height: 45px;
  }

  .brand-logo .brand-logo__text {
    min-width: 99px;
  }

  .brand-logo .brand-logo__text b {
    font-size: 1.55rem;
  }

  .brand-logo .brand-logo__text small {
    margin-top: 7px;
    font-size: .52rem;
    letter-spacing: .43em;
  }

  .header-v2__call,
  .header-v2 .burger {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .hero.hero-v2 {
    min-height: 0;
    background:
      radial-gradient(ellipse 100% 34% at 50% 8%, rgba(16, 104, 218, .32) 0%, rgba(5, 52, 119, .18) 58%, transparent 100%),
      linear-gradient(180deg, #020c1b 0%, #020d1d 73%, #031126 100%) !important;
  }

  .hero-v2__visual {
    top: 0;
    width: max(640px, 108vw);
    opacity: 1;
    mix-blend-mode: normal;
    filter: saturate(1.08) contrast(1.05);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, rgba(0, 0, 0, .78) 90%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 82%, rgba(0, 0, 0, .78) 90%, transparent 100%);
  }

  .hero-v2__veil {
    background:
      linear-gradient(180deg, rgba(1, 10, 25, 0) 0, rgba(1, 10, 25, 0) 15%, rgba(1, 10, 25, .48) 27%, rgba(1, 10, 25, .86) 43%, #020d1d 69%),
      linear-gradient(90deg, rgba(1, 10, 25, .38), transparent 17%, transparent 83%, rgba(1, 10, 25, .38));
  }

  .hero-v2__inner {
    min-height: 0;
  }

  .hero-v2__content {
    width: 100%;
    padding: 229px 0 16px;
  }

  .hero-v2__title {
    font-size: clamp(2.48rem, 10.6vw, 3.1rem);
    line-height: .92;
  }

  .hero-v2__title-accent {
    margin-top: 7px;
    padding-inline: 44px;
  }

  .hero-v2__title-accent::before,
  .hero-v2__title-accent::after {
    width: 32px;
  }

  .hero-v2__lead {
    margin-top: 12px;
    font-size: .92rem;
    line-height: 1.32;
  }

  .hero-v2__badge {
    min-height: 32px;
    margin-top: 12px;
    padding: 4px 14px;
    font-size: .74rem;
  }

  .hero-v2__badge i,
  .hero-v2__badge svg {
    width: 17px;
    height: 17px;
  }

  .hero-v2__features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 15px;
    border-radius: 14px;
  }

  .hero-v2__features > div {
    min-height: 95px;
    gap: 6px;
    padding: 10px 3px 9px;
  }

  .hero-v2__features i {
    width: 31px;
    height: 31px;
  }

  .hero-v2__features svg {
    width: 29px;
    height: 29px;
  }

  .hero-v2__features span {
    font-size: .68rem;
    line-height: 1.16;
  }

  .hero-v2__pricing {
    margin-top: 20px;
    padding: 18px 10px 10px;
    border-radius: 14px;
  }

  .hero-v2__pricing-title {
    width: calc(100% - 28px);
    gap: 10px;
    font-size: .9rem;
  }

  .hero-v2__price {
    padding: 6px 7px 10px;
  }

  .hero-v2__price > span {
    min-height: 35px;
    font-size: .72rem;
  }

  .hero-v2__price strong {
    font-size: clamp(2rem, 10.5vw, 2.7rem);
  }

  .hero-v2__price small {
    font-size: .82rem;
  }

  .hero-v2__cta {
    width: calc(100% - 12px);
    min-height: 52px;
    margin-top: 2px;
    border-radius: 9px;
    font-size: clamp(.88rem, 4.2vw, 1.06rem);
  }

  .hero-v2__meta {
    gap: 17px;
    font-size: .68rem;
  }

  .hero-v2__meta span + span::before {
    left: -10px;
  }

  .hero-v2__trust {
    position: relative;
    z-index: 3;
    min-height: 104px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    margin-top: 0;
    padding: 13px max(8px, env(safe-area-inset-left)) calc(13px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
    border-radius: 24px 24px 0 0;
    color: #07152b;
    background: linear-gradient(180deg, #fff, #f3f6fb);
    box-shadow: 0 -10px 30px rgba(0, 4, 14, .25);
  }

  .hero-v2__trust > div {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 6px;
    padding: 3px 5px;
    text-align: center;
  }

  .hero-v2__trust > div + div {
    border-left: 1px solid #e2e8f0;
  }

  .hero-v2__trust i {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    color: #168ff2;
  }

  .hero-v2__trust svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hero-v2__trust span {
    font-size: .66rem;
    font-weight: 650;
    line-height: 1.14;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(calc(100% - 22px), var(--container));
  }

  .brand-logo .brand-logo__mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand-logo .brand-logo__mark svg {
    width: 42px;
    height: 42px;
  }

  .brand-logo .brand-logo__text {
    min-width: 89px;
  }

  .brand-logo .brand-logo__text b {
    font-size: 1.4rem;
  }

  .brand-logo .brand-logo__text small {
    font-size: .47rem;
  }

  .header-v2__call,
  .header-v2 .burger {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .hero-v2__visual {
    width: 600px;
  }

  .hero-v2__content {
    padding-top: 216px;
  }

  .hero-v2__title {
    font-size: clamp(2.22rem, 10.4vw, 2.55rem);
  }

  .hero-v2__features span {
    font-size: .62rem;
  }

  .hero-v2__price > span {
    font-size: .67rem;
  }
}

@media (max-width: 345px) {
  .brand-logo .brand-logo__text {
    display: none;
  }

  .hero-v2__content {
    padding-top: 208px;
  }

  .hero-v2__title {
    font-size: 2.1rem;
  }

  .hero-v2__title-accent {
    padding-inline: 34px;
  }

  .hero-v2__title-accent::before,
  .hero-v2__title-accent::after {
    width: 25px;
  }

  .hero-v2__features span {
    font-size: .58rem;
  }

  .hero-v2__price strong {
    font-size: 1.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-v2__call,
  .hero-v2__cta {
    transition: none;
  }
}
