/* scoped: si-FirearmCoursesSection */

  .courses-section:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    width: 100%;
    height: 338px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    gap: 44px;
    background-image:
      radial-gradient(circle, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
      linear-gradient(180deg, #F5F5F5 -50.17%, #CECECE 133.89%);
    background-size: 16px 16px, cover;
    border-top: 2px solid #EAEAEA;
    border-bottom: 2px solid #EAEAEA;
    box-sizing: border-box;
  }

  /* ── Heading ── */
  .heading-group:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    display: flex;
    flex-direction: column;
    gap: 0;
  }

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

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

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

  /* ── Buttons row ── */
  .buttons-row:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    width: 1280px;
    height: 52px;
    display: flex;
    gap: 16px;
  }

  .course-btn:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    width: 645px;
    height: 52px;
    padding: 4px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 82px;
    border-radius: 8px;
    text-decoration: none;
    box-sizing: border-box;
    flex-shrink: 0;
    transition: opacity 0.2s;
  }

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

  /* ── Button 1 ── */
  .course-btn--1:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    background: linear-gradient(90deg, #FFFFFF 0%, #999999 123.27%);
    border: 1px solid #E5E5EB;
    box-shadow: 0px 4px 19px 0px #FFFFFF8C;
  }

  .course-btn--1 .btn-label:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #1A1A24;
  }

  .btn-arrow--red:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    color: #D62121;
    font-size: 25px;
    line-height: 1;
    width: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  /* ── Button 2 ── */
  .course-btn--2:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    background: linear-gradient(90deg, #D62121 0%, #701111 100%);
    box-shadow: 0px 4px 35.8px 0px #D621218F;
  }

  .course-btn--2 .btn-label:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
  }

  .btn-arrow--white:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    color: #FFFFFF;
    font-size: 25px;
    line-height: 1;
    width: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }



  html.is-mobile .courses-section:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    width: 430px;
    height: 444px;
    padding: 80px 40px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    border-top: 2px solid #EAEAEA;
    border-bottom: 2px solid #EAEAEA;
  }

  html.is-mobile .courses-section .heading-group:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    width: 100%;
    align-items: center;
    gap: 12px;
  }

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

  html.is-mobile .courses-section .title-underline:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    width: 60px !important;
    height: 4px !important;
    background: #D62121 !important;
    display: block !important;
    flex-shrink: 0;
    align-self: center;
  }

  html.is-mobile .courses-section .section-desc:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #272727;
    width: 100%;
    margin-top: 8px;
  }

  html.is-mobile .courses-section .buttons-row:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    width: 354px;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  html.is-mobile .courses-section .course-btn:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    width: 354px;
    height: 52px;
    padding: 4px 18px;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }

  html.is-mobile .courses-section .btn-label:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    flex: 1;
    min-width: 0;
  }

  html.is-mobile .courses-section .btn-label:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
  }

  html.is-mobile .courses-section .btn-arrow:where(.si-FirearmCoursesSection, .si-FirearmCoursesSection *){
    width: 19px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
