.customer-ai-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-top: -32px;
  padding: 80px 16px;
}

.customer-ai-banner {
  position: relative;
  width: 100%;
  height: 525px;
  min-height: 0;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(102deg, #000000 0%, #030304 54%, #333333 100%);
  border-radius: 20px;
}

.customer-ai-banner::before,
.customer-ai-banner::after {
  display: none;
}

.customer-ai-banner__lines,
.customer-ai-banner__badge,
.customer-ai-banner__phone,
.customer-ai-banner__star {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.customer-ai-banner__lines {
  z-index: 0;
  right: -178px;
  bottom: -250px;
  width: 640px;
  opacity: 0.72;
  @media (max-width: 700px) {
    top: 42%;
    left: 7.9%;
    width: 200%;
    transform: scale(2.5)rotate(45deg);
  }
}

.customer-ai-banner__copy {
  position: absolute;
  z-index: 4;
  top: 32px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(100% - 48px);
  padding: 0;
}

.customer-ai-banner__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.customer-ai-banner__copy h2,
.customer-ai-banner__copy p {
  width: 100%;
  max-width: none;
  margin: 0;
}

.customer-ai-banner__copy h2 {
  font-family: "Spoof Trial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
}

.customer-ai-banner__copy p {
  color: #fbfaff;
  font-family: "PP Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.customer-ai-banner__copy .customer-button {
  width: 100%;
  min-height: 45px;
  padding: 12px 24px;
  border-radius: 12px;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
}

.customer-ai-banner__badge {
  z-index: 3;
  top: 305px;
  left: 69px;
  width: 98.5px;
  transform: rotate(2deg);
}

.customer-ai-banner__phone {
  z-index: 4;
  top: 356px;
  left: 7px;
  width: 317px;
  aspect-ratio: 0.97185;
  overflow: hidden;
  transform-origin: center;
  @media (max-width: 700px) {
    z-index: 4;
    top: 356px;
    left: 50%;
    width: 369px;
    aspect-ratio: 0.97185;
    overflow: hidden;
    transform-origin: center;
    transform: translateX(-50%);
    @media screen {

    }
  }
}

.customer-ai-banner__phone img {
  position: absolute;
  top: -13.3%;
  left: -27.92%;
  width: 154.82%;
  height: 154.27%;
  max-width: none;
}

.customer-ai-banner__star {
  z-index: 3;
}

.customer-ai-banner__star--top-left {
  top: -9px;
  left: 37px;
  width: 38px;
}

.customer-ai-banner__star--top-right {
  top: 314px;
  right: 35px;
  width: 28px;
}

.customer-ai-banner__star--bottom-left {
  top: 344px;
  left: 17px;
  width: 46px;
}

.customer-ai-banner__star--bottom-right {
  top: 471px;
  right: 49px;
  width: 19px;
}

@media (min-width: 700px) {
  .customer-ai-wrap {
    margin-top: 0;
    padding: 96px 24px;
  }

  .customer-ai-banner {
    height: 342px;
    border-radius: 32px;
  }

  .customer-ai-banner__lines {
    right: -180px;
    bottom: -360px;
    width: 920px;
  }

  .customer-ai-banner__copy {
    top: 50%;
    left: 32px;
    gap: 24px;
    width: 320px;
    transform: translateY(-50%);
  }

  .customer-ai-banner__copy h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .customer-ai-banner__copy p,
  .customer-ai-banner__copy .customer-button {
    font-size: 20px;
  }

  .customer-ai-banner__copy .customer-button {
    align-self: flex-start;
    width: auto;
  }

  .customer-ai-banner__badge {
    top: -2%;
    left: 45.5%;
    width: 24.45%;
  }

  .customer-ai-banner__phone {
    top: 32%;
    left: 52.9%;
    width: 35.4%;
  }

  .customer-ai-banner__star--top-left {
    top: 16px;
    left: 23px;
  }

  .customer-ai-banner__star--top-right {
    top: 20px;
    right: 82px;
    width: 48px;
  }

  .customer-ai-banner__star--bottom-left {
    top: 308px;
    left: 181px;
  }

  .customer-ai-banner__star--bottom-right {
    top: 278px;
    right: 26px;
    width: 24px;
  }
}

@media (min-width: 1200px) {
  .customer-ai-wrap {
    padding: 96px 80px;
  }

  .customer-ai-banner {
    max-width: 1280px;
    height: 336px;
  }

  .customer-ai-banner__lines {
    right: -31%;
    bottom: -124%;
    width: 1360px;
  }

  .customer-ai-banner__copy {
    left: 40px;
    gap: 32px;
    width: 770px;
  }

  .customer-ai-banner__copy h2 {
    font-size: 40px;
  }

  .customer-ai-banner__copy p {
    font-size: 24px;
  }

  .customer-ai-banner__copy .customer-button {
    padding-inline: 32px;
    font-size: 20px;
  }

  .customer-ai-banner__badge {
    top: -2.4%;
    left: 64.6%;
    width: 16.93%;
  }

  .customer-ai-banner__phone {
    top: 29%;
    left: 65.1%;
    width: 30.65%;
  }

  .customer-ai-banner__star--top-left {
    top: 6.85%;
    left: 1.8%;
    width: 2.97%;
  }

  .customer-ai-banner__star--top-right {
    top: 4.17%;
    right: 9.53%;
    width: 3.75%;
  }

  .customer-ai-banner__star--bottom-left {
    top: 69.64%;
    left: 29.92%;
    width: 7.19%;
  }

  .customer-ai-banner__star--bottom-right {
    top: 80.95%;
    right: 3.9%;
    width: 1.88%;
  }
}

@media (min-width: 1441px) {
  .customer-ai-wrap {
    padding-block: clamp(96px, calc(-36px + 9.1667vw), 140px);
  }

  .customer-ai-banner {
    max-width: clamp(1280px, calc(728px + 38.3333vw), 1464px);
    height: clamp(336px, calc(186px + 10.4167vw), 386px);
    border-radius: clamp(32px, calc(8px + 1.6667vw), 40px);
  }

  .customer-ai-banner__copy {
    left: clamp(40px, calc(16px + 1.6667vw), 48px);
    gap: clamp(32px, calc(20px + 0.8333vw), 36px);
    width: clamp(770px, calc(438px + 23.0556vw), 880.67px);
  }

  .customer-ai-banner__text {
    gap: clamp(12px, calc(0px + 0.8333vw), 16px);
  }

  .customer-ai-banner__copy h2 {
    font-size: clamp(40px, calc(16px + 1.6667vw), 48px);
    line-height: 1.1;
  }

  .customer-ai-banner__copy p {
    font-size: clamp(24px, calc(12px + 0.8333vw), 28px);
  }

  .customer-ai-banner__copy .customer-button {
    border-radius: clamp(12px, calc(0px + 0.8333vw), 16px);
    font-size: clamp(20px, calc(-2.35px + 1.552083vw), 27.45px);
  }
}

@media (min-width: 1920px) {
  .customer-ai-wrap {
    padding-block: clamp(140px, calc(68px + 3.75vw), 164px);
  }

  .customer-ai-banner {
    max-width: clamp(1464px, calc(1074px + 20.3125vw), 1594px);
    height: clamp(386px, calc(194px + 10vw), 450px);
    border-radius: clamp(40px, calc(16px + 1.25vw), 48px);
  }

  .customer-ai-banner__copy {
    gap: clamp(36px, calc(24px + 0.625vw), 40px);
    width: clamp(880.67px, calc(570.68px + 16.1458vw), 984px);
  }

  .customer-ai-banner__copy h2 {
    font-size: clamp(48px, calc(24px + 1.25vw), 56px);
  }

  .customer-ai-banner__copy p {
    font-size: clamp(28px, calc(16px + 0.625vw), 32px);
  }

  .customer-ai-banner__copy .customer-button {
    padding: clamp(12px, calc(0px + 0.625vw), 16px) clamp(32px, calc(-16px + 2.5vw), 48px);
    border-radius: clamp(16px, calc(4px + 0.625vw), 20px);
    font-size: clamp(27.45px, calc(13.8px + 0.710938vw), 32px);
  }
}

@media (min-width: 2000px) {
  .customer-ai-banner__lines {
    right: -27%;
    bottom: -100%;
    width: 1360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .customer-ai-banner__copy .customer-button:hover {
    transform: none;
  }
}
.customer-ai-banner__wide-break {
  display: none;
}

@media (min-width: 1441px) {
  .customer-ai-banner__wide-break {
    display: block;
  }
}
