.home-cta {
  position: relative;
  width: 1920px;
  height: 815px;
  margin-inline: auto;
  background: #fff;
  overflow: hidden;
}

.home-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-cta__bg-dots {
  position: absolute;
  top: -567px;
  left: -219px;
  width: 2683px;
  height: 2008px;
  background: url("../img/home-reviews/bg-dots.webp") center / cover no-repeat;
  opacity: 0.1;
}

.home-cta__bg-squares {
  position: absolute;
  top: -907px;
  left: -34px;
  width: 1954px;
  height: 1954px;
  background: url("../img/home-reviews/bg-squares.webp") center / cover no-repeat;
  opacity: 0.1;
}

.home-cta__logo {
  position: absolute;
  top: 73px;
  left: 1549px;
  z-index: 1;
  width: 371px;
  height: 742px;
  pointer-events: none;
}

.home-cta__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.home-cta__title {
  position: absolute;
  top: 194px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 536px;
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 57.6px;
  text-align: center;
  white-space: nowrap;
  color: #000;
}

.home-cta__title-accent {
  font-weight: 600;
  color: #43328a;
}

.home-cta__stat {
  position: absolute;
  top: 315px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 183px;
  height: 90px;
  border-radius: 7px;
  background: linear-gradient(90deg, #5445c4 0%, #6a3c99 100%);
  box-shadow: 0 0 10px #2d2473;
}

.home-cta__stat-value {
  position: absolute;
  top: 21px;
  left: 32px;
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  white-space: nowrap;
  color: #fff;
}

.home-cta__stat-label {
  position: absolute;
  top: 436px;
  left: calc(50% - 118px);
  z-index: 2;
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 41.6px;
  white-space: nowrap;
  color: #000;
}

.home-cta__btn {
  position: absolute;
  top: 576px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 71px;
  padding: 24px 26px;
  margin: 0;
  border: 0;
  border-radius: 10px;
  background: #43328a;
  cursor: pointer;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

.home-cta__btn:hover {
  filter: brightness(1.06);
}

.home-cta__btn:active {
  filter: brightness(0.96);
}

.home-cta__btn:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 4px;
}

@media (max-width: 1679px) and (min-width: 1025px) {
  .home-cta {
    width: 1440px;
    height: 767px;
    zoom: calc(100cqw / 1440px);
    margin-inline: 0;
    margin-bottom: 0;
  }

  .home-cta__bg-dots {
    top: -593px;
    left: -242px;
    width: 2489px;
    height: 1863px;
  }

  .home-cta__bg-squares {
    top: -733px;
    left: -208px;
    width: 1954px;
    height: 1954px;
  }

  .home-cta__logo {
    top: 2px;
    left: 1056px;
    width: 383px;
    height: 765px;
  }

  .home-cta__title {
    top: 186px;
    width: 461px;
    font-size: 40px;
    letter-spacing: -0.8px;
    line-height: 1.2;
  }

  .home-cta__stat {
    top: 298px;
    width: 163px;
    height: 82px;
  }

  .home-cta__stat-value {
    font-size: 40px;
    line-height: 40px;
  }

  .home-cta__stat-label {
    top: 419px;
    left: calc(50% - 89px);
    font-size: 24px;
    line-height: 1.3;
  }

  .home-cta__btn {
    top: 552px;
    width: 321px;
    height: 61px;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 1023px) and (min-width: 750px) {
  .home-cta {
    width: 100%;
    height: auto;
    aspect-ratio: 768 / 532;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    container-type: inline-size;
    container-name: home-cta;
  }

  .home-cta__bg-dots {
    top: calc(-231 / 532 * 100%);
    left: calc(-187 / 768 * 100%);
    width: calc(1511 / 768 * 100%);
    height: calc(1131 / 532 * 100%);
  }

  .home-cta__bg-squares {
    top: calc(-211 / 532 * 100%);
    left: calc(-319 / 768 * 100%);
    width: calc(1331 / 768 * 100%);
    height: calc(1331 / 532 * 100%);
  }

  .home-cta__logo {
    top: calc(5 / 532 * 100%);
    left: calc(504 / 768 * 100%);
    width: calc(264 / 768 * 100%);
    height: calc(527 / 532 * 100%);
  }

  .home-cta__logo img {
    opacity: 0.3;
  }

  .home-cta__title {
    top: calc(97 / 532 * 100%);
    left: 50%;
    transform: translateX(-50%);
    width: calc(335 / 768 * 100%);
    font-size: 3.906cqi;
    letter-spacing: -0.078cqi;
    line-height: 1.2;
    white-space: nowrap;
  }

  .home-cta__stat {
    top: calc(189 / 532 * 100%);
    left: 50%;
    transform: translateX(-50%);
    width: calc(138 / 768 * 100%);
    height: calc(72 / 532 * 100%);
    border-radius: 0.911cqi;
    box-shadow: 0 0 1.302cqi #2d2473;
  }

  .home-cta__stat-value {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.906cqi;
    line-height: 1;
  }

  .home-cta__stat-label {
    top: calc(295 / 532 * 100%);
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.604cqi;
    line-height: 1.3;
  }

  .home-cta__btn {
    top: calc(377 / 532 * 100%);
    left: 50%;
    transform: translateX(-50%);
    width: calc(321 / 768 * 100%);
    height: calc(58 / 532 * 100%);
    padding: 0;
    border-radius: 1.302cqi;
    font-size: 2.344cqi;
    line-height: 1;
  }
}

@media (max-width: 749px) {
  .home-cta {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 412;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    background: #fff;
    container-type: inline-size;
    container-name: home-cta;
  }

  .home-cta__bg-dots {
    top: calc(-358 / 412 * 100%);
    left: calc(-167 / 360 * 100%);
    width: calc(1101 / 360 * 100%);
    height: calc(824 / 412 * 100%);
  }

  .home-cta__bg-squares {
    top: calc(-25 / 412 * 100%);
    left: calc(-136 / 360 * 100%);
    width: calc(643 / 360 * 100%);
    height: calc(643 / 412 * 100%);
  }

  .home-cta__logo {
    top: 0;
    left: calc(154 / 360 * 100%);
    width: calc(207 / 360 * 100%);
    height: calc(413 / 412 * 100%);
  }

  .home-cta__logo img {
    opacity: 0.1;
  }

  .home-cta__title {
    top: calc(78 / 412 * 100%);
    left: 50%;
    transform: translateX(-50%);
    width: calc(255 / 360 * 100%);
    font-size: 6.111cqi;
    letter-spacing: 0;
    line-height: 1.2;
    white-space: nowrap;
  }

  .home-cta__title-accent {
    font-weight: 600;
    color: #43328a;
  }

  .home-cta__stat {
    top: calc(145 / 412 * 100%);
    left: 50%;
    transform: translateX(-50%);
    width: calc(104 / 360 * 100%);
    height: calc(48 / 412 * 100%);
    border-radius: calc(7 / 360 * 100cqi);
    box-shadow: 0 0 calc(20 / 360 * 100cqi) #2d2473;
  }

  .home-cta__stat-value {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6.111cqi;
    line-height: 1;
  }

  .home-cta__stat-label {
    top: calc(214 / 412 * 100%);
    left: 50%;
    transform: translateX(-50%);
    font-size: 5cqi;
    line-height: 1.3;
  }

  .home-cta__btn {
    top: calc(297 / 412 * 100%);
    left: 50%;
    transform: translateX(-50%);
    width: calc(247 / 360 * 100%);
    height: calc(46 / 412 * 100%);
    padding: 0;
    border-radius: calc(10 / 360 * 100cqi);
    font-size: 3.889cqi;
    line-height: 1;
  }
}
