.home-about-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 48%, #eef7ff 100%), url(/Design/img/HungThinh/bb.jpg) center/cover no-repeat;
    isolation: isolate;
}

    .home-about-section:before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(90deg, rgba(0, 168, 249, 0.08) 1px, transparent 1px), linear-gradient(180deg, rgba(0, 168, 249, 0.08) 1px, transparent 1px);
        background-size: 46px 46px;
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 78%, transparent 100%);
        mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 78%, transparent 100%);
        opacity: 0.38;
        pointer-events: none;
        z-index: 0;
    }

    .home-about-section .grid.wide {
        position: relative;
        z-index: 1;
    }

.home-about-shell {
    padding: 0 10px;
}

.home-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 54px;
    align-items: center;
}

.home-about-content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.home-about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #f6bf42;
    font-family: 'monSB';
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
}

    .home-about-eyebrow:before {
        content: "";
        width: 34px;
        height: 2px;
        border-radius: 8px;
        background: #f6bf42;
    }

.home-about-title {
    position: relative;
    max-width: 660px;
    margin: 0;
    color: #07305d;
    font-family: 'MonEB';
    font-size: 42px;
    font-weight: normal;
    line-height: 1.4;
    text-transform: uppercase;
}

    .home-about-title:after {
        content: "";
        display: block;
        width: 120px;
        height: 3px;
        margin-top: 16px;
        border-radius: 8px;
        background: linear-gradient(90deg, #f6bf42, #00a8f9);
    }

.home-about-description {
    max-width: 650px;
    margin-top: 20px;
    padding: 0;
}

    .home-about-description section,
    .home-about-description section p,
    .home-about-description section span,
    .home-about-description section div {
        color: #40546a;
        font-family: 'monM';
        font-size: 15px;
        line-height: 1.76;
    }

    .home-about-description section {
        display: -webkit-box;
        overflow: hidden;
        text-align: justify;
        text-overflow: ellipsis;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

.home-about-strengths {
    margin: 24px 0 0;
}

    .home-about-strengths ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin: 0;
        padding: 0;
    }

        .home-about-strengths ul li {
            position: relative;
            display: flex;
            align-items: center;
            min-height: 76px;
            padding: 14px;
            overflow: hidden;
            list-style: none;
            border: 1px solid rgba(0, 168, 249, 0.14);
            border-radius: 8px;
            color: #07305d;
            background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 14px 34px rgba(13, 60, 109, 0.08);
            font-family: 'monSB';
            font-size: 14px;
            line-height: 1.35;
            transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
        }

            .home-about-strengths ul li:before {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(90deg, rgba(0, 168, 249, 0.08), rgba(246, 191, 66, 0.08));
                opacity: 0;
                transition: opacity 0.35s ease;
            }

            .home-about-strengths ul li svg {
                position: relative;
                z-index: 1;
                flex: 0 0 34px;
                width: 34px;
                height: 34px;
                margin-right: 9px;
                border-radius: 50%;
                box-shadow: 0 8px 18px rgba(4, 92, 169, 0.16);
            }

            .home-about-strengths ul li span,
            .home-about-strengths ul li {
                position: relative;
                z-index: 1;
            }

                .home-about-strengths ul li:hover {
                    border-color: rgba(246, 191, 66, 0.42);
                    box-shadow: 0 22px 46px rgba(13, 60, 109, 0.14);
                    transform: translateY(-5px);
                }

                    .home-about-strengths ul li:hover:before {
                        opacity: 1;
                    }

.home-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 26px;
}

.home-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    height: 48px;
    padding: 0 18px;
    border-radius: 6px;
    font-family: 'monSB';
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    transition: transform 0.32s ease, color 0.32s ease, background 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

    .home-about-btn span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
    }

.home-about-btn-primary {
    color: #10243d;
    background: #f6bf42;
    box-shadow: 0 14px 30px rgba(246, 191, 66, 0.26);
}

    .home-about-btn-primary:hover {
        color: #10243d;
        background: #ffd875;
        box-shadow: 0 18px 38px rgba(246, 191, 66, 0.34);
        transform: translateY(-3px);
    }

.home-about-btn-outline {
    color: #045ca9;
    border: 1px solid rgba(4, 92, 169, 0.22);
    background: #fff;
}

    .home-about-btn-outline:hover {
        color: #fff;
        border-color: #045ca9;
        background: #045ca9;
        box-shadow: 0 18px 38px rgba(4, 92, 169, 0.22);
        transform: translateY(-3px);
    }

    .home-about-btn-outline .decor-book-icon {
        width: 22px;
        height: 22px;
    }

        .home-about-btn-outline .decor-book-icon img {
            display: block;
            width: 100%;
            height: 100% !important;
            object-fit: contain;
            transition: filter 0.32s ease;
        }

    .home-about-btn-outline:hover .decor-book-icon img {
        filter: brightness(0) invert(1);
    }

.home-about-gallery {
    position: relative;
    min-width: 0;
    width: auto;
    margin: 0;
    padding: 18px 18px 76px 0;
}

.home-about-main-img,
.home-about-sub-img {
    overflow: hidden;
    border-radius: 8px;
    background: #eaf4fb;
    box-shadow: 0 24px 58px rgba(13, 60, 109, 0.16);
}

.home-about-main-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 5.35;
}

.home-about-sub-img {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 46%;
    height: auto;
    aspect-ratio: 1 / 0.9;
    border: 6px solid #fff;
}

    .home-about-main-img a,
    .home-about-sub-img a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 8px;
    }

        .home-about-main-img a:before,
        .home-about-sub-img a:before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background: linear-gradient(180deg, rgba(3, 30, 61, 0.04), rgba(3, 30, 61, 0.26));
            opacity: 0;
            transition: opacity 0.35s ease;
        }

    .home-about-main-img img,
    .home-about-sub-img img {
        display: block;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        border-radius: 8px;
        transition: transform 0.65s ease, filter 0.65s ease;
    }

    .home-about-main-img:hover a:before,
    .home-about-sub-img:hover a:before {
        opacity: 1;
    }

    .home-about-main-img:hover img,
    .home-about-sub-img:hover img {
        filter: saturate(1.06) contrast(1.04);
        transform: scale(1.06);
    }

.home-about-badge {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 236px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #045ca9 0%, #00a8f9 100%);
    box-shadow: 0 18px 40px rgba(4, 92, 169, 0.24);
}

    .home-about-badge strong {
        color: #f6bf42;
        font-family: 'MonEB';
        font-size: 34px;
        font-weight: normal;
        line-height: 1;
    }

    .home-about-badge span {
        font-family: 'monSB';
        font-size: 12px;
        line-height: 1.35;
        text-transform: uppercase;
    }

@media(max-width: 1023px) {
    .home-about-section {
        padding: 56px 0;
    }

    .home-about-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .home-about-content {
        width: 100%;
        margin: 0;
    }

    .home-about-title {
        max-width: 100%;
        font-size: 32px;
    }

    .home-about-description {
        max-width: 100%;
    }

        .home-about-description section {
            -webkit-line-clamp: 6;
        }

    .home-about-gallery {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
        padding-right: 0;
    }

    .home-about-main-img {
        aspect-ratio: auto;
    }
}

@media(max-width: 739px) {
    .home-about-section {
        padding: 38px 0;
    }

    .home-about-shell {
        padding: 0 12px;
    }

    .home-about-layout {
        gap: 24px;
    }

    .home-about-eyebrow {
        margin-bottom: 9px;
        font-size: 12px;
    }

        .home-about-eyebrow:before {
            width: 26px;
        }

    .home-about-title {
        font-size: 24px;
        line-height: 1.5;
    }

        .home-about-title:after {
            width: 90px;
            margin-top: 12px;
        }

    .home-about-description {
        margin-top: 15px;
    }

        .home-about-description section,
        .home-about-description section p,
        .home-about-description section span,
        .home-about-description section div {
            font-size: 14px;
            line-height: 1.68;
        }

        .home-about-description section {
            -webkit-line-clamp: 7;
        }

    .home-about-strengths {
        margin-top: 18px;
    }

        .home-about-strengths ul {
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }

            .home-about-strengths ul li {
                min-height: 62px;
                padding: 12px;
                font-size: 12px;
            }

    .home-about-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 20px;
    }

    .home-about-btn {
        width: 100%;
        min-width: 0;
        height: 43px;
        font-size: 12px;
        padding: 0 7px;
    }

    .home-about-gallery {
        padding-bottom: 58px;
    }

    .home-about-main-img {
        aspect-ratio: auto;
    }

    .home-about-sub-img {
        width: 48%;
        border-width: 4px;
    }

    .home-about-badge {
        bottom: 18px;
        max-width: 205px;
        padding: 11px 12px;
    }

        .home-about-badge strong {
            font-size: 27px;
        }

        .home-about-badge span {
            font-size: 11px;
        }
}

@media(max-width: 400px) {
    .home-about-title {
        font-size: 21px;
    }

    .home-about-gallery {
        padding-bottom: 0;
    }

    .home-about-sub-img,
    .home-about-badge {
        display: none;
    }
}

@media(prefers-reduced-motion: reduce) {
    .home-about-strengths ul li,
    .home-about-strengths ul li:before,
    .home-about-btn,
    .home-about-btn-outline .decor-book-icon img,
    .home-about-main-img a:before,
    .home-about-sub-img a:before,
    .home-about-main-img img,
    .home-about-sub-img img {
        transition: none;
    }
}
