#hrSupportSystem {
    background: #015FB4;
    padding: 50px 0 58px 0;
    color: #fff;
    position: relative;
    overflow: hidden;    
}

#hrSupportSystem::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 906px;     
    height: 535px;    
    background: #0A2B5A;
    opacity: 0.21;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    pointer-events: none;
    z-index: 0;
}

#hrSupportSystem .container {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    z-index: 1;
}

#hrSupportSystem .section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 27px;
}

#hrSupportSystem .support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

#hrSupportSystem .support-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 28px 0 28px;
    color: #333;
    text-align: left;
    position: relative;
}

#hrSupportSystem .card-title-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 22px;
}

#hrSupportSystem .point-badge {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #CE5F00;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;            
    flex-direction: column; 
    align-items: center;      
    justify-content: center;  
    line-height: 1.2;
    flex-shrink: 0;
}

#hrSupportSystem .point-badge img{
    width: 100%;
}

#hrSupportSystem .point-badge span {
    font-size: 18px;
    font-weight: 700;
}


#hrSupportSystem .card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.53px;
    color: #00334F;
    margin: 0;
}

#hrSupportSystem .card-title span{
    position: relative;
    z-index: 1;
}

#hrSupportSystem .card-title span::after{
    content: "";
    position: absolute;
    height: 7px;
    width: 100%;
    background-color: #FFE190;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 3px;
}

#hrSupportSystem .card-image {
    width: 100%;
    border-radius: 12px;
    margin: 0 0 22px 0;
}

#hrSupportSystem .card-desc {
    font-size: 18px;
    font-weight: 500;
    color: #323333;
    line-height: 1.7;
    margin-top: 0;
    padding: 0 5px 0 9px;
}

#hrSupportSystem .credit {
    font-size: 14px;
    color: #0050C8;
    text-align: right;     
    margin-top: 23px;      
    width: 100%;
    display: block;
    text-decoration: none;
}

@media (max-width: 1399.98px) { 

}

@media (max-width: 1199.98px) { 

}

@media (max-width: 991.98px) {

    #hrSupportSystem {
        padding: 40px 0 40px;
    }

    #hrSupportSystem .section-title {
        font-size: 30px;
        margin-bottom: 24px;
        text-align: left;
        padding-left: 10px;
    }

    #hrSupportSystem .support-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    #hrSupportSystem .card-title {
        font-size: 20px;
    }

    #hrSupportSystem .card-desc {
        font-size: 16px;
        line-height: 1.6;
    }

    #hrSupportSystem .point-badge {
        width: 52px;
        height: 52px;
        font-size: 11px;
    }

    #hrSupportSystem .point-badge span {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {

    #hrSupportSystem {
        padding: 36px 0 36px;
    }

    /* Section title mobile */
    #hrSupportSystem .section-title {
        font-size: 22px;
        margin-bottom: 18px;
        text-align: left;
        padding-left: 4px;
    }

    /* 1 column layout */
    #hrSupportSystem .support-grid {
        grid-template-columns: 1fr !important;
        gap: 22px;
    }

    /* CARD */
    #hrSupportSystem .support-card {
        padding: 20px 20px 0 20px;
        border-radius: 14px;
    }

    /* POINT badge */
    #hrSupportSystem .point-badge {
        width: 48px;
        height: 48px;
        font-size: 10px;
        border-radius: 50%;
    }

    #hrSupportSystem .point-badge span {
        font-size: 15px;
    }

    /* Title */
    #hrSupportSystem .card-title {
        font-size: 18px;
        line-height: 1.5;
    }

    /* Image */
    #hrSupportSystem .card-image {
        margin-bottom: 16px;
        border-radius: 10px;
    }

    /* Description */
    #hrSupportSystem .card-desc {
        font-size: 15px;
        line-height: 1.55;
        padding: 0;
    }

    /* Credit */
    #hrSupportSystem .credit {
        font-size: 12px;
        margin-top: 18px;
    }

    /* Nền diagonal bớt lớn để không che nội dung */
    #hrSupportSystem::before {
        width: 70%;
        height: 300px;
        opacity: 0.18;
    }
}

@media (max-width: 575.98px) {

    #hrSupportSystem {
        padding: 32px 0 32px;
    }

    #hrSupportSystem .section-title {
        font-size: 23px;
        text-align: center;
    }

    #hrSupportSystem .support-card {
        padding: 16px 16px 0 16px;
    }

    #hrSupportSystem .card-title {
        font-size: 17px;
    }

    #hrSupportSystem .card-desc {
        font-size: 16px;
    }

    #hrSupportSystem .point-badge {
        width: 42px;
        height: 42px;
        font-size: 9px;
    }

    #hrSupportSystem .point-badge span {
        font-size: 14px;
    }
}