.bottom-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 52% 40%, rgba(255, 255, 255, .16), transparent 32%),
    linear-gradient(135deg, #ff710f, #ff4f04);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

.bottom-cta *,
.bottom-cta *::before,
.bottom-cta *::after {
  box-sizing: border-box;
}

.bottom-cta::before,
.bottom-cta::after {
  content: "";
  position: absolute;
  opacity: .26;
  border: 2px solid #fff;
  pointer-events: none;
}

.bottom-cta::before {
  right: -70px;
  bottom: -80px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, .08), 0 0 0 44px rgba(255, 255, 255, .05);
}

.bottom-cta::after {
  left: -70px;
  top: 40px;
  width: 260px;
  height: 150px;
  transform: rotate(28deg);
}

.bottom-cta__wrap {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 96px));
  margin: 0 auto;
  padding: 82px 0 72px;
  text-align: center;
}

.bottom-cta h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(45px, 5vw, 78px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: 0;
}

.bottom-cta p {
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 800;
}

.bottom-cta a {
  color: inherit;
  text-decoration: none;
}

.bottom-cta .bottom-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: min(880px, 100%);
  min-height: 96px;
  padding: 0 46px;
  border-radius: 999px;
  color: #ff5f08;
  background: #fff;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 900;
  box-shadow: 0 10px 0 rgba(151, 47, 0, .18), 0 18px 34px rgba(111, 34, 0, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}

.bottom-cta .bottom-cta__button:hover {
  transform: translateY(-4px);
  box-shadow: 0 13px 0 rgba(151, 47, 0, .18), 0 25px 40px rgba(111, 34, 0, .22);
}

.bottom-cta__calendar {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
}

.bottom-cta__calendar::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 38px;
  border: 6px solid #ff5f08;
  border-radius: 5px;
}

.bottom-cta__calendar::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 26px;
  height: 6px;
  border-radius: 999px;
  background: #ff5f08;
  box-shadow: 0 16px 0 -1px #ff5f08;
}

.bottom-cta__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
  font-size: clamp(42px, 4.5vw, 78px);
  line-height: 1;
  font-weight: 900;
}

.bottom-cta__phone-icon {
  display: block;
  width: .68em;
  height: .68em;
  flex: 0 0 auto;
  margin-top: .06em;
}

@media (max-width: 720px) {
  .bottom-cta__wrap {
    width: min(100% - 28px, 560px);
    padding: 58px 0 52px;
  }

  .bottom-cta h2 {
    font-size: 36px;
  }

  .bottom-cta p {
    font-size: 20px;
  }

  .bottom-cta__button {
    min-height: 72px;
    padding: 0 24px;
    font-size: 24px;
  }

  .bottom-cta__calendar {
    width: 42px;
    height: 42px;
  }

  .bottom-cta__calendar::before {
    width: 32px;
    height: 30px;
    border-width: 4px;
  }

  .bottom-cta__calendar::after {
    top: 10px;
    width: 20px;
    height: 4px;
    box-shadow: 0 12px 0 -1px #ff5f08;
  }
}
