/* scoped: si-WhyChooseSection */

  .why-section:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 100%;
    height: 435px;
    padding: 80px;
    display: flex;
    gap: 238px;
    align-items: flex-start;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url('/Why Choose Us bg.webp');
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
  }

  /* ── Left col ── */
  .left-col:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 620px;
    height: 275px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    flex-shrink: 0;
  }

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

  .why-underline:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 60px;
    height: 4px;
    background: #272727;
  }

  .why-text:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #272727;
    margin: 0;
  }

  .why-link:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    color: #272727;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .why-link:hover:where(.si-WhyChooseSection, .si-WhyChooseSection *){ color: #D62121; }

  /* ── Right col ── */
  .right-col:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 398px;
    height: 268px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
  }

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

  .designed-underline:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 60px;
    height: 4px;
    background: #FFFFFF;
  }

  .feature-grid:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 398px;
    height: 212px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .feature-card:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
  }

  .feature-icon:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    position: absolute;
    top: 14px;
    left: 18px;
    width: 22px;
    height: 22px;
    color: #272727;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .feature-text:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    position: absolute;
    top: 50px;
    left: 18px;
    right: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #272727;
    margin: 0;
  }

  .feature-card:where(.si-WhyChooseSection, .si-WhyChooseSection *)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #FFFFFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }



  html.is-mobile .why-section:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 430px;
    height: 975px;
    padding: 80px 40px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  html.is-mobile .why-section .left-col:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 266px;
    height: 237px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
  }

  html.is-mobile .why-section .why-title:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }

  html.is-mobile .why-section .why-underline:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 60px !important;
    height: 4px !important;
    background: #272727 !important;
    display: block !important;
    flex-shrink: 0;
  }

  html.is-mobile .why-section .why-text:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    width: 100%;
    height: auto;
  }

  html.is-mobile .why-section .right-col:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
  }

  html.is-mobile .why-section .designed-title:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    width: 309px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html.is-mobile .why-section .designed-underline:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 60px !important;
    height: 4px !important;
    background: #FFFFFF !important;
    display: block !important;
    flex-shrink: 0;
  }

  html.is-mobile .why-section .feature-grid:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 267px;
    height: 448px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  html.is-mobile .why-section .feature-card:where(.si-WhyChooseSection, .si-WhyChooseSection *){
    width: 267px;
    height: 100px;
    border-radius: 10px;
    flex-shrink: 0;
  }
