/* scoped: si-indoor-range-IndoorRangeHVACSection */

  .hvac-section:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    width: 100%;
    height: 442px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    background: #F7F7FA;
    box-sizing: border-box;
  }

  .heading-group:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .section-title:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
  }

  .title-dark:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){ color: #1A1A1A; }
  .title-red:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){ color: #D62121; }

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

  .content-box:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    width: 1316px;
    height: 186px;
    display: flex;
    gap: 36px;
    position: relative;
  }

  /* Connecting line through badge centers */
  .content-box:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *)::before{
    content: '';
    position: absolute;
    top: 3px; /* 26px (badge center) - 23px (top offset) */
    left: 26px;
    right: -20px;
    height: 1px;
    background: #C3C3C3;
    z-index: 0;
  }

  .step:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .step:first-child:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    left: -20px;
  }

  .step-content:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 24px;
  }

  .step-icon:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    margin-top: 6px;
    object-fit: contain;
  }

  .step-text:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .step-title:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A1A24;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #D9D9D9;
    width: 226px;
    white-space: nowrap;
  }

  .step-desc:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
    width: 234px;
    height: 40px;
    overflow: hidden;
  }

  .step-desc--2:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    width: 347px;
    height: 40px;
  }

  .step--2:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    position: relative;
    left: -90px;
  }

  .step-desc--3:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    width: 347px;
    height: 40px;
  }

  .step--3:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    position: relative;
    left: -30px;
  }

  .step-badge:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(270deg, #D62121 0%, #701111 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: -23px;
  }



  html.is-mobile .hvac-section:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    width: 430px;
    height: 769px;
    padding: 80px 40px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    background: linear-gradient(0deg, #F7F7FA, #F7F7FA),
      linear-gradient(1.39deg, #FFFFFF 58.61%, #999999 203.51%) !important;
  }

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

  html.is-mobile .hvac-section .section-title:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    width: 350px;
    height: 44px;
    font-size: 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  html.is-mobile .hvac-section .title-dark:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *), html.is-mobile .hvac-section .title-red:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    font-size: 22px;
    text-align: center;
  }

  html.is-mobile .hvac-section .title-underline:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    width: 60px;
    height: 4px;
  }

  html.is-mobile .hvac-section .content-box:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    width: 338px;
    height: 492px;
    gap: 84px;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
  }

  html.is-mobile .hvac-section .content-box:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *)::before{
    content: '';
    position: absolute;
    left: 26px;
    top: 26px;
    bottom: 26px;
    width: 1px;
    height: auto;
    background: #C3C3C3;
    z-index: 0;
  }

  html.is-mobile .hvac-section .step:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    flex: none;
    width: 100%;
  }

  html.is-mobile .hvac-section .step:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    display: flex;
    flex-direction: row;
    gap: 12px;
    position: static;
    align-items: flex-start;
  }

  html.is-mobile .hvac-section .step-badge:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    width: 52px;
    height: 52px;
    margin-top: 0;
    position: static;
    flex-shrink: 0;
  }

  html.is-mobile .hvac-section .step-content:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    flex: 1;
    align-items: center;
  }

  html.is-mobile .hvac-section .step-icon:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    width: 36px;
    height: 36px;
    position: static;
    flex-shrink: 0;
  }

  html.is-mobile .hvac-section .step-text:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    display: contents;
  }

  html.is-mobile .hvac-section .step-title:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: normal;
    flex: 1;
    min-width: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  html.is-mobile .hvac-section .step-desc:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *), html.is-mobile .hvac-section .step-desc--2:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *), html.is-mobile .hvac-section .step-desc--3:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    font-size: 14px;
    width: 100%;
    height: auto;
    overflow: visible;
    border-top: 1px solid #D9D9D9;
    padding-top: 8px;
    margin-top: 0;
  }

  html.is-mobile .hvac-section .step--2:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *), html.is-mobile .hvac-section .step--3:where(.si-indoor-range-IndoorRangeHVACSection, .si-indoor-range-IndoorRangeHVACSection *){
    position: static;
    left: 0;
  }
