:root {
  --background: #ffffff;
  --foreground: #1f1f1f;
  --wdl-phone-text-color: #1469ff;
}

html {
  background: var(--background);
}

body {
  min-width: 320px;
  background: var(--background);
  color: var(--foreground);
}

.wdl-phone-number {
  color: var(--wdl-phone-text-color) !important;
}

.company-consult {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 94px;
  padding: 58px 24px 66px;
  text-align: center;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

.company-consult h2 {
  color: #252b35;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.company-consult__button {
  display: inline-flex;
  width: 164px;
  margin-top: 24px;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.company-consult__button:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 8px 18px rgba(47, 101, 230, 0.18));
}

.company-consult__button:focus-visible {
  outline: 2px solid #2e69ff;
  outline-offset: 4px;
}

.company-consult__button img {
  display: block;
  width: 100%;
  height: auto;
}

.software-product-cta {
  width: 100%;
  min-height: calc(100vw * 336 / 1440);
  padding: 72px 48px 58px;
  text-align: center;
  background: #e9f9ff url("../assets-web/pc/会员系统/咨询专属方案-bg.png") center top / 100% auto no-repeat;
}

.software-product-cta__title {
  color: #24272f;
  font-size: 42px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0;
}

.software-product-cta__text {
  margin-top: 28px;
  color: #737b89;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}

.software-product-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 58px;
  margin-top: 40px;
  text-decoration: none;
}

.software-product-cta__button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.software-product-cta__button:focus-visible {
  outline: 2px solid #2e69ff;
  outline-offset: 5px;
}

@media (max-width: 1180px) {
  .software-product-cta__title {
    font-size: 34px;
  }
}

@media (max-width: 760px) {
  .software-product-cta {
    min-height: 260px;
    padding: 54px 20px 48px;
    background-size: auto 100%;
  }

  .software-product-cta__title {
    font-size: 26px;
  }

  .software-product-cta__text {
    margin-top: 18px;
    font-size: 14px;
  }

  .software-product-cta__button {
    width: 168px;
    height: 50px;
    margin-top: 28px;
  }
}

.mobile-software-cta {
  width: 100%;
  margin-top: calc(min(100vw, 750px) * 74 / 750);
  padding: calc(min(100vw, 750px) * 74 / 750)
    calc(min(100vw, 750px) * 40 / 750)
    calc(min(100vw, 750px) * 88 / 750);
  background: #eaf3ff;
}

.mobile-software-cta__inner {
  text-align: center;
}

.mobile-software-cta__title {
  color: #202020;
  font-size: calc(min(100vw, 750px) * 48 / 750);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}

.mobile-software-cta__text {
  margin-top: calc(min(100vw, 750px) * 26 / 750);
  color: #6b7481;
  font-size: calc(min(100vw, 750px) * 22 / 750);
  line-height: 1.8;
  letter-spacing: 0;
}

.mobile-software-cta__features {
  margin-top: calc(min(100vw, 750px) * 34 / 750);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(min(100vw, 750px) * 30 / 750);
  list-style: none;
  padding: 0;
}

.mobile-software-cta__feature {
  display: inline-flex;
  align-items: center;
  gap: calc(min(100vw, 750px) * 8 / 750);
  color: #8b97a7;
  font-size: calc(min(100vw, 750px) * 18 / 750);
  line-height: 1.3;
  letter-spacing: 0;
}

.mobile-software-cta__feature::before {
  content: "";
  width: calc(min(100vw, 750px) * 16 / 750);
  height: calc(min(100vw, 750px) * 16 / 750);
  border-radius: 999px;
  background: #4c7dff;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.86);
  flex-shrink: 0;
}

.mobile-software-cta__actions {
  margin-top: calc(min(100vw, 750px) * 54 / 750);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(min(100vw, 750px) * 28 / 750);
}

.mobile-software-cta__button {
  min-height: calc(min(100vw, 750px) * 74 / 750);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.mobile-software-cta__button--primary {
  width: calc(min(100vw, 750px) * 222 / 750);
}

.mobile-software-cta__button--secondary {
  width: calc(min(100vw, 750px) * 202 / 750);
}

.mobile-software-cta__button-image {
  display: block;
  width: 100%;
  height: auto;
}
