/* scoped: si-ShootingSection */

  .shooting-section:where(.si-ShootingSection, .si-ShootingSection *){
    width: 100%;
    height: 585px;
    padding: 52px 80px 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    margin-top: 0;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)),
      url('/shooting section bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }

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

  .section-crown:where(.si-ShootingSection, .si-ShootingSection *){
    width: 58px;
    height: 38px;
    fill: none;
    stroke: #D62121;
    stroke-width: 5;
    stroke-linecap: square;
    stroke-linejoin: miter;
  }

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

  .section-title span:where(.si-ShootingSection, .si-ShootingSection *){
    display: block;
  }

  .section-title .section-title-accent:where(.si-ShootingSection, .si-ShootingSection *){
    margin-top: 8px;
    color: #D62121;
    font-size: 24px;
    line-height: 1;
  }

  /* ── Cards ── */
  .cards-row:where(.si-ShootingSection, .si-ShootingSection *){
    width: 1280px;
    height: 210px;
    display: flex;
    gap: 24px;
  }

  .card:where(.si-ShootingSection, .si-ShootingSection *){
    width: 410px;
    height: 210px;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 29.5px 0px #00000029;
    position: relative;
    overflow: hidden;
    background-image: url('/shooting card bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* ── Card 1 ── */
  .card--1:where(.si-ShootingSection, .si-ShootingSection *){ background-color: #A71919; }

  .card-topbar:where(.si-ShootingSection, .si-ShootingSection *){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #D62121;
  }

  .card-icon-bg:where(.si-ShootingSection, .si-ShootingSection *){
    position: absolute;
    top: 90px;
    right: 20px;
    width: 140px;
    height: auto;
    opacity: 0.7;
    pointer-events: none;
  }

  .card-number:where(.si-ShootingSection, .si-ShootingSection *){
    position: absolute;
    top: 16px;
    left: auto;
    right: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    color: #272727;
    opacity: 0.15;
  }

  .card-title:where(.si-ShootingSection, .si-ShootingSection *){
    position: absolute;
    top: 24px;
    left: 24px;
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
  }

  .card-underline:where(.si-ShootingSection, .si-ShootingSection *){
    position: absolute;
    top: 72px;
    left: 24px;
    width: 36px;
    height: 3px;
    background: #FFFFFF;
  }

  .card-desc:where(.si-ShootingSection, .si-ShootingSection *){
    position: absolute;
    top: 88px;
    left: 24px;
    width: 330px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
  }

  .card-cta:where(.si-ShootingSection, .si-ShootingSection *){
    position: absolute;
    right: 24px;
    bottom: 18px;
    left: 24px;
    width: auto;
    height: 36px;
    padding: 0 12px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 999px;
    background: #FFFFFF;
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    text-decoration: none;
    transition: transform 0.2s, background-color 0.2s;
  }

  .card-cta:hover:where(.si-ShootingSection, .si-ShootingSection *){
    background: #F2F2F2;
    transform: translateY(-1px);
  }

  .card-cta-arrow:where(.si-ShootingSection, .si-ShootingSection *){
    font-size: 22px;
    line-height: 1;
  }

  /* ── Card 3 ── */
  .card--3:where(.si-ShootingSection, .si-ShootingSection *){ background-color: #A71919; }

  .card-topbar--3:where(.si-ShootingSection, .si-ShootingSection *){ background: #FFFFFF; }

  .card-number--3:where(.si-ShootingSection, .si-ShootingSection *){ color: #FFFFFF; }

  .card-title--3:where(.si-ShootingSection, .si-ShootingSection *){ color: #FFFFFF; }

  .card-underline--3:where(.si-ShootingSection, .si-ShootingSection *){
    width: 216px;
    background: #FFFFFF;
  }

  .card-desc--3:where(.si-ShootingSection, .si-ShootingSection *){ color: #FFFFFF; }

  .card-icon-bg--3:where(.si-ShootingSection, .si-ShootingSection *){
    top: 81.58px;
    left: 215.73px;
    width: 175.7px;
    height: 130.84px;
    opacity: 0.4;
    right: auto;
  }

  .card-cta--3:where(.si-ShootingSection, .si-ShootingSection *){
    background: linear-gradient(90deg, #D62121 0%, #701111 100%);
    box-shadow: 0px 4px 69.2px 0px #D62121;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
  }

  /* ── Card 2 ── */
  .card--2:where(.si-ShootingSection, .si-ShootingSection *){ background-color: #A71919; }

  .card-number--2:where(.si-ShootingSection, .si-ShootingSection *){ color: #A17A04; }

  .card-topbar--2:where(.si-ShootingSection, .si-ShootingSection *){ background: #E5B840; }

  .card-title--2:where(.si-ShootingSection, .si-ShootingSection *){ color: #272727; }

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

  .card-cta--2:where(.si-ShootingSection, .si-ShootingSection *){
    background: linear-gradient(90deg, #FFC107 0%, #997404 100%);
    box-shadow: 0px 8px 38.2px 0px #E5B840;
    border: 1px solid #FFFFFF;
    color: #272727;
  }



  html.is-mobile .shooting-section:where(.si-ShootingSection, .si-ShootingSection *){
    width: 100%;
    height: auto;
    min-height: 920px;
    padding: 64px 40px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  html.is-mobile .shooting-section .heading-group:where(.si-ShootingSection, .si-ShootingSection *){
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

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

  html.is-mobile .shooting-section .section-title .section-title-accent:where(.si-ShootingSection, .si-ShootingSection *){
    margin-top: 6px;
    font-size: 18px;
  }

  html.is-mobile .shooting-section .section-crown:where(.si-ShootingSection, .si-ShootingSection *){
    width: 48px;
    height: 32px;
  }

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

  html.is-mobile .shooting-section .card:where(.si-ShootingSection, .si-ShootingSection *){
    width: min(350px, 100%);
    height: 210px;
    flex-shrink: 0;
  }

  html.is-mobile .shooting-section .card-title:where(.si-ShootingSection, .si-ShootingSection *){
    font-size: 17px;
    letter-spacing: 0;
  }

  html.is-mobile .shooting-section .card-underline:where(.si-ShootingSection, .si-ShootingSection *){
    width: 36px;
    height: 3px;
    position: absolute;
    top: 72px;
    left: 24px;
  }

  html.is-mobile .shooting-section .card-desc:where(.si-ShootingSection, .si-ShootingSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    position: absolute;
    top: 88px;
    left: 24px;
    height: 40px;
  }

  html.is-mobile .shooting-section .card--1 .card-desc:where(.si-ShootingSection, .si-ShootingSection *){
    width: calc(100% - 48px);
  }

  html.is-mobile .shooting-section .card--2 .card-desc:where(.si-ShootingSection, .si-ShootingSection *), html.is-mobile .shooting-section .card--3 .card-desc:where(.si-ShootingSection, .si-ShootingSection *){
    width: calc(100% - 48px);
  }

  html.is-mobile .shooting-section .card-number:where(.si-ShootingSection, .si-ShootingSection *){
    display: none;
  }

  html.is-mobile .shooting-section .card-icon-bg--3:where(.si-ShootingSection, .si-ShootingSection *){
    width: 116px;
    height: 86px;
    top: 104px;
    left: 142px;
    right: auto;
  }
