/* Gardensun Company Stats 组件样式 */

.gardensun-company-stats {
  padding: 100px 0;
  background-color: #FFF;
}

/* 图片区域 */
.gardensun-company-stats .stats-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
}

.gardensun-company-stats .stats-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 内容区域 */
.gardensun-company-stats .stats-content {
  padding-left: 70px;
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gardensun-company-stats .section-title {
  font-size: 46px;
  font-weight: 600;
  color: var(--title-text-color, #221815);
  font-family: var(--font-family);
  margin-bottom: 10px;
  line-height: 70px;
}

.gardensun-company-stats .section-subtitle {
  color: #221815;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 212.5% */
}

.gardensun-company-stats .section-description {
  font-size: 18px;
  color: #221815;
  font-family: var(--font-family);
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 0;
}

.gardensun-company-stats .stat-number {
  font-size: 46px;
  font-weight: 500;
  color: #E60012;
  font-family: var(--title-font-family, 'Fira Sans');
  line-height: 70px;
  display: flex;
  align-items: center;
}

.gardensun-company-stats .stat-unit {
  font-size: 46px;
  font-weight: 400;
  color: #E60012;
  font-family: var(--title-font-family, 'Fira Sans');
}

.gardensun-company-stats .stat-content {
  border-bottom: 1px solid #666;
}

.gardensun-company-stats .stat-label {
  display: inline-block;
  font-size: 18px;
  color: var(--text-color, #666666);
  font-family: var(--font-family, 'Fira Sans');
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 4px;
  margin-bottom: 0;
  width: fit-content;
}

.gardensun-company-stats .stats-data {
  display: flex;
  flex-wrap: wrap;
  gap: 160px 0;
  margin-top: 60px;
}
.gardensun-company-stats .stats-data > .col-lg-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 响应式设计 */
@media (max-width: 1199px) {
  .gardensun-company-stats .section-title {
    font-size: 42px;
  }
  
  .gardensun-company-stats .stat-number {
    font-size: 42px;
  }
  
  .gardensun-company-stats .stat-unit {
    font-size: 22px;
  }
  .gardensun-company-stats .stats-data {
    gap: 80px 0;
  }
}

@media (max-width: 991px) {
  .gardensun-company-stats {
    padding: 60px 0;
  }
  
  .gardensun-company-stats .stats-image-wrapper {
    min-height: 300px;
  }
  
  .gardensun-company-stats .stats-content {
    padding-left: 0;
    margin-top: 40px;
    min-height: auto;
  }
  
  .gardensun-company-stats .section-title {
    font-size: 36px;
  }
  
  .gardensun-company-stats .section-description {
    font-size: 16px;
  }
  
  .gardensun-company-stats .stat-item {
    padding: 25px 15px;
  }
  
  .gardensun-company-stats .stat-number {
    font-size: 38px;
  }
  
  .gardensun-company-stats .stat-unit {
    font-size: 20px;
  }
  
  .gardensun-company-stats .stat-label {
    font-size: 16px;
  }
  .gardensun-company-stats .stats-data {
    gap: 40px 0;
  }
}

@media (max-width: 767px) {
  .gardensun-company-stats {
    padding: 60px 0;
  }
  
  .gardensun-company-stats .stats-image-wrapper {
    min-height: 250px;
  }
  
  .gardensun-company-stats .stats-content {
    margin-top: 30px;
  }
  
  .gardensun-company-stats .section-title {
    font-size: 28px;
  }
  
  .gardensun-company-stats .section-description {
    font-size: 15px;
  }
  
  .gardensun-company-stats .stat-item {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  

  
  .gardensun-company-stats .stat-number {
    font-size: 32px;
  }
  
  .gardensun-company-stats .stat-unit {
    font-size: 18px;
  }
  
  .gardensun-company-stats .stat-label {
    font-size: 14px;
  }
  .gardensun-company-stats .stats-data {
    gap: 0;
  }

}

@media (max-width: 575px) {
  .gardensun-company-stats .stats-image-wrapper {
    min-height: 200px;
  }

  .gardensun-company-stats .stats-data{
    margin-top: 0;
  }
  
  .gardensun-company-stats .stats-content {
    margin-top: 40px;
    display: block;
  }
  
  .gardensun-company-stats .section-title {
    font-size: 24px;
    line-height: normal;
  }
  
  .gardensun-company-stats .section-description {
    font-size: 14px;
  }
  
  .gardensun-company-stats .stat-item {
    padding: 26px 0 0;
  }
  
  .gardensun-company-stats .stats-data > .col-lg-3{
    align-items: flex-start;
  }

  .gardensun-company-stats .counter,
  .gardensun-company-stats .stat-unit {
    color: #221815;
    font-family: var(--font-family);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
  }
  
  .gardensun-company-stats .stat-label {
    width: 195px;
    color: #666;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .gardensun-company-stats .section-subtitle{
    color: #221815;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }
} 