.contaier-packages {
    width: 144rem;
    height: 147.8rem;
    padding: 9.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tittle-packages {
    width: 100%;
    height: 16.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.tittle-packages h1 {
    font-size: 3.2rem;
}

.tittle-packages p {
    font-size: 1.8rem;
    width: 70rem;
    text-align: center;
    color: #475467;

}


.table-packages {
    width: 124.8rem;
    height: 105.6rem;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 0.1rem solid rgba(2, 123, 255, 0.1);
    border-radius: 2rem;
    box-shadow: 0 8px 32px rgba(2, 123, 255, 0.08), 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
}

.title-tbl-packages {
    width: 124.8rem;
    height: 9.6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.title-tbl-packages h1 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 5.6rem;
    color: #21164C;
}

.title-detail-tbl-packages {
    width: 76rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.title-detail-tbl-packages h2 {
    width: 15.2rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.detail-row {
    width: 124.8rem;
    height: 9.6rem;
    display: flex;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    justify-content: space-between;
    align-items: center;
}

.right-detail-row {
    width: 76rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.right-detail-row p {
    width: 15.2rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.row-active-bgr {
    background-color: #F9FAFB;
    border-top: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0;
}

.title-color {
    color: #375DFA;
}

.right-detail-row i.fa-check {
    color: #FF82F9;
    margin-right: 0.6rem;
}

.detail-row h1 {
    font-size: 1.8rem;
    font-weight: 500;
}

@media (max-width:768px) {

    .contaier-packages {
        width: 100%;
        height: auto;
        padding: 4.8rem 1.6rem;
        gap: 3.2rem;
    }

    .tittle-packages {
        width: 100%;
        height: auto;
        gap: 1.2rem;
    }

    .tittle-packages h1 {
        font-size: 2.2rem;
        line-height: 1.3;
    }

    .tittle-packages p {
        font-size: 1.5rem;
        width: 100%;
        line-height: 1.4;
    }

    .table-packages {
        width: 100%;
        height: auto;
        gap: 0;
        border-radius: 1.2rem;
    }

    .title-tbl-packages {
        padding: 0;
        height: auto;
    }

    .title-tbl-packages h1 {
        display: none;
    }

    .title-detail-tbl-packages {
        display: none;
    }

    .detail-row {
        width: 100%;
        height: auto;
        padding: 2rem 1.2rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
        border-bottom: 1px solid #EAECF0;
    }

    .detail-row h1 {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 700;
        color: #0066db;
        background: #f0f7ff;
        padding: 0.8rem 1.2rem;
        border-radius: 0.6rem;
        margin-bottom: 0.4rem;
    }

    .right-detail-row {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        padding: 0 0.4rem;
    }

    .right-detail-row p {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.4rem;
        color: #475467;
        padding: 0.6rem 0;
        border-bottom: 1px dashed #f2f4f7;
        text-align: right;
    }

    .right-detail-row p:last-child {
        border-bottom: none;
    }

    .right-detail-row p::before {
        font-weight: 600;
        color: #344054;
        font-size: 1.3rem;
    }

    .right-detail-row p:nth-child(1)::before { content: "Mua lẻ"; }
    .right-detail-row p:nth-child(2)::before { content: "Khởi nghiệp"; }
    .right-detail-row p:nth-child(3)::before { content: "Phổ biến"; }
    .right-detail-row p:nth-child(4)::before { content: "Nâng cao"; }
    .right-detail-row p:nth-child(5)::before { content: "Cao cấp"; }
}