.RRp_indo_Hc_img-wrapper {
    background-color: rgba(242, 243, 245, 1); 
    border-radius: 500px;
    width: 100%;
    aspect-ratio: 2.1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.RRp_indo_Hc_img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.RRp_indo_Hc_desc-text {
    color: rgba(9, 37, 58, 0.5);
    font-size:  clamp(0.875rem, 0.7821rem + 0.381vw, 1.125rem);
    line-height: 170%;
    margin: 0;
}

/* Features Section */
.RRp_indo_Hc_features-container {
    margin-top: 4rem;
    border-top: 1px solid rgba(9, 37, 58, 0.14);
    border-bottom: 1px solid rgba(9, 37, 58, 0.14);
}

.RRp_indo_Hc_feature-col {
    padding: 2rem 1rem;
    border-right: 1px solid rgba(9, 37, 58, 0.14);
}


.RRp_indo_Hc_feature-col:last-child {
    border-right: none;
}

.RRp_indo_Hc_feature-title {
    color: rgba(9, 37, 58, 0.8);
    margin-bottom: 1.5rem;
    font-family: Sora;
    font-weight: 400;
    font-size: clamp(1rem, 0.8143rem + 0.7619vw, 1.5rem);
    line-height: 100%;
    letter-spacing: 0%;
}

.RRp_indo_Hc_feature-list {
    color: rgba(9, 37, 58, 0.5);
    padding-left: 1.2rem;
    margin: 0;
    font-family: Inter;
    font-weight: 300;
    font-size: clamp(0.875rem, 0.7821rem + 0.381vw, 1.125rem);
}

.RRp_indo_Hc_feature-list li {
    margin-bottom: 0px;
    line-height: 170%;
}

/* -----------------------------------
    DOWNLOAD BUTTON STYLES
    ----------------------------------- */
.RRp_indo_Hc_download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: rgba(126, 42, 143, 1);
    color: #ffffff;
    font-size: clamp(0.875rem, 0.8286rem + 0.1905vw, 1rem);
    font-weight: 600;
    text-decoration: none;
    padding: 0.5rem 1.75rem;
    border-radius: 500px;
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    transition: all 0.3s ease;
}


.RRp_indo_Hc_download-btn::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, #b744cc, #d15ce0);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.RRp_indo_Hc_download-btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.RRp_indo_Hc_download-btn:hover::before {
    opacity: 1;
}

.RRp_indo_Hc_download-btn svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-tag{
    font-family: "Sora", sans-serif;
    font-weight: 400;
    /* font-size: 20px; */
    font-size:  clamp(0.875rem, 0.7357rem + 0.5714vw, 1.25rem);;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;

}

/* -----------------------------------
    MOBILE & TABLET ADJUSTMENTS 
    ----------------------------------- */
    
@media (max-width: 991px) {
    
    .RRp_indo_Hc_section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    
    .RRp_indo_Hc_main-title {
        
        margin-bottom: 41px;
    }

    
    .RRp_indo_Hc_img-wrapper {
        
        margin-bottom: 2.5rem;
    }

    
    .RRp_indo_Hc_features-container {
        border-top: 1px solid rgba(9, 37, 58, 0.14);
        border-bottom: none;
        border-left: 1px solid rgba(9, 37, 58, 0.14);
        border-right: 1px solid rgba(9, 37, 58, 0.14);
        
            margin-top: 2.5rem;
    }

    .RRp_indo_Hc_feature-col {
        border-right: none;
        border-bottom: 1px solid rgba(9, 37, 58, 0.14);
                padding: 15px 14px;
    }

    /* .RRp_indo_Hc_feature-col:last-child {
        border-bottom: none;
    } */
    .RRp_indo_Hc_desc-text {
    line-height: 150%;
}
}


@media (max-width: 576px) {
    .RRp_indo_Hc_img-wrapper {
        
        border-radius: 200px;
    }
    
}