  .about-btn{
    border: 0;
    color: #FFFFFF;
    border-radius: 16px;
    width: fit-content;
    font-size: clamp(1rem, 0.92rem + 0.4vw, 1.25rem);
    font-weight: 600;
}

.we-exist{
    border-right: 1px solid #F3B9C7;
}

.about-why-title{
    width: 75%;
    max-width: 100%;
}

.about-icon-container{
    background-color: #FDD1DB;
}

/* =========================================
   SECTION ONE - hero
========================================= */
.about-section-one{
    overflow: hidden;
}

.about-section-one .sub-text{
    max-width: 760px;
    margin-inline: auto;
}

.about-hero-img{
    width: 100%;
    max-width: 900px;
    height: auto;
}

/* =========================================
   STEPS TIMELINE (fluid - line auto-spans first to last circle)
========================================= */
.steps {
    position: relative;
}

/* Connecting line */
.steps::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 26px;
    bottom: 26px;
    width: 2px;
    background: #ff1744;
}

/* Each step */
.step {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-bottom: 2.5rem;
}

.step:last-child{
    padding-bottom: 0;
}

/* Number circle */
.step-number {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border: 2px solid #ff1744;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #ff1744;
    font-size: 23px;
    font-weight: 400;
}

/* Text */
.step-content {
    padding-left: 40px;
}

.step-content h3 {
    margin: 4px 0 10px;
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem);
    line-height: 1.1;
    color: #1d1d1f;
}

.step-content p {
    margin: 0;
    max-width: 400px;
    font-size: clamp(1rem, 0.92rem + 0.4vw, 1.25rem);
    line-height: 1.35;
    color: #747b8c;
}

.about-promise{
    max-width: 760px;
    margin-inline: auto;
}

/* =========================================
   SECTION FIVE - reuses safety sec3/sec5 classes for visuals;
   only alignment + tab button-row fixes live here
========================================= */
.about-section-three{
    overflow: hidden;
    padding-bottom: 3rem;
}

/* kill the ms-5 offset so the two columns fit side-by-side */
.about-section-three .about-sec5-right{
    margin-left: 0 !important;
}

/* image column touches the bottom border on every screen
   (section padding + negative margin = overflow look) */
.about-section-three .sec3-blob-wrapper{
    margin-bottom: -3rem;
}

/* desktop breathing room between image + text (gutter-safe) */
@media (min-width: 992px){
    .about-section-three .about-sec5-right{
        padding-left: 3rem;
    }
}

.about-sec5-title{
    font-size: clamp(1.4rem, 1.1rem + 1.5vw, 2.25rem);
    line-height: 1.2;
}

/* =========================================
   TABLET 768px - 991.98px
========================================= */
@media (max-width: 991.98px){
    .about-why-title{
        width: 100%;
    }
    .we-exist{
        border-right: 0;
        border-bottom: 1px solid #F3B9C7;
        padding-bottom: 1.5rem;
        text-align: center;
    }
    .about-belief-body{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-belief-body .icon-container{
        width: 72px;
        height: 72px;
        margin-inline: auto;
    }
}

/* Tab side-by-side (sec5): keep desktop end-alignment + single button row */
@media (min-width: 768px) and (max-width: 991.98px){
    /* .about-section-three .about-sec5-right{
        text-align: right !important;
        align-items: flex-end !important;
    } */
    .about-section-three .about-sec5-right .app-buttons{
        justify-content: flex-end !important;
        flex-wrap: nowrap !important;
        gap: 8px;
    }
    .about-section-three .app-button{
        width: auto;
        flex: 1 1 0;
        min-width: 0;
        padding: 8px 10px;
        gap: 8px;
    }
    .about-section-three .app-button-icon{
        width: 24px;
        height: 28px;
    }
    .about-section-three .app-btn-content p{
        font-size: 16px;
    }
    .step-number{
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
    .steps::before{
        left: 23px;
        top: 23px;
        bottom: 23px;
    }
}

/* =========================================
   MOBILE < 768px
========================================= */
@media (max-width: 767.98px){
    /* section five stacks centered, no sideways overflow */
    .about-section-three{
        padding-bottom: 2.5rem;
    }
    .about-section-three .about-sec5-right{
        align-items: center !important;
        text-align: center;
    }
    .about-section-three .sec3-blob-wrapper{
        margin-bottom: -2.5rem;
    }
    .about-hero-img{
        max-width: 100%;
    }
    .about-belief-body .icon-container{
        width: 64px;
        height: 64px;
    }
    .step{
        padding-bottom: 2rem;
    }
    .step-number{
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    .steps::before{
        left: 21px;
        top: 21px;
        bottom: 21px;
    }
    .step-content{
        padding-left: 1.25rem;
    }
    .step-content p{
        max-width: 100%;
    }
}

/* =========================================
   VERY SMALL MOBILE < 400px
========================================= */
@media (max-width: 399.98px){
    .step-content{
        padding-left: 1rem;
    }
}
