.yawei-about-banner {
  position: relative;
  overflow: hidden;
}

.yawei-about-banner .banner-section {
  position: relative;
  min-height: 960px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 206px;
}





/* Content styles */
.yawei-about-banner .content-wrapper {
  position: relative;
  z-index: 2;
  text-align: left;
    display: inline-block;
}

.yawei-about-banner .text-content {
  max-width: 830px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

/* 品牌名称样式 - 严格按照Figma规范 */
.yawei-about-banner .brand-name {
  font-family:  var(--title-font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 25px; 
  letter-spacing: 0.2em; 
  color: #E6002D;
  margin: 0;
}

/* 主标题样式 - 严格按照Figma规范 */
.yawei-about-banner .main-title {
  font-family:  var(--title-font-family);
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.025em; /* 2.5% */
  color: #FFFFFF;
}
.yawei-about-banner .container{
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 1900px) {
  .yawei-about-banner .container{
    max-width: calc(100% - 410px);
    padding-left: 0;
    padding-right: 0;
  }
}

/* 描述文字样式 - 严格按照Figma规范 */
.yawei-about-banner .description {
  font-family: 'Arimo', var(--font-family);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 138.889% */
  letter-spacing: -0.45px;
}

/* Responsive design */
@media (max-width: 1200px) {
  .yawei-about-banner .main-title {
    font-size: 48px;
  }
  
  .yawei-about-banner .text-content {
    max-width: 680px;
  }
}

@media (max-width: 991px) {
  .yawei-about-banner .banner-section {
    min-height: 500px;
    padding-top: 90px;
    padding-bottom: 43px;
  }
  
  .yawei-about-banner .main-title {
    font-size: 36px;
  }
  
  .yawei-about-banner .brand-name,
  .yawei-about-banner .description {
    font-size: 16px;
  }
  
  .yawei-about-banner .factory-text {
    right: 5%;
  }
  
  .yawei-about-banner .factory-text img {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .yawei-about-banner .banner-section {
    padding-top: 100px;
    padding-bottom: 30px;
    min-height: 420px;
  }
  
  .yawei-about-banner .main-title {
    font-size: 24px;
    line-height: 1.3em;
    margin: 0;
  }
  
  .yawei-about-banner .brand-name {
    font-size: 14px;
  }
  
  .yawei-about-banner .description {
    font-size: 16;
    line-height: 1.4em;
  }
  
  .yawei-about-banner .clip-container {
    width: 40%;
  }
  
  .yawei-about-banner .factory-text {
    bottom: 15%;
    right: 2%;
  }
  
  .yawei-about-banner .factory-text img {
    max-width: 100px;
  }
  
  .yawei-about-banner .text-content {
    max-width: 100%;
    gap: 4px;
  }
} 

