@import "../../../libs/reset.css";
@import "../../../libs/common.css";
.sectionTitle {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
/* 枢纽页覆写 banner 区域：参照 SRM 页面 */
#home-banner {
  height: auto !important;
  overflow: visible !important;
}
#home-banner .banner-img {
  display: none;
}
/* ====== Hero Section（与 SRM 页面保持一致） ====== */
.product-hero {
  position: relative;
  top: 0;
  height: auto;
  background: linear-gradient(135deg, #0053FD 0%, #0040CC 100%);
  padding: 110px 0 90px;
}
.product-hero .main-content .hero-title {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  line-height: 58px;
  padding-top: 0;
  margin: 0;
  max-width: none;
}
.product-hero .main-content .hero-desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 40px;
}
.product-hero .main-content .hero-desc p {
  width: auto;
  max-width: none;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.product-hero .main-content .hero-actions .appointment {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  color: #0046DC;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  border-radius: 999px;
}
.product-hero .main-content .hero-actions .appointment p {
  color: #0046DC;
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
}
.product-hero .main-content .hero-actions .appointment:hover {
  background: #F0F4FF;
}
.product-hero .main-content .hero-actions .appointment:hover p {
  color: #0046DC;
}
.product-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;
  margin-left: 20px;
}
.product-hero .main-content .hero-actions .getWhitePaperBtn .icon-font {
  color: #fff;
  font-size: 16px;
}
.product-hero .main-content .hero-actions .getWhitePaperBtn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.product-hero .main-content .hero-actions .getWhitePaperBtn:hover .icon-font {
  color: #fff;
}
/* ====== Common Content Area ====== */
.product-hub-content {
  background: #ffffff;
}
.product-hub-content .main-content,
.product-hero .main-content,
.product-section .main-content,
.section-cta .main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#home-header .header-content .head .nav .nav-list li .select-content .main-content {
  background-color: white;
}
/* ====== Section 通用 ====== */
.product-section {
  padding: 64px 0;
}
.section-alt {
  background: #ffffff;
}
.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;
}
/* ====== Product Card Grid ====== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.product-grid--three {
  grid-template-columns: repeat(3, 1fr);
}
.product-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;
}
.product-card:hover {
  border-color: #0046DC;
  box-shadow: 0 4px 20px rgba(0, 70, 220, 0.1);
  transform: translateY(-2px);
}
.section-alt .product-card {
  background: #ffffff;
}
.product-card--full {
  grid-column: 1 / -1;
  padding: 40px 48px;
}
.product-card--full .card-desc {
  font-size: 16px;
  max-width: 860px;
}
.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（与 SRM 页面保持一致） ====== */
#product-faq {
  padding: 40px 0 80px;
  width: 100%;
  min-width: 1200px;
}
#product-faq .main-content {
  width: 1200px;
  margin: 0 auto;
}
#product-faq .faq-title {
  padding-top: 0;
  margin-bottom: 44px;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
#product-faq .faq-list {
  max-width: 900px;
  margin: 0 auto;
}
#product-faq .faq-item {
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
}
#product-faq .faq-item:first-child {
  border-top: 1px solid #E5E7EB;
}
#product-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;
}
#product-faq .faq-q-text {
  color: #333;
  line-height: 26px;
}
#product-faq .faq-toggle {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 300;
  color: #333;
  line-height: 24px;
  font-family: Arial, sans-serif;
}
#product-faq .faq-a {
  display: none;
  padding: 0 0 20px 0;
  font-size: 14px;
  color: #505356;
  line-height: 24px;
}
#product-faq .faq-item.active .faq-a {
  display: block;
}
/* ====== CTA Section（与 SRM 页面保持一致） ====== */
.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;
}
.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
/* ====== Responsive ====== */
@media (max-width: 768px) {
  .product-hero {
    padding: 48px 0 36px;
  }
  .product-hero .hero-title {
    font-size: 28px;
    line-height: 38px;
  }
  .product-hero .hero-desc {
    font-size: 14px;
  }
  .product-section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 22px;
  }
  .product-grid,
  .product-grid--three {
    grid-template-columns: 1fr;
  }
  .product-card {
    padding: 24px 20px;
  }
  .cta-actions {
    flex-direction: column;
    gap: 12px;
  }
}

/* ====== 定义区：高亮框 + 关系图（移植自 SRM #product-structure） ====== */
#product-def .def-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
#product-def .def-text {
  flex: 1;
}
#product-def .def-text p {
  font-size: 16px;
  color: #505356;
  line-height: 28px;
  margin-bottom: 16px;
}
#product-def .def-text a {
  color: #0053FD;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 83, 253, 0.35);
  transition: border-color 0.2s;
}
#product-def .def-text a:hover {
  border-bottom-color: #0053FD;
}
#product-def .def-highlight {
  background: #EEF2FF;
  border-left: 3px solid #0053FD;
  padding: 20px 24px;
  margin-top: 24px;
  border-radius: 0 8px 8px 0;
}
#product-def .def-highlight p {
  font-size: 15px;
  color: #333435;
  line-height: 26px;
  margin-bottom: 0;
}

/* ====== 痛点对比表（移植自 SRM #srm-painpoints） ====== */
#product-painpoints {
  padding: 80px 0;
  background: #fff;
  width: 100%;
  min-width: 1200px;
}
#product-painpoints .main-content {
  width: 1200px;
  margin: 0 auto;
}
#product-painpoints .pain-intro {
  width: 100%;
  font-size: 16px;
  color: #505356;
  line-height: 28px;
  margin-bottom: 36px;
}
#product-painpoints .pain-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
}
#product-painpoints .pain-table th {
  background: #0053FD;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 24px;
  text-align: left;
}
#product-painpoints .pain-table td {
  padding: 14px 24px;
  font-size: 14px;
  color: #505356;
  line-height: 24px;
  border-bottom: 1px solid #E5E7EB;
  background: #fff;
}
#product-painpoints .pain-table tr:last-child td {
  border-bottom: none;
}
#product-painpoints .pain-table .col-icon {
  width: 56px;
  text-align: center;
  font-size: 20px;
  color: #A0A8B8;
}
#product-painpoints .pain-table td.col-old {
  color: #C74B4B;
}
#product-painpoints .pain-table td.col-new {
  color: #1A7A4C;
}
/* ====== 部署方式（移植自 SRM #srm-deploy） ====== */
#product-deploy {
  padding: 80px 0 60px;
  width: 100%;
  min-width: 1200px;
  background: #fff;
}
#product-deploy .main-content {
  width: 1200px;
  margin: 0 auto;
}
#product-deploy .deploy-grid {
  display: flex;
  gap: 20px;
}
#product-deploy .deploy-card {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  padding: 36px 28px;
  border: 1px solid #E5E7EB;
  transition: all 0.3s;
}
#product-deploy .deploy-card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
#product-deploy .deploy-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
#product-deploy .deploy-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #EEF2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#product-deploy .deploy-icon .icon-font {
  font-size: 28px;
  color: #0053FD;
}
#product-deploy .deploy-subtitle {
  font-size: 13px;
  color: #0053FD;
  margin-bottom: 16px;
  font-weight: 500;
}
#product-deploy .deploy-desc {
  font-size: 14px;
  color: #505356;
  line-height: 24px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F0F1F5;
}
#product-deploy .deploy-desc p {
  margin-bottom: 0;
}
#product-deploy .deploy-details p {
  font-size: 13px;
  color: #505356;
  line-height: 22px;
  margin-bottom: 8px;
}
#product-deploy .deploy-details .deploy-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  margin-top: 6px;
}

/* ====== 行业应用场景（移植自 SRM #srm-industries） ====== */
#product-industries {
  padding: 80px 0 60px;
  width: 100%;
  min-width: 1200px;
}
#product-industries .main-content {
  width: 1200px;
  margin: 0 auto;
}
#product-industries .industry-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#product-industries .industry-card {
  width: 227px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 24px 14px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s;
}
#product-industries .industry-card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  border-color: #BDD4FF;
}
#product-industries .industry-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #EEF2FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-industries .industry-icon .icon-font {
  font-size: 32px;
  color: #0053FD;
}
#product-industries .industry-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
#product-industries .industry-desc {
  font-size: 13px;
  color: #788297;
  line-height: 20px;
}

/* ====== 新区块标题间距对齐 SRM ====== */
#product-def .section-title,
#product-painpoints .section-title,
#product-deploy .section-title,
#product-industries .section-title,
#product-modules .section-title,
#product-notice .section-title {
  margin-bottom: 44px;
}

/* ====== 核心功能模块分类（合并为单板块后的组内标题） ====== */
#product-modules .module-category {
  margin-top: 48px;
}
#product-modules .module-category:first-of-type {
  margin-top: 8px;
}
#product-modules .module-category-title {
  font-size: 22px;
  font-weight: 700;
  color: #333435;
  margin-bottom: 24px;
  position: relative;
  padding-left: 16px;
}
#product-modules .module-category-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #0046DC;
  border-radius: 2px;
}

@media (max-width: 768px) {
  #product-modules .module-category-title {
    font-size: 18px;
  }
}

/* ====== 核心功能板块副标题 ====== */
#product-modules .section-subtitle {
  font-size: 16px;
  color: #505356;
  line-height: 1.85;
  text-align: center;
  max-width: 960px;
  margin: 12px auto 44px;
}
@media (max-width: 768px) {
  #product-modules .section-subtitle {
    font-size: 14px;
    line-height: 1.7;
    margin: 10px auto 32px;
    padding: 0 16px;
  }
}

/* ====== 实施采购系统的注意事项（新增板块） ====== */
#product-notice {
  padding: 80px 0 60px;
  width: 100%;
  min-width: 1200px;
  background: #fff;
}
#product-notice .main-content {
  width: 1200px;
  margin: 0 auto;
}
#product-notice .notice-intro {
  font-size: 16px;
  color: #505356;
  line-height: 28px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 44px;
}
#product-notice .notice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#product-notice .notice-card {
  width: calc((100% - 40px) / 3);
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 32px 28px;
  box-sizing: border-box;
  transition: all 0.3s;
}
#product-notice .notice-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border-color: #BDD4FF;
  transform: translateY(-3px);
}
#product-notice .notice-badge {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 10px;
  background: #EEF2FF;
  color: #0053FD;
  font-size: 17px;
  font-weight: 700;
  font-family: Arial, "Helvetica Neue", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}
#product-notice .notice-title {
  font-size: 18px;
  font-weight: 600;
  color: #333435;
  margin-bottom: 10px;
}
#product-notice .notice-desc {
  font-size: 14px;
  color: #505356;
  line-height: 24px;
}
@media (max-width: 768px) {
  #product-notice {
    padding: 48px 0 32px;
    min-width: 0;
  }
  #product-notice .main-content {
    width: auto;
    padding: 0 16px;
  }
  #product-notice .notice-intro {
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto 28px;
    padding: 0 8px;
  }
  #product-notice .notice-grid {
    gap: 14px;
  }
  #product-notice .notice-card {
    width: 100%;
    padding: 24px 20px;
  }
}
