/* scoped: si-about-AboutHeroSection */

  .about-hero:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    width: 100%;
    height: 486px;
    padding: 70px 52px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
    background-image: url('/Hero2.webp');
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
  }

  /* ── Left col ── */
  .left-col:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .hero-title:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
  }

  .title-red:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    color: #D62121;
  }

  .title-underline:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    width: 80px;
    height: 5px;
    background: #D62121;
    flex-shrink: 0;
  }

  .hero-desc:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    width: 580px;
    height: 64px;
    margin: 0;
  }

  /* ── Right col ── */
  .right-col:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;
    margin-right: 40px;
  }

  .stat-card:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    width: 250px;
    height: 86px;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.10);
    border: 1px solid #FFFFFF;
    border-left: 4px solid #D62121;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .stat-number:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    color: #D62121;
  }

  .stat-label:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
  }



  html.is-mobile .about-hero:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    width: 430px;
    height: 699px;
    padding: 70px 36px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    gap: 70px;
    background-image: url('/About 1MOBILE.webp');
    background-size: cover;
    background-position: center;
  }

  html.is-mobile .about-hero .left-col:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    flex: none;
    width: 100%;
    gap: 16px;
    align-items: center;
  }

  html.is-mobile .about-hero .hero-title:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    font-size: 32px;
    text-align: center;
    white-space: nowrap;
  }

  html.is-mobile .about-hero .title-red:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    white-space: nowrap;
  }

  html.is-mobile .about-hero .title-sub:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    font-size: 20px;
    white-space: nowrap;
    margin-top: -22px;
  }

  html.is-mobile .about-hero .title-underline:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    width: 80px;
    height: 5px;
  }

  html.is-mobile .about-hero .hero-desc:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
  }

  html.is-mobile .about-hero .right-col:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    width: 100%;
    margin-right: 0;
    flex-direction: column;
    gap: 16px;
  }

  html.is-mobile .about-hero .stat-card:where(.si-about-AboutHeroSection, .si-about-AboutHeroSection *){
    width: 100%;
  }
