.elementor-1076 .elementor-element.elementor-element-7e750f9{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1076 .elementor-element.elementor-element-7e750f9:not(.elementor-motion-effects-element-type-background), .elementor-1076 .elementor-element.elementor-element-7e750f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor6 );}.elementor-1076 .elementor-element.elementor-element-ca4e13a > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-1076 .elementor-element.elementor-element-ca4e13a{text-align:center;}.elementor-1076 .elementor-element.elementor-element-ca4e13a .elementor-heading-title{color:var( --e-global-color-astglobalcolor4 );}.elementor-1076 .elementor-element.elementor-element-535ea2c > .elementor-widget-container{margin:0px 0px 50px 0px;padding:0px 0px 0px 0px;}.elementor-1076 .elementor-element.elementor-element-535ea2c{text-align:center;color:var( --e-global-color-astglobalcolor4 );}.elementor-1076 .elementor-element.elementor-element-4b42681{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1076 .elementor-element.elementor-element-cc6efae{text-align:center;}.elementor-1076 .elementor-element.elementor-element-6c3017b{text-align:center;}.elementor-1076 .elementor-element.elementor-element-b661b9c{--display:flex;}.elementor-1076 .elementor-element.elementor-element-46b90cc{--display:flex;--overlay-opacity:0.5;}.elementor-1076 .elementor-element.elementor-element-46b90cc::before, .elementor-1076 .elementor-element.elementor-element-46b90cc > .elementor-background-video-container::before, .elementor-1076 .elementor-element.elementor-element-46b90cc > .e-con-inner > .elementor-background-video-container::before, .elementor-1076 .elementor-element.elementor-element-46b90cc > .elementor-background-slideshow::before, .elementor-1076 .elementor-element.elementor-element-46b90cc > .e-con-inner > .elementor-background-slideshow::before, .elementor-1076 .elementor-element.elementor-element-46b90cc > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#F9FAFB;--background-overlay:'';}.elementor-1076 .elementor-element.elementor-element-205a2ed{--display:flex;}.elementor-1076 .elementor-element.elementor-element-864ef10{--display:flex;}.elementor-1076 .elementor-element.elementor-element-864ef10:not(.elementor-motion-effects-element-type-background), .elementor-1076 .elementor-element.elementor-element-864ef10 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor6 );}@media(max-width:767px){.elementor-1076 .elementor-element.elementor-element-7e750f9{--gap:10px 0px;--row-gap:10px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:24px;--padding-right:24px;}.elementor-1076 .elementor-element.elementor-element-ca4e13a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-1076 .elementor-element.elementor-element-7e750f9{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-0195f7b */.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 固定两列 */
  gap: 24px;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr; /* 手机端一列 */
  }
}

.feature-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.feature-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.feature-card .icon {
  font-size: 36px;
  color: #00AEEF;
  margin-bottom: 16px;
}

.feature-card h3 {
  font-size: 20px;
  margin: 0 0 12px;
  color: #222;
}

.feature-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.feature-card ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.feature-card ul li {
  margin: 6px 0;
  font-size: 14px;
  color: #0077cc;
  position: relative;
  padding-left: 20px;
}

.feature-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00AEEF;
  font-weight: bold;
}

.feature-card a {
  color: #00AEEF;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.feature-card a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f55f3b2 */.service-section {
  background-color: #f9fafb;
  padding: 60px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.service-section h2 {
  font-size: 28px;
  color: #1e2a3b;
  margin-bottom: 10px;
}

.service-section .subheading {
  color: #4a5568;
  font-size: 16px;
  margin-bottom: 40px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.service-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.service-card h3 {
  font-size: 18px;
  color: #1e2a3b;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
}

/* 响应式：移动端显示为一列 */
@media (max-width: 992px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a254ae */.process-section {
  padding: 60px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.process-section h2 {
  font-size: 28px;
  color: #1e2a3b;
  margin-bottom: 10px;
}

.process-section .subheading {
  color: #4a5568;
  font-size: 16px;
  margin-bottom: 40px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.process-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.process-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.step-number {
  background-color: #00AEEF;
  color: white;
  font-weight: bold;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  margin: 0 auto 12px;
}

.icon {
  font-size: 30px;
  color: #00AEEF;
  margin-bottom: 12px;
}

.process-card h3 {
  font-size: 18px;
  color: #1e2a3b;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
}

/* 响应式：平板2列，手机1列 */
@media (max-width: 992px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0b4dd5 */.cta-section {
  background-color: #000; /* 亮蓝色背景 */
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.cta-section h2 {
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: bold;
}

.cta-section p {
  font-size: 16px;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  background-color: #fff;
  color: #000000;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #e6f6fc;
}
.cta-section h2 {
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #ffffff !important; /* 强制白色标题 */
}/* End custom CSS */