.elementor-31316 .elementor-element.elementor-element-9fa234c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31316 .elementor-element.elementor-element-9c495d9{width:var( --container-widget-width, 99.664% );max-width:99.664%;--container-widget-width:99.664%;--container-widget-flex-grow:0;}.elementor-31316 .elementor-element.elementor-element-9c495d9.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-31316 .elementor-element.elementor-element-eeb23f4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31316 .elementor-element.elementor-element-1cb50de{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31316 .elementor-element.elementor-element-ef97966{width:var( --container-widget-width, 99.916% );max-width:99.916%;--container-widget-width:99.916%;--container-widget-flex-grow:0;}.elementor-31316 .elementor-element.elementor-element-ef97966.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-31316 .elementor-element.elementor-element-ae3440e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31316 .elementor-element.elementor-element-8db400f{width:var( --container-widget-width, 100.336% );max-width:100.336%;--container-widget-width:100.336%;--container-widget-flex-grow:0;}.elementor-31316 .elementor-element.elementor-element-8db400f.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-31316 .elementor-element.elementor-element-90dbcb1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31316 .elementor-element.elementor-element-9300c26{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31316 .elementor-element.elementor-element-6f72380{width:var( --container-widget-width, 104.53% );max-width:104.53%;--container-widget-width:104.53%;--container-widget-flex-grow:0;}.elementor-31316 .elementor-element.elementor-element-6f72380.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-31316 .elementor-element.elementor-element-59dae73{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31316 .elementor-element.elementor-element-ca05476{width:var( --container-widget-width, 102.032% );max-width:102.032%;--container-widget-width:102.032%;--container-widget-flex-grow:0;}.elementor-31316 .elementor-element.elementor-element-ca05476.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-31316 .elementor-element.elementor-element-73819ac{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-9c495d9 *//* =========================================
   Performance Parameters Table Module
   ========================================= */
.performance-specs-module {
  max-width: 1000px;
  margin: 3rem auto;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  color: #334155;
}

.specs-header {
  background-color: #0f172a;
  color: #ffffff;
  padding: 2rem 2.5rem;
}

.specs-header h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.specs-header p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.5;
}

.specs-table-container {
  width: 100%;
  overflow-x: auto;
  padding: 1.5rem 2.5rem 2.5rem 2.5rem;
  background-color: #f8fafc;
  box-sizing: border-box;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  font-size: 0.95rem;
}

.specs-table th,
.specs-table td {
  padding: 0.85rem 1.25rem;
  text-align: left;
}

.specs-table th {
  background-color: #f1f5f9;
  color: #0f172a;
  font-weight: 600;
  border-bottom: 2px solid #cbd5e1;
}

.specs-table td {
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}

.specs-table tr:last-child td {
  border-bottom: none;
}

.specs-table tr:hover td {
  background-color: #f8fafc;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .specs-header {
    padding: 1.5rem;
  }
  
  .specs-header h2 {
    font-size: 1.35rem;
  }
  
  .specs-table-container {
    padding: 1rem;
  }
  
  .specs-table th,
  .specs-table td {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7d6ecb0 *//* =========================================
   Application Fields Module Styles
   ========================================= */
.app-fields-module {
  max-width: 1100px;
  margin: 3rem auto;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  color: #334155;
}

.app-header {
  background-color: #0f172a;
  color: #ffffff;
  padding: 2rem 2.5rem;
}

.app-header h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.app-header p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.5;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 2.5rem;
  background-color: #f8fafc;
  box-sizing: border-box;
}

.app-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.app-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
}

.app-card h3 {
  margin: 0 0 0.75rem 0;
  font-size: 1.15rem;
  color: #0f172a;
  font-weight: 600;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 0.5rem;
}

.app-card > p {
  margin: 0 0 1rem 0;
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.5;
}

.app-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.88rem;
  background-color: #f8fafc;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border: 1px solid #f1f5f9;
}

.app-specs li {
  margin-bottom: 0.4rem;
  color: #334155;
  line-height: 1.4;
}

.app-specs li:last-child {
  margin-bottom: 0;
}

.app-specs strong {
  color: #1e293b;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .app-grid {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  
  .app-header {
    padding: 1.5rem;
  }
  
  .app-header h2 {
    font-size: 1.35rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ef97966 *//* =========================================
   Compact Failure Analysis Module
   ========================================= */
.failure-analysis-module {
  max-width: 1000px;
  margin: 3rem auto;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #334155;
  background-color: #ffffff;
}

.failure-analysis-module h2 {
  font-size: 1.75rem;
  color: #0f172a;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

.failure-analysis-module h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #3b82f6;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Compact Item Container */
.failure-item {
  margin-bottom: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

/* Header */
.item-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #1e293b;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.item-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #0f172a;
  font-weight: 600;
}

/* Side-by-Side Layout for Desktop */
.item-content {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
}

/* Image restricted to 280px wide */
.image-column {
  width: 280px;
  flex-shrink: 0;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 180px;
  background-color: #f1f5f9;
  border: 1px dashed #cbd5e1;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}

.image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* Text Container */
.text-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}

/* Text Blocks */
.text-block {
  padding: 1rem 1.25rem;
  border-radius: 6px;
}

.text-block h4 {
  margin: 0 0 0.5rem 0;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.text-block ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #475569;
  font-size: 0.95rem;
}

.text-block li {
  margin-bottom: 0.35rem;
  line-height: 1.5;
}

.text-block li:last-child {
  margin-bottom: 0;
}

/* Compact Colors */
.causes {
  background-color: #fef2f2;
  border-left: 3px solid #ef4444;
}

.causes h4 {
  color: #b91c1c;
}

.remedies {
  background-color: #f0fdf4;
  border-left: 3px solid #22c55e;
}

.remedies h4 {
  color: #15803d;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .item-content {
    flex-direction: column;
  }
  
  .image-column {
    width: 100%;
    height: 200px; /* Fixed height for mobile to keep it compact */
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8db400f *//* =========================================
   CSS Code
   ========================================= */
.engineering-cta-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 4rem 2rem;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: 3rem;
  border-radius: 8px;
  border-top: 4px solid #3b82f6;
}

.cta-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  text-align: left;
}

.cta-content {
  flex: 1;
  min-width: 280px;
}

.cta-content h2 {
  font-size: 1.85rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #ffffff;
}

.cta-content p {
  font-size: 1.05rem;
  color: #cbd5e1;
  margin: 0;
  line-height: 1.5;
}

.cta-action {
  flex-shrink: 0;
}

.btn-contact-engineer {
  background-color: #3b82f6;
  background-image: linear-gradient(to right, #3b82f6, #2563eb);
  color: #ffffff;
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
  transition: all 0.2s ease;
}

.btn-contact-engineer:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px -2px rgba(59, 130, 246, 0.4);
}

/* Modal Overlay & Container */
.cf7-modal-overlay {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cf7-modal-overlay.show-modal {
  visibility: visible;
  opacity: 1;
}

.cf7-modal-content {
  background-color: #ffffff;
  border-radius: 10px;
  width: 90%;
  max-width: 550px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: translateY(20px) scale(0.98);
  transition: transform 0.3s ease;
  color: #334155;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.cf7-modal-overlay.show-modal .cf7-modal-content {
  transform: translateY(0) scale(1);
}

.cf7-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  color: #94a3b8;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.cf7-modal-close:hover {
  color: #ef4444;
}

.cf7-modal-header {
  margin-bottom: 1.5rem;
}

.cf7-modal-header h3 {
  margin: 0 0 0.3rem 0;
  font-size: 1.5rem;
  color: #0f172a;
}

.cf7-modal-header p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
}

/* CF7 Form Elements & Grid Boxes */
.cf7-modal-content .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1rem;
}

.cf7-modal-content label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #1e293b;
  display: block;
  margin-bottom: 0.4rem;
}

.cf7-modal-content .wpcf7 input[type="text"],
.cf7-modal-content .wpcf7 input[type="email"],
.cf7-modal-content .wpcf7 textarea,
.cf7-modal-content .wpcf7 select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background-color: #f8fafc;
  color: #0f172a;
  font-size: 0.95rem;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s, background-color 0.2s;
}

.cf7-modal-content .wpcf7 textarea {
  min-height: 100px;
}

.cf7-modal-content .wpcf7 input:focus,
.cf7-modal-content .wpcf7 textarea:focus,
.cf7-modal-content .wpcf7 select:focus {
  outline: none;
  border-color: #3b82f6;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.cf7-modal-content .wpcf7 input[type="submit"] {
  width: 100%;
  background-color: #3b82f6;
  color: #ffffff;
  border: none;
  padding: 0.85rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background-color 0.2s;
}

.cf7-modal-content .wpcf7 input[type="submit"]:hover {
  background-color: #2563eb;
}

@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }
  .cta-action {
    width: 100%;
  }
  .btn-contact-engineer {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4223d8f *//* =========================================
   Procurement & Selection Module
   ========================================= */
.procurement-selection-module {
  max-width: 1200px;
  margin: 4rem auto;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

/* 顶部标题栏 */
.ps-header {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  padding: 3rem 2.5rem;
  text-align: center;
}

.ps-header h2 {
  margin: 0 0 1rem 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ps-header p {
  margin: 0 auto;
  max-width: 800px;
  color: #cbd5e1;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* 左右双列网格 */
.ps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px; /* 利用间隙和背景色实现中间分割线 */
  background-color: #e2e8f0; 
}

/* 单个卡片区 */
.ps-card {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
}

.ps-card-title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f1f5f9;
}

.title-icon {
  font-size: 1.75rem;
  margin-right: 0.75rem;
}

.ps-card-title h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #0f172a;
  font-weight: 600;
}

/* =========================================
   左侧：数字序号列表 (Procurement Parameters)
   ========================================= */
.numbered-params-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.numbered-params-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.numbered-params-list li:last-child {
  margin-bottom: 0;
}

.num-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-color: #eff6ff;
  color: #3b82f6;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 50%;
  border: 1px solid #bfdbfe;
  margin-right: 1rem;
  margin-top: 2px;
}

.param-text {
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
}

.param-text strong {
  color: #1e293b;
}

/* =========================================
   右侧：工况要求与工程服务
   ========================================= */
.check-params-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.check-params-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.25rem;
  color: #475569;
  line-height: 1.6;
}

/* 纯CSS绘制对勾 */
.check-params-list li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 6px;
  width: 6px;
  height: 11px;
  border: solid #10b981; /* 绿色对勾 */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check-params-list li strong {
  color: #1e293b;
}

/* 高亮的服务承诺卡片 */
.engineering-support-box {
  background: linear-gradient(to bottom right, #f8fafc, #eff6ff);
  border: 1px solid #bfdbfe;
  border-left: 4px solid #3b82f6;
  padding: 1.5rem 1.75rem;
  border-radius: 8px;
  margin-top: auto; /* 将盒子推到右列最底部 */
}

.engineering-support-box h4 {
  margin: 0 0 0.75rem 0;
  color: #1d4ed8;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
}

.support-icon {
  margin-right: 0.5rem;
}

.engineering-support-box p {
  margin: 0 0 0.75rem 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.6;
}

.engineering-support-box p.commitment {
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 6px;
  border: 1px dashed #93c5fd;
  color: #0f172a;
}

.engineering-support-box p.commitment strong {
  color: #2563eb;
}

/* 响应式设计：在平板和手机端改为单列显示 */
@media (max-width: 992px) {
  .ps-grid {
    grid-template-columns: 1fr;
    gap: 1px; /* 移动端横向分割线 */
  }
  
  .ps-header {
    padding: 2.5rem 1.5rem;
  }

  .ps-header h2 {
    font-size: 1.6rem;
  }
  
  .ps-card {
    padding: 2rem 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6f72380 *//* =========================================
   CTA Banner Styles
   ========================================= */
.prep-data-cta {
  max-width: 1200px;
  margin: 3rem auto;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.prep-data-content h3 {
  margin: 0 0 1rem 0;
  color: #0f172a;
  font-size: 1.75rem;
  font-weight: 700;
}

.prep-data-content p {
  margin: 0 auto 2rem auto;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 700px;
}

.btn-prep-action {
  background-color: #3b82f6;
  color: #ffffff;
  border: none;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
  transition: all 0.2s ease;
}

.btn-prep-action:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(59, 130, 246, 0.4);
}

/* =========================================
   Modal Overlay & Container
   ========================================= */
.cf7-modal-overlay {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cf7-modal-overlay.show-modal {
  visibility: visible;
  opacity: 1;
}

.cf7-modal-content {
  background-color: #ffffff;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s ease;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #334155;
  max-height: 90vh;
  overflow-y: auto; /* 内容过多时允许滚动 */
}

.cf7-modal-overlay.show-modal .cf7-modal-content {
  transform: translateY(0) scale(1);
}

.cf7-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  font-size: 2.25rem;
  color: #94a3b8;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.cf7-modal-close:hover {
  color: #ef4444;
}

.cf7-modal-header {
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 1.5rem;
}

.cf7-modal-header h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.5rem;
  color: #0f172a;
  font-weight: 700;
}

.cf7-modal-header p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
}

/* =========================================
   CF7 表单强制“格子”样式
   ========================================= */
.cf7-modal-content .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1rem;
}

.cf7-modal-content label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #1e293b;
  display: block;
  margin-bottom: 0.5rem;
}

/* 输入框实线边框 */
.cf7-modal-content .wpcf7 input[type="text"],
.cf7-modal-content .wpcf7 input[type="email"],
.cf7-modal-content .wpcf7 textarea,
.cf7-modal-content .wpcf7 select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #cbd5e1; /* 清晰的边框 */
  border-radius: 6px;
  background-color: #f8fafc;
  color: #0f172a;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.cf7-modal-content .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

/* 聚焦时边框高亮 */
.cf7-modal-content .wpcf7 input:focus,
.cf7-modal-content .wpcf7 textarea:focus,
.cf7-modal-content .wpcf7 select:focus {
  outline: none;
  border-color: #3b82f6;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* 表单提交按钮 */
.cf7-modal-content .wpcf7 input[type="submit"] {
  width: 100%;
  background-color: #0f172a;
  color: #ffffff;
  border: none;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 1rem;
  transition: background-color 0.2s ease;
}

.cf7-modal-content .wpcf7 input[type="submit"]:hover {
  background-color: #1e293b;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .prep-data-cta {
    padding: 2.5rem 1.5rem;
    margin: 2rem 1rem;
  }
  .cf7-modal-content {
    padding: 2rem 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ca05476 *//* =========================================
   Compact FAQ Accordion Module
   ========================================= */
.faq-compact-module {
  max-width: 900px;
  margin: 2rem auto;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  padding: 1rem;
}

.faq-compact-module h2 {
  font-size: 1.35rem;
  color: #0f172a;
  margin: 0 0 1rem 0;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0.5rem;
  font-weight: 700;
}

/* Container for all items */
.faq-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 0.35rem; /* Extremely tight spacing */
}

/* Individual FAQ Item */
.faq-item {
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background-color: #f8fafc;
  overflow: hidden;
}

/* The clickable question header */
.faq-item summary {
  padding: 0.65rem 1rem;
  font-size: 0.9rem; /* Smaller, compact font */
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
  position: relative;
  list-style: none; /* Removes default triangle in modern browsers */
  user-select: none;
  transition: background-color 0.2s ease;
}

/* Removes default triangle in Safari */
.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  background-color: #f1f5f9;
}

/* Custom Plus/Minus Icon */
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #3b82f6;
  font-weight: 400;
  line-height: 1;
}

/* When the accordion is open */
.faq-item[open] {
  background-color: #ffffff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.05);
}

.faq-item[open] summary {
  border-bottom: 1px dashed #cbd5e1;
}

.faq-item[open] summary::after {
  content: '−'; /* Changes to minus when open */
  color: #ef4444;
}

/* The answer content */
.faq-content {
  padding: 0.85rem 1rem;
  font-size: 0.85rem; /* Compact reading size */
  line-height: 1.6;
  color: #475569;
}

.faq-content strong {
  color: #0f172a;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-35a3df6 *//* =========================================
   About Us & Final CTA Section
   ========================================= */
.about-cta-section {
  background-color: #0f172a;
  background-image: radial-gradient(circle at top right, #1e293b, #0f172a);
  color: #ffffff;
  padding: 5rem 2rem;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  border-top: 4px solid #3b82f6;
  margin-top: 4rem;
}

.about-cta-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  align-items: center;
}

.about-text-content {
  flex: 3;
}

.about-text-content h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.about-text-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #cbd5e1;
  margin: 0 0 1.25rem 0;
}

.about-text-content p:last-child {
  margin-bottom: 0;
}

.about-text-content strong {
  color: #ffffff;
}

/* 独立的高亮引导行动区 (Action Box) */
.about-action-content {
  flex: 2;
}

.action-box {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.action-box h3 {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  color: #ffffff;
}

.action-box p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #94a3b8;
  margin: 0 0 2rem 0;
}

.btn-final-action {
  background-color: #3b82f6;
  background-image: linear-gradient(to right, #3b82f6, #2563eb);
  color: #ffffff;
  border: none;
  padding: 1.15rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
  transition: all 0.2s ease;
}

.btn-final-action:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(59, 130, 246, 0.5);
}

/* =========================================
   Modal Popup Styles
   ========================================= */
.cf7-modal-overlay {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cf7-modal-overlay.show-modal {
  visibility: visible;
  opacity: 1;
}

.cf7-modal-content {
  background-color: #ffffff;
  border-radius: 12px;
  width: 90%;
  max-width: 550px;
  padding: 3rem;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: translateY(30px) scale(0.95);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #334155;
  max-height: 90vh;
  overflow-y: auto;
}

.cf7-modal-overlay.show-modal .cf7-modal-content {
  transform: translateY(0) scale(1);
}

.cf7-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2.5rem;
  color: #cbd5e1;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.cf7-modal-close:hover {
  color: #ef4444;
}

.cf7-modal-header {
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 1.5rem;
}

.cf7-modal-header h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
  color: #0f172a;
}

.cf7-modal-header p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* =========================================
   CF7 表单格子化样式
   ========================================= */
.cf7-modal-content .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.25rem;
}

.cf7-modal-content label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #1e293b;
  display: block;
  margin-bottom: 0.5rem;
}

.cf7-modal-content .wpcf7 input[type="text"],
.cf7-modal-content .wpcf7 input[type="email"],
.cf7-modal-content .wpcf7 textarea,
.cf7-modal-content .wpcf7 select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background-color: #f8fafc;
  color: #0f172a;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.cf7-modal-content .wpcf7 textarea {
  min-height: 100px;
  resize: vertical;
}

.cf7-modal-content .wpcf7 input:focus,
.cf7-modal-content .wpcf7 textarea:focus,
.cf7-modal-content .wpcf7 select:focus {
  outline: none;
  border-color: #3b82f6;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.cf7-modal-content .wpcf7 input[type="submit"] {
  width: 100%;
  background-image: linear-gradient(to right, #3b82f6, #2563eb);
  color: #ffffff;
  border: none;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 1rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cf7-modal-content .wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(59, 130, 246, 0.4);
}

/* 响应式调整 */
@media (max-width: 992px) {
  .about-cta-container {
    flex-direction: column;
    gap: 3rem;
  }
  .about-action-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-cta-section {
    padding: 3rem 1.5rem;
  }
  .about-text-content h2 {
    font-size: 1.8rem;
  }
  .cf7-modal-content {
    padding: 2rem 1.5rem;
  }
}/* End custom CSS */