

.section-tablet {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 99px 0px 80px;
}

.home-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    max-width: 1100px;
    margin: -30px auto 40px auto;
    padding: 0 24px;
}

.home-metrics__card {
    background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
    backdrop-filter: blur(8px);
}

.home-metrics__value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}

.home-metrics__label {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.85);
    text-align: right;
    line-height: 1.3;
}

.floating-cta {
    position: fixed;
    right: 22px;
    bottom: 22px;
    padding: 14px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff8b5f, #ff5f6d);
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.2px;
    box-shadow: 0 14px 36px rgba(0,0,0,0.25);
    text-decoration: none;
    z-index: 999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(0,0,0,0.32);
}

@media (max-width: 768px) {
    .floating-cta {
        right: 14px;
        bottom: 14px;
        padding: 12px 14px;
    }
}

.section-tablet .component {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background: linear-gradient(120deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    overflow: hidden;
}

.section-tablet .component::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 140, 82, 0.18), transparent 40%), radial-gradient(circle at 80% 0%, rgba(0, 190, 255, 0.22), transparent 35%);
    pointer-events: none;
}



    .section-tablet .container {
        display: flex;
        flex-direction: column;
        max-width: 1280px;
        align-items: flex-start;
        gap: 80px;
        padding: 0px;
        position: relative;
        width: 100%;
        flex: 0 0 auto;
    }

    .section-tablet .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
     
        gap: 32px;
        position: relative;
        flex: 1 1 350px;
        min-width: 300px;
    }

    .section-tablet .div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        align-self: stretch;
        text-align: left;
        width: 100%;
        flex: 0 0 auto;
    }

    .section-tablet .heading {
        position: relative;
        align-self: stretch;
        margin-top: -1.00px;
        text-shadow: 0px 0px 64px #00000059;
        background: linear-gradient(0deg, rgba(210, 210, 217, 1) 14%, rgba(255, 255, 255, 1) 85%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        font-family: "Inter-Regular", Helvetica;
        font-weight: 400;
           text-align: left;
        color: transparent;
        font-size: clamp(32px, 5vw, 48px);
        text-align: left;
        letter-spacing: -1.2px;
        line-height: 1.1;
        word-wrap: break-word;
        white-space: normal;
    }

    .padding {
        padding: 99px 0px 80px;
        margin: 0 auto;
    }
    .section-tablet .text {
        position: relative;
        align-self: stretch;
        text-shadow: 0px 0px 46px #00000054;
        font-family: "Inter-Regular", Helvetica;
        font-weight: 400;
        color: #ffffff;
        font-size: clamp(16px, 2.5vw, 18px);
        letter-spacing: -0.16px;
        line-height: 1.4;
        opacity: 0.9;
    }

    .section-tablet .actions {
        display: inline-flex;
        align-items: start;
        gap: 24px;
        position: relative;
        flex: 0 0 auto;
        flex-wrap: wrap;
    }

    .section-tablet .button {
        all: unset;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 24px;
        position: relative;
        flex: 0 0 auto;
        border: 1px solid;
        border-color: #ffffff;
        border-radius: 8px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        .section-tablet .button:hover {
            background-color: rgba(255, 255, 255, 0.1);
            transform: translateY(-1px);
        }

    .section-tablet .text-wrapper {
        all: unset;
        box-sizing: border-box;
        position: relative;
        width: fit-content;
        font-family: "Inter-Regular", Helvetica;
        font-weight: 400;
        color: #ffffff;
        font-size: 16px;
        letter-spacing: -0.16px;
        line-height: 19.2px;
        white-space: nowrap;
    }

    .section-tablet .frame {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        position: relative;
        flex: 0 0 auto;
    }

    .section-tablet .div-wrapper {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        flex: 0 0 auto;
    }

    .section-tablet .button-wrap {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 4px 0px 0px;
        position: relative;
        flex: 0 0 auto;
        flex-wrap: wrap;
    }

    .section-tablet .container-wrapper {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0px 0px 4px;
        position: relative;
        flex: 0 0 auto;
    }

    .section-tablet .link-l-default {
        display: inline-flex;
        min-height: 40px;
        align-items: center;
        justify-content: center;
        padding: 0.41px 0px;
        position: relative;
        flex: 0 0 auto;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

        .section-tablet .link-l-default:hover {
            transform: translateY(-2px);
        }

    .section-tablet .padding {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 14px;
        position: relative;
        flex: 0 0 auto;
        border-radius: 100px;
        box-shadow: inset 0px 0.5px 0px #ffffff73, 0px 2px 4px #0000000d, 0px 1px 1px #0000001a;
        background: linear-gradient(360deg, rgba(215, 0, 0, 1) 0%, rgba(255, 82, 49, 1) 100%);
    }

    .section-tablet .img-container {
        flex: 1 1 200px;
        min-width: 250px;
        max-width: 600px;
        width: 100%;
        height: auto;
        border-radius: 32px;
        box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15);
  
        display: block;
    }

    .section-tablet .let-s-get-in-touch-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        width: 100%;
        position: relative;
        flex: 0 0 auto;
    }

    .section-tablet .let-s-get-in-touch {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "Inter-Regular", Helvetica;
        font-weight: 400;
        color: #ffffff;
        font-size: 16px;
        letter-spacing: -0.16px;
        line-height: 19.2px;
        white-space: nowrap;
    }

    .section-tablet .span {
        letter-spacing: -0.03px;
    }

    .section-tablet .placeholder-image {
        position: relative;
        width: 630px;
        height: 579px;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.3);
    }


@media (max-width: 1200px) {
    .section-tablet .layout {
        padding: 30px;
        gap: 60px;
    }

    .section-tablet .component {
        gap: 60px;
    }

    .section-tablet .heading {
        font-size: clamp(28px, 4.5vw, 42px);
    }

    .section-tablet .placeholder-image {
        width: 500px;
        height: 460px;
    }
}

@media (max-width:992px) {
    .section-tablet .component {
        flex-direction: column;
        gap: 40px;
        padding: 28px;
    }

}

@media (max-width: 960px) {
    .section-tablet {
        padding: 60px 0px 50px;
    }

        .section-tablet .layout {
            padding: 20px;
            gap: 40px;
        }

        .section-tablet .container {
            gap: 40px;
            padding: 20px;
        }

        .section-tablet .heading {
            font-size: clamp(24px, 4vw, 36px);
            letter-spacing: -1px;
            text-align: left;
        }

        .section-tablet .text {
            font-size: clamp(14px, 3vw, 16px);
            text-align: left;
        }

        .section-tablet .content {
        align-items: left;
        text-align: left;
    }

        .section-tablet .actions {
            gap: 15px;
            flex-direction: column;
            align-items: left;
            width: 100%;
        }

        .section-tablet .button-wrap {
            gap: 15px;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

        .section-tablet .placeholder-image {
            width: 100%;
            max-width: 400px;
            height: 300px;
        }
}

@media (max-width: 480px) {
    .section-tablet {
        padding: 40px 0px 30px;
    }

        .section-tablet .layout {
            padding: 15px;
            gap: 30px;
        }

        .section-tablet .container {
            gap: 30px;
        }

        .section-tablet .component {
            gap: 30px;
        }

        .section-tablet .heading {
            font-size: clamp(20px, 3.5vw, 28px);
            letter-spacing: -0.8px;
        }

        .section-tablet .text {
            font-size: clamp(13px, 2.8vw, 15px);
            line-height: 1.3;
        }

        .section-tablet .div {
            gap: 20px;
        }

        .section-tablet .content {
            gap: 24px;
        }

        .section-tablet .let-s-get-in-touch {
            font-size: 14px;
            line-height: 16.8px;
        }

        .section-tablet .padding {
            padding: 8px 12px;
        }

        .section-tablet .placeholder-image {
            height: 250px;
        }
}

@media (max-width: 320px) {
    .section-tablet .layout {
        padding: 10px;
    }

    .section-tablet .heading {
        font-size: clamp(18px, 3vw, 24px);
    }

    .section-tablet .actions {
        gap: 10px;
    }

    .section-tablet .button-wrap {
        gap: 10px;
    }
}



.section-features {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0 0 0;
    position: relative;
    box-sizing: border-box;
}

.section-features .v-padding {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18.8px;
    position: relative;
    flex: 0 0 auto;
}







.whyus-section {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
 
    align-items: center;
    padding: 5px;
}

.whyus-section .content {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 50px;
    padding: 0px 60px;
    position: relative;
    width: 100%;
}

.whyus-section .column {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: start;
    justify-content: center;
    gap: 50px;
    position: relative;
}

.whyus-section .image-container {
    flex: 1;
  
}

.whyus-section .image-container .image {
    width: 100%;
    height: auto;
    position: relative;
    object-fit: cover;
}

.whyus-section .text {
    position: relative;
    align-self: stretch;
    text-shadow: 0px 0px 46px #00000054;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: clamp(16px, 2.5vw, 18px);
    letter-spacing: -0.16px;
    line-height: 1.4;
    opacity: 0.9;
}

.whyus-section .image {
    position: relative;
    margin-right: -41.00px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .whyus-section .content {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 0 10px;
        gap: 24px;
        justify-content: center;
        align-items: start;
    }
    
    .whyus-section .column {
        width: 100%;
        gap: 24px;
        align-items: start;
    }
    
    .whyus-section .image-container {
        width: 100%;
    }
    
    .whyus-section .text {
        font-size: 16px;
        text-align: left;
    }
    
    .whyus-section .image {
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}



.learn-how-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: relative;
  }
  
  .learn-how-section .sub-section-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 60px;
    width: 100%;
  }
  
  .learn-how-section .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
    align-items: flex-start;
    position: relative;
  }
  
  .learn-how-section .overlay {
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;
    min-height: 480px;
    max-height: 600px;
  }
  
  .learn-how-section .border {
    position: absolute;
    width: 1300px;
    height: 1088px;
    top: 0;
    left: 0;
    border-radius: 20px;
    border: 1px solid #363955;
  }
  
  .learn-how-section .content-container {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    height: 100%;
  }
  
  .learn-how-section .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    position: relative;
    align-self: stretch;
    width: 100%;

    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
  }
  
  .learn-how-section .content-wrapper.active-step {
    opacity: 1;
  }
  
  .learn-how-section .progress-bar {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 2px;
  }
  
  .learn-how-section .progress-fill {
    position: absolute; 
    top: 0;
    left: 0;
    height: 100%; 
    width: 0;
    background-color: #7577e0;
    border-radius: 2px;
    transition: width 0.1s linear; 
  }
  
  .learn-how-section .content-padding {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 15px 30px;
    align-self: stretch;
    width: 100%;
    align-items: flex-start;
    position: relative;
  }
  
  .learn-how-section .heading-container {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  
  .learn-how-section .heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0.8px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .learn-how-section .text-container {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    width: 100%;
    align-items: flex-start;
    position: relative;
  }
  
  .learn-how-section .heading-text {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--heading-4-font-family);
    font-weight: var(--heading-4-font-weight);
    color: #ffffff;
    font-size: var(--heading-4-font-size);
    letter-spacing: var(--heading-4-letter-spacing);
    line-height: var(--heading-4-line-height);
    white-space: nowrap;
    font-style: var(--heading-4-font-style);
  }
  
  .learn-how-section .body-text {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--regular-font-family);
    font-weight: var(--regular-font-weight);
    color: #ffffff;
    font-size: var(--regular-font-size);
    letter-spacing: var(--regular-letter-spacing);
    line-height: var(--regular-line-height);
    font-style: var(--regular-font-style);
  }
  
 
  .learn-how-section .showcase-card {

    height: 100%;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.5s ease-in-out;
    border-radius: 20px;
  }
  
  @media (max-width: 850px) {
    .learn-how-section .sub-section-container {
      flex-direction: column;
      gap: 0;
      align-items: stretch;
    }
    .learn-how-section .content-container {
      width: 100%;
      min-width: 0;
      height: auto;
    }
    .learn-how-section .container {
      width: 100%;
      padding: 0 10px;
      margin: 0;
    }
    .learn-how-section .showcase-card {
      max-width: 100%;
      width: 100%;
      box-sizing: border-box;
    }
  }
  


.progress-bar {
    width: 100%;
    margin: 30px auto 2rem auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: transparent;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
  }
  

  .progress-bar__track {
    display: flex;
    flex-direction: row; 
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: space-between; 
  }
  

  .progress-bar__step {
    display: flex;
    flex-direction: column; 
    align-items: center;
    position: relative;
    flex: 1; 
    min-width: 80px; 
    z-index: 1;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, color 0.2s ease;
    cursor: pointer;
  }
  

  .progress-bar__circle {
    width: 36px; 
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    z-index: 2;
  }
  

  .progress-bar__step--active .progress-bar__circle {
    background: var(--scompersian-orange);
    border-color: #fff;
    
  }
  

  .progress-bar__circle img {
    width: 20px; 
    height: 20px;
 
    object-fit: contain;
    filter: brightness(1.2); 
    transition: filter 0.3s ease;
  }
  

  .progress-bar__divider {
    position: absolute;
    top: 17px;
    left: 18px;
    right: -18px;
    width: auto;
    height: 3px;
    background: rgba(255,255,255,0.18);
    border-radius: 999px;
    z-index: 0;
  }

  .progress-bar__fill {
    position: absolute;
    top: 17px;
    left: 18px;
    height: 3px;
    background: var(--scompersian-orange);
    border-radius: 999px;
    z-index: 1;
    transition: width 0.3s ease;
  }
  

 
  .progress-bar__label {
    margin-top: 12px;
    font-size: 0.95rem;
    color: #ffffff; 
    text-align: center;
    font-family: var(--inter-regular-font-family);
    font-weight: var(--inter-regular-font-weight);
    letter-spacing: -0.2px;
    opacity: 0.8;
    max-width: 100px; 
    line-height: 1.3;
    
    transition: all 0.3s ease;
  }
  

  .progress-bar__step--active .progress-bar__label {
    color: var(--scompersian-orange); 
    font-weight: var(--inter-semi-bold-font-weight);
    opacity: 1;
  }
  

  @media (max-width: 992px) {
    .progress-bar {
      margin: 30px auto 3rem auto;
      padding: 0 15px;
    }
    .progress-bar__circle {
      width: 32px;
      height: 32px;
    }
    .progress-bar__circle img {
      width: 18px;
      height: 18px;
    }
    .progress-bar__divider {
      left: 16px;
      right: -16px;
    }
    .progress-bar__label {
      font-size: 0.85rem;
      max-width: 90px;
    }
  }
  
  @media (max-width: 768px) {
    .progress-bar {
      margin: 5rem auto 3rem auto;
      padding: 0 10px;
    }
    .progress-bar__circle {
      width: 28px;
      height: 28px;
    }
    .progress-bar__circle img {
      width: 16px;
      height: 16px;
    }
    .progress-bar__divider {
      left: 14px;
      right: -14px;
      top: 13px;
    }
    .progress-bar__label {
      font-size: 0.75rem;
      max-width: 70px;
    }
  }
  
  @media (max-width: 480px) {
    .progress-bar {
      margin: 5rem auto 15px auto;
      padding: 0 5px;
    }
    .progress-bar__circle {
      width: 24px;
      height: 24px;
    }
    .progress-bar__circle img {
      width: 14px;
      height: 14px;
    }
    .progress-bar__divider {
      left: 12px;
      right: -12px;
      top: 11px;
    }
    .progress-bar__label {
      font-size: 0.65rem;
      max-width: 50px;
      margin-top: 8px;
    }
  }

@media (max-width: 830px) {
  .progress-bar__label {
    display: none;
  }
}
  
