/* ========================================
   About Page 2.0 Styles
   ======================================== */

/* Banner Section */
.about-banner {
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
}

/* ========================================
   About Filez Section
   ======================================== */


.about-filez-wrapper {
  /* max-width: 1440px; */
  margin: 0 auto;
}

/* 标题区域 */
.about-filez-wrapper > .component-section-header {
  padding: 0 80px;
  margin-bottom: 60px;
}

.about-filez-wrapper > .component-section-header .section-header-content {
  max-width: 1000px;
}

.about-filez-wrapper > .component-section-header .section-title {
  
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #101C2F;
  margin-bottom: 20px;
}

.about-filez-wrapper > .component-section-header .section-desc {
  
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #101C2F;
}

/* 内容区域 */
.about-filez-content {
  display: flex;
  /* gap: 100px; */
  justify-content: space-between;
  /* padding: 0 80px 60px; */
}

.about-filez-image {
  flex: 0 0 520px;
  width: 520px;
  /* height: 400px; */
 
  overflow: hidden;
  /* background: linear-gradient(180deg, #CCE5FF 0%, #E6DBFF 100%); */
  position: relative;
}

.about-filez-image img {
  width: 100%;
  border-radius: 24px;
  /* height: 100%; */
  object-fit: cover;
}

.about-filez-text {
  flex: 0 0 640px;
  /* width: 580px; */
}
#section1 .section-title,#section1 .section-desc {
 text-align: left;
}
.about-banner .section-desc.banner-desc {
  background: linear-gradient(104deg, #2DD4BF -31%, #2563EB 47%, #F43F5E 123%), #101C2F;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 0;
  position: absolute;
  top: 160px;
  margin-bottom: 24px;
}

.about-filez-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #101C2F;
  white-space: pre-line;
}
/* 统计区域 */
.about-filez-stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* height: 125px; */
  /* padding: 0 160px; */
  /* border-top: 1px solid rgba(255, 255, 255, 0.4); */
  /* background: rgba(255, 255, 255, 0.6); */
  /* border-radius: 24px;
  box-shadow: 
    0px 0px 0px 1px rgba(0, 0, 0, 0.05),
    0px 20px 25px -5px rgba(28, 57, 142, 0.05),
    0px 8px 10px -6px rgba(28, 57, 142, 0.05); */
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 60px 0 40px;
}

.stat-icon {
  width: 56px;
  height: 56px;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}

.stat-icon img {

  object-fit: contain;
}

.stat-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.stat-number {
  font-size: 28px;
  font-weight: 600;
  color: #101C2F;
  line-height: 44px;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 16px;
  font-weight: 500;
  color: rgba(16, 28, 47, 0.8);
  line-height: 1.4;
  text-align: center;
}

/* ========================================
   Core Advantages Section
   ======================================== */
.about-advantages,.section-title,.about-advantages .section-desc {
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  position: relative;
  /* color: #ffffff; */
}
#section2 .section-title,#section2 .section-desc {
  color: #ffffff;
}
.about-advantages::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/public/images/about/2.0/advantages-bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}

.advantages-wrapper {
  position: relative;
  z-index: 1;
}

.advantages-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.advantage-card {
  /* background-image: url('/public/images/about/2.0/section2-item-bg.png'); */
  background: rgba(16, 28, 47, 0.8);
  background-blend-mode: hard-light;
  opacity: 1;
  backdrop-filter: blur(10px);
  padding: 32px;
  text-align: left;
  border-radius: 24px;
  transition: transform 0.3s ease, background 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.advantage-card:hover {
  transform: translateY(-8px);
}

.card-icon {
  width: 40px;
  height: 40px;
  /* margin: 0 auto 24px; */
  margin-bottom: 20px;
}

.card-icon img {
  width: 100%;
  height: 100%;
}

.card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 7px;
}

.card-desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #ffffff;
}

/* ========================================
   Culture Section
   ======================================== */

.culture-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.culture-content {
  display: flex;
  gap: 24px;
  align-items: stretch;
  width: 1280px;
}

.culture-left {
  flex: 0 0 44%;
  /* width: 628px; */
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.culture-item {
  background: linear-gradient(0deg, #EEF2FA, #EEF2FA), linear-gradient(0deg, #FFFFFF, #FFFFFF), #223140;
  border-radius: 24px;
  padding: 32px;
  /* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05); */
}

.culture-item-title {
  
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #101C2F;
  margin-bottom: 12px;
}

.culture-item-desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #101C2F;
  min-height: 56px;
  white-space: pre-line;
}

.culture-right {
  background-image: url('/public/images/about/2.0/section3-content.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 0 628px;
  width: 628px;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
}




.culture-right > .culture-values-title {
  position: relative;
  z-index: 3;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #101C2F;
  margin-bottom: 12px;
}

.culture-values {
  position: relative;
  z-index: 3;
}

.value-item {
  
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #101C2F;
}

/* ========================================
   Qualifications Section
   ======================================== */





.qualifications-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* Logo 墙容器 */
.qualifications-logo-wall {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Logo 行 */
.qualifications-logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}

/* Logo 项 */
.qualification-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
}

/* 使用伪元素添加分隔线（除了第一个项目） */
.qualification-item:not(:first-child)::before {
  content: '';
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%) scaleX(0.5);
  width: 2px;
  height: 48px;
  background-color: #101C2F;
  opacity: 0.8;
}

.qualification-logo {
  width: 176px;
  height: 128px;
  margin-bottom: 0;
}

.qualification-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qualification-name {
  
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #101C2F;
  text-align: center;
  white-space: nowrap;
}

/* ========================================
   Partners Section
   ======================================== */
.about-partners {
  background: #f8fafc;
}

/* ========================================
   Responsive Styles
   ======================================== */
@media (max-width: 1440px) {
  .about-filez-wrapper {
    max-width: 100%;
    padding: 0 40px;
  }

  .about-filez-wrapper > .component-section-header {
    padding: 0;
  }

  .about-filez-content {
    padding: 0 0 60px;
  }

  .about-filez-stats {
    padding: 0 80px;
  }

  .about-culture {
    padding: 100px 40px 60px;
  }

  .culture-content {
    width: 100%;
    max-width: 1280px;
  }
}

@media (max-width: 1200px) {
  .about-filez-content {
    gap: 60px;
  }

  .about-filez-image {
    flex: 0 0 500px;
    width: 500px;
    height: 333px;
  }

  .about-filez-text {
    flex: 0 0 calc(100% - 560px);
    width: auto;
  }

  .about-filez-desc {
    font-size: 20px;
    line-height: 36px;
  }

  .about-filez-stats {
    padding: 0 60px;
  }

  .about-culture {
    padding: 80px 40px 60px;
  }

  .culture-content {
    gap: 20px;
  }

  .culture-left {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .culture-right {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

@media (max-width: 992px) {
  .about-filez-wrapper > .component-section-header .section-title {
    font-size: 40px;
  }

  .about-filez-wrapper > .component-section-header .section-desc {
    font-size: 20px;
    line-height: 36px;
  }

  .about-filez-content {
    flex-direction: column;
    gap: 40px;
  }

  .about-filez-image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 3/2;
  }

  .about-filez-text {
    flex: 0 0 auto;
    width: 100%;
  }

  .about-filez-desc {
    font-size: 18px;
    line-height: 32px;
  }

  .about-filez-stats {
    flex-wrap: wrap;
    height: auto;
    padding: 30px 40px;
    gap: 30px;
  }

  .stat-item {
    flex: 0 0 calc(50% - 15px);
  }

  .advantages-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .culture-wrapper {
    padding: 0 40px;
  }

  .culture-content {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 628px;
  }

  .culture-left {
    width: 100%;
  }

  .culture-item {
    padding: 32px;
  }

  .culture-right {
    width: 100%;
    min-height: 346px;
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .about-filez {
    padding: 40px 0 80px;
  }

  /* Qualifications Section */
  .about-qualifications .section-container {
    padding: 60px 20px 40px;
  }

  .about-qualifications .section-title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .about-qualifications .section-desc {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .qualifications-logo-wall {
    gap: 40px;
  }

  .qualifications-logo-row {
    gap: 24px;
  }

  .qualification-item {
    flex: 0 0 calc(50% - 12px);
  }

  .qualification-logo {
    width: 80px;
    height: 80px;
  }

  .qualification-name {
    font-size: 14px;
    line-height: 24px;
  }

  .about-filez-wrapper {
    padding: 0 20px;
  }

  .about-filez-wrapper > .component-section-header {
    margin-bottom: 40px;
  }

  .about-filez-wrapper > .component-section-header .section-title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .about-filez-wrapper > .component-section-header .section-desc {
    font-size: 18px;
    line-height: 32px;
  }

  .about-filez-content {
    padding: 0 0 40px;
  }

  .about-filez-desc {
    font-size: 16px;
    line-height: 28px;
  }

  .about-filez-stats {
    padding: 20px;
    gap: 20px;
  }

  .stat-number {
    font-size: 20px;
  }

  .stat-label {
    font-size: 14px;
    line-height: 24px;
  }

  .advantage-card {
    padding: 30px 20px;
  }

  .card-title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .about-filez-wrapper > .component-section-header .section-title {
    font-size: 28px;
  }

  .about-filez-wrapper > .component-section-header .section-desc {
    font-size: 16px;
    line-height: 28px;
  }

  .about-filez-desc {
    font-size: 14px;
    line-height: 24px;
  }

  .about-filez-stats {
    flex-direction: column;
    padding: 20px;
    gap: 24px;
  }

  .stat-item {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    gap: 12px;
  }

  .stat-content {
    align-items: flex-start;
    gap: 2px;
  }

  .stat-icon {
    flex-shrink: 0;
  }

  .stat-number {
    font-size: 18px;
  }

  .stat-label {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .about-culture {
    padding: 80px 20px 40px;
  }

  .culture-wrapper {
    padding: 0;
  }

  .culture-item {
    padding: 24px;
  }

  .culture-item-title {
    font-size: 20px;
  }

  .culture-item-desc {
    font-size: 14px;
    line-height: 24px;
  }

  .culture-right {
    padding: 24px;
    min-height: 300px;
  }

  .culture-right > .culture-values-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .value-item {
    font-size: 14px;
    line-height: 24px;
  }

  /* Qualifications Section */
  .about-qualifications .section-container {
    padding: 80px 20px 40px;
  }

  .about-qualifications .section-title {
    font-size: 28px;
  }

  .about-qualifications .section-desc {
    font-size: 16px;
    line-height: 28px;
  }

  .qualifications-logo-row {
    flex-wrap: wrap;
    gap: 32px;
  }

  .qualification-item {
    flex: 0 0 calc(50% - 16px);
  }

  /* 移动端隐藏分隔线 */
  .qualification-item:not(:first-child)::before {
    display: none;
  }
}
