.homegt-section {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
    background: linear-gradient(135deg, rgba(4, 38, 78, 0.96) 0%, rgba(0, 119, 188, 0.88) 100%), url(/Design/img/HungThinh/home-banner-bg.png) center/cover no-repeat;
    isolation: isolate;
}

    .homegt-section:before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 18px);
        opacity: 0.22;
        pointer-events: none;
        z-index: 0;
    }

    .homegt-section:after {
        content: "";
        position: absolute;
        inset: auto -12% -42% -12%;
        height: 58%;
        background: linear-gradient(90deg, rgba(246, 191, 66, 0.18), rgba(255, 255, 255, 0.08), rgba(0, 168, 249, 0.18));
        transform: skewY(-4deg);
        pointer-events: none;
        z-index: 0;
    }

    .homegt-section .homegt-container {
        position: relative;
        z-index: 1;
        max-width: 100%;
        padding: 0 10px;
        margin: 0 auto;
    }

.homegt-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.35fr);
    gap: 34px;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(2, 29, 58, 0.72);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    animation: homegtFadeUp 0.75s ease both;
}

.homegt-content {
    position: relative;
    color: #fff;
}

.homegt-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;
}

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

.homegt-content h2 {
    margin: 0;
    color: #fff;
    font-family: 'MonEB';
    font-size: 30px;
    font-weight: normal;
    line-height: 1.22;
    text-transform: uppercase;
    text-align: justify;
}

.homegt-content p {
    max-width: 520px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-family: 'monM';
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}

.homegt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.homegt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 158px;
    height: 48px;
    padding: 0 20px;
    border-radius: 6px;
    font-family: 'monSB';
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

    .homegt-btn:hover {
        transform: translateY(-3px);
    }

.homegt-btn-primary {
    color: #10243d;
    background: #f6bf42;
    box-shadow: 0 12px 26px rgba(246, 191, 66, 0.28);
}

    .homegt-btn-primary:hover {
        color: #10243d;
        background: #ffd875;
        box-shadow: 0 16px 34px rgba(246, 191, 66, 0.36);
    }

.homegt-btn-outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.08);
}

    .homegt-btn-outline:hover {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.78);
        background: rgba(255, 255, 255, 0.16);
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    }

.homegt-section .flex_tieuchi3 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: none;
    margin: 0;
    padding: 0;
    justify-content: initial;
}

.homegt-section .tieuchi2_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 178px;
    width: auto;
    height: auto;
    padding: 22px;
    overflow: hidden;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 16px 36px rgba(0, 0, 0, 0.16);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
    animation: homegtFadeUp 0.75s ease both;
}

    .homegt-section .tieuchi2_content:nth-child(2) {
        animation-delay: 0.08s;
    }

    .homegt-section .tieuchi2_content:nth-child(3) {
        animation-delay: 0.16s;
    }

    .homegt-section .tieuchi2_content:nth-child(4) {
        animation-delay: 0.24s;
    }

    .homegt-section .tieuchi2_content:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(246, 191, 66, 0.22) 0%, rgba(246, 191, 66, 0) 46%);
        opacity: 0;
        transition: opacity 0.35s ease;
        pointer-events: none;
    }

    .homegt-section .tieuchi2_content:after {
        content: "";
        position: absolute;
        top: 0;
        left: 22px;
        right: 22px;
        height: 3px;
        border-radius: 0 0 8px 8px;
        background: linear-gradient(90deg, #f6bf42, #00a8f9);
    }

    .homegt-section .tieuchi2_content:hover {
        transform: translateY(-7px);
        border-color: rgba(246, 191, 66, 0.55);
        background: linear-gradient(160deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.1) 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 22px 46px rgba(0, 0, 0, 0.22);
    }

        .homegt-section .tieuchi2_content:hover:before {
            opacity: 1;
        }

.homegt-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    border-radius: 8px;
    background: rgba(0, 168, 249, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    transition: background 0.35s ease, transform 0.35s ease;
}

.homegt-section .tieuchi2_content:hover .homegt-icon {
    transform: translateY(-2px);
    background: rgba(246, 191, 66, 0.22);
}

.homegt-section .homegt-icon img,
.homegt-section .homegt-icon svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 34px;
    max-width: 34px;
    max-height: 34px;
    height: auto !important;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.homegt-section .tieuchi2_content:hover .homegt-icon img,
.homegt-section .tieuchi2_content:hover .homegt-icon svg {
    transform: scale(1.1);
}

.homegt-section .tieuchi2_content p {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    margin: 0 0 8px;
    color: #fff;
    font-family: 'MonEB';
    font-size: 38px;
    font-weight: normal;
    line-height: 1;
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

    .homegt-section .tieuchi2_content p span:first-child:not(.counter),
    .homegt-section .tieuchi2_content p span:last-child:not(.counter) {
        color: #f6bf42;
    }

.homegt-section .tieuchi2_content h3 {
    position: relative;
    z-index: 1;
    max-width: 252px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: 'monSB';
    font-size: 14px;
    font-weight: normal;
    line-height: 1.45;
    text-transform: uppercase;
}

@keyframes homegtFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width: 1023px) {
    .homegt-section {
        padding: 48px 0;
    }

    .homegt-panel {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 26px;
    }

    .homegt-content h2 {
        font-size: 30px;
    }

    .homegt-content p {
        max-width: 100%;
        font-size: 15px;
    }

    .homegt-section .tieuchi2_content {
        min-height: 164px;
    }
}

@media(max-width: 739px) {
    .homegt-section {
        padding: 34px 0;
    }

    .homegt-panel {
        gap: 22px;
        padding: 18px;
        border-radius: 8px;
    }

    .homegt-eyebrow {
        margin-bottom: 10px;
        font-size: 12px;
    }

        .homegt-eyebrow:before {
            width: 26px;
        }

    .homegt-content h2 {
        font-size: 20px;
        line-height: 1.28;
        text-align: justify;
    }

    .homegt-content p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.65;
        text-align: justify;
    }

    .homegt-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 18px;
    }

    .homegt-btn {
        min-width: 0;
        height: 42px;
        padding: 0 10px;
        font-size: 12px;
    }

    .homegt-section .flex_tieuchi3 {
        gap: 10px;
    }

    .homegt-section .tieuchi2_content {
        min-height: 148px;
        padding: 16px;
    }

        .homegt-section .tieuchi2_content:after {
            left: 16px;
            right: 16px;
        }

    .homegt-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 12px;
    }

    .homegt-section .homegt-icon img,
    .homegt-section .homegt-icon svg {
        width: 29px;
        max-width: 29px;
        max-height: 29px;
    }

    .homegt-section .tieuchi2_content p {
        margin-bottom: 7px;
        font-size: 22px;
    }

    .homegt-section .tieuchi2_content h3 {
        max-width: 100%;
        font-size: 12px;
        line-height: 1.35;
    }
}

@media(max-width: 360px) {
    .homegt-actions,
    .homegt-section .flex_tieuchi3 {
        grid-template-columns: 1fr;
    }
}

@media(prefers-reduced-motion: reduce) {
    .homegt-panel,
    .homegt-section .tieuchi2_content {
        animation: none;
    }

    .homegt-btn,
    .homegt-section .tieuchi2_content,
    .homegt-icon,
    .homegt-section .homegt-icon img,
    .homegt-section .homegt-icon svg {
        transition: none;
    }
}
