/* ============================================================
 * FDMS Page Styles (企业内部协同)
 * ============================================================ */

/* ------------------------------------------------------------
 * Banner Section
 * ------------------------------------------------------------ */
.fdms-banner {
  position: relative;
}

.fdms-banner .banner-desc {
  white-space: pre-line;
}

/* ------------------------------------------------------------
 * Lifecycle Section - Tabs + Flow Diagram
 * ------------------------------------------------------------ */
.fdms-lifecycle .lifecycle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.fdms-lifecycle .lifecycle-tabs {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.fdms-lifecycle .lifecycle-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fdms-lifecycle .lifecycle-tab:hover,
.fdms-lifecycle .lifecycle-tab.active {
  background: #EDF2FD;
  border-color: #4A7CFF;
}

.fdms-lifecycle .lifecycle-tab .tab-icon img {
  width: 20px;
  height: 20px;
}

.fdms-lifecycle .lifecycle-tab .tab-text {
  font-size: 14px;
  font-weight: 500;
  color: #101C2F;
}

.fdms-lifecycle .lifecycle-flow {
  width: 100%;
  /* max-width: 1200px; */
}

.fdms-lifecycle .lifecycle-flow-img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .fdms-lifecycle .lifecycle-tabs {
    gap: 8px;
  }
  
  .fdms-lifecycle .lifecycle-tab {
    padding: 8px 16px;
  }
}

/* ------------------------------------------------------------
 * Pain Points Section - Dark Cards
 * ------------------------------------------------------------ */
.fdms-pain-points {
  position: relative;
}

.fdms-pain-points .section-title,
.fdms-pain-points .section-desc {
  color: #FFFFFF;
}

.fdms-pain-points .pain-points-wrapper {
  width: 100%;
}

.fdms-pain-points .pain-points-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.fdms-pain-points .pain-point-card {
  flex: 1;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 32px;
  box-sizing: border-box;
}

.fdms-pain-points .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(16, 28, 47, 0.8);
}

.fdms-pain-points .card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fdms-pain-points .card-content {
  position: relative;
  z-index: 1;
}

.fdms-pain-points .card-content .card-icon {
  margin-bottom: 16px;
}

.fdms-pain-points .card-content .card-icon img {
  width: 40px;
  height: 40px;
}

.fdms-pain-points .card-content .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.fdms-pain-points .card-content .card-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fdms-pain-points .card-content .card-list-item {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1024px) {
  .fdms-pain-points .pain-points-cards {
    flex-direction: column;
    align-items: center;
  }
  
  .fdms-pain-points .pain-point-card {
    max-width: 100%;
  }
}

/* ------------------------------------------------------------
 * Online Docs / File Management / Compliance Sections
 * Media List Overrides
 * ------------------------------------------------------------ */
.fdms-online-docs,
.fdms-file-management,
.fdms-compliance {
  /* Default styles from media-list component */
}

/* ------------------------------------------------------------
 * AI Renewal Section - Dark Background with Features
 * ------------------------------------------------------------ */
.fdms-ai-renewal {
  position: relative;
}
.fdms-ai-renewal .section-bg-wrap {
  height: 80%;
}

.fdms-ai-renewal .section-title,
.fdms-ai-renewal .section-desc {
  color: #FFFFFF;
}

.fdms-ai-renewal .ai-renewal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.fdms-ai-renewal .ai-renewal-content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.fdms-ai-renewal .ai-renewal-img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
}

.fdms-ai-renewal .ai-renewal-features {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding: 48px;
  background: rgba(238, 242, 250, 0.8);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  border-radius: 24px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: -202px auto 0;
  position: relative;
  z-index: 10;
}

.fdms-ai-renewal .ai-feature-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fdms-ai-renewal .ai-feature-card-divider {
  width: 100%;
  height: 1px;
  background: #000000;
}

.fdms-ai-renewal .ai-feature-card-icon {
  width: 32px;
  height: 32px;
}

.fdms-ai-renewal .ai-feature-card-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.fdms-ai-renewal .ai-feature-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fdms-ai-renewal .ai-feature-card-title {
  
  font-size: 24px;
  font-weight: 600;
  color: #101C2F;
  line-height: 29px;
}

.fdms-ai-renewal .ai-feature-card-desc {
  
  font-size: 16px;
  font-weight: 400;
  color: #101C2F;
  line-height: 28px;
}

@media (max-width: 1024px) {
  .fdms-ai-renewal .ai-renewal-features {
    flex-direction: column;
    align-items: center;
  }
  
  .fdms-ai-renewal .ai-feature-card {
    max-width: 100%;
  }
}

/* ------------------------------------------------------------
 * Scenarios Section - 6 Cards Grid
 * ------------------------------------------------------------ */
.fdms-scenarios .scenarios-cards {
  display: flex;
  justify-content: center;
}

.fdms-scenarios .scenarios-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1280px;
}

.fdms-scenarios .scenarios-row-6 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
  .fdms-scenarios .scenarios-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .fdms-scenarios .scenarios-row {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------
 * Cases Section
 * ------------------------------------------------------------ */
.fdms-cases {
  /* Default styles from case-carousel component */
}

/* ------------------------------------------------------------
 * CTA Banner Section
 * ------------------------------------------------------------ */
.fdms-cta-banner {
  /* Default styles from footer-lead component */
}
