/* 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;
}

.footer {
    display: none;
}

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

.hotline-quick-access {
    display: none;
}
.wrap-partner{
    background: linear-gradient(180deg, #FFF6F6 0%, #FFF 54.22%);
}
/* 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: var(--gradian-button-aiMarketing, linear-gradient(310deg, #FF9B77 1.72%, #FF2600 91.72%));
    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 {
    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: #fff;
    border: 2px solid var(--Text-aiMarketing, #FF6F55);
}

.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;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    word-wrap: break-word;
    background: var(--Text-aiMarketing, linear-gradient(270deg, #FF6F55 0%, #F64C2D 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.product-icon-box {
    /* width: 24px; */
    /* height: 24px; */
}

.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/marketing-agent/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(--gradian-button-aiMarketing, linear-gradient(310deg, #FF9B77 1.72%, #FF2600 91.72%));
    background: linear-gradient(270deg, #FF6F55 0%, #F64C2D 100%);
    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: 438px 435px;
    justify-content: center;
}

.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(--gradian-button-aiMarketing, linear-gradient(310deg, #FF9B77 1.72%, #FF2600 91.72%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(270deg, #FF6F55 0%, #F64C2D 100%);
    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-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: none;
}

.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: 64px;
    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;
}


.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%);
    background: #fff;
    min-width: 515px;
}

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

    /* 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: 88px;
        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%;
        min-width: unset;
    }

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

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

/* end section banner */

/* 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/marketing-agent/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/marketing-agent/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/marketing-agent/bg-form.webp); */
    box-shadow: 0 4px 60px 0 rgba(10, 27, 137, 0.10);
    padding: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 542px;
    min-width: 540px;
}

.register-section__form {
    padding: 38px 0px;
    background: white;
    box-shadow: 0 20px 24px -4px rgba(10, 27, 137, 0.04), 0 8px 8px -4px rgba(10, 27, 137, 0.01), 0 3px 3px -1.5px rgba(10, 27, 137, 0.02);
    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: 20px;
    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; */
    }

    .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: space-between;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    height: 100%;
    max-width: 676px;
}

/* tieu de */
.reg-feat-header {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.reg-feat-title {
    align-self: stretch;
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
}

/* dong thu hai: "voi AMIS aiMarketing" */
.reg-feat-title-sub {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
}

.reg-feat-title-sub span {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
}

.reg-feat-title-highlight {
    background: var(--gradian-button-aiMarketing, linear-gradient(310deg, #FF9B77 1.72%, #FF2600 91.72%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FF5C1A;
    background: linear-gradient(270deg, #FF6F55 0%, #F64C2D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

/* danh sach checklist */
.reg-feat-checklist {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reg-feat-check-item {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    position: relative;
}
.arrto {
    position: absolute;
    right: -164px;
    bottom: -54px;
}


/* icon check svg */
.reg-feat-check-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.reg-feat-check-text {
    color: #252B37;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
    word-wrap: break-word;
}


/* anh preview phia duoi */
.reg-feat-preview img {
    width: 100%;
    /* max-width: 477px; */
    height: auto;
    /* border-radius: 16px; */
    /* border: 3px #5993FF solid; */
    display: block;
}

@media (max-width: 979px) {
    .reg-feat-title,
    .reg-feat-title-sub span {
        font-size: 24px;
        line-height: 32px;
    }

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

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

/* 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/marketing-agent/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/marketing-agent/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);
    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);
    border: 1px solid rgba(255, 86, 55, 0.64);
}

/* Fallback cho trĂƒÂ¬nh duyĂ¡Â»â€¡t khĂƒÂ´ng hĂ¡Â»â€” trĂ¡Â»Â£ :has() */
.section-temp.question .panel-default.active-panel {
    border-radius: var(--radius-4xl, 24px);
    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: #FF5637;
}

/* Fallback cho panel-heading khi active */
.section-temp.question .panel-default.active-panel .panel-heading {
    color: #FF5637;
}

@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: #FF5637;
    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: #FFF6F6;
}

.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%;
    width: auto;
    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 96px 0;
    padding-bottom: 32px;
}

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

.partner-logos-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 32px;
    height: 97px;
    max-width: 1148px;
    margin: 0 auto;
}

.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: center;
    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: 79px 0 0 0;
    background: url(/sites/amis/images/pages/marketing-agent/bg-video.webp);
    background-size: cover;
    background-position: top;
    border-radius: 24px;
    display: grid;
    /* justify-content: space-between; */
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
    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: 32px;
    justify-content: center;
    align-items: center;
}

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

.modern-accounting-title-highlight {
    color: white;
    font-family: 'Inter Bold', sans-serif;
    color: var(--Brand-600, #1B49F5);
    background: linear-gradient(270deg, #FF6F55 0%, #F64C2D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

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

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

.modern-accounting-checklist {
    display: flex;
    gap: 32px;
    justify-content: center;
}

.modern-accounting-check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-family: Inter, sans-serif;
    color: #374151;
    line-height: 24px;
}

.modern-accounting-check-item img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.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: #ff26003b;
    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-checklist {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .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 */

/* 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 */


/* 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 cháº¡y 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 */
/* section 3 */
.crm-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 96px;
    font-family: Inter, sans-serif;
    color: #030712;
    /* padding: 96px 0; */
    /* padding-bottom: 120px; */
}

.intro-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 40px;
}

.intro-title {
    /* max-width: 900px; */
    text-align: center;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 46px
}

.intro-title .accent {
    color: #2763FF
}

.intro-title .highlight {
    color: #FF9B77;
    background: linear-gradient(270deg, #FF6F55 0%, #F64C2D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.intro-sub {
    font-size: 16px;
    line-height: 32px;
    color: #374151;
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* section intro sales type tags */
.intro-sales-types {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.sales-type-tag {
    padding: 6px 12px 6px 16px;
    background: #EEF4FF;
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.sales-type-icon {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sales-type-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sales-type-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
}

.sales-type-text {
    color: #414651;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

@media (max-width: 979px) {
    .crm-wrapper{
        padding-top: 40px;
    }
    .intro-sales-types {
        padding-left: 10px;
        padding-right: 10px;
        gap: 9px;
    }

    .sales-type-tag {
        padding: 4px 10px 4px 12px;
    }

    .sales-type-text {
        font-size: 14px;
        line-height: 20px;
    }

    .sales-type-icon {
        width: 20px;
        height: 20px;
    }
}
/* end section intro sales type tags */

/* section preview all features button */
.preview-features-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 42px;
}

.preview-features-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 14px 24px;
    background: linear-gradient(76deg, #1B49F5 0%, #5993FF 100%);
    border-radius: 12px;
    text-decoration: none;
    /* transition: all 0.3s ease; */
}

.preview-features-btn:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0 8px 16px rgba(27, 73, 245, 0.3); */
}

.preview-features-btn-text {
    color: white;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.preview-features-btn-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-features-btn-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 979px) {
    .preview-features-btn-wrapper {
        margin-top: 32px;
    }

    .preview-features-btn {
        width: 100%;
        max-width: 400px;
    }

    .preview-features-btn-text {
        font-size: 14px;
        line-height: 20px;
    }

    .preview-features-btn-icon {
        width: 18px;
        height: 18px;
    }
}
/* end section preview all features button */

.tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #EDF1FF;
    padding: 10px 16px;
    border-radius: 16px;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
}

.usage-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #374151
}

.content-grid {
    display: grid;
    grid-template-columns: 484px 1fr;
    gap: 64px;
    align-items: flex-start;
    /* margin-bottom: 84px; */
    /* direction: rtl; */
}
.wrap-button-crm-wrapper {
    display: flex;
    justify-content: start;
    margin-top: 32px;
    gap: 16px;
}

.wrap-button-crm-wrapper .preview-features-btn-wrapper {
    width: fit-content;
    margin-top: unset;
}

a.crm-btn-outline .crm-btn-outline {
}
.media-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    /* opacity: 1 !important; */
    position: relative;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon .bg {
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(-50%, -50%);
}

.play-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.media-frame {
    width: 100%;
    max-width: 857px;
    border-radius: 32px
}

.media-screenshot {
    width: 95%;
    max-width: 803px;
    margin-top: -550px;
    border-radius: 16px;
    border: 2px solid #fff;
    box-shadow: 0 4px 60px rgba(10, 27, 137, .1)
}

.feature-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 484px;
}

.check-item img {
    width: 24px;
    height: 24px;
}

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    padding: 16px 20px 24px 20px;
    cursor: pointer;
    padding: 8px 20px 8px 20px;
}

.feature-card.is-active {
    border-radius: var(--radius-xl, 16px);
    border: 1px solid var(--Blue-100, #D9E6FF);
    background: #FFF;
    box-shadow: 0 8px 24px -6px rgba(129, 166, 255, 0.08), 0 12px 32px -6px rgba(141, 141, 141, 0.10);
    padding: 16px 20px 24px 20px;
}

.feature-head {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
}

.feature-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 52px;
}

.feature-body-desc {
    font-size: 15px;
    font-family: Inter, sans-serif;
    color: #374151;
    line-height: 24px;
}

.feature-card:not(.is-active) .feature-body {
    display: none;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #374151
}

.banner-try {
    margin-bottom: 96px;
}
.cta-banner {
    position: relative;
    gap: 16px;
    background: url(/sites/amis/images/pages/crm-v3/formtrial.webp);
    box-shadow: 10px 20px 100px rgba(14, 38, 116, .1);
    background-size: cover;
    border-radius: 24px;
}

.cta-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 620px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.cta-title {
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 46px;
    color: #fff
}

.cta-sub {
    font-size: 16px;
    color: #fff
}

.wrap-left {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    margin-left: 42px;
}

.cta-actions {
    display: flex;
    gap: 12px;
    padding: 79px;
    background: url(/sites/amis/images/pages/crm-v3/bg-button.webp);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 109px;
    padding-bottom: 40px;
    padding-right: 106px;
    padding-left: 143px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 52px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    text-decoration: none
}

.btn.primary {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: #fff;
    border: unset;
}

.btn.outline {
    background: #fff;
    color: #2563EB;
    z-index: 999;
}

/* â€Šâ€”â€ŠResponsive: â‰¤ 979 pxâ€Šâ€”â€Š */
@media (max-width: 979px) {
    .cta-text{
        padding-left:10px
    }
    .check-item{
        font-size: 16px;
    }
    .feature-head{
        font-size: 16px;
    }
    .intro-title {
        font-size: 17px;
        line-height: unset;
    }
.intro-title br{ 
    display:none;
}
    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .media-box {
        order: 2;
        position: relative;
    }

    .play-icon {
        width: 60px;
        height: 60px;
    }

    .media-screenshot {
        margin-top: -440px
    }

    .feature-stack {
        max-width: none
    }

    .cta-banner {
        flex-direction: column;
        text-align: center;
        /* padding: 32px 24px; */
        padding-top: 28px;
    }

    .wrap-left {
        flex-wrap: wrap;
        margin-left: 0;
    }

    .cta-title {
        font-size: 26px;
    }

    .cta-actions {
        flex-direction: column;
        width: 100%;
        padding: 45px;
        background-position: -32px;
        background-position-y: 9px;
    }

    .btn {
        width: 100%
    }
}

/* section function */
.fn-section {
    width: 100%;
    padding: 96px 0;
    background: #fff;
}

.fn-header {
    text-align: center;
    margin-bottom: 40px;
}

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

.fn-title-highlight {
    color: #FF5C1A;
    background: linear-gradient(270deg, #FF6F55 0%, #F64C2D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.fn-title-normal {
    color: #181D27;
}

/* tabs */
.fn-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.fn-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1.5px solid #E5E7EB;
    background: #fff;
    cursor: pointer;
    min-width: 120px;
    font-size: 18px;
    font-family: 'Inter Medium', sans-serif;
    color: #374151;
    transition: border-color .2s, background .2s, color .2s;
    user-select: none;
}

.fn-tab img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.fn-tab.is-active {
    border-color: #FF5C1A;
    background: #FF5C1A;
    color: #fff;
}

.fn-tab:hover:not(.is-active) {
    border-color: #FF5C1A;
    color: #FF5C1A;
}

/* noi dung panel */
.fn-body {
    position: relative;
}

.fn-panel {
    display: none;
}

.fn-panel.is-active {
    display: block;
}

.fn-panel-desc {
    max-width: 904px;
    font-size: 20px;
    font-family: Inter, sans-serif;
    line-height: 26px;
    text-align: center;
    margin: 0 auto 40px;
    color: var(--Text-Neutral-Normal-Primary-900-Default, #111827);
}

.fn-panel-body {
    display: flex;
    align-items: center;
    gap: 20px;
    background: url(/sites/amis/images/pages/marketing-agent/bg-function.webp) center center / cover no-repeat;
    border-radius: 24px;
    padding: 96px 64px;
    min-height: 380px;
}

.fn-panel-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
    max-width: 464px;
}

.fn-panel-title {
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 38px;
    color: #181D27;
}

.fn-panel-title-highlight {
    color: #FF5C1A;
    color: #FF5C1A;
    background: linear-gradient(270deg, #FF6F55 0%, #F64C2D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.fn-panel-title-normal {
    color: #181D27;
}

.fn-panel-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fn-panel-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: Inter, sans-serif;
    color: #374151;
    line-height: 24px;
    align-items: self-start;
}

.fn-panel-item img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* social hover item */
.fn-social-item {
    cursor: pointer;
    border-radius: 16px;
    padding: 16px 20px;
    transition: background .2s;
    color: var(--Text-Primary, #181D27);
    font-size: 20px;
}

.fn-social-item.is-active,
.fn-social-item:hover {
    box-shadow: 0 8px 24px -6px rgba(129, 166, 255, 0.08), 0 12px 32px -6px rgba(141, 141, 141, 0.10);
    border: 1px solid var(--Blue-100, #D9E6FF);
    background: #FFF;
}

.fn-social-image img {
    transition: opacity .25s ease;
}

.fn-panel-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.fn-panel-image {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

.fn-panel-image img {
    width: 100%;
    /* max-width: 480px; */
    height: auto;
    display: block;
    border-radius: 12px;
}

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

    .fn-title {
        font-size: 22px;
        line-height: 32px;
    }

    .fn-tabs {
        gap: 8px;
    }

    .fn-tab {
        padding: 12px 16px;
        min-width: 90px;
        font-size: 13px;
    }

    .fn-tab img {
        width: 32px;
        height: 32px;
    }

    .fn-panel-body {
        flex-direction: column;
        padding: 28px 20px;
        gap: 28px;
    }

    .fn-panel-title {
        font-size: 22px;
        line-height: 30px;
    }

    .fn-panel-image {
        justify-content: center;
    }

    .fn-panel-image img {
        max-width: 100%;
    }

    .fn-panel-actions .borderMove {
        width: 100%;
    }

    .fn-panel-actions .product-btn-primary {
        width: 100%;
    }

    .fn-panel-actions .product-btn-outline {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
    }
}
/* end section function */

/* section eco */
.eco-section {
    width: 100%;
    /* padding: 80px 0 96px; */
    background: #fff;
}

.eco-header {
    text-align: center;
    margin-bottom: 40px;
}

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

.eco-image {
    display: flex;
    justify-content: center;
}

.eco-image img {
    width: 100%;
    /* max-width: 900px; */
    height: auto;
    display: block;
    padding-bottom: 64px;
}

@media (max-width: 979px) {
    .eco-section { 
        padding: 48px 0 64px;
    }

    .eco-title {
        font-size: 22px;
        line-height: 32px;
    }
}
/* end section eco */

/* section 3 */