@charset "utf-8";

:root {
  --con-width: 1200px;
  --page-text: #1d1d1f;
  --page-muted: #86868b;
  --page-primary: #0372fe;
  --page-base-font: 16px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  width: 100%;
  overflow-x: hidden;
  font-size: var(--page-base-font);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, strong {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: -0.015em;
}
h1 {
  letter-spacing: -0.02em !important;
}
.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 536px;
  overflow: hidden;
  z-index: -1;
  background-color: #f3f7fb;
}
.banner img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f3f7fb 25%, rgba(243, 247, 251, 0.4) 60%, rgba(243, 247, 251, 0) 100%);
  pointer-events: none;
}
html.is-landing .landing-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 72px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(231, 237, 245, 0.9);
}
html.is-landing .landing-header .page-header-inner .logo {
  width: 160px;
  height: 36px;
}
html.is-landing .landing-header .page-nav a.active {
  color: var(--page-primary);
}

.banner-con {
  width: var(--con-width);
  margin: 106px auto 129px;
}
.banner-con h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #1f315e;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.banner-con p {
  font-size: 26px;
  line-height: 1.35;
  color: #2b3d6f;
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.banner-con span {
  display: block;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--page-muted);
  margin-bottom: 36px;
}
.banner-con a,
.business a {
  display: block;
  width: 156px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(90deg, #0372fe 0%, #539fff 100%);
  transition: all 0.3s ease;
}
.banner-con a:hover,
.business a:hover {
  background: radial-gradient(100% 130% at 100% 0%, #32dfff 0%, #0372fe 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(3, 114, 254, 0.25);
}

body:not(.page-body) h2 {
  font-size: 38px;
  color: var(--page-text);
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.swiper-con {
  height: 340px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
  position: relative;
}
.swiper-con h2 {
  margin: 55px auto 63px;
}
.swiper.partner-swiper {
  position: absolute;
  top: 176px;
  left: 0;
  width: 100%;
  height: 150px;
  visibility: visible;
}
.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.swiper-slide {
  height: 150px;
  width: 280px;
  border: none !important;
  background: transparent !important;
  margin: 0 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.swiper-slide img {
  max-height: 88px;
  width: auto !important;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

@media (min-width: 1440px) {
  .swiper-con {
    height: 360px;
  }
  .swiper.partner-swiper {
    height: 160px;
  }
  .swiper-slide {
    width: 300px;
    height: 160px;
    margin: 0 28px;
  }
  .swiper-slide img {
    max-height: 100px;
  }
}

.h2-2 {
  display: none;
  margin-bottom: 44px;
}
.h2-2.on {
  display: block;
}
.tab-con {
  width: 100%;
  margin: 0 auto;
}
.tab-buttons-wrap {
  width: var(--con-width);
  margin: 0 auto;
}
.tab-buttons {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid #dcdce9;
  margin-bottom: 70px;
}
.tab-buttons button {
  height: 57px;
  width: 160px;
  border: 0;
  outline: none;
  font-size: 30px;
  color: #222222;
  font-weight: 500;
  background: none;
}
.tab-buttons button.on {
  color: #0071ff;
  border-bottom: 3px solid #0071ff;
}
.tab-detail {
  width: var(--con-width);
  margin: 0 auto;
}
.tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
.tab-list:nth-child(2) {
  display: none;
}
.tab-list div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3% - 16px);
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 24px;
  padding: 40px 28px;
  box-shadow: 0 10px 30px rgba(31, 49, 94, 0.02);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}
.tab-list div:hover {
  transform: translateY(-6px);
  border-color: #bfdcff;
  box-shadow: 0 24px 48px rgba(3, 114, 254, 0.1);
}
.tab-list div img {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  object-fit: contain;
}
.tab-list div strong {
  font-size: 21px;
  line-height: 30px;
  color: var(--page-text);
  font-weight: 600;
  margin-bottom: 14px;
  text-align: center;
  letter-spacing: -0.01em;
}
.tab-list div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.tab-list div li {
  font-size: 15px;
  line-height: 22px;
  color: var(--page-muted);
  font-weight: 400;
  text-align: center;
}
.source {
  width: var(--con-width);
  margin: 0 auto;
  margin-top: 122px;
}
.source h2 {
  margin-bottom: 56px;
}
.source-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.source-wrap .source-con {
  width: 784px;
  height: 351px;
  border-radius: 20px;
  background: linear-gradient(135deg, #17233d 0%, #1a3c75 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(23, 35, 61, 0.15);
  padding: 42px 42px;
  position: relative;
  overflow: hidden;
}
.source-wrap .source-con::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 14px 14px;
  background-position: center;
  mask-image: radial-gradient(ellipse at center, black 70%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 70%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.source-wrap .source-con > * {
  position: relative;
  z-index: 2;
}
.source-wrap img {
  width: 444px;
  height: 420px;
  object-fit: contain;
}
.source-con h6 {
  font-size: 20px;
  line-height: 28px;
  color: #a0c8ff;
  font-weight: 600;
  margin-bottom: 8px;
}
.source-con ul {
  display: flex;
}
.source-con li {
  list-style: none;
  margin-top: 36px;
}
.source-con li.source-item1 {
  width: 180px;
}
.source-con li.source-item2 {
  width: 210px;
}
.source-con ul strong {
  font-size: 38px;
  line-height: 48px;
  background: linear-gradient(135deg, #ffffff 30%, #a0c8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 4px;
}
.source-con ul p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.plan {
  width: var(--con-width);
  margin: 0 auto;
  margin-top: 75px;
}
.plan-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
}
.plan-list {
  height: auto;
  min-height: 680px;
  width: 580px;
  border: 1px solid #eef2f6;
  border-radius: 24px;
  padding: 48px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}
.plan-list:hover {
  transform: translateY(-8px);
  border-color: #bfdcff;
  box-shadow: 0 20px 40px rgba(3, 114, 254, 0.14);
}
.plan-list.plan-featured {
  position: relative;
  border-color: #0372fe;
  box-shadow: 0 10px 30px rgba(3, 114, 254, 0.04);
}
.plan-list.plan-featured:hover {
  border-color: #0372fe;
  box-shadow: 0 24px 48px rgba(3, 114, 254, 0.22);
}
.plan-featured .plan-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: linear-gradient(90deg, #0372fe 0%, #539fff 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 10px rgba(3, 114, 254, 0.2);
}
.plan-list h6 {
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 36px;
  color: var(--page-text);
  font-weight: 700;
  margin-bottom: 12px;
}
.plan-list h6 em {
  width: 6px;
  height: 20px;
  background: #0372fe;
  margin-right: 12px;
  border-radius: 3px;
}
.plan-list span {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: var(--page-muted);
  font-weight: 500;
  margin-bottom: 36px;
}
.plan-list a {
  display: block;
  width: 100%;
  height: 56px;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  font-weight: 600;
  color: #0372fe;
  border-radius: 10px;
  background: #f0f7ff;
  margin-bottom: 36px;
  transition: all 0.3s ease;
}
.plan-list a:hover {
  background: #e0efff;
  transform: translateY(-1px);
}
.plan-list li {
  list-style: none;
  display: flex;
  font-size: 15px;
  line-height: 24px;
  color: var(--page-text);
  font-weight: 500;
  margin-bottom: 24px;
}
.plan-list li strong {
  width: 110px;
  color: var(--page-text);
  flex-shrink: 0;
  font-weight: 600;
}
.plan-list li p {
  flex: 1;
  color: var(--page-muted);
  font-weight: 400;
}
.plan-list .plan-list-pv {
  margin-bottom: 24px;
}
.plan-list a.plan-list-buy {
  color: #fff;
  background: linear-gradient(90deg, #0372fe 0%, #539fff 100%);
  box-shadow: 0 4px 12px rgba(3, 114, 254, 0.15);
}
.plan-list a.plan-list-buy:hover {
  background: radial-gradient(100% 130% at 100% 0%, #32dfff 0%, #0372fe 100%);
  box-shadow: 0 6px 16px rgba(3, 114, 254, 0.25);
  color: #fff;
}
.business {
  width: var(--con-width);
  height: auto;
  min-height: 362px;
  margin: 64px auto 80px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(3, 114, 254, 0.75) 100%), url(../images/business.webp) no-repeat center;
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 24px;
  padding: 56px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0 20px 40px rgba(3, 114, 254, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.business h6 {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 24px;
}
.business p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  margin-bottom: 16px;
  padding-left: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2338bdf8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat left center;
  background-size: 20px 20px;
}
.business a {
  margin-top: 24px;
}
footer.site-footer {
  width: 100%;
  background: #f5f6f8;
  border-top: 1px solid #eff1f4;
}
.site-footer__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 42px 0 30px;
}
.site-footer__top {
  display: grid;
  grid-template-columns: 560px 560px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e8ec;
}
.site-footer__company-title {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0;
}
.site-footer__desc {
  margin: 0 0 14px;
  max-width: 545px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #4b5563;
  text-align: left;
}
.site-footer__links {
  display: grid;
  grid-template-columns: 180px 180px;
  column-gap: 80px;
  padding-top: 0;
}
.site-footer__col-title {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #111827;
}
.site-footer__link {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #4b5563;
  white-space: nowrap;
}
.site-footer__link:hover {
  color: #0071ff;
}
.site-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 24px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #6b7280;
}
.site-footer__bottom-left {
  display: flex;
  align-items: center;
  gap: 34px;
  justify-self: start;
}
.site-footer__bottom-right {
  justify-self: end;
}
.site-footer__bottom a {
  color: #6b7280;
}
.site-footer__bottom a:hover {
  color: #0071ff;
}
.site-footer__police {
  display: inline-flex;
  align-items: center;
}
.site-footer__police img {
  display: none;
}
.footer-con,
.footer-main,
.footer-about,
  transition: all 0.28s ease;
}
.business a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(3, 114, 254, 0.2);
}

@media (max-width: 1240px) {
  .site-footer__inner {
    width: calc(100vw - 80px);
  }
  .site-footer__top {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    column-gap: 60px;
  }
  .site-footer__links {
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
  }
}
@media (max-width: 900px) {
  .site-footer__inner {
    width: calc(100vw - 40px);
    padding: 34px 0 24px;
  }
  .site-footer__top,
  .site-footer__links,
  .site-footer__bottom {
    grid-template-columns: 1fr;
  }
  .site-footer__top {
    row-gap: 28px;
  }
  .site-footer__links {
    row-gap: 20px;
  }
  .site-footer__bottom {
    row-gap: 10px;
  }
  .site-footer__bottom-left,
  .site-footer__bottom-right {
    justify-self: start;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.cover,
.notice,
.consultation {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 24, 39, 0.48);
  z-index: 9999;
}
.contact,
.consultation-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.22);
}
.contact {
  width: 340px;
  min-height: 400px;
}
.contact-title,
.modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  color: #222;
  text-align: left;
}
.contact-title a,
.modal-close {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background: url(../images/close.png) no-repeat center;
  background-size: cover;
}
.contact-con ul {
  width: 100%;
  padding: 10px 0;
}
.contact-con li {
  display: flex;
  align-items: center;
  padding: 39px 35px 0;
}
.contact-con .contact-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 19px;
}
.contact-con .contact-left img {
  width: 30px;
  height: 30px;
}
.contact-con .contact-left strong {
  font-size: 12px;
  color: #222222;
  line-height: 18px;
  font-weight: 500;
}
.contact-con .contact-right {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.contact-con .contact-right p {
  font-size: 12px;
  color: #222222;
  line-height: 18px;
  margin-bottom: 5px;
}
.contact-con .contact-right p span {
  color: #999999;
  margin-left: 16px;
}
.contact-con .contact-order .contact-right {
  flex-direction: row;
  align-items: baseline;
}
.contact-con .contact-order .contact-right button {
  width: 80px;
  height: 25px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #0473fe;
  font-weight: 500;
  background: #fff;
  border: 1px solid #0473fe;
  outline: none;
  margin-left: 10px;
}
.notice-con {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 80px;
  width: 500px;
  background: #fff url(../images/close.png) 460px center no-repeat;
  background-size: 16px 16px;
  border-radius: 10px;
}

/* Old consultation styles removed, completely redesigned below */

/* Responsive baseline overrides: keep desktop design, prevent overflow on smaller screens. */
img {
  max-width: 100%;
}
@media (max-width: 1240px) {
  :root {
    --con-width: calc(100vw - 40px);
  }
  body > header,
  .banner-con,
  .tab-detail,
  .source,
  .plan,
  .business {
    width: var(--con-width);
  }
  body > header nav {
    max-width: calc(100vw - 210px);
    overflow-x: auto;
    scrollbar-width: none;
    gap: 22px;
  }
  body > header nav::-webkit-scrollbar {
    display: none;
  }
  body > header nav a {
    white-space: nowrap;
  }
  .source-wrap {
    gap: 32px;
  }
  .source-wrap .source-con {
    flex: 1 1 auto;
    width: auto;
  }
  .source-wrap img {
    flex: 0 1 36%;
    height: auto;
  }
  .plan-con {
    gap: 24px;
  }
  .plan-list {
    flex: 1 1 0;
    width: auto;
  }
  .plan-list a {
    width: 100%;
  }
  .plan-list li p {
    width: auto;
    flex: 1;
  }
  .site-footer__inner {
    width: var(--con-width);
  }
}
@media (max-width: 900px) {
  body > header {
    height: auto;
    padding: 14px 0;
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
  }
  body > header nav {
    width: 100%;
    max-width: 100%;
    padding-bottom: 4px;
    gap: 16px;
  }
  .banner {
    height: 430px;
  }
  .banner-con {
    margin: 64px auto 84px;
  }
  .banner-con h1 {
    font-size: 38px;
    line-height: 52px;
  }
  .banner-con p {
    font-size: 22px;
    line-height: 32px;
  }
  .banner-con span {
    font-size: 18px;
    line-height: 28px;
  }
  body:not(.page-body) h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .swiper-con {
    margin-bottom: 56px;
  }
  .tab-buttons-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .tab-buttons {
    justify-content: center;
    overflow-x: auto;
    padding-left: 0;
  }
  .tab-buttons button {
    flex: 0 0 120px;
    font-size: 24px;
  }
  .tab-list div {
    width: 50%;
    padding: 0 12px;
  }
  .source {
    margin-top: 76px;
  }
  .source-wrap,
  .plan-con {
    flex-direction: column;
    align-items: stretch;
  }
  .source-wrap .source-con {
    height: auto;
    padding: 32px;
  }
  .source-wrap img {
    width: min(420px, 100%);
    align-self: center;
  }
  .source-con ul {
    flex-wrap: wrap;
    gap: 20px 28px;
  }
  .source-con li,
  .source-con li.source-item1,
  .source-con li.source-item2 {
    width: auto;
    min-width: 150px;
    margin-top: 24px;
  }
  .plan-list {
    height: auto;
    padding: 34px;
  }
  .plan-list .plan-list-pv {
    margin-bottom: 50px;
  }
  .business {
    height: auto;
    min-height: 300px;
    padding: 36px;
  }
  .site-footer__top {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .site-footer__links {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .site-footer__bottom {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .site-footer__bottom-left,
  .site-footer__bottom-right {
    justify-self: start;
  }
  .contact {
    width: min(393px, calc(100vw - 32px));
  }
  .notice-con {
    width: calc(100vw - 32px);
    background-position: calc(100% - 22px) center;
  }
}
@media (max-width: 600px) {
  :root {
    --con-width: calc(100vw - 32px);
  }
  body > header .logo {
    width: 126px;
    height: auto;
  }
  body > header nav a {
    font-size: 14px;
  }
  .banner {
    height: 390px;
  }
  .banner-con {
    margin: 46px auto 62px;
  }
  .banner-con h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .banner-con p {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-con span {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .banner-con a,
  .business a {
    width: 132px;
    height: 44px;
    font-size: 17px;
    line-height: 44px;
  }
  body:not(.page-body) h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .swiper-con h2 {
    margin: 40px auto 48px;
  }
  .swiper-slide {
    width: 170px;
    height: 98px;
    margin: 0 12px;
  }
  .tab-list div {
    width: 100%;
  }
  .tab-list div strong {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .source-wrap .source-con,
  .plan-list,
  .business {
    padding: 24px;
  }
  .source-con ul {
    flex-direction: column;
  }
  .plan-list h6 {
    font-size: 24px;
    line-height: 34px;
  }
  .plan-list span,
  .plan-list li {
    font-size: 16px;
    line-height: 24px;
  }
  .plan-list li {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
  }
  .plan-list li strong {
    width: auto;
  }
  .plan-list a {
    height: 56px;
    font-size: 22px;
    line-height: 56px;
  }
  .business h6 {
    font-size: 24px;
    line-height: 34px;
  }
  .business p {
    font-size: 16px;
    line-height: 24px;
  }
  .site-footer__inner {
    padding: 34px 0 24px;
  }
  .site-footer__links {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
  .site-footer__bottom-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .contact {
    height: auto;
  }
  .contact-con li {
    padding: 28px 24px 0;
    align-items: flex-start;
  }
  .contact-con .contact-right p span {
    display: block;
    margin-left: 0;
  }
  .consultation-con .consultation-form {
    padding: 0 32px;
  }
}

/* Home modal overrides: keep old JS classes, but isolate the redesigned modal UI. */
.contact.contact-modal {
  width: min(460px, calc(100vw - 32px));
  min-height: 0;
  max-height: calc(100vh - 48px);
  border-radius: 16px;
  overflow: hidden;
}
.contact-modal .contact-title {
  height: 58px;
  padding: 0 24px;
  border-bottom: 1px solid #eef2f7;
  font-size: 17px;
  line-height: 58px;
  font-weight: 700;
  color: #111827;
}
.contact-modal__body {
  padding: 22px 24px 24px;
  overflow-y: auto;
}
.contact-modal__summary {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 22px;
  color: #667085;
}
.contact-con ul.contact-modal__list {
  width: 100%;
  padding: 0;
}
.contact-con li.contact-modal__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  margin: 0 0 12px;
  list-style: none;
  border: 1px solid #edf1f7;
  border-radius: 14px;
  background: #fff;
}
.contact-con li.contact-modal__item:last-child {
  margin-bottom: 0;
}
.contact-con .contact-modal__icon {
  width: 42px;
  height: 42px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f3f8ff;
}
.contact-con .contact-modal__icon img {
  width: 22px;
  height: 22px;
}
.contact-con .contact-modal__icon span {
  color: #0372fe;
  font-size: 15px;
  font-weight: 700;
}
.contact-con .contact-modal__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}
.contact-con .contact-modal__content strong {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #111827;
}
.contact-con .contact-modal__content p {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 20px;
  color: #475467;
}
.contact-con .contact-modal__content p:last-child {
  margin-bottom: 0;
}
.contact-con .contact-modal__content p span {
  display: block;
  margin: 2px 0 0;
  color: #98a2b3;
}
.contact-con .contact-modal__button {
  width: auto;
  height: 30px;
  margin: 8px 0 0;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: #0372fe;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
}
/* 立即咨询/商务咨询弹窗与子页面工单弹窗完全统一的 Premium 样式 */
.consultation {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 24, 39, 0.56);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.consultation-con.consultation-modal {
  position: relative;
  width: min(820px, 100%);
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  padding: 36px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(17, 24, 39, 0.32);
  display: flex;
  flex-direction: column;
}

.consultation-close.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(247, 250, 255, 0.96) url(../images/close.png) no-repeat center;
  background-size: 14px 14px;
  cursor: pointer;
  z-index: 10;
}

.consultation-modal .consultation-header {
  display: block;
  text-align: left;
  max-width: 680px;
  margin-bottom: 26px;
  height: auto;
  padding: 0;
  border: 0;
  line-height: normal;
}

.consultation-modal .consultation-header span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--page-primary);
  background: #eef6ff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}

.consultation-modal .consultation-header h2 {
  margin: 0 0 12px;
  text-align: left;
  color: #111827;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}

.consultation-modal .consultation-header p {
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.consultation-con.consultation-modal .consultation-form {
  display: grid;
  gap: 18px;
  padding: 0;
  overflow: visible;
  height: auto;
  max-height: none;
}

.consultation-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.consultation-form label {
  display: grid;
  gap: 8px;
  color: #344054;
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 0;
}

.consultation-form label span span {
  color: red;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid #d9e4f5;
  border-radius: 12px;
  outline: none;
  color: #111827;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.consultation-form select {
  height: 44px;
}

.consultation-form textarea {
  resize: vertical;
}

.consultation-form input:focus,
.consultation-form select:focus,
.consultation-form textarea:focus {
  border-color: var(--page-primary);
  box-shadow: 0 0 0 4px rgba(3, 114, 254, 0.1);
}

.consultation-form .consultation-field-error {
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.consultation-form input.is-error,
.consultation-form select.is-error,
.consultation-form textarea.is-error {
  border-color: #f56c6c;
}

.consultation-form input.is-error:focus,
.consultation-form select.is-error:focus,
.consultation-form textarea.is-error:focus {
  border-color: #f56c6c;
  box-shadow: 0 0 0 4px rgba(245, 108, 108, 0.1);
}

.consultation-form .industry-select-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.consultation-form .form-grid .form-wide {
  grid-column: span 2;
}

.consultation-note {
  padding: 12px 14px;
  border: 1px solid #e4efff;
  border-radius: 14px;
  color: #667085;
  background: #f7faff;
  font-size: 13px;
  line-height: 22px;
}

.consultation-con.consultation-modal .consultation-btns {
  height: auto;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 0;
  border-top: 0;
  margin-top: 8px;
}

.consultation-con.consultation-modal .consultation-btns button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 146px;
  height: 48px;
  padding: 0 24px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.consultation-con.consultation-modal .consultation-btns button.consultation-return {
  border: 1px solid #cfe2ff;
  color: var(--page-primary);
  background: #fff;
}

.consultation-con.consultation-modal .consultation-btns button.consultation-return:hover {
  background: #f4f8ff;
  border-color: var(--page-primary);
}

.consultation-con.consultation-modal .consultation-btns button.consultation-submit.on {
  background: linear-gradient(90deg, var(--page-primary) 0%, #539fff 100%);
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 14px 28px rgba(3, 114, 254, 0.18);
}

.consultation-con.consultation-modal .consultation-btns button.consultation-submit.on:hover {
  background: linear-gradient(90deg, #0266e5 0%, #3d93ff 100%);
  box-shadow: 0 6px 20px rgba(3, 114, 254, 0.25);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .consultation-form .form-grid {
    grid-template-columns: 1fr;
  }
  .consultation-form .form-grid .form-wide {
    grid-column: span 1;
  }
  .consultation-con.consultation-modal {
    padding: 24px;
    border-radius: 20px;
  }
}

@media (max-width: 600px) {
  .contact-modal__body {
    padding: 18px;
  }
  .contact-con li.contact-modal__item {
    padding: 14px;
  }
  .consultation-modal .consultation-header h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .consultation-con.consultation-modal .consultation-btns {
    flex-direction: column;
  }
  .consultation-con.consultation-modal .consultation-btns button {
    width: 100%;
  }
}
