@import "../../../libs/reset.css";
@import "../../../libs/common.css";
.sectionTitle {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
/* 解决方案聚合页覆写 banner 区域 */
#home-banner {
  height: auto !important;
  overflow: visible !important;
}
#home-banner .banner-img {
  display: none;
}
/* ====== Hero Section ====== */
.solution-hero {
  position: relative;
  top: 0;
  height: auto;
  background: linear-gradient(135deg, #0053FD 0%, #0040CC 100%);
  padding: 110px 0 90px;
}
.solution-hero .main-content .hero-title {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  line-height: 58px;
  padding-top: 0;
  margin: 0;
  max-width: none;
}
.solution-hero .main-content .hero-desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 40px;
}
.solution-hero .main-content .hero-actions .getWhitePaperBtn {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 999px;
  vertical-align: middle;
}
.solution-hero .main-content .hero-actions .getWhitePaperBtn .icon-font {
  color: #fff;
  font-size: 16px;
}
.solution-hero .main-content .hero-actions .getWhitePaperBtn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.solution-hero .main-content .hero-actions .getWhitePaperBtn:hover .icon-font {
  color: #fff;
}
/* ====== Common Content Area ====== */
.solution-hub-content {
  background: #ffffff;
}
.solution-hub-content .main-content,
.solution-hero .main-content,
.solution-section .main-content,
.section-cta .main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* 修复顶部导航下拉菜单 .main-content */
#home-header .header-content .head .nav .nav-list li .select-content .main-content {
  background-color: white;
}
/* ====== Section 通用 ====== */
.solution-section {
  padding: 64px 0;
}
.section-alt {
  background: #f8fafc;
}
.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #333435;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: #0046DC;
  border-radius: 2px;
}
/* ====== Solution Card Grid ====== */
.solution-grid {
  display: grid;
  gap: 24px;
}
.solution-grid--three {
  grid-template-columns: repeat(3, 1fr);
}
.solution-grid--four {
  grid-template-columns: repeat(4, 1fr);
}
.solution-card {
  display: block;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px 28px;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
.solution-card:hover {
  border-color: #0046DC;
  box-shadow: 0 4px 20px rgba(0, 70, 220, 0.1);
  transform: translateY(-2px);
}
.section-alt .solution-card {
  background: #ffffff;
}
.card-name {
  font-size: 20px;
  font-weight: 700;
  color: #333435;
  margin-bottom: 8px;
}
.card-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 16px;
}
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.card-tags .tag {
  display: inline-block;
  padding: 4px 12px;
  background: #eff6ff;
  color: #0046DC;
  font-size: 12px;
  border-radius: 6px;
  font-weight: 500;
}
/* ====== Guide Section ====== */
.section-guide .guide-intro {
  font-size: 15px;
  color: #64748b;
  text-align: center;
  margin-bottom: 36px;
}
.guide-steps {
  max-width: 760px;
  margin: 0 auto;
}
.guide-step {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #e5e7eb;
}
.guide-step:last-child {
  border-bottom: none;
}
.step-marker {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #0046DC;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.step-title {
  font-size: 17px;
  font-weight: 700;
  color: #333435;
  margin-bottom: 6px;
}
.step-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
}
.step-desc strong {
  color: #0046DC;
  font-weight: 600;
}
/* ====== FAQ Section ====== */
#solution-faq {
  padding: 40px 0 80px;
  width: 100%;
  min-width: 1200px;
}
#solution-faq .main-content {
  width: 1200px;
  margin: 0 auto;
}
#solution-faq .faq-title {
  padding-top: 0;
  margin-bottom: 44px;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
#solution-faq .faq-list {
  max-width: 900px;
  margin: 0 auto;
}
#solution-faq .faq-item {
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
}
#solution-faq .faq-item:first-child {
  border-top: 1px solid #E5E7EB;
}
#solution-faq .faq-q {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}
#solution-faq .faq-q-text {
  color: #333;
  line-height: 26px;
}
#solution-faq .faq-toggle {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 300;
  color: #333;
  line-height: 24px;
  font-family: Arial, sans-serif;
}
#solution-faq .faq-a {
  display: none;
  padding: 0 0 20px 0;
  font-size: 14px;
  color: #505356;
  line-height: 24px;
}
#solution-faq .faq-item.active .faq-a {
  display: block;
}
/* ====== CTA Section ====== */
.section-cta {
  background: linear-gradient(135deg, #0053FD 0%, #0033A0 100%);
  padding: 60px 0;
  text-align: center;
}
.section-cta .main-content {
  max-width: 1200px;
  margin: 0 auto;
}
.section-cta .cta-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 44px;
  margin-bottom: 16px;
}
.section-cta .cta-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}
/* ====== Responsive ====== */
@media (max-width: 768px) {
  .solution-hero {
    padding: 48px 0 36px;
  }
  .solution-hero .hero-title {
    font-size: 28px;
    line-height: 38px;
  }
  .solution-hero .hero-desc {
    font-size: 14px;
  }
  .solution-section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 22px;
  }
  .solution-grid--three,
  .solution-grid--four {
    grid-template-columns: 1fr;
  }
  .solution-card {
    padding: 24px 20px;
  }
}
