/* scoped: si-about-AboutTeamSection */

  .team-section:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 100%;
    height: 643px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    background: #F7F7FA;
    box-sizing: border-box;
  }

  /* ── Heading ── */
  .heading-group:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .section-title:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #1A1A1A;
    margin: 0;
  }

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

  /* ── Cards row ── */
  .cards-row:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 864px;
    height: 236px;
    display: flex;
    gap: 24px;
  }

  .team-card:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 420px;
    height: 236px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
  }

  /* ── Left card ── */
  .team-card--left:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    border-top: 4px solid #D62121;
    box-shadow: 0px 4px 29.5px 0px #00000029;
  }

  .card-inner:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    padding: 18px 22px 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .card-title:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A1A24;
    margin: 0;
  }

  .card-underline:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 202px;
    height: 4px;
    background: #D62121;
  }

  .items-grid:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 377px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

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

  .team-item img:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .item-text:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
  }

  .card-bottom-bar:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 100%;
    height: 17px;
    padding-left: 26px;
    background: linear-gradient(90deg, #D62121 0%, #701111 100%);
    border: 1px solid #FFFFFF;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 17px 49.7px 0px #D62121A8;
    box-sizing: border-box;
  }

  /* ── Right card ── */
  .team-card--right:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFF8E1;
    border-top: 4px solid #E5B840;
    box-shadow: 0px 4px 29.5px 0px #00000029;
  }

  .card-inner--right:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    padding: 14px 22px 0;
    gap: 12px;
  }

  .card-title--right:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    color: #272727;
  }

  .card-underline--yellow:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 216px;
    background: #FFC107;
  }

  .card-bottom-bar--yellow:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    background: linear-gradient(90deg, #FFC107 0%, #997404 100%);
    box-shadow: 0px 8px 38.2px 0px #E5B840;
  }

  /* ── Bottom text ── */
  .bottom-text:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 377px;
    height: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #272727;
    margin: 0;
  }



  html.is-mobile .team-section:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 430px;
    height: 1010px;
    padding: 80px 40px;
    box-sizing: border-box;
    gap: 52px;
    align-items: center;
  }

  html.is-mobile .team-section .heading-group:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    align-items: center;
    gap: 16px;
  }

  html.is-mobile .team-section .section-title:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 350px;
    height: 44px;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html.is-mobile .team-section .title-underline:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 60px;
    height: 4px;
  }

  html.is-mobile .team-section .cards-row:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  html.is-mobile .team-section .team-card:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 270px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  html.is-mobile .team-section .team-card--left:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    height: 277px;
  }

  html.is-mobile .team-section .team-card--right:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    height: 338px;
  }

  html.is-mobile .team-section .card-title:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    font-size: 17px;
    text-transform: uppercase;
  }

  html.is-mobile .team-section .items-grid:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 202px;
    height: 180px;
    position: absolute;
    top: 62px;
    left: 22px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  html.is-mobile .team-section .team-card--right .items-grid:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    top: 110px;
  }

  html.is-mobile .team-section .team-card--left .card-underline:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    margin-top: -16px;
  }

  html.is-mobile .team-section .bottom-text:where(.si-about-AboutTeamSection, .si-about-AboutTeamSection *){
    width: 350px;
    height: 42px;
    font-size: 14px;
    text-align: center;
  }
