/* scoped: si-HomepageBG2Section */

  .bg2-section:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    width: 100%;
    height: 443px;
    display: flex;
    background-image: url('/HomepageBG2.webp');
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
  }

  .left-half:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    width: 50%;
    height: 100%;
    padding: 32px 80px 80px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: linear-gradient(90.14deg, rgba(255, 255, 255, 0.8) -120.78%, rgba(214, 33, 33, 0.8) 191.9%);
    box-sizing: border-box;
  }

  /* ── Left content ── */
  .heading-group:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .section-title:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
  }

  .title-underline:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }

  .section-desc:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
    width: 624px;
    height: 40px;
  }

  /* ── Facility box ── */
  .facility-box:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    width: 647px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .facility-label:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
  }

  .facility-grid:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .facility-item:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    display: flex;
    align-items: center;
    gap: 8px;
  }

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

  /* ── Closing + button ── */
  .closing-text:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFBFB;
    margin: 10px 0 0 0;
  }

  .safety-btn:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    width: 235px;
    padding: 15px 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: linear-gradient(90deg, #D62121 0%, #701111 100%);
    box-shadow: 0px 4px 20.4px 0px #D62121C2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.2s;
  }

  .safety-btn:hover:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){ opacity: 0.9; }

  .right-half:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-img:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    width: 370px;
    object-fit: contain;
  }



  html.is-mobile .bg2-section:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    width: 430px;
    height: 649px;
    padding: 80px;
    box-sizing: border-box;
    flex-direction: column;
    background: linear-gradient(90.61deg, rgba(255,255,255,0.8) -75.13%, rgba(214,33,33,0.8) 183.38%) !important;
  }

  html.is-mobile .bg2-section .left-half:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    width: 100%;
    height: auto;
    padding: 0;
    gap: 20px;
    background: none !important;
  }

  html.is-mobile .bg2-section .section-title:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    font-size: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  html.is-mobile .bg2-section .title-underline:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    width: 60px !important;
    height: 4px !important;
    display: block !important;
    flex-shrink: 0;
    margin: 4px 0;
  }

  html.is-mobile .bg2-section .section-desc:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    font-size: 14px;
    color: #FFFFFF;
    width: 270px;
    height: auto;
  }

  html.is-mobile .bg2-section .facility-label:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 4px;
  }

  html.is-mobile .bg2-section .facility-grid:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    grid-template-columns: 1fr;
    width: 275px;
    gap: 10px;
    background: none !important;
  }

  html.is-mobile .bg2-section .facility-box:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    background: none !important;
  }

  html.is-mobile .bg2-section .facility-text:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    font-size: 14px;
    color: #FFFFFF;
  }

  html.is-mobile .bg2-section .closing-text:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    font-size: 14px;
    color: #FFFBFB;
  }

  html.is-mobile .bg2-section .safety-btn:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    width: 263px;
    height: 46px;
    padding: 15px 22px;
    border-radius: 4px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  html.is-mobile .bg2-section .right-half:where(.si-HomepageBG2Section, .si-HomepageBG2Section *){
    display: none;
  }
