/* base color gradient AI */
/* background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    background-clip: text;
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; */
/* end base color gradient AI */
.live-chat {
    display: none !important;
}
.live-chat-mobile {
    display: none !important;
}
.footer {
    display: none;
}

#zalo-vr, .BackTop {
    display: none !important;
}

.hotline-quick-access {
    display: none;
} 
.op-scene video {
    margin-top: 0;
}
/* base button styles */
.product-action-buttons {
    /* box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05); */
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 64px;
}

.product-btn-primary {
    min-width: 140px;
    padding: 14px 24px;
    background: linear-gradient(76deg, #1B49F5 0%, #5993FF 100%);
    overflow: unset;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 4px;
    position: relative;
}

.product-btn-text-white {
    /* padding: 0 2px; */
    text-align: center;
    color: white !important;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.product-btn-outline {
    border: 2px solid #1B49F5;
    min-width: 150px;
    padding: 12px 24px;
    border-radius: 12px;
    outline: 2px #1B49F5 solid !important;
    /* outline-offset: -2px; */
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: linear-gradient(244deg, var(--Base-White, #FFF) 10.19%, var(--Brand-25, #F8FAFF) 105.78%);
}

.product-btn-outline .product-icon-box {
    width: 20px;
    overflow: hidden;
    opacity: 1;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.product-btn-outline:hover .product-icon-box {
    transform: translateX(4px);
}

.hero-block a.product-btn-outline {
    width: 319px;
    margin: 0 auto;
}

.product-btn-outline-icon {
    min-width: 140px;
    padding: 12px 24px 12px 24px;
    background: white;
    border-radius: 12px;
    outline-offset: -2px;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 2px solid var(--Base-Transparens-white-60, rgba(255, 255, 255, 0.60));
    box-shadow: 0 8px 30px -6px rgba(116, 135, 255, 0.05), 0 8px 30px -4px rgba(10, 27, 137, 0.03);
}

.product-btn-outline-icon .product-icon-box {
    transition: transform 0.3s ease;
}

.product-btn-outline-icon:hover .product-icon-box {
    transform: translateX(4px);
}

.product-btn-outline-icon--quote {
    padding: 14px 24px 14px 24px;
}

.product-btn-text-brand {
    text-align: center;
    color: #1B49F5;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.product-icon-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.product-icon-box {
    width: 20px;
    height: 20px;
}

.product-icon-arrow {
    width: 24px;
    height: 24px;
}

/* end base button styles */
/*banner change  */
.td-header-wrap .td-header-menu-wrap-full {
    position: relative;
}

.wrap-page-content {
    position: relative;
}

@media (min-width: 1100px) {
    .container {
        width: 1310px;
    }
}

.td-theme-wrap .footer {
    display: none;
}

.td-page-content {
    padding: unset;
}

/* section banner */
.title-form-head {
    color: var(--Text-Secondary, #252B37);
    text-align: center;
    /* Title 2/Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--Line-height-m, 28px);
    /* 140% */
    letter-spacing: var(--Letter-spacing-None, 0);
    margin: 0 auto;
}

.product-hero-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 64px;
    padding-top: 120px;
    background: url(/sites/amis/images/pages/ketoan/bg-banner.webp);
    background-position: center;
    background-size: cover;
    height: 1141px;
}

.product-content-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* gap: 42px; */
    position: relative;
    /* margin-top: 116px; */
}

.product-text-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.product-heading-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.heading-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.product-title-row {
    display: block;
}

.title-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 64px;
}

.product-title-text {
    text-align: center;
    color: #181D27;
    font-size: 54px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.product-title-highlight {
    text-align: center;
    font-size: 54px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.subtitle-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    /* max-width: 660px; */
}

/* section ai accounting features with checkmarks */
.ai-features-container {
    width: 100%;
    justify-content: start;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    max-width: 660px;
    column-gap: 32px;
    row-gap: 12px;
    display: grid;
    grid-template-columns: 291px 338px;
}

.ai-feature-item {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.ai-feature-icon-wrapper {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.ai-feature-icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ai-feature-text {
    color: #252B37;
    font-size: 16px;
    font-family: 'Inter';
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
}

/* end section ai accounting features with checkmarks */
.subtitle-text {
    text-align: center;
    color: #252B37;
    font-size: 24px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
}

.subtitle-highlight {
    text-align: center;
    font-size: 24px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.subtitle-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* tooltip ai agent note */
.tooltip-ai-agent {
    position: absolute;
    top: calc(100% + 8px);
    left: 564%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}

.subtitle-icon:hover .tooltip-ai-agent {
    opacity: 1;
    visibility: visible;
}

.tooltip-ai-agent-content {
    width: 318px;
    padding: 12px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 4px 24px rgba(10, 27, 137, 0.15);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.tooltip-ai-agent-text {
    width: 294px;
    color: #101828;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
}

/* Arrow cho tooltip */
.tooltip-ai-agent::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 37px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}

/* end tooltip ai agent note */
.icon-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #3990FF;
}

.product-description {
    width: 888px;
    text-align: center;
    color: #374151;
    font-size: 20px;
    font-family: Inter, sans-serif;
    line-height: 32px;
    word-wrap: break-word;
}

/* section product hero banner form */
.product-hero-banner-section {
    display: flex;
    justify-content: space-around;
    gap: 24px;
    align-items: start;
    /* margin-top: 42px; */
    width: 100%;
    margin-bottom: 108px;
    position: relative;
}

.product-hero-banner-image {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* container chua 6 anh op, can chinh chieu cao theo anh nen (op-1) */
.op-scene {
    position: relative;
    /* width: 100%; */
    /* TODO: chinh height = chieu cao thuc cua op-1 */
    /* height: 480px; */
}

/* anh banner mobile: an tren PC, hien tren mobile */
.op-banner-mobile {
    display: none;
}

/* base cho tat ca anh op: mac dinh an, absolute de xep chong */
.op-img {
    position: absolute;
    opacity: 0;
    border-radius: 12px;
    display: block;
}

/* ================================
   HUONG DAN CHINH TOA DO VA ANIMATION
   ================================
   Moi anh op-img-N co:
     - top / right / bottom / left : toa do (px hoac %)
     - width                        : kich thuoc
     - animation-name               : ten keyframe (xem cuoi file)
         + op-fade-in               -> dung yen, ro dan
         + op-fly-in-left           -> bay tu trai vao, ro dan
         + op-fly-in-right          -> bay tu phai vao, ro dan
         + op-fly-in-top            -> bay tu tren xuong, ro dan
         + op-fly-in-bottom         -> bay tu duoi len, ro dan
     - animation-delay              : delay truoc khi bat dau (ms)
     - animation-duration           : toc do xuat hien (mac dinh 0.6s)
   ================================ */
/* --- op-1: dung yen, hien dan sau 0.5s --- */
.op-img-1 {
    top: 0;
    left: 0;
    width: 100%;
    animation: op-fade-in 0.6s ease forwards;
    animation-delay: 500ms;
}

/* --- op-2: dung yen, hien dan cung luc voi op-1 --- */
.op-img-2 {
    bottom: 76px;
    right: 19px;
    width: 388px;
    animation: op-fade-in 0.5s ease forwards;
    animation-delay: 500ms;
}

/* --- op-3: bay tu goc trai ben duoi len, sau 2.2s --- */
.op-img-3 {
    bottom: -82px;
    left: -20px;
    width: 360px;
    animation: op-fly-in-bottom-left 0.6s ease forwards;
    animation-delay: 1000ms;
}

/* --- op-4: bay tu goc phai ben duoi len, cung luc voi op-3 --- */
.op-img-4 {
    bottom: -130px;
    right: -73px;
    width: 559px;
    animation: op-fly-in-bottom-right 0.6s ease forwards;
    animation-delay: 1000ms;
}

/* --- op-5: dung yen, hien dan sau 3.8s --- */
.op-img-5 {
    top: 211px;
    left: 250px;
    width: 280px;
    animation: op-fade-in 0.5s ease forwards;
    animation-delay: 1200ms;
}

/* card op-5: layout ngang - icon + text */
.op-card-5 {
    padding: 11.80px;
    background: white;
    box-shadow: 0px 3.93px 11.80px rgba(0, 0, 0, 0.04);
    border-radius: 15.74px;
    outline: 1.97px solid white;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 11.80px;
    width: fit-content;
}

/* icon tron xanh */
.op-card-5-icon {
    width: 47.21px;
    height: 47.21px;
    padding: 9.84px;
    background: #EAF8EF;
    border-radius: 97.37px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;
}

.op-card-5-icon img {
    width: 31.47px;
    height: 31.47px;
    display: block;
    border-radius: 0;
    position: static;
    opacity: 1;
}

/* phan text */
.op-card-5-body {
    width: 196.71px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.97px;
}

.op-card-5-label {
    color: #1F1F1F;
    font-size: 12.79px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 17.70px;
}

.op-card-5-value {
    color: #0E9A62;
    font-size: 15.74px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 21.64px;
}

/* --- op-6: dung yen, hien dan cung luc voi op-5 --- */
.op-img-6 {
    top: 303px;
    left: 250px;
    width: 160px;
    animation: op-fade-in 0.5s ease forwards;
    animation-delay: 1200ms;
}

/* ================================
   KEYFRAMES ANIMATION
   De doi loai animation cho 1 anh, chi can thay animation-name
   ================================ */
/* dung yen, chi ro dan */
@keyframes op-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* bay tu trai sang phai, ro dan */
/* offset-x: khoang cach bay (px), tang len neu muon bay xa hon */
@keyframes op-fly-in-left {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

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

/* bay tu phai sang trai, ro dan */
@keyframes op-fly-in-right {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

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

/* bay tu tren xuong, ro dan */
@keyframes op-fly-in-top {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

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

/* bay tu goc trai ben duoi len (diagonal) */
@keyframes op-fly-in-bottom-left {
    from {
        opacity: 0;
        transform: translate(-30px, 40px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* bay tu goc phai ben duoi len (diagonal) */
@keyframes op-fly-in-bottom-right {
    from {
        opacity: 0;
        transform: translate(30px, 40px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.product-hero-form-border {
    padding: 3px;
    background-color: aliceblue;
    box-shadow: 0 0 2.877px 0 #FFF inset, 0 3.836px 9.59px 0 rgba(210, 206, 227, 0.16);
    border-radius: var(--radius-3xl, 24px);
    background: linear-gradient(217deg, rgba(89, 147, 255, 0.40) 0%, rgba(115, 226, 163, 0.40) 100%);
}

.product-hero-form-placeholder {
    min-width: 515px;
    min-height: 400px;
    max-width: 515px;
    border-radius: var(--radius-3xl, 21px);
    background: #fff;
    /* box-shadow: 0 0 2.877px 0 #FFF inset, 0 3.836px 9.59px 0 rgba(210, 206, 227, 0.16); */
    backdrop-filter: blur(8px);
    display: flex;
    /* width: 515px; */
    padding: var(--space-32, 32px) var(--space-40, 40px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* gap: var(--space-24, 24px); */
}

/* end section crm hero banner form */
@media (max-width: 979px) {
    .title-flex {
        display: block;
        max-width: 354px;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    /* responsive ai accounting features */
    .ai-features-container {
        gap: 16px;
        flex-direction: column;
        grid-template-columns: 1fr;
        max-width: 332px;
    }

    .ai-feature-text {
        font-size: 16px;
        line-height: 24px;
    }

    .ai-feature-icon-wrapper {
        width: 20px;
        height: 20px;
    }

    /* end responsive ai accounting features */
    .tooltip-ai-agent::before {
        left: 150px;
    }

    .tooltip-ai-agent {
        width: auto;
        left: -384%;
    }

    .subtitle-icon {
        display: unset;
    }

    .subtitle-highlight {
    }

    .subtitle-text {
        font-size: 20px;
    }

    .subtitle-row {
        font-size: 23px;
        display: block;
        max-width: 308px;
        text-align: center;
    }

    .product-hero-banner-image img {
        position: unset;
    }

    /* op-scene responsive: giam chieu cao */
    .op-scene {
        height: auto;
    }.op-scene video{
        width: 100%;
    }
    /* an tat ca anh op co animation, hien anh banner tinh */
    .op-img {
        display: none !important;
    }

    .op-banner-mobile {
        display: block;
        position: static;
        width: 100%;
        opacity: 1;
        border-radius: 12px;
    }

    .op-img-1 {
        width: 100%;
    }

    .product-hero-container {
        gap: 32px;
        padding-top: 50px;
        height: auto;
    }

    .product-content-wrapper {
        gap: 32px;
        width: 100%;
    }

    .product-text-section {
        gap: 24px;
        width: 100%;
    }

    .product-heading-group {
        gap: 16px;
    }

    .product-title-text, .product-title-highlight {
        font-size: 32px;
    }

    .product-description {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .product-action-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-top: 0;
        margin-bottom: 0;
    }

    /* dung thu mien phi: full width, chiem hang rieng */
    .product-action-buttons .product-btn-primary {
        width: 100%;
    }

    /* dang ky tu van + mua ngay: 1 hang, flex:1, cung hang */
    .product-action-buttons .product-btn-outline, .product-action-buttons .product-btn-outline-icon {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
    }

    /* section product hero banner form responsive */
    .product-hero-banner-section {
        grid-template-columns: 1fr;
        gap: 16px;
        flex-direction: column;
        margin-bottom: 48px;
    }

    .product-hero-form-border {
        /* padding: 3px; */
        /* border-radius: 27px; */
        /* background: linear-gradient(135deg, #73E2A3, #436EFF); */
        /* display: inline-block; */
        width: 100%;
    }

    .product-hero-form-placeholder {
        width: 100%;
        min-width: unset;
    }

    /* end section crm hero banner form responsive */
}

/* end section banner */
/* section 5 */
.product-benefits {
    width: 100%;
    background-color: #ffffff;
    padding: 96px 0 96px 0;
}

.product-benefits-inner {
    /* max-width: 1440px; */
    margin: 0 auto;
    /* padding-top: 150px; */
    display: flex;
    flex-direction: column;
    gap: 120px;
    box-sizing: border-box;
}

.feature-section {
    width: 100%;
}

.feature-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
}

.feature-row-reverse {
    /* flex-direction: row-reverse; */
}

/* CÄ‚Â¡Ã‚Â»Ã¢â€žÂ¢t Ä‚Â¡Ã‚ÂºÃ‚Â£nh vÄ‚Æ’Ã‚  nÄ‚Â¡Ã‚Â»Ã¢â€žÂ¢i dung */
.feature-media {
    /* flex: 0 0 50%; */
    /* display: flex; */
    /* justify-content: center; */
    /* width: 608px; */
}

.feature-image {
    position: relative;
    /* width: 100%; */
    /* max-width: 686px; */
    /* height: auto; */
    display: block;
}

.feature-content {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 608px;
    width: auto;
}

/* TiÄ‚Æ’Ã‚Âªu Ä‚â€žÃ¢â‚¬ËœÄ‚Â¡Ã‚Â»Ã‚Â + mÄ‚Æ’Ã‚Â´ tÄ‚Â¡Ã‚ÂºÃ‚Â£ */
.feature-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-title {
    color: #030712;
    font-family: 'Inter Bold', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 32px;
    line-height: 1.2;
}

.feature-description {
    color: #374151;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 26px;
}

/* Danh sÄ‚Æ’Ã‚Â¡ch bullet */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: max-content;
}

.feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 24px;
    height: 24px;
    display: block;
}

.feature-item-text {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: var(--Text-Tertiary, #414651);
}

.feature-item-text-strong {
    font-family: 'Inter SemiBold', sans-serif;
}

.feature-item-text-normal {
    font-weight: 400;
}

/* CTA buttons */
.feature-cta-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    /* box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05); */
    padding-top: 4px;
    padding-bottom: 4px;
}

.feature-cta {
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    cursor: pointer;
}

.feature-cta-primary {
    background-image: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
}

.feature-cta-secondary {
    background-color: #ffffff;
    border: 2px solid #2563EB;
    outline-offset: -1.5px;
    /* background: var(--Gradient-Second-Sky-1, linear-gradient(244deg, var(--Blue-25, #F8FAFF) 10.19%, var(--Blue-50, #EEF4FF) 105.78%)); */
}

.feature-cta-text {
    text-align: center;
    color: #ffffff;
    font-family: 'Inter SemiBold', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
}

.feature-cta-secondary .feature-cta-text {
    color: #2563EB;
}

/* Responsive: max-width 979px */
@media (max-width: 979px) {
    .feature-item {
        width: 100%;
    }

    .feature-image {
        width: 100%;
    }

    .product-benefits {
        padding: 50px 0 50px 0;
    }

    .product-benefits-inner {
        /* padding: 4px 16px; */
        gap: 57px;
    }

    .feature-row {
        flex-direction: column;
        gap: 32px;
    }

    .feature-row.feature-row-reverse {
        flex-direction: column-reverse;
    }

    .feature-media, .feature-content {
        flex: 1 1 auto;
        width: 100%;
    }

    .feature-title {
        font-size: 24px;
    }

    .feature-list {
        gap: 16px;
    }

    .feature-item-text {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-cta-group {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px;
    }

    /* dung thu mien phi: full width */
    .feature-cta-group .feature-cta-primary {
        width: 100%;
    }

    /* borderMove wrapper: full width theo container */
    .feature-cta-group .borderMove {
        width: 100%;
    }

    /* dang ky tu van + mua ngay: 1 hang gap 16px, moi button chiem 50% */
    .feature-cta-group .feature-cta-secondary, .feature-cta-group .product-btn-outline-icon {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
    }

    .feature-cta {
        width: fit-content;
        justify-content: center;
        min-width: unset;
        padding: 10px;
        font-size: 13px;
        height: fit-content;
    }

    .feature-cta-text {
        white-space: normal;
        font-size: 14px;
    }

    .product-benefits .product-btn-outline-icon {
        width: fit-content;
    }
}

/* feature-data-label */
.feature-data-label {
    width: 100%;
    color: #2662FF;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
    word-wrap: break-word;
}

/* end feature-data-label */
/* feature-header-inner - cap nhat theo yeu cau anh Duc */
.feature-header-inner {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
}

.feature-title-main {
    align-self: stretch;
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
}

.feature-subtitle-main {
    align-self: stretch;
    color: #414651;
    font-size: 20px;
    font-family: Inter, sans-serif;
    line-height: 28px;
    word-wrap: break-word;
}

@media (max-width: 979px) {
    .feature-header-inner {
        gap: 12px;
    }

    .feature-title-main {
        font-size: 24px;
        line-height: 32px;
    }

    .feature-subtitle-main {
        font-size: 16px;
        line-height: 24px;
    }
}

/* end feature-header-inner */
/* end section 5 */
/* section 7 */
.industry-section {
    width: 100%;
    padding: 96px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
    background: #EEF4FF;
}

.industry-section__full-width-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-section__container {
    width: 100%;
    max-width: 1272px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
}

.industry-section__header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    text-align: center;
}

.industry-section__title {
    color: black;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 48px;
    margin: 0 auto;
}

.industry-section__subtitle {
    color: #374151;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
}

.industry-cards {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}

.industry-card {
    flex: 1 1 calc(25% - 18px);
    border-radius: 16px;
    box-sizing: border-box;
}

.industry-card__content {
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 50px 60px 100px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    /* outline: 2px #E5E7EB solid; */
    outline-offset: -2px;
    backdrop-filter: blur(35px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    box-shadow: 0 8px 24px -6px rgba(129, 166, 255, 0.08), 0 12px 32px -6px rgba(141, 141, 141, 0.10);
}

.industry-card__header {
    align-self: stretch;
    height: 40px;
    background: #2563EB;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.industry-card__title {
    color: white;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
}

.industry-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-grow: 1;
}

.industry-card__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.cta-button-group {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

.cta-button-content {
    white-space: nowrap;
}

.cta-button-icon img {
    display: block;
    width: 24px;
    height: 24px;
}

.cta-button--primary {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: white;
    border: none;
    box-shadow: 0px 1px 2px rgba(17, 24, 39, 0.05);
}

.cta-button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 98, 255, 0.4);
}

.cta-button--secondary {
    background: white;
    color: #2563EB;
    border: 1px solid #2563EB;
}

.cta-button--secondary:hover {
    background-color: #f0f7ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

@media (max-width: 979px) {
    .industry-card__title {
        font-size:14px;
    }

    .industry-section {
        padding: 48px 0;
        gap: 32px;
    }

    .industry-section__title {
        font-size: 24px;
        line-height: 40px;
    }

    .industry-section__subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .industry-section__subtitle br {
        display: none;
    }

    .industry-card {
        flex: 1 1 calc(50% - 12px);
    }

    .cta-button-group {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .cta-button {
        width: 100%;
        max-width: 400px;
    }
}

/* end section 7 */
/* section 8 */
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #f9fafb;
}

.register-section {
    background: url(/sites/amis/images/pages/ketoan/bg-register.webp);
    width: 100%;
    position: relative;
    /* border-radius: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .register-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('bg-register.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
} */
.register-section__container {
    /* background: url(/sites/amis/images/pages/ketoan/bg-register.webp); */
    /* padding: 80px 42px 42px 42px; */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    position: relative;
}

.register-section__header {
    width: 100%;
    max-width: 898px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 42px;
}

.register-section__title {
    color: white;
    font-size: 40px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 48px;
    word-wrap: break-word;
}

.register-section__content {
    display: flex;
    justify-content: space-between;
}

.register-section__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 39px;
    max-width: 829px;
}

.register-section__feature-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.register-section__feature-icon {
}

.register-section__feature-icon img {
    width: 80px;
    height: 76px;
    object-fit: contain;
}

.register-section__feature-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 288px;
}

.register-section__feature-title {
    color: white;
    font-size: 18px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__feature-description {
    color: white;
    font-size: 16px;
    word-wrap: break-word;
}

.register-section__subtitle {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 18px;
    line-height: 24px;
    grid-column: span 2;
    max-width: 475px;
    font-family: 'Inter SemiBold', sans-serif;
}

.register-section__form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* max-width: 508px; */
    border-radius: 36px;
    /* background: url(/sites/amis/images/pages/ketoan/bg-form.webp); */
    box-shadow: 0 4px 60px 0 rgba(10, 27, 137, 0.10);
    /* padding: 30px; */
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 542px;
    min-width: 515px;
}

.register-section__form {
    padding: 38px 0px;
    background: white;
    box-shadow: 24px 24px 100px -12px rgba(0, 82.38, 235.38, 0.50);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* gap: 24px; */
    width: 100%;
    /* max-width: 400px; */
    padding-bottom: 16px;
    padding: 32px;
}

.register-section__form-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.register-section__form-title {
    width: 100%;
    text-align: center;
    color: #27272D;
    font-size: 24px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__form-subtitle {
    width: 100%;
    text-align: center;
    color: #2563EB;
    font-size: 16px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__form-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.register-section__form-field {
    align-self: stretch;
    padding: 11px 12px;
    background: white;
    border-radius: 8px;
    border: 1px #D1D5DB solid;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.register-section__form-input-placeholder {
    flex: 1 1 0;
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

.register-section__form-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.register-section__form-agreement {
    font-size: 14px;
    font-style: italic;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 18px;
    word-wrap: break-word;
    text-align: center;
}

.register-section__form-agreement span {
    color: black;
}

.register-section__form-agreement a {
    color: #0263E0;
    text-decoration: none;
}

.register-section__form-side-image {
    width: 100%;
    max-width: 508px;
    height: auto;
    opacity: 0.80;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(196, 196, 196, 0) 100%);
    box-shadow: 0px 4px 60px rgba(9.90, 26.89, 137.31, 0.10);
    border-radius: 36px;
    border: 2px white solid;
    backdrop-filter: blur(30px);
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

.cta-button-content {
    white-space: nowrap;
}

.cta-button--primary {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: white;
    border: none;
    align-self: stretch;
}

.cta-button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 98, 255, 0.4);
}

@media (max-width: 979px) {
    .register-section__container {
        background-size: cover;
        background-position: center;
        /* padding: 15px; */
        /* padding-top: 20px; */
    }

    .register-section {
        /* padding: 40px 20px; */
        padding-top: 48px;
    }

    .register-section__title { 
        font-size: 24px;
        line-height: 40px;
    }

    .register-section__content {
        flex-direction: column;
        gap: 40px;
    }

    .register-section__features {
        /* align-items: center; */
        max-width: 100%;
        /* grid-template-columns: 1fr; */
        display: flex;
        flex-wrap: wrap;
    }

    .register-section__form-wrapper {
        flex-direction: column;
        padding: unset;
        min-width: unset;
    }

    .register-section__form {
        max-width: 100%;
        padding: 13px;
    }
}

/* register features - style moi */
.register-features-container {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.reg-feat-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    height: 100%;
    max-width: 700px;
}

/* tieu de + mo ta */
.reg-feat-header {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reg-feat-title {
    flex: 1 1 0;
    color: white;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
}

.reg-feat-desc {
    align-self: stretch;
    color: white;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    /* font-weight: 400; */
    line-height: 28px;
    word-wrap: break-word;
}

/* luoi 4 o tinh nang */
.reg-feat-grid {
    align-self: stretch;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 24px 0;
}

.reg-feat-item {
    width: 300px;
    min-width: 240px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

/* icon svg */
.reg-feat-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* noi dung text */
.reg-feat-item-text {
    align-self: stretch;
    color: white;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

@media (max-width: 979px) {
    .reg-feat-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
    }
    .reg-feat-grid br{
        display: none;
    }
    .reg-feat-title {
        font-size: 24px;
        line-height: 34px;
    }

    .reg-feat-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .reg-feat-inner {
        gap: 24px;
    }

    .reg-feat-item {
        width: 100%;
        min-width: unset;
    }
}

/* end register features - style moi */
/* end section 8 */
/*#region question */
page-title {
    margin: 0 auto;
}

.question-wrap {
    margin: 0;
    padding-top: 40px;
    font-size: 18px;
}

.ic-question {
    margin: 0 auto 10px;
}

.question .panel-group .panel {
    border-radius: 16px;
}

.question .panel-group .panel:not(:first-child) {
    margin-top: 15px;
}

.panel {
    border: 1px solid var(--Border-Second, #E9EAEB);
}

.question .panel-default>.panel-heading.collapsed {
    background: url(/sites/amis/images/pages/ketoan/ic-dow.webp) no-repeat right 24px top 30px;
    background-size: 12px;
}

.question .panel-default>.panel-heading {
    padding: 24px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    background: url(/sites/amis/images/pages/ketoan/ic-up.webp) no-repeat right 15px top 25px;
    background-size: 12px;
    font-family: 'Inter SemiBold', sans-serif;
    padding-right: 48px;
}
.panel-answer {
    padding: 0 24px 24px 24px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.panel-answer a {
    color: var(--Text-Blue, #2662FF);
}

.panel-answer li {
    display: block;
    margin-left: 10px;
}

.panel-answer ul li {
    padding: 0 0 10px 18px;
    position: relative;
    list-style: none;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.panel-answer ul li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c8c8c8;
    left: 0;
    top: 6px;
}

.panel-answer ul li:last-child {
    padding-bottom: 0;
}

.panel-answer>div:not(:last-child) {
    padding-bottom: 6px;
}

.page-title {
    color: #212121;
    text-align: center;
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    font-style: normal;
}

.section-temp.question {
    padding: 64px 0 96px 0;
}

/* Style cho panel khi active */
.section-temp.question .panel-default:has(.panel-collapse.in) {
    border-radius: var(--radius-4xl, 24px);
    border: 1px solid var(--Blue-400, #5993FF);
    background: var(--Base-White, #FFF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

/* Fallback cho trÄ‚Æ’Ã‚Â¬nh duyÄ‚Â¡Ã‚Â»Ã¢â‚¬Â¡t khÄ‚Æ’Ã‚Â´ng hÄ‚Â¡Ã‚Â»Ã¢â‚¬â€ trÄ‚Â¡Ã‚Â»Ã‚Â£ :has() */
.section-temp.question .panel-default.active-panel {
    border-radius: var(--radius-4xl, 24px);
    border: 1px solid var(--Blue-400, #5993FF);
    background: var(--Base-White, #FFF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

/* Style cho panel-heading khi active - sÄ‚Â¡Ã‚Â»Ã‚Â­ dÄ‚Â¡Ã‚Â»Ã‚Â¥ng :has() */
.section-temp.question .panel-default:has(.panel-collapse.in) .panel-heading {
    color: var(--Text-Blue, #2662FF);
}

/* Fallback cho panel-heading khi active */
.section-temp.question .panel-default.active-panel .panel-heading {
    color: var(--Text-Blue, #2662FF);
}

@media(max-width: 979px) {
    .section-temp.question {
        padding-bottom:10px
    }

    .question-wrap {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .page-title {
        font-size: 28px;
    }
}

/*#endregion */
/* robot  */
.robot {
    position: absolute;
}

img.robot.robot-1 {
    left: 68px;
    bottom: 415px;
    width: 254px;
}

img.robot.robot-2 {
    bottom: 0;
    right: 0;
}

img.robot.robot-5 {
    bottom: 0;
    right: 0;
    z-index: 3;
}

.robot.robot-4 {
    top: 14px;
    right: 311px;
    z-index: 3;
}

img.robot.robot-3 {
    bottom: 0;
    right: 50%;
    z-index: 3;
}

img.robot.robot-6 {
    right: -5px;
    bottom: -98px;
}

img.robot.robot-7 {
    bottom: 0;
    left: 37%;
}

img.robot.robot-8 {
    z-index: 1;
    bottom: -72px;
    left: 0;
}

img.robot.robot-9 {
    bottom: -64px;
    left: 43%;
}

@media (max-width: 979px) {
    .robot {
        width: 20%;
    }

    img.robot.robot-6 {
        width: 51%;
    }

    img.robot.robot-1 {
        bottom: 0;
    }

    img.robot.robot-4 {
        /* top: -43px; */
        /* left: 50%; */
        right: 0;
    }

    img.robot.robot-7 {
        display: none;
    }

    img.robot.robot-3 {
        left: 0;
    }

    img.robot.robot-9 {
        left: 4px;
        bottom: -61px;
    }
}

/* end robot  */
/* none */
/* div#zalo-vr {
    display: none;
}

.live-chat {
    display: none !important;
}

.hotline-quick-access {
    display: none;
}

.BackTop {
    display: none !important;
} */
/* end none */
/* Video Modal Styles */
#video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#video-modal .video-container {
    position: relative;
    width: 80%;
    max-width: 900px;
}

#video-modal #close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
}

#video-modal iframe {
    width: 100%;
    height: 500px;
    border: none;
}

/* Responsive for video modal */
@media (max-width: 768px) {
    #video-modal .video-container {
        width: 95%;
    }

    #video-modal iframe {
        height: 250px;
    }

    #video-modal #close-modal {
        top: -30px;
        font-size: 24px;
    }
}

/* section 11 */
.awards-section {
    width: 100%;
    /* padding: 96px 240px; */
    overflow: hidden;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #2662ff;
    text-decoration: none;
}

span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #E9EAEB;
    text-decoration: none;
    opacity: unset;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 15px;
    z-index: 16;
}

.swiper.awards-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    position: relative;
    z-index: 0;
    height: 342px;
}

.awards-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    gap: 40px;
}

.awards-head {
    max-width: 1227px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
    justify-items: center;
    text-align: center;
}

.awards-title {
    color: #0A0D12;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.award-card {
    /* background: #fff; */
    /* border-radius: 24px; */
    /* box-shadow: 0px 12px 32px -6px rgba(141, 141, 141, 0.10); */
    /* padding: 24px 24px 32px; */
    /* display: grid; */
    /* gap: 20px; */
    /* min-width: 0; */
}

.award-media {
    border-radius: 12px;
    height: 240px;
    width: 100%;
    object-fit: cover;
    display: block;
    background: linear-gradient(180deg, rgba(0, 59, 186, 0.40) 0%, rgba(21, 94, 239, 0) 23%, rgba(21, 94, 239, 0) 69%, rgba(0, 59, 186, 0.40) 100%);
}

.award-body {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.award-name {
    color: #0A0D12;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
}

.award-desc {
    color: #414651;
    font-size: 20px;
    font-family: Inter;
    line-height: 28px;
}

@media (max-width: 979px) {
    .awards-section {
        padding: 56px 16px;
    }

    .awards-head {
        max-width: 100%;
    }

    .awards-title {
        font-size: 26px;
        line-height: 34px;
    }

    .awards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .award-card {
        padding: 20px;
        border-radius: 20px;
    }

    .award-media {
        height: 200px;
    }

    .award-name, .award-desc {
        font-size: 18px;
        line-height: 26px;
    }
}

/* end section 11 */
/* vsupport */
section.vsupport {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.fab-stack {
    width: 100%;
    height: 100%;
    padding: 0 48px 64px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 32px;
    /* display: none; */
}

.fab-stack__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    outline-style: solid;
    outline-width: 8px;
}

.fab-stack__item--icon {
    /* width: 52px; */
    /* height: 52px; */
    /* gap: 10px; */
}

.fab-stack__item--icon-white {
    /* background: #ffffff; */
    outline-color: rgba(83, 154, 255, 0.2);
    position: relative;
}

.fab-stack__item--icon-white::before {
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.6) 0%, rgba(37, 99, 235, 0.3) 40%, rgba(37, 99, 235, 0) 70%);
    z-index: -1;
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.8;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.4;
    }

    100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.8;
    }
}

.fab-stack__item--icon-gradient {
    /* background: linear-gradient(270deg, #5b7cff 0%, #466bff 100%); */
    outline-color: rgba(83, 154, 255, 0.2);
    position: relative;
}

.fab-stack__pulse {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FF6F55;
    z-index: -1;
    animation: pulse 1.2s ease infinite;
}

.fab-stack__icon {
    /* width: 32px; */
    /* height: 32px; */
    /* display: block; */
    /* border-radius: 8px; */
}

.fab-stack__item--cta {
    z-index: 999;
    /* display: none; */
    /* height: 60px; */
    gap: 8px;
    justify-content: flex-start;
    position: relative;
    padding: 9px 10px;
    /* border: 8px solid transparent; */
    border-radius: 9999px;
    /* background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(
        141deg,
        rgba(55, 148, 255, 0.10) 0%,
        rgba(213, 43, 255, 0.10) 100%
      ) border-box; */
    background: linear-gradient(90deg, #436EFF, #B645FC, #436EFF, #B645FC);
    background-size: 300% auto;
    animation: textShine 3s ease-in-out infinite alternate;
    padding-right: 25px;
    position: relative;
}

a.fab-stack__item.fab-stack__item--cta {
}

.fab-stack__item--cta::before {
    /* content: ''; */
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background: linear-gradient(90deg, #436EFF 24.51%, #B645FC 106.58%);
    z-index: -1;
    animation: pulse 1.2s ease infinite;
    position: absolute;
    left: 0;
    top: 0;
}

.fab-stack__avatar {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 128px;
    background: linear-gradient(141deg, #3794ff 0%, #d52bff 100%);
    outline: 2px solid #ffffff;
    outline-offset: -2px;
}

.fab-stack__avatar-img {
    /* width: 58px; */
    /* height: 75px; */
    /* display: block; */
    /* object-fit: cover; */
}

.fab-stack__label {
    color: #fff;
    font-family: Inter semibold, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 24px;
    white-space: nowrap;
}

@media (max-width: 979px) {
    .fab-stack {
        padding: 0 16px 24px 0;
        gap: 16px;
    }

    .fab-stack__item--cta {
        /* padding: 0 12px 0 8px; */
    }

    .fab-stack__label {
        font-size: 14px;
        line-height: 20px;
    }
}

/* end vsupport */
/* ai-agent-cta-button */
.ai-agent-cta-wrapper {
    width: 100%;
    box-shadow: 0px 12px 24px rgba(3.68, 91.64, 255, 0.25);
    border-radius: 12px;
    /* outline: 8px #CEE5FF solid; */
    outline-offset: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /* border: 3px solid var(--Color, #FFF); */
    margin-top: 45px;
    padding: 4px;
    background: linear-gradient(136deg, #CEE5FF, #F8DCFF);
}

.ai-agent-cta-container {
    align-self: stretch;
    box-shadow: 0px 1px 2px rgba(17, 24, 39, 0.05);
    border-radius: 12px;
    outline-offset: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 3px solid var(--Color, #FFF);
}

.ai-agent-btn {
    width: 319px;
    height: 52px;
    min-width: 64px;
    padding-left: 24px;
    padding-right: 24px;
    background: linear-gradient(59deg, #2662FF 0%, #5993FF 100%);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.ai-agent-btn-text {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 22px;
    word-wrap: break-word;
}

.ai-agent-btn-icon {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.ai-agent-btn-icon img {
    width: 24px;
    height: 24px;
    display: block;
}

@media (max-width: 979px) {
    .ai-agent-cta-wrapper {
        margin-top: 0;
    }

    .ai-agent-btn {
        width: 100%;
        max-width: 319px;
    }
}

/* end ai-agent-cta-button */
/* badge hot */
.badge-hot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 4px;
    background: #F04438;
    border-radius: 4px;
    margin-left: 8px;
}

.badge-hot-text {
    color: white;
    font-size: 12px;
    font-family: Inter;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word;
}

/* end badge hot */
/* section product consultation box */
.product-consultation-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    /* padding: 40px 0; */
}

.product-consultation-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.product-consultation-note {
    text-align: center;
    color: #374151;
    font-size: 16px;
    font-family: Inter, sans-serif;
    line-height: 24px;
    max-width: 600px;
}

@media (max-width: 979px) {
    .product-consultation-box {
        /* padding: 32px 0; */ gap: 20px;
    }

    .product-consultation-buttons {
        flex-wrap: nowrap;
        width: 100%;
        gap: 12px;
    }

    .product-consultation-buttons .product-btn-primary, .product-consultation-buttons .product-btn-outline {
        width: fit-content;
        max-width: 400px;
    }

    .product-consultation-note {
        font-size: 14px;
        line-height: 20px;
        padding: 0 16px;
    }
}

/* end section crm consultation box */
/* SECURITY-CERTIFICATIONS-SECTION */
.security-certifications-section {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #EEF4FF;
}

.security-certifications-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* SECURITY-HEADER */
.security-certifications-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.security-certifications-title {
    color: #181D27;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Inter Bold', sans-serif;
    text-align: center;
}

/* END SECURITY-HEADER */
/* SECURITY-GRID */
.security-certifications-grid {
    display: flex;
    align-items: center;
    gap: 32px;
}

.certification-card {
    flex: 1;
    min-width: 0;
}

.certification-card-inner {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    gap: 10px;
    height: 140px;
    padding: 22px 20px;
    background: white;
    border-radius: 16px;
    outline: 3px solid rgba(255, 255, 255, 0.60);
    outline-offset: -3px;
    box-shadow: 0px 4px 8.7px 4px rgba(10, 27, 137, 0.02), 0px 24px 50px -8px rgba(10, 27, 137, 0.03);
}

.certification-image {
    max-width: 100%;
    height: auto;
}

/* END SECURITY-GRID */
@media (max-width: 979px) {
    .security-certifications-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .security-certifications-container {
        padding: 0 15px;
    }

    .security-certifications-title {
        font-size: 24px;
        line-height: 32px;
    }

    .security-certifications-grid {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .certification-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

/* end SECURITY-CERTIFICATIONS-SECTION */
/* section price */
.awards-section {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
    overflow: hidden;
    background: #fff;
}

.awards-header {
    max-width: 1227px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 12px;
    text-align: center;
}

.awards-title {
    color: #181d27;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Inter Bold', sans-serif;
}

.awards-subtitle {
    color: #414651;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.awards-slider {
    margin-top: 40px;
    /* display: grid; */
    /* grid-template-columns: 56px 1fr 56px; */
    align-items: center;
    gap: 16px;
}

/* Swiper sÄ‚Â¡Ã‚ÂºÃ‚Â½ tÄ‚Â¡Ã‚Â»Ã‚Â± Ä‚â€žÃ¢â‚¬ËœÄ‚Â¡Ã‚Â»Ã¢â€žÂ¢ng xÄ‚Â¡Ã‚Â»Ã‚Â­ lÄ‚Æ’Ã‚Â½ layout cho .awards-track (.swiper-wrapper) */
.award-card {
    /* display: grid; */
    justify-items: center;
    align-content: start;
    gap: 12px;
    scroll-snap-align: center;
}

.award-card-muted {
    opacity: 0;
    pointer-events: none;
}

.award-shadow {
    width: 111px;
    height: 24px;
    background: rgba(190, 190, 190, 0.4);
    position: absolute;
    bottom: 147px;
    filter: blur(11.395349502563477px);
    left: 50%;
    transform: translate(-50%);
}

.award-shadow-small {
    width: 116px;
    height: 24px;
}

.award-shadow-medium {
    width: 121px;
    height: 26px;
}

.award-shadow-xsmall {
    width: 111px;
    height: 24px;
}

.award-frame {
    width: 266.84px;
    /* height: 245px; */
    display: grid;
    place-items: center;
    text-decoration: none;
}

.award-frame-image {
    width: 266.84px;
    height: 245px;
    display: block;
    object-fit: cover;
}

.award-image-link {
    display: grid;
    place-items: center;
    text-decoration: none;
}

.award-image {
    height: 187.07px;
    width: auto;
    display: block;
    position: relative;
    z-index: 2;
}

.award-caption {
    margin-top: 33px;
    width: 209px;
    display: grid;
    justify-items: center;
    gap: 6px;
}

.award-caption-wide {
    width: 267px;
}

.award-name {
    width: 100%;
    text-align: center;
    color: #181d27;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.award-name-emphasis {
    color: #212121;
    font-size: 20px;
    line-height: 29px;
}

.awards-nav {
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.1);
    outline: 1px solid #ffffff;
    display: grid;
    place-items: center;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
}

.awards-nav-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.awards-dots {
    margin-top: 40px;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.awards-dot {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #e9eaeb;
    text-decoration: none;
}

.awards-dot.is-active {
    background: #2662ff;
}

@media (max-width: 979px) {
    .awards-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .awards-title {
        font-size: 26px;
        line-height: 34px;
    }

    .awards-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .awards-slider {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .awards-nav {
        display: none;
    }

    .awards-track {
        justify-content: start;
        grid-auto-columns: 240px;
        /* gap: 16px; */
    }

    .award-frame, .award-frame-image {
        width: 240px;
        height: 220px;
    }

    .award-caption {
        width: 100%;
    }
}

/*  section price */
@media(max-width: 979px) {
    .product-btn-text-white {
        font-size: 14px;
    }

    a.product-btn-outline {
        font-size: 12px;
    }

    .product-btn-text-brand {
        font-size: 14px;
    }

    a.product-btn-outline {
        padding: 10px;
        min-width: unset;
    }

    a.product-btn-outline-icon {
        padding: 10px;
        min-width: unset;
    }

    .product-btn-primary {
        min-width: unset;
        padding: 10px;
        width: 100%;
        justify-content: center;
    }

    .feature-cta.feature-cta-primary {
        width: 100%;
        justify-content: center;
    }
}

/* section partner logos and statistics */
.partner-statistics-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 64px 0;
    padding-bottom: 24px;
}

/* section partner logos */
.partner-logos-section {
    width: 100%;
}

.partner-logos-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    height: 97px;
}

.partner-logo {
    height: 64.63px;
    object-fit: contain;
}

.partner-logo-medium {
    width: 108px;
}

.partner-logo-wide {
    width: 138px;
}

.partner-logo-small {
    width: 82px;
}

.partner-logo-narrow {
    width: 59px;
}

/* end section partner logos */
/* section statistics cards */
.statistics-cards-section {
    width: 100%;
}

.statistics-cards-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    padding-bottom: 96px;
}

.statistics-card {
    flex: 1 1 0;
    padding: 20px;
    background: white;
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
    border-radius: 16px;
    outline: 3px white solid;
    outline-offset: -3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    min-height: 136px;
}

.statistics-card-number {
    width: 100%;
    text-align: center;
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
}

.statistics-card-label {
    width: 100%;
    text-align: center;
    color: #414651;
    font-size: 18px;
    font-family: Inter, sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

/* end section statistics cards */
@media (max-width: 979px) {
    .partner-statistics-wrapper {
        padding: 48px 0;
        gap: 32px;
    }

    /* responsive partner logos */
    .partner-logos-container {
        flex-wrap: wrap;
        justify-content: start;
        height: auto;
        gap: 24px;
    }

    .partner-logo {
        height: 48px;
    }

    .partner-logo-medium {
        width: 80px;
    }

    .partner-logo-wide {
        width: 100px;
    }

    .partner-logo-small {
        width: 60px;
    }

    .partner-logo-narrow {
        width: 45px;
    }

    /* end responsive partner logos */
    /* responsive statistics cards */
    .statistics-cards-container {
        flex-direction: column;
        gap: 16px;
    }

    .statistics-card {
        width: 100%;
        padding: 16px;
    }

    .statistics-card-number {
        font-size: 24px;
        line-height: 32px;
    }

    .statistics-card-label {
        font-size: 16px;
        line-height: 22px;
    }

    /* end responsive statistics cards */
}

/* end section partner logos and statistics */
/* modern-accounting-section */
.modern-accounting-section {
    width: 100%;
    padding: 96px 64px;
    background: url(/sites/amis/images/pages/ketoan/bg-video.webp);
    background-size: cover;
    background-position: top;
    border-radius: 24px;
    display: grid;
    /* justify-content: space-between; */
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
    padding-bottom: unset;
    margin-bottom: 96px;
}

.modern-accounting-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    z-index: 2;
}

.modern-accounting-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.modern-accounting-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 40px;
    line-height: 48px;
}

.modern-accounting-title-highlight {
    color: white;
    font-family: 'Inter Bold', sans-serif;
    color: var(--Brand-600, #1B49F5);
}

.modern-accounting-title-normal {
    /* color: white; */
    font-family: 'Inter Bold', sans-serif;
}

.modern-accounting-description {
    /* color: white; */
    font-size: 20px;
    font-family: Inter, sans-serif;
    line-height: 26px;
    max-width: 826px;
    text-align: center;
}

.modern-accounting-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.modern-accounting-background {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}

.icplay, .bg {
    position: absolute;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.bg {
    animation: pulse 1.2s ease infinite;
    background: rgba(27, 73, 245, 0.30);
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.modern-accounting-background img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    max-width: 982px;
    cursor: pointer;
}

@media (max-width: 979px) {
    .modern-accounting-section {
        flex-direction: column;
        padding: 48px 24px;
        gap: 32px;
        padding-bottom: unset;
        padding-left: 0;
        padding-right: 0;
    }

    .modern-accounting-content {
        gap: 32px;
        padding: 0 20px 0 20px;
        text-align: center;
    }

    .modern-accounting-header {
        gap: 16px;
    }

    .modern-accounting-title {
        font-size: 24px;
        line-height: 32px;
    }

    .modern-accounting-description {
        font-size: 16px;
        line-height: 24px;
    }

    .modern-accounting-actions {
        flex-wrap: wrap;
        gap: 12px;
    }

    /* dung thu mien phi: full width */
    .modern-accounting-actions .product-btn-primary {
        width: 100%;
    }

    /* borderMove wrapper: full width theo container */
    .modern-accounting-actions .borderMove {
        width: 100%;
    }

    /* borderMove wrapper: full width theo container */
    .product-action-buttons .borderMove {
        width: 100%;
    }

    /* dang ky tu van + mua ngay: flex:1, cung hang */
    .modern-accounting-actions .product-btn-outline, .modern-accounting-actions .product-btn-outline-icon {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
    }

    .modern-accounting-background {
        width: 100%;
    }

    .modern-accounting-background img {
        max-width: 100%;
    }
}

/* end modern-accounting-section */
/* section agent communication */
.agent-communication-section {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
    background: radial-gradient(ellipse 116.31% 282.58% at 112.48% 95.03%, rgba(147, 186, 255, 0.40) 3%, rgba(168, 213, 255, 0.20) 58%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse 141.48% 314.49% at 0% -11.73%, rgba(255, 126, 55, 0.25) 0%, rgba(255, 207, 168, 0.25) 31%, rgba(255, 255, 255, 0) 87%), white;
}

.agent-communication-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.agent-communication-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.agent-communication-title {
    text-align: center;
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.agent-communication-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.agent-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    background: white;
    box-shadow: 0px 18px 70px -4px rgba(192, 211, 197, 0.12), 0px 8px 28px -6px rgba(186, 229, 204, 0.12);
    border-radius: 24px;
}

.agent-card-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.agent-card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.agent-card-title {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
}

.agent-card-description {
    color: #414651;
    font-size: 16px;
    font-family: Inter, sans-serif;
    line-height: 24px;
}

@media (max-width: 979px) {
    .agent-communication-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .agent-communication-title {
        font-size: 24px;
        line-height: 32px;
    }

    .agent-communication-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .agent-card {
        padding: 16px;
    }
}

/* end section agent communication */
/* coming-soon-badge */
.coming-soon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 2px 8px;
    background: #F04006;
    border-radius: 9999px;
    margin-left: 8px;
}

.coming-soon-badge-text {
    color: white;
    font-size: 14px;
    font-family: 'Inter Medium', sans-serif;
    line-height: 18px;
}

/* end coming-soon-badge */
/* section report-multidimensional */
.report-multidimensional-section {
    width: 100%;
    padding: 96px 64px;
    background: radial-gradient(ellipse 116.31% 282.58% at 112.48% 95.03%, rgba(147, 186, 255, 0.40) 3%, rgba(168, 213, 255, 0.20) 58%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse 141.48% 314.49% at 0% -11.73%, rgba(255, 126, 55, 0.25) 0%, rgba(255, 207, 168, 0.25) 31%, rgba(255, 255, 255, 0) 87%), white;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /* padding-right: 23px; */
    max-width: 1420px;
    margin: 0 auto;
}

.report-multidimensional-wrapper {
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 40px;
}

.report-content-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    max-width: 520px;
}

.report-header-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.report-badge {
    align-self: stretch;
    color: #1B49F5;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
    word-wrap: break-word;
}

.report-main-title {
    align-self: stretch;
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
     /* 125% */
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
}

.report-description {
    align-self: stretch;
    color: #414651;
    font-size: 20px;
    font-family: 'Inter Regular', sans-serif;
    word-wrap: break-word;
    line-height: var(--Line-height-m, 28px); /* 140% */
    letter-spacing: var(--Letter-spacing-None, 0);
}

.report-features-list {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
}

.report-feature-item {
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 20px 16px 20px 16px;
    border-radius: var(--radius-xl, 16px);
    /* border: 1px solid var(--Violet-100, #ECE9FE); */
    cursor: pointer
}

.report-feature-item:hover,
.report-feature-item.is-active {
    background: #FFF;
    box-shadow: 0 8px 30px -6px rgba(116, 135, 255, 0.05), 0 8px 30px -4px rgba(10, 27, 137, 0.03);
}

.report-feature-icon {
    /* width: 24px; */
    /* height: 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-feature-icon img {
    width: 32px;
    height: 32px;
}

.report-feature-text {
    /* flex: 1 1 0; */
    color: #181D27;
    font-size: 16px;
    font-family: 'Inter semibold', sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.report-image-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-image-area img {
    border-radius: 24.4px;
    width: 100%;
    height: auto;
    display: block;
    /* border-radius: 16px; */
    transition: opacity 0.2s ease;
    box-shadow: 0 8.133px 30.5px -6.1px rgba(116, 135, 255, 0.05), 0 8.133px 30.5px -4.067px rgba(10, 27, 137, 0.03);
}

@media (max-width: 979px) {
    .report-multidimensional {
     padding: 0 24px;   
    }
    .report-features-list{
        justify-items: center;
        gap: 8px;
        padding: 0 24px 0 24px;
    }
    .report-header-group {
        padding: 48px 24px 0 24px;
    }

    .report-feature-item {
        /* flex-wrap: nowrap; */
        justify-content: center;
        display: grid;
        width: 100%;
        /* flex-direction: column; */
    }

    .report-multidimensional-section {
        padding: unset;
        text-align: center;
    }

    .report-multidimensional-wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
        display: grid;
    }

    .report-badge {
        font-size: 16px;
        line-height: 24px;
    }

    .report-main-title {
        font-size: 24px;
        line-height: 32px;
    }

    .report-description {
        font-size: 16px;
        line-height: 24px;
    }

    .report-feature-text {
        font-size: 14px;
        line-height: 20px;
    }

    .report-feature-icon {
        /* width: 24px; */
        /* height: 24px; */
        justify-content: start;
    }

    .report-feature-icon img {
        width: 24px;
        height: 24px;
    }
}

/* end section report-multidimensional */
/* ecosystem-connect */
.ecosystem-connect {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 16%, #D9E6FF 89%); */
}

.ecosystem-connect-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 96px 0;
    position: relative;
}

.ecosystem-connect-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 563px;
}

.ecosystem-connect-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.ecosystem-connect-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ecosystem-connect-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ecosystem-connect-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecosystem-connect-text {
    flex: 1 1 0;
    color: #181D27;
    font-size: 16px;
    font-family: 'Inter';
    line-height: 24px;
}

.ecosystem-connect-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ecosystem-connect-image {
    /* position: absolute; */
    /* right: -71px; */
    top: 58%;
    /* transform: translateY(-50%); */
    /* width: 783px; */
}

.ecosystem-connect-image img {
    display: block;
    max-width: 100%;
}

@media (max-width: 979px) {
    .ecosystem-connect-inner {
        flex-direction: column;
        padding: 40px 0;
    }

    .ecosystem-connect-content {
        padding-right: 0;
    }

    .ecosystem-connect-image {
        position: static;
        transform: none;
        width: 100%;
    }

    .ecosystem-connect-title {
        font-size: 24px;
        line-height: 32px;
    }

    .ecosystem-connect-actions {
        flex-wrap: wrap;
        gap: 12px;
    }

    /* dung thu mien phi: full width */
    .ecosystem-connect-actions .product-btn-primary {
        width: 100%;
    }

    /* borderMove wrapper: full width theo container */
    .ecosystem-connect-actions .borderMove {
        width: 100%;
    }

    /* dang ky tu van + mua ngay: flex:1, cung hang */
    .ecosystem-connect-actions .product-btn-outline, .ecosystem-connect-actions .product-btn-outline-icon {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
    }
}

/* end ecosystem-connect */
/* pricing */
.pricing {
    padding: 96px 0;
    background: linear-gradient(180deg, #D9E6FF 0%, #fff 32%);
}

.pricing-title {
    text-align: center;
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    margin-bottom: 40px;
}

.pricing-table {
    display: flex;
    align-items: flex-start;
    box-shadow: 0px 3px 6px -6px rgba(10, 27, 137, 0.03), 0px 6px 20px 3px rgba(116, 135, 255, 0.03);
}

/* cot label trai */
.pricing-labels {
    flex: 1 1 0;
    padding-top: 262px;
}

.pricing-label-list {
    background: rgba(255, 255, 255, 0.80);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    display: flex;
    flex-direction: column;
}

.pricing-label-cell {
    height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px #E9EAEB solid;
}

.pricing-label-text {
    color: #181D27;
    font-size: 16px;
    font-family: 'Inter Medium', sans-serif;
    line-height: 24px;
}

.pricing-hot-tag {
    padding: 4px 12px;
    background: #FFE9D4;
    border-radius: 9999px;
    color: #C72D07;
    font-size: 14px;
    font-family: 'Inter Medium', sans-serif;
    line-height: 18px;
}

/* cot plan */
.pricing-plan {
    width: 210px;
    display: flex;
    flex-direction: column;
}

.pricing-plan-header {
    padding: 24px 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: rgba(255, 255, 255, 0.80);
    border-left: 1px #E9EAEB solid;
    border-top: 1px #E9EAEB solid;
}

.pricing-plan--featured .pricing-plan-header {
    background: #2662FF;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-left: none;
    border-top: none;
    position: relative;
}

.pricing-plan--first .pricing-plan-header {
    border-top-left-radius: 16px;
}

.pricing-plan--last .pricing-plan-header {
    border-top-right-radius: 16px;
    border-right: 1px #E9EAEB solid;
}

.pricing-plan-icon-wrap {
    /* padding: 8px; */
    background: #EEF4FF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-plan--featured .pricing-plan-icon-wrap {
    background: #fff;
}

.pricing-plan-icon-wrap img {
    /* width: 24px; */
    /* height: 24px; */
}

.pricing-plan-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
}

.pricing-plan-name {
    color: #252B37;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
}

.pricing-plan--featured .pricing-plan-name {
    color: #fff;
}

.pricing-plan-price {
    color: #252B37;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.pricing-plan--featured .pricing-plan-price {
    color: #fff;
}

.pricing-plan-unit {
    color: #414651;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    line-height: 24px;
}

.pricing-plan--featured .pricing-plan-unit {
    color: #EEF4FF;
}

.pricing-plan-btn {
    height: 42px;
    min-width: 120px;
    padding: 12px 20px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #1B49F5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.pricing-plan-btn-text {
    color: #1B49F5;
    font-size: 14px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 18px;
}

.pricing-plan--featured .pricing-plan-btn {
    border-color: rgba(255, 255, 255, 0.60);
}

.pricing-plan--featured .pricing-plan-btn-text {
    color: #2662FF;
}

/* cells */
.pricing-plan-cells {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.80);
    border-left: 1px #E9EAEB solid;
    border-top: 1px #E9EAEB solid;
}

.pricing-plan--featured .pricing-plan-cells {
    background: #F8FAFF;
    border-left: none;
    border: 1px solid #2662FF;
}

.pricing-plan--last .pricing-plan-cells {
    border-right: 1px #E9EAEB solid;
    border-bottom: 1px #E9EAEB solid;
    border-bottom-right-radius: 16px;
}

.pricing-plan--first .pricing-plan-cells {
    border-bottom: 1px #E9EAEB solid;
    border-bottom-left-radius: 16px;
}

.pricing-cell {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px #E9EAEB solid;
}

.pricing-cell-text {
    flex: 1 1 0;
    text-align: center;
    color: #252B37;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.pricing-cell-dash {
    flex: 1 1 0;
    text-align: center;
    color: #A4A7AE;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.pricing-cell-check img {
    width: 24px;
    height: 24px;
    display: block;
}

/* badge khuyen dung */
.pricing-recommended-badge {
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -4px;
    transform: rotate(deg);
    transform-origin: top left;
    line-height: 0;
    z-index: 1;
}

.pricing-recommended-badge img {
    display: block;
    width: auto;
    height: auto;
}

.pricing-plan--featured {
    position: relative;
    overflow: visible;
}

.pricing-plan-header-wrap {
    position: relative;
    overflow: visible;
}

@media (max-width: 979px) {
    .pricing {
        padding: 48px 0;
        overflow-x: auto;
        padding-bottom: unset;
    }

    .pricing-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .pricing-table {
        min-width: 800px;
    }
}

/* end pricing */
/* pricing mobile slide */
.pricing-mobile {
    display: none;
}

@media (max-width: 979px) {
    .pricing-table {
        display: none;
    }

    .pricing-mobile {
        display: block;
    }

    .pricing-mobile-slide--featured {
        /* padding-top: 24px; */
        /* position: relative; */
    }

    /* recommended badge */
    .pricing-mobile-recommended {
        position: absolute;
        /* top: 24px; */
        right: -48px;
        transform: translateX(-50%);
        z-index: 1;
    }

    .pricing-mobile-recommended img {
        height: auto;
        /* position: absolute; */
        right: 0;
    }

    /* card */
    .pricing-mobile-card {
        border-radius: 24px;
        border: 1px solid #E9EAEB;
        overflow: hidden;
    }

    .pricing-mobile-card--featured {
        border-color: #2662FF;
    }

    /* header */
    .pricing-mobile-header {
        padding: 24px;
        background: #F9FAFB;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .pricing-mobile-header--featured {
        background: #2662FF;
    }

    .pricing-mobile-header-top {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .pricing-mobile-icon-wrap {
        /* padding: 8px; */
        /* background: #fff; */
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .pricing-mobile-icon-wrap img {
        width: 40px;
        height: 40px;
    }

    .pricing-mobile-info {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .pricing-mobile-name {
        color: #181D27;
        font-size: 18px;
        font-family: 'Inter SemiBold', sans-serif;
        line-height: 24px;
    }

    .pricing-mobile-name--featured {
        color: #fff;
    }

    .pricing-mobile-price-row {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .pricing-mobile-price {
        color: #181D27;
        font-size: 28px;
        font-family: 'Inter Bold', sans-serif;
        line-height: 36px;
    }

    .pricing-mobile-price--featured {
        color: #fff;
        font-size: 32px;
        line-height: 40px;
    }

    .pricing-mobile-unit {
        color: #535862;
        font-size: 14px;
        font-style: italic;
        line-height: 20px;
    }

    .pricing-mobile-unit--featured {
        color: #EEF4FF;
        font-size: 16px;
        line-height: 24px;
    }

    /* buy button */
    .pricing-mobile-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        border-radius: 12px;
        background: #2662FF;
        color: #fff;
        font-size: 14px;
        font-family: 'Inter SemiBold', sans-serif;
        line-height: 18px;
        text-decoration: none;
    }

    .pricing-mobile-btn--featured {
        background: #fff;
        color: #2662FF;
        outline: 2px solid rgba(255, 255, 255, 0.60);
        outline-offset: -2px;
    }

    /* body: label + value cot */
    .pricing-mobile-body {
        display: flex;
    }

    .pricing-mobile-labels {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.80);
    }

    .pricing-mobile-values {
        width: 80px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.80);
        border-left: 1px solid #E9EAEB;
    }

    .pricing-mobile-cell {
        height: 48px;
        padding: 0 16px;
        display: flex;
        align-items: center;
        gap: 8px;
        border-bottom: 1px solid #E9EAEB;
        font-size: 14px;
        font-family: 'Inter Medium', sans-serif;
        color: #181D27;
        line-height: 20px;
    }

    .pricing-mobile-values .pricing-mobile-cell {
        justify-content: center;
        padding: 0 8px;
    }

    .pricing-mobile-cell--alt {
        background: rgba(249, 250, 251, 0.80);
    }

    .pricing-mobile-cell .pricing-cell-text {
        font-size: 14px;
        color: #252B37;
        text-align: center;
    }

    .pricing-mobile-cell .pricing-cell-dash {
        font-size: 14px;
        color: #A4A7AE;
        text-align: center;
    }

    .pricing-mobile-cell .pricing-cell-check img {
        width: 20px;
        height: 20px;
    }

    /* body-wrap: collapsed mac dinh, clip chieu cao */
    .pricing-mobile-body-wrap {
        position: relative;
        height: 192px;
        overflow: hidden;
        transition: height 0.35s ease;
    }

    .pricing-mobile-body-wrap.is-expanded {
        height: auto;
    }

    /* gradient fade o duoi */
    .pricing-mobile-fade {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 96px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
        pointer-events: none;
        transition: opacity 0.35s;
    }

    .pricing-mobile-body-wrap.is-expanded .pricing-mobile-fade {
        opacity: 0;
    }

    /* toggle wrap */
    .pricing-mobile-toggle-wrap {
        padding: 8px 16px 16px;
    }

    .pricing-mobile .swiper-wrapper {
        padding-bottom: 60px;
    }

    /* toggle button */
    .pricing-mobile-toggle {
        width: 100%;
        padding: 12px 20px;
        background: #fff;
        border-radius: 12px;
        /* outline: 2px solid rgba(38, 98, 255, 0.20); */
        outline-offset: -2px;
        border: none;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        cursor: pointer;
        backdrop-filter: blur(12px);
    }

    .pricing-mobile-toggle-text {
        color: #2662FF;
        font-size: 14px;
        font-family: 'Inter SemiBold', sans-serif;
        line-height: 18px;
        padding: 0 2px;
    }

    /* icon mui ten: rotate 90deg (xuong) mac dinh, -90deg khi expanded */
    .pricing-mobile-toggle-icon {
        width: 20px;
        height: 20px;
        /* transform: rotate(90deg); */
        transition: transform 0.3s ease;
        display: block;
    }

    .pricing-mobile-body-wrap.is-expanded ~ .pricing-mobile-toggle-wrap .pricing-mobile-toggle-icon {
        transform: rotate(180deg);
    }

    /* swiper pagination */
    .pricing-mobile-swiper-pagination {
        margin-top: 20px;
        position: relative !important;
        display: flex;
        justify-content: center;
        gap: 8px;
        bottom: 53px !important;
    }

    .pricing-mobile-swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #D5D7DA;
        opacity: 1;
        transition: background 0.2s, width 0.2s, border-radius 0.2s;
    }

    .pricing-mobile-swiper-pagination .swiper-pagination-bullet-active {
        width: 24px;
        border-radius: 4px;
        background: #2662FF;
    }
}

/* end pricing mobile slide */
/* testimonials */
.testimonials {
    padding: 80px 0;
    background: #F9FAFB;
}

.testimonials-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.testimonials-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 1227px;
    width: 100%;
}

.testimonials-title {
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
    text-align: center;
    margin: 0;
}

.testimonials-subtitle {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #414651;
    text-align: center;
    margin: 0;
}

/* swiper wrapper */
.testimonials-swiper {
    width: 100%;
    max-width: 1280px;
    padding-bottom: 48px !important;
}

.testimonials-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.testimonial-card {
    cursor: pointer;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 40px 24px;
    /* background: #fff; */
    border-radius: 24px;
    width: 100%;
}

.testimonial-card--focus {
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
}

.testimonial-avatar-wrap {
    position: relative;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}

.testimonial-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-avatar-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    /* background: rgba(213, 215, 218, 0.70); */
    border-radius: 100px;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.testimonial-author-name {
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #181D27;
    text-align: center;
}

.testimonial-author-role {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #535862;
    text-align: center;
}

.testimonial-content {
    width: 100%;
}

.testimonial-text {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #181D27;
    text-align: center;
    margin: 0;
}

/* pagination dots */
.testimonials-swiper-pagination {
    bottom: 0 !important;
}

.testimonials-swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #E9EAEB;
    opacity: 1;
    /* margin: 0 8px !important; */
}

.testimonials-swiper-pagination .swiper-pagination-bullet-active {
    background: #5993FF;
}

/* responsive */
@media (max-width: 979px) {
    .testimonials {
        padding: 48px 0;
    }

    .testimonials-title {
        font-size: 24px;
        line-height: 32px;
    }

    .testimonials-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .testimonial-card {
        padding: 32px 20px;
    }
}

/* end testimonials */
/* animation button bonus */
.borderMove {
    position: relative;
    overflow: visible;
    display: inline-block;
}

/* Content ben trong button luon hien thi tren ::before */
.borderMove > * {
    position: relative;
    z-index: 1;
}

/* Pseudo element tao shadow */
.borderMove::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient( 90deg, #ff6ec4, #7873f5, #22d3ee, #4ade80, #ff6ec4 );
    background-size: 300% 300%;
    z-index: 0;
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.3s ease;
}

/* Hover */
.borderMove:hover::before {
    opacity: 1;
    animation: shadowMove 4s linear infinite;
}

/* Animation chay gradient */
@keyframes shadowMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

/* end animation button bonus */
/* Hieu ung gradient border khi hover cho nut Mua ngay o banner */
.ai-btn {
    outline: none !important;
    /* border: 2px solid #1B49F5; */
    /* transition: all 0.3s ease; */
    opacity: 1 !important;
}

@keyframes aiBtnBorderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

/* Hover */
.ai-btn:hover {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient( 90deg, #ff6ec4, #7873f5, #4ade80, #22d3ee, #ff6ec4 ) border-box;
    background-size: 200% 200%;
    animation: aiBtnBorderMove 3s linear infinite;
}

/* Animation gradient */
@keyframes aiBtnBorderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

/* end ai-btn */
/* footer */
.misa-footer {
    width: 100%;
    background: #F5F5F5;
    font-family: var(--misa-font);
    color: var(--misa-text);
}

/* end footer */

/* badge upcoming */
.badge-upcoming {
    padding: 2px 8px;
    background: var(--Molten-Orange-600, #F04006);
    border-radius: 9999px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.badge-upcoming-text {
    color: var(--Icon-White, white);
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word;
}
/* end badge upcoming */

/* === Styles moved from ketoandemo.html inline <style> === */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.pricing-title {
    margin-bottom: 40px !important;
}

@media (min-width: 980px) {
    .menu-item ul.menu-child .menu-col {
        width: 172px;
        padding-top: 8px;
    }
}

@media (min-width: 980px) {
    .menu-item:hover ul.menu-child {
        display: flex;
        align-items: flex-start;
        flex-flow: row wrap;
        width: max-content;
        gap: 15px;
    }
}

.op-scene {
    position: relative;
    width: unset;
}
/* === End styles moved from ketoandemo.html === */
