.provider-icon-title-container[data-v-e60650e2] {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
}
.provider-icon-title-container .provider-icon-title[data-v-e60650e2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.provider-icon-title-container .provider-icon-title .provider-icon[data-v-e60650e2] {
  width: 98px;
  border-radius: 100%;
}
.provider-icon-title-container .provider-icon-title .provider-title[data-v-e60650e2] {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-top: 12px;
}
@media (max-width: 765px) {
.provider-icon-title-container[data-v-e60650e2] {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px 14px;
    /* 纵向留点空间按需调整 */
}
.provider-icon-title-container .provider-icon-title[data-v-e60650e2] {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.provider-icon-title-container .provider-icon-title .provider-title[data-v-e60650e2] {
    font-size: 10px;
    line-height: 12px;
    margin-top: 8px;
}
.provider-icon-title-container .provider-icon-title .provider-title .provider-icon[data-v-e60650e2] {
    width: 64px;
}
}

.imageOrVideo img[data-v-88d56fce] {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}
.imageOrVideo video[data-v-88d56fce] {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
iframe[data-v-88d56fce] {
    width: 100%;
    height: 100%;
}
}
@media screen and (max-width: 768px) {
iframe[data-v-88d56fce] {
    width: 100%;
    height: 100%;
}
}

.home-logo-container[data-v-f369ba9a] {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.home-logo-marquee[data-v-f369ba9a] {
  overflow: hidden;
  position: relative;
}
.home-logo[data-v-f369ba9a] {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
.home-logo-track[data-v-f369ba9a] {
  display: flex;
  width: fit-content;
}
@keyframes marquee-data-v-f369ba9a {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
/* 悬停时暂停动画 */
@media screen and (max-width: 1440px) {
.home-logo-container[data-v-f369ba9a] {
    width: 1200px;
    padding: 0 24px;
}
}
@media screen and (min-width: 1440px) {
.home-logo-container[data-v-f369ba9a] {
    width: 1440px;
    padding: 0 24px;
}
}
@media screen and (min-width: 768px) {
.home-logo-item[data-v-f369ba9a] {
    height: 78px;
    margin: 0 20px;
}
.home-logo-track-roll[data-v-f369ba9a] {
    animation: marquee-data-v-f369ba9a 50s linear infinite;
}
}
@media screen and (max-width: 768px) {
.home-logo-container[data-v-f369ba9a] {
    width: 100%;
    padding: 0 16px;
}
.home-logo-item[data-v-f369ba9a] {
    max-height: 52px;
    margin: 0 10px;
}
.home-logo-track-roll[data-v-f369ba9a] {
    animation: marquee-data-v-f369ba9a 50s linear infinite;
}
}

.seamless-container[data-v-121a357f] {
  overflow: hidden;
  margin: 160px auto 0;
  width: 1320px;
}
.seamless-container .same-less-swiper[data-v-121a357f] {
  width: 100%;
}
.seamless-container .seamless-content .seamless-content-title[data-v-121a357f] {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.seamless-container .seamless-content .seamless-content-main[data-v-121a357f] {
  margin: 40px auto 56px;
  display: flex;
}
.seamless-container .seamless-content .seamless-content-main .seamless-media[data-v-121a357f] {
  width: 920px;
  margin-right: 24px;
  height: 517px;
}
.seamless-container .seamless-content .seamless-content-main .seamless-media .seamless-media-video[data-v-121a357f] {
  height: 100%;
}
.seamless-container .seamless-content .seamless-content-main .seamless-media .seamless-media-video[data-v-121a357f] iframe {
  border-radius: 20px;
}
.seamless-container .seamless-content .seamless-content-main .seamless-features[data-v-121a357f] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 68px;
  backdrop-filter: blur(5px);
  height: 517px;
  box-shadow: 0px 6px 20px 0px #98aedd33;
  border-radius: 20px;
  padding: 40px 27px;
}
.seamless-container .seamless-content .seamless-content-main .seamless-features .seamless-feature-item[data-v-121a357f] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.seamless-container .seamless-content .seamless-content-main .seamless-features .seamless-feature-item img[data-v-121a357f] {
  width: 50px;
  height: 50px;
}
.seamless-container .seamless-content .seamless-content-main .seamless-features .seamless-feature-item .seamless-feature-item-text[data-v-121a357f] {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.seamless-container[data-v-121a357f] .home-logo-container {
  padding: 0;
}
@media (max-width: 765px) {
.seamless-container[data-v-121a357f] {
    width: auto;
    margin: 244px 16px 0;
}
.seamless-container .seamless-content .seamless-content-title[data-v-121a357f] {
    font-size: 32px;
    line-height: 48px;
}
.seamless-container .seamless-content .seamless-content-main[data-v-121a357f] {
    flex-direction: column;
    margin: 14px auto  0;
}
.seamless-container .seamless-content .seamless-content-main .seamless-media[data-v-121a357f] {
    width: auto;
    height: 200px;
    margin-right: 0;
    margin-bottom: 18px;
}
.seamless-container .seamless-content .seamless-content-main .seamless-features[data-v-121a357f] {
    width: auto;
    padding: 48px 28px;
    margin-bottom: 14px;
}
}

.products-integrations-container[data-v-0bc1537c] {
  background: linear-gradient(180deg, #1244f0 0%, #000e62 100%);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 6px 20px 0px #08306b1a;
  min-height: 437px;
  margin: 53px auto 80px;
  width: 1320px;
}
.products-integrations-title[data-v-0bc1537c] {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 46px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 40px;
}
.products-integrations-icons img[data-v-0bc1537c] {
  width: 100%;
}
.products-integrations-footer[data-v-0bc1537c] {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.integrations-viewall-btn[data-v-0bc1537c] {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding: 13px 24px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #ffffff;
}
@media (max-width: 765px) {
.products-integrations-container[data-v-0bc1537c] {
    margin: 0;
    background: linear-gradient(180deg, #1244f0 18.27%, #0117a0 100%);
    border-radius: 0;
    padding: 48px 16px 54px;
    min-height: auto;
    width: auto;
}
.products-integrations-container .products-integrations-title[data-v-0bc1537c] {
    text-align: left;
    font-size: 32px;
    margin-bottom: 20px;
}
.products-integrations-container .products-integrations-footer[data-v-0bc1537c] {
    margin-top: 20px;
}
}

.client-say-section[data-v-0638b640] {
  padding: 0px 0 59px;
  width: 1320px;
  margin: 0 auto;
}
.client-say-title[data-v-0638b640] {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 59px;
}
.client-say-content[data-v-0638b640] {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}
.client-say-main-video[data-v-0638b640] {
  flex: 2;
}
.client-say-main-video .video-frame[data-v-0638b640] {
  border-radius: 16px;
  overflow: hidden;
  height: 465px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #1244f0 0%, #000e62 100%);
  padding: 11px 14px 8px 11px;
  border-radius: 20px;
}
.client-say-main-video .video-frame video[data-v-0638b640] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
.client-say-main-video .side-video-caption[data-v-0638b640] {
  margin-top: 18px;
}
.client-say-side-videos[data-v-0638b640] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.side-video-card[data-v-0638b640] {
  background: #fff;
  border-radius: 12px;
  padding: 0 0 8px 0;
}
.video-frame[data-v-0638b640] {
  width: 100%;
  height: 209px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 9px 10px;
  background: linear-gradient(180deg, #FCFCFC -14.96%, #E3F0FF 29.12%, #C2D1FF 123.95%);
}
.video-frame video[data-v-0638b640] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.side-video-caption[data-v-0638b640] {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 12px;
}
@media (max-width: 765px) {
.client-say-section[data-v-0638b640] {
    padding: 37px 16px 48px;
    width: auto;
}
.client-say-section .client-say-title[data-v-0638b640] {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 24px;
}
.client-say-section .client-say-content[data-v-0638b640] {
    flex-direction: column;
    gap: 24px;
}
.client-say-section .client-say-content .client-say-main-video[data-v-0638b640] {
    width: 100%;
}
.client-say-section .client-say-content .client-say-main-video .video-frame[data-v-0638b640] {
    height: auto;
    width: 100%;
    background: linear-gradient(180deg, #fcfcfc -14.96%, #e3f0ff 29.12%, #c2d1ff 123.95%);
    padding: 9px 7px;
    border-radius: 20px;
}
.client-say-section .client-say-content .client-say-main-video .video-frame video[data-v-0638b640] {
    border-radius: 20px;
    height: 191px;
    background: none;
}
.client-say-section .client-say-content .client-say-side-videos[data-v-0638b640] {
    width: 100%;
}
.client-say-section .client-say-content .client-say-side-videos .video-frame[data-v-0638b640] {
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, #fcfcfc -14.96%, #e3f0ff 29.12%, #c2d1ff 123.95%);
    padding: 9px 7px;
}
.client-say-section .client-say-content .client-say-side-videos .video-frame video[data-v-0638b640] {
    border-radius: 20px;
    height: 191px;
    background: none;
}
}

.faq-section[data-v-21072d5d] {
  margin: 0px auto 24px;
  width: 1320px;
}
.faq-section .faq-section__content[data-v-21072d5d] {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  display: flex;
  flex-direction: row;
  column-gap: 80px;
}
.faq-section .faq-section__content .overflow-ellipsis-2[data-v-21072d5d] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq-section .faq-section__content-column[data-v-21072d5d] {
  width: calc(50% - 40px);
}
.faq-section .faq-section__content-item[data-v-21072d5d] {
  display: block;
  padding: 16px 8px 16px 0;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
}
.faq-section .faq-section__content-item[data-v-21072d5d]:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.faq-section .faq-section__content[data-v-21072d5d]  .el-collapse-item__header,
.faq-section .faq-section__content[data-v-21072d5d]  .el-collapse-item__wrap,
.faq-section .faq-section__content[data-v-21072d5d]  .el-collapse-item__content {
  border-bottom: 0;
}
.faq-section .faq-section__content[data-v-21072d5d]  .el-collapse-item__header {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  height: 64px;
}
.faq-section .faq-section__content[data-v-21072d5d]  .el-collapse-item__content {
  color: #303133;
  padding: 16px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.faq-title[data-v-21072d5d] {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.faq-subtitle[data-v-21072d5d] {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 28px auto 60px;
}
@media (max-width: 765px) {
.faq-section[data-v-21072d5d] {
    margin: 0 16px 14px;
    width: auto;
}
.faq-section .faq-title[data-v-21072d5d] {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
}
.faq-section .faq-subtitle[data-v-21072d5d] {
    font-size: 16px;
    line-height: 30px;
    margin: 12px auto 0;
}
.faq-section .faq-section__content[data-v-21072d5d] {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    padding: 20px 0;
}
.faq-section .faq-section__content-column[data-v-21072d5d] {
    width: 100%;
}
.faq-section .faq-section__content-item[data-v-21072d5d] {
    display: block;
    padding: 16px 8px 16px 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #f0f0f0;
}
.faq-section .faq-section__content-item[data-v-21072d5d]:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.faq-section .faq-section__content[data-v-21072d5d]  .el-collapse-item__header,
  .faq-section .faq-section__content[data-v-21072d5d]  .el-collapse-item__wrap,
  .faq-section .faq-section__content[data-v-21072d5d]  .el-collapse-item__content {
    border-bottom: 0;
}
.faq-section .faq-section__content[data-v-21072d5d]  .el-collapse-item__header {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    height: fit-content;
}
.faq-section .faq-section__content[data-v-21072d5d]  .el-collapse-item__content {
    padding: 16px 0 8px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
}

.compare-page[data-v-238b3118] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #111827;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav[data-v-238b3118] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.nav-logo[data-v-238b3118] {
  display: flex;
  align-items: center;
}
.nav-logo img[data-v-238b3118] {
  height: 40px;
  width: auto;
}
.main-content[data-v-238b3118] {
  flex: 1;
}
.provider-content-bottom[data-v-238b3118] {
  padding: 20px 55px;
  background: #ffffff80;
  backdrop-filter: blur(20px);
  box-shadow: 0px 4px 20px 0px #98aedd33;
  margin-top: 57px;
  border-radius: 20px;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: -60px;
}
.seamless-container[data-v-238b3118] {
  margin-top: 60px !important;
}
@media screen and (max-width: 765px) {
.provider-content-bottom[data-v-238b3118] {
    padding: 20px;
    max-width: calc(100% - 40px);
}
.seamless-container[data-v-238b3118] {
    margin-top: 20px !important;
}
}
.hero-section[data-v-238b3118] {
  position: relative;
  padding: 40px 24px 100px;
  background: linear-gradient(180deg, #1244f0 0%, #000e62 100%);
}
@media (min-width: 1024px) {
.hero-section[data-v-238b3118] {
    padding: 64px 24px 140px;
}
}
.hero-container[data-v-238b3118] {
  max-width: 1152px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
.hero-container[data-v-238b3118] {
    grid-template-columns: 1fr 1fr;
}
}
.hero-left .hero-title[data-v-238b3118] {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 1024px) {
.hero-left .hero-title[data-v-238b3118] {
    font-size: 48px;
}
}
.hero-left .hero-title .strikethrough[data-v-238b3118] {
  color: #dc2626;
  text-decoration: line-through;
  opacity: 0.7;
}
.hero-left .hero-description[data-v-238b3118] {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
  color: #cccccc;
}
.hero-left .hero-description strong[data-v-238b3118] {
  font-weight: 600;
}
.hero-left .hero-badges[data-v-238b3118] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #cccccc;
  flex-wrap: wrap;
}
.hero-left .badge[data-v-238b3118] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hero-left .check-icon[data-v-238b3118] {
  width: 20px;
  height: 20px;
  color: #10b981;
}
.hero-right .form-card[data-v-238b3118] {
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
@media (min-width: 1024px) {
.hero-right .form-card[data-v-238b3118] {
    padding: 32px;
}
}
.hero-right .form-header[data-v-238b3118] {
  margin-bottom: 16px;
  text-align: center;
}
.hero-right .form-title[data-v-238b3118] {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
}
.hero-right .form-subtitle[data-v-238b3118] {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
.hero-right .form[data-v-238b3118] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-right .form-group[data-v-238b3118] {
  display: flex;
  flex-direction: column;
}
.hero-right .form-label[data-v-238b3118] {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.hero-right .form-label .label-hint[data-v-238b3118] {
  color: #6b7280;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
}
.hero-right .form-input[data-v-238b3118],
.hero-right .form-select[data-v-238b3118] {
  width: 100%;
  padding: 8px 16px;
  margin-top: 4px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  color: #111827;
  background-color: #ffffff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.hero-right .form-input[data-v-238b3118]:focus,
.hero-right .form-select[data-v-238b3118]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}
.hero-right .form-input[data-v-238b3118]::placeholder,
.hero-right .form-select[data-v-238b3118]::placeholder {
  color: #9ca3af;
}
.hero-right .select-wrapper[data-v-238b3118] {
  position: relative;
}
.hero-right .select-wrapper .form-select[data-v-238b3118] {
  appearance: none;
  padding-right: 40px;
}
.hero-right .select-wrapper .select-arrow[data-v-238b3118] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #6b7280;
  pointer-events: none;
  margin-top: 4px;
}
.hero-right .submit-btn[data-v-238b3118] {
  width: 100%;
  padding: 12px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #2563eb;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.hero-right .submit-btn[data-v-238b3118]:hover:not(:disabled) {
  background-color: #1d4ed8;
}
.hero-right .submit-btn[data-v-238b3118]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.hero-right .success-message[data-v-238b3118] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.hero-right .success-icon[data-v-238b3118] {
  width: 64px;
  height: 64px;
  color: #10b981;
  margin-bottom: 16px;
}
.hero-right .success-title[data-v-238b3118] {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}
.hero-right .success-text[data-v-238b3118] {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}
.hero-right .form-note[data-v-238b3118] {
  font-size: 12px;
  text-align: center;
  color: #9ca3af;
  margin-top: 8px;
}
.hero-right .checkbox-group[data-v-238b3118] {
  margin-top: 8px;
}
.hero-right .checkbox-label[data-v-238b3118] {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
  color: #374151;
}
.hero-right .checkbox-input[data-v-238b3118] {
  margin-right: 8px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0;
  accent-color: #2563eb;
}
.hero-right .checkbox-text[data-v-238b3118] {
  flex: 1;
  line-height: 1.5;
}
.hero-right .checkbox-link[data-v-238b3118] {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s;
}
.hero-right .checkbox-link[data-v-238b3118]:hover {
  color: #1d4ed8;
  text-decoration: underline;
}
.comparison-section[data-v-238b3118] {
  padding: 24px 16px 64px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
.comparison-section[data-v-238b3118] {
    padding: 24px 24px 64px;
}
}
.comparison-container[data-v-238b3118] {
  max-width: 1152px;
  margin: 0 auto;
}
.comparison-title[data-v-238b3118] {
  font-family: Montserrat;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #111827;
}
@media (min-width: 768px) {
.comparison-title[data-v-238b3118] {
    margin-bottom: 16px;
    font-size: 36px;
}
}
.comparison-subtitle[data-v-238b3118] {
  margin-bottom: 32px;
  font-size: 14px;
  text-align: center;
  color: #6b7280;
}
@media (min-width: 768px) {
.comparison-subtitle[data-v-238b3118] {
    font-size: 16px;
}
}
.comparison-table-wrapper[data-v-238b3118] {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 767px) {
.comparison-table-wrapper[data-v-238b3118] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
}
.comparison-table[data-v-238b3118] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: 0;
}
@media (min-width: 768px) {
.comparison-table[data-v-238b3118] {
    grid-template-columns: repeat(3, 1fr);
    min-width: 700px;
}
}
.comparison-table .table-header[data-v-238b3118] {
  display: contents;
}
.comparison-table .table-header-cell[data-v-238b3118] {
  padding: 16px;
  text-align: center;
  background-color: #f9fafb;
  font-size: 16px;
  font-weight: 700;
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 768px) {
.comparison-table .table-header-cell[data-v-238b3118] {
    padding: 24px;
    font-size: 18px;
}
}
.comparison-table .table-header-cell[data-v-238b3118]:not(:last-child) {
  border-right: 1px solid #e5e7eb;
}
.comparison-table .table-header-cell.highlight[data-v-238b3118] {
  position: relative;
  background-color: #eff6ff;
  color: #1e40af;
}
.comparison-table .table-header-cell.highlight[data-v-238b3118]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #3b82f6;
}
@media (min-width: 768px) {
.comparison-table .table-header-cell.highlight[data-v-238b3118] {
    font-size: 20px;
}
}
.comparison-table .table-row[data-v-238b3118] {
  display: contents;
}
.comparison-table .table-row.highlight-row .table-cell[data-v-238b3118] {
  background-color: rgba(239, 246, 255, 0.3);
}
.comparison-table .table-row.highlight-row .highlight-cell[data-v-238b3118] {
  background-color: rgba(239, 246, 255, 0.3);
  border-left: 1px solid #bfdbfe;
}
.comparison-table .table-cell[data-v-238b3118] {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 768px) {
.comparison-table .table-cell[data-v-238b3118] {
    padding: 24px;
}
}
.comparison-table .table-cell[data-v-238b3118]:not(:last-child) {
  border-right: 1px solid #e5e7eb;
}
.comparison-table .table-cell.highlight-cell[data-v-238b3118] {
  background-color: rgba(239, 246, 255, 0.3);
  border-left: 1px solid #bfdbfe;
}
.comparison-table .cell-content[data-v-238b3118] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.comparison-table .cell-icon[data-v-238b3118] {
  font-size: 20px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
.comparison-table .cell-icon[data-v-238b3118] {
    font-size: 24px;
}
}
.comparison-table .cell-title[data-v-238b3118] {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
@media (min-width: 768px) {
.comparison-table .cell-title[data-v-238b3118] {
    font-size: 14px;
}
}
.comparison-table .cell-title.highlight-text[data-v-238b3118] {
  color: #1e3a8a;
}
.comparison-table .cell-subtitle[data-v-238b3118] {
  font-size: 10px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
  margin-bottom: 0;
}
.comparison-table .cell-subtitle.highlight-subtitle[data-v-238b3118] {
  color: #1e40af;
}
.scroll-hint[data-v-238b3118] {
  margin-top: 16px;
  font-size: 12px;
  text-align: center;
  color: #9ca3af;
}
@media (min-width: 768px) {
.scroll-hint[data-v-238b3118] {
    display: none;
}
}
.footer[data-v-238b3118] {
  padding: 24px;
  background-color: #f9fafb;
  border-top: 1px solid #e5e7eb;
}
.footer-container[data-v-238b3118] {
  max-width: 1152px;
  margin: 0 auto;
  text-align: center;
}
.footer-text[data-v-238b3118] {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}
.footer-separator[data-v-238b3118] {
  margin: 0 8px;
}
.footer-link[data-v-238b3118] {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link[data-v-238b3118]:hover {
  color: #4b5563;
  text-decoration: underline;
}
.section[data-v-238b3118] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}
.section h3[data-v-238b3118] {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section_4[data-v-238b3118] {
  padding-bottom: 30px;
}
.section_4 h3[data-v-238b3118] {
  margin-bottom: 73px;
}
.section_4 .main[data-v-238b3118] {
  width: 100%;
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 406px;
  gap: 24px;
  margin: 0 auto;
}
.section_4 .main .card-item[data-v-238b3118] {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(152, 174, 221, 0.2);
  backdrop-filter: blur(2.5px);
  box-sizing: border-box;
  padding: 38px 20px;
}
.section_4 .main .card-item .title[data-v-238b3118] {
  color: #000;
  font-family: 'PingFang SC';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section_4 .main .card-item .desc[data-v-238b3118] {
  height: 107px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}
.section_4 .main .card-item .img-box[data-v-238b3118] {
  margin-top: 20px;
  width: 100%;
  height: 153px;
  background: url('https://static.esignglobal.com/Mesh_Holographic_Gradients_Light_Gradient_08_1_f466090d5a.png') no-repeat center center;
  background-size: cover;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_4 .main .card-item .img-box img[data-v-238b3118] {
  width: 144px;
  height: 144px;
}
@media screen and (max-width: 765px) {
.section_4[data-v-238b3118] {
    padding: 40px 20px;
}
.section_4 h3[data-v-238b3118] {
    font-size: 24px;
    margin-bottom: 32px;
}
.section_4 .main[data-v-238b3118] {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
}
.section_4 .main .card-item[data-v-238b3118] {
    padding: 24px 16px;
}
.section_4 .main .card-item .title[data-v-238b3118] {
    font-size: 20px;
    margin-bottom: 12px;
}
.section_4 .main .card-item .desc[data-v-238b3118] {
    height: auto;
    min-height: 80px;
    font-size: 14px;
    line-height: 20px;
}
.section_4 .main .card-item .img-box[data-v-238b3118] {
    margin-top: 16px;
    height: 140px;
}
.section_4 .main .card-item .img-box img[data-v-238b3118] {
    width: 120px;
    height: 120px;
}
}
.contract[data-v-238b3118] {
  display: flex;
  max-width: 300px;
  width: fit-content;
  padding: 13px 40px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: linear-gradient(270deg, #3cbeff 0%, #126aff 95.38%);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.contract[data-v-238b3118]:hover {
  box-shadow: 0 4px 12px rgba(18, 106, 255, 0.4);
}

