.home-hero-new {
  position: relative;
  z-index: 1;
  min-height: clamp(720px, 55vw, 930px);
  margin: 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 42%, rgba(8, 76, 255, .45) 0, rgba(8, 76, 255, .08) 31%, transparent 55%),
    linear-gradient(118deg, #020824 0%, #06144f 48%, #071584 78%, #001fe4 100%);
  isolation: isolate;
}

.home-hero-new *,
.home-hero-new *::before,
.home-hero-new *::after {
  box-sizing: border-box;
}

.home-hero-new__glow {
  position: absolute;
  right: -12%;
  bottom: -44%;
  z-index: -2;
  width: 78%;
  height: 72%;
  background: radial-gradient(ellipse at center, rgba(0, 106, 255, .95) 0%, rgba(0, 44, 255, .48) 34%, transparent 72%);
  filter: blur(24px);
  transform: rotate(-8deg);
  pointer-events: none;
}

.home-hero-new__wave {
  position: absolute;
  right: -10%;
  bottom: -90px;
  left: -12%;
  z-index: -1;
  height: 260px;
  opacity: .75;
  background:
    linear-gradient(169deg, transparent 47%, rgba(20, 136, 255, .25) 48%, rgba(13, 114, 255, .9) 49%, transparent 50%),
    linear-gradient(173deg, transparent 53%, rgba(0, 84, 255, .8) 54%, transparent 55%),
    linear-gradient(176deg, transparent 60%, rgba(14, 190, 255, .35) 61%, transparent 62%);
  filter: blur(.4px) drop-shadow(0 0 15px rgba(0, 94, 255, .75));
  transform: rotate(-2deg);
  pointer-events: none;
}

.home-hero-new .b2-inner-content {
  position: relative;
  z-index: 2;
  height: 100%;
}

.home-hero-new__grid {
  display: grid;
  min-height: clamp(720px, 55vw, 930px);
  grid-template-columns: minmax(360px, .78fr) minmax(620px, 1.42fr);
  align-items: center;
  gap: clamp(10px, 2vw, 42px);
  padding: clamp(135px, 9vw, 175px) 0 clamp(70px, 6vw, 105px);
}

.home-hero-new__content {
  position: relative;
  z-index: 3;
  max-width: 620px;
}

.home-hero-new__heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.35rem, 4.45vw, 5.35rem);
  font-style: normal;
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.045em;
}

.home-hero-new__body {
  max-width: 555px;
  margin-top: clamp(24px, 2.2vw, 38px);
}

.home-hero-new__body p,
.home-hero-new__body li {
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 1.24vw, 1.45rem);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0;
}

.home-hero-new__body p + p {
  margin-top: 16px;
}

.home-hero-new__cta {
  margin-top: clamp(26px, 2.5vw, 42px);
}

.home-hero-new__button.b2-link {
  display: inline-flex !important;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 24px !important;
  color: #06115f;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 9px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 32, .22);
  font-size: clamp(.98rem, 1vw, 1.15rem) !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

.home-hero-new__button:hover,
.home-hero-new__button:focus-visible {
  opacity: 1;
  color: #0003d9;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 0, 32, .3);
}

.home-hero-new__button:focus-visible {
  outline: 3px solid #28e7cd;
  outline-offset: 4px;
}

.home-hero-new__button-arrow {
  flex: 0 0 auto;
  font-size: 1.55em;
  line-height: .8;
  transition: transform .2s ease;
}

.home-hero-new__button:hover .home-hero-new__button-arrow,
.home-hero-new__button:focus-visible .home-hero-new__button-arrow {
  transform: translateX(4px);
}

.home-hero-new__visual {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  pointer-events: none;
}

.home-hero-new__visual picture {
  display: block;
}

.home-hero-new__image {
  display: block;
  max-width: none;
  height: auto;
  filter: drop-shadow(0 35px 50px rgba(0, 0, 40, .34));
  transform: translateY(2%) rotate(-.2deg);
  max-width: 100%;
}

@media only screen and (max-width: 1440px) {
  .home-hero-new__grid {
    grid-template-columns: minmax(330px, .8fr) minmax(540px, 1.35fr);
  }

  .home-hero-new__heading h1 {
    font-size: clamp(3rem, 4.5vw, 4.35rem);
  }

  .home-hero-new__image {
    width: 138%;
    margin-right: -38%;
  }
}

@media only screen and (max-width: 1280px) {
  .home-hero-new {
    min-height: auto;
  }

  .home-hero-new .b2-inner-content {
    padding-right: 55px;
    padding-left: 55px;
  }

  .home-hero-new__grid {
    min-height: 700px;
    grid-template-columns: minmax(300px, .88fr) minmax(470px, 1.2fr);
    padding-top: 105px;
    padding-bottom: 60px;
  }

  .home-hero-new__heading h1 {
    font-size: clamp(2.85rem, 4.6vw, 3.75rem);
  }

  .home-hero-new__body p,
  .home-hero-new__body li {
    font-size: 1.05rem;
  }
}

@media only screen and (max-width: 991px) {
  .home-hero-new .b2-inner-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .home-hero-new__grid {
    display: flex;
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 42px;
    padding: 125px 0 38px;
  }

  .home-hero-new__content {
    max-width: 680px;
  }

  .home-hero-new__heading h1 {
    max-width: 620px;
    font-size: clamp(3.2rem, 8vw, 4.7rem);
  }

  .home-hero-new__body {
    max-width: 610px;
  }

  .home-hero-new__body p,
  .home-hero-new__body li {
    font-size: 1.16rem;
  }

  .home-hero-new__visual {
    width: calc(100% + 80px);
    margin-right: -40px;
    margin-left: -40px;
  }

  .home-hero-new__image {
    width: 122%;
    margin-right: -22%;
    margin-left: 0;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .home-hero-new .b2-inner-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .home-hero-new__grid {
    gap: 34px;
    padding-top: 105px;
    padding-bottom: 28px;
  }

  .home-hero-new__heading h1 {
    font-size: clamp(2.55rem, 12vw, 3.35rem);
    line-height: 1.01;
    letter-spacing: -.04em;
  }

  .home-hero-new__body {
    margin-top: 22px;
  }

  .home-hero-new__body p,
  .home-hero-new__body li {
    font-size: 1rem;
    line-height: 1.4;
  }

  .home-hero-new__cta {
    margin-top: 25px;
  }

  .home-hero-new__button.b2-link {
    width: 100%;
    max-width: 390px;
    min-height: 54px;
    justify-content: space-between;
    padding: 14px 18px !important;
  }

  .home-hero-new__visual {
    width: calc(100% + 48px);
    margin-right: -24px;
    margin-left: -24px;
  }

  .home-hero-new__image {
    width: 145%;
    margin-right: -45%;
    margin-left: 0;
  }

  .home-hero-new__wave {
    bottom: -125px;
    height: 220px;
  }
}

@media only screen and (max-width: 420px) {
  .home-hero-new__heading h1 {
    font-size: 2.45rem;
  }

  .home-hero-new__image {
    width: 154%;
    margin-right: -54%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-new__button,
  .home-hero-new__button-arrow {
    transition: none !important;
  }
}
