/* common */
.icplay.play-video-item {
    cursor: pointer;
}
@media (min-width: 1100px) {
    .container {
        width: 1310px;
    }
}
#zalo-vr, .BackTop {
    display: none !important;
}

.hotline-quick-access {
    display: none;
}
.live-chat {
    display: none !important;
}
/* section.home {
    margin-top: 60px;
} */
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

/* end common  */
/*#region banner-main*/
.banner-main {
    width: 100%;
    min-height: 800px;
    position: relative;
    overflow: hidden;
}

.banner-main-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 20px 0;
    background: url(/sites/amis/images/pages/home-agent/bg-banner.webp) center /
        cover no-repeat;
}

.banner-main-inner {
    width: 1280px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.banner-main-headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.banner-main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.banner-main-title-dark { 
    text-align: center;
    color: #181d27;
    font-family: "Inter Bold", sans-serif;
    font-size: 52px;
    line-height: 60px;
}

.banner-main-title-blue {
    text-align: center;
    color: #1b49f5;
    font-family: "Inter Bold", sans-serif;
    font-size: 52px;
    line-height: 60px;
    background: var(--Gradient-Base-AI, linear-gradient(76deg, var(--Blue-600, #1B49F5) 0%, var(--Violet-600, #7839EE) 62.45%, var(--Red-300, #FDA29B) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.banner-main-subtitle {
    text-align: center;
    color: #252b37;
    font-family: "Inter SemiBold", sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.banner-main-features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap;
}

.banner-main-feature {
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-main-check {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
}

.banner-main-check::after {
    content: "";
    width: 13px;
    height: 7px;
    position: absolute;
    left: 5px;
    top: 7px;
    border-left: 2px solid #2662ff;
    border-bottom: 2px solid #2662ff;
    transform: rotate(-45deg);
}

.banner-main-feature-text {
    color: #535862;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.banner-main-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.banner-main-image {
    width: auto;
    display: flex;
    justify-content: center;
    /* margin-top: 48px; */
    position: relative;
    align-items: center;
    margin-top: -32px;
    z-index: 0;
}

.banner-main-image .icplay,
.banner-main-image .bg {
    position: absolute;
}

.banner-main-image .bg {
    animation: pulse 1.2s ease infinite;
    background: rgba(27, 73, 245, 0.3);
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.banner-main-image img {
    width: 100%;
    max-width: 1280px;
    height: auto;
    display: block;
}

@media (max-width: 979px) {
    .banner-main {
        min-height: auto;
    }

    .banner-main-content {
        padding: 48px 16px 40px;
    }

    .banner-main-title-dark,
    .banner-main-title-blue {
        font-size: 32px;
        line-height: 40px;
    }

    .banner-main-subtitle {
        font-size: 16px;
    }

    .banner-main-features {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0 8px;
    }

    .banner-main-cta {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .banner-main-cta .borderMove,
    .banner-main-cta .product-btn-outline,
    .banner-main-cta .product-btn-outline-icon {
        width: 100%;
        justify-content: center;
    }

    .banner-main-image {
        margin-top: 24px;
    }
}
/*#endregion*/

/*#region national-brand*/

.national-brand {
    display: flex;
    justify-content: center;
    padding: 80px 20px;
}

.national-brand-wrapper {
    width: 1280px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.national-brand-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.national-brand-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
}

.national-brand-title-dark {
    text-align: center;
    color: #181d27;
    font-family: "Inter Bold", sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.national-brand-title-blue {
    text-align: center;
    color: #1b49f5;
    font-family: "Inter Bold", sans-serif;
    font-size: 32px;
    line-height: 40px;
    background: var(--Gradient-Base-AI, linear-gradient(76deg, var(--Blue-600, #1B49F5) 0%, var(--Violet-600, #7839EE) 62.45%, var(--Red-300, #FDA29B) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.national-brand-subtitle {
    max-width: 752px;
    text-align: center;
    color: #414651;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.national-brand-content {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 64px;
}

.national-brand-video {
    width: 634px;
    height: 404px;
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.national-brand-video > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.national-brand-video .icplay,
.national-brand-video .bg {
    position: absolute;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.national-brand-video .bg {
    animation: pulse 1.2s ease infinite;
    background: rgba(27, 73, 245, 0.3);
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.national-brand-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.national-brand-logos {
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    height: 93px;
}

.national-brand-logos img {
    height: 89px;
    width: auto;
    object-fit: contain;
}

.national-brand-stats {
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.national-brand-stat {
    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;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.national-brand-stat-number {
    align-self: stretch;
    text-align: center;
    color: #181d27;
    font-family: "Inter Bold", sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.national-brand-stat-label {
    align-self: stretch;
    text-align: center;
    color: #535862;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.national-brand-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 979px) {
    .national-brand {
        padding: 48px 16px;
    }

    .national-brand-wrapper {
        gap: 24px;
    }

    .national-brand-title-dark,
    .national-brand-title-blue {
        font-size: 24px;
        line-height: 32px;
    }

    .national-brand-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .national-brand-content {
        flex-direction: column;
        gap: 24px;
    }

    .national-brand-video {
        width: 100%;
        height: auto;
        aspect-ratio: 634 / 404;
    }

    .national-brand-info {
        gap: 24px;
    }

    .national-brand-logos {
        gap: 12px;
        height: auto;
        flex-wrap: wrap;
    }

    .national-brand-logos img {
        height: 60px;
    }

    .national-brand-stat-number {
        font-size: 24px;
        line-height: 32px;
    }

    .national-brand-stat-label {
        font-size: 14px;
        line-height: 20px;
    }

    .national-brand-cta {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
}

/*#endregion*/

/*#region buttons*/

.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;
    text-decoration: none;
}

.product-btn-outline {
    border: 2px solid #1b49f5;
    min-width: 150px;
    padding: 12px 24px;
    border-radius: 12px;
    outline: 2px #1b49f5 solid !important;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: linear-gradient(244deg, #fff 10.19%, #f8faff 105.78%);
    text-decoration: none;
}

.product-btn-outline .product-icon-box {
    width: 20px;
    height: 20px;
    overflow: hidden;
    opacity: 1;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.product-btn-outline:hover .product-icon-box {
    transform: translateX(4px);
}

.product-btn-outline-icon {
    min-width: 140px;
    padding: 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 rgba(255, 255, 255, 0.6);
    box-shadow:
        0 8px 30px -6px rgba(116, 135, 255, 0.05),
        0 8px 30px -4px rgba(10, 27, 137, 0.03);
    text-decoration: none;
}

.product-btn-outline-icon .product-icon-box {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}

.product-btn-outline-icon:hover .product-icon-box {
    transform: translateX(4px);
}

.product-btn-text-white {
    text-align: center;
    color: white !important;
    font-size: 16px;
    font-family: "Inter SemiBold", sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.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 {
}

.borderMove {
    position: relative;
    overflow: visible;
    display: inline-block;
}

.borderMove > * {
    position: relative;
    z-index: 1;
}

.borderMove::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient(
        90deg,
        #ff6ec4,
        #7873f5,
        #22d3ee,
        #4ade80,
        #ff6ec4
    );
    background-size: 300% 300%;
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.3s ease;
}

.borderMove:hover::before {
    opacity: 1;
    animation: shadowMove 4s linear infinite;
}

@keyframes shadowMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}

.ai-btn {
    outline: none !important;
    opacity: 1 !important;
}

@keyframes aiBtnBorderMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

.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;
}
@media (max-width:979px){
    .product-btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/*#endregion*/

/*#region show-product*/

.show-product {
    width: 100%;
    padding: 96px 20px;
    background: linear-gradient(226deg, #f8faff 0%, #eef4ff 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.show-product-inner {
    width: 1280px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.show-product-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.show-product-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.show-product-title-blue {
    text-align: center;
    color: #1b49f5;
    font-family: "Inter Bold", sans-serif;
    font-size: 32px;
    line-height: 40px;
    background: var(--Gradient-Base-AI, linear-gradient(76deg, var(--Blue-600, #1B49F5) 0%, var(--Violet-600, #7839EE) 62.45%, var(--Red-300, #FDA29B) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.show-product-title-dark {
    text-align: center;
    color: #181d27;
    font-family: "Inter Bold", sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.show-product-subtitle {
    max-width: 752px;
    text-align: center;
    color: #414651;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.show-product-subtitle-bold {
    font-family: "Inter Bold", sans-serif;
}

.show-product-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.show-product-row-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.show-product-row-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.show-product-card {
    padding: 24px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow:
        0px 8px 30px -4px rgba(10, 27, 137, 0.03),
        0px 8px 30px -6px rgba(116, 135, 255, 0.05);
    border-radius: 24px;
    outline: 3px rgba(255, 255, 255, 0.4) solid;
    outline-offset: -3px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.show-product-card-head {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.show-product-card-title {
    color: #181d27;
    font-family: "Inter SemiBold", sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.show-product-card-desc {
    color: #252b37;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.show-product-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.show-product-items-wide {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.show-product-items-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.show-product-items-row {
    display: flex;
    gap: 32px;
}

.show-product-card-title a {
    color: inherit;
    text-decoration: none;
}

.show-product-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    color: inherit;
    text-decoration: none;
}

.show-product-item-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.show-product-item-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.show-product-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.show-product-item-name {
    color: #181d27;
    font-family: "Inter SemiBold", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.show-product-item-sub {
    color: #6b7280;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.show-product-more {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #2662ff !important;
    font-family: "Inter SemiBold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.show-product-more img {
    transition: transform 0.3s ease;
}

.show-product-more:hover img {
    transform: translateX(4px);
}

.show-product-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.show-product-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.show-product-cta-note {
    text-align: center;
    color: #535862;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 979px) {
    .show-product {
        padding: 48px 16px;
    }

    .show-product-inner {
        gap: 24px;
    }

    .show-product-grid {
        gap: 24px;
    }

    .show-product-row-top {
        grid-template-columns: 1fr;
    }

    .show-product-row-bottom {
        grid-template-columns: 1fr;
    }

    .show-product-title-blue,
    .show-product-title-dark {
        font-size: 24px;
        line-height: 32px;
    }

    .show-product-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .show-product-items-row {
        flex-direction: column;
        gap: 24px;
    }

    .show-product-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .show-product-cta-note {
        font-size: 14px;
    }
}

/*#endregion*/

/*#region ai-agent*/

.ai-agent {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.ai-agent-wrap {
    width: 1538px;
    max-width: 100%;
}

.ai-agent-inner {
    border-radius: 24px;
    overflow: hidden;
    background: url(/sites/amis/images/pages/home-agent/bg-ai.webp) center /
        cover no-repeat;
    padding: 96px 129px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.ai-agent-content {
    display: grid;
    align-items: center;
    grid-template-columns: 396px 820px;
    justify-content: space-between;
}

.ai-agent-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ai-agent-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.ai-agent-title-dark {
    text-align: center;
    color: #252b37;
    font-family: "Inter Bold", sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.ai-agent-title-blue {
    text-align: center;
    color: #1b49f5;
    font-family: "Inter Bold", sans-serif;
    font-size: 32px;
    line-height: 40px;
    background: var(--Gradient-Base-AI, linear-gradient(76deg, var(--Blue-600, #1B49F5) 0%, var(--Violet-600, #7839EE) 62.45%, var(--Red-300, #FDA29B) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.ai-agent-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ai-agent-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ai-agent-check {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
}

.ai-agent-check::after {
    content: "";
    width: 13px;
    height: 7px;
    position: absolute;
    left: 5px;
    top: 7px;
    border-left: 2px solid #2662ff;
    border-bottom: 2px solid #2662ff;
    transform: rotate(-45deg);
}

.ai-agent-item-text {
    color: #535862;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.ai-agent-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ai-agent-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.ai-agent-right {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ai-agent-right .icplay,
.ai-agent-right .bg {
    position: absolute;
}

.ai-agent-right .bg {
    animation: pulse 1.2s ease infinite;
    background: rgba(27, 73, 245, 0.3);
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

@media (max-width: 979px) {
    .ai-agent {
        padding: 48px 16px;
    }

    .ai-agent-inner {
        padding: 48px 24px;
        gap: 32px;
    }

    .ai-agent-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ai-agent-left {
        width: 100%;
    }

    .ai-agent-title-dark,
    .ai-agent-title-blue {
        font-size: 24px;
        line-height: 32px;
    }

    .ai-agent-right {
        width: 100%;
    }

    .ai-agent-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .ai-agent-buttons .borderMove,
    .ai-agent-buttons .product-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .ai-agent-buttons .product-btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/*#endregion*/

/*#region mobile-app*/

.mobile-app {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.mobile-app-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.mobile-app-blur-1 {
    width: 601px;
    height: 523px;
    left: 320px;
    top: 308px;
    position: absolute;
    background: #d0e0ff;
    border-radius: 9999px;
    filter: blur(200px);
}

.mobile-app-blur-2 {
    width: 564px;
    height: 565px;
    left: 994px;
    top: 358px;
    position: absolute;
    background: #ffd6d0;
    border-radius: 9999px;
    filter: blur(200px);
}

.mobile-app-blur-3 {
    width: 429px;
    height: 429px;
    left: 944px;
    top: 574px;
    position: absolute;
    background: rgba(255, 231, 240, 0.5);
    border-radius: 9999px;
    filter: blur(100px);
}

.mobile-app-blur-4 {
    width: 528px;
    height: 528px;
    left: 356px;
    top: 528px;
    position: absolute;
    background: rgba(199, 186, 255, 0.4);
    border-radius: 9999px;
    filter: blur(100px);
}

.mobile-app-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.mobile-app-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.mobile-app-title-dark {
    text-align: center;
    color: #181d27;
    font-family: "Inter Bold", sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.mobile-app-title-blue {
    text-align: center;
    color: #1b49f5;
    background: var(--Gradient-Base-AI, linear-gradient(76deg, var(--Blue-600, #1B49F5) 0%, var(--Violet-600, #7839EE) 62.45%, var(--Red-300, #FDA29B) 130.54%));
    font-family: "Inter Bold", sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    line-height: 40px;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.mobile-app-subtitle {
    max-width: 752px;
    text-align: center;
    color: #414651;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.mobile-app-subtitle-bold {
    font-family: "Inter SemiBold", sans-serif;
}

.mobile-app-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.mobile-app-badge-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-app-qr img {
    width: 117px;
    height: 115px;
    border-radius: 6px;
}

.mobile-app-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 181px;
    height: 50px;
    background: black;
    border-radius: 12px;
    box-shadow:
        0px 1px 2px rgba(17, 24, 39, 0.06),
        0px 1px 3px rgba(17, 24, 39, 0.1);
    overflow: hidden;
    text-decoration: none;
}

.mobile-app-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-app-phones {
    width: 100%;
    position: relative;
}

.mobile-app-phones-img {
    width: 100%;
    height: auto;
    display: block;
}

.mobile-app-avatar {
    position: absolute;
    border-radius: 9999px;
    border: 3px solid white;
    object-fit: cover;
}

.mobile-app-avatar--1 {
    width: 60px;
    height: 60px;
    left: 19.7%;
    top: 16%;
}

.mobile-app-avatar--2 {
    width: 36px;
    height: 36px;
    left: 15.2%;
    top: 10%;
}

@media (max-width: 979px) {
    .mobile-app {
        padding: 48px 0 0;
    }

    .mobile-app-title-dark,
    .mobile-app-title-blue {
        font-size: 24px;
        line-height: 32px;
    }

    .mobile-app-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .mobile-app-badges {
        gap: 10px;
    }

    .mobile-app-qr {
        display: none;
    }

    .mobile-app-avatar {
        display: none;
    }
}

/*#endregion*/

/*#region ava-feature*/

.ava-feature {
    padding: 96px 0;
    display: flex;
    justify-content: center;
}

.ava-feature-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.ava-feature-layout {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

.ava-feature-visual {
    width: 732px;
    flex-shrink: 0;
}

.ava-feature-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.ava-feature-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-right: 24px;
}

.ava-feature-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ava-feature-title {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.ava-feature-title-blue {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1b49f5;
    font-family: "Inter Bold", sans-serif;
    background: var(--Gradient-Base-AI, linear-gradient(76deg, var(--Blue-600, #1B49F5) 0%, var(--Violet-600, #7839EE) 62.45%, var(--Red-300, #FDA29B) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.ava-feature-title-dark {
    color: #181d27;
    font-family: "Inter Bold", sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.ava-feature-subtitle {
    color: #535862;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.ava-feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ava-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ava-feature-check {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
}

.ava-feature-check::after {
    content: "";
    width: 13px;
    height: 7px;
    position: absolute;
    left: 4px;
    top: 6px;
    border-left: 2px solid #2662ff;
    border-bottom: 2px solid #2662ff;
    transform: rotate(-45deg);
}

.ava-feature-item-text {
    flex: 1;
    color: #535862;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.ava-feature-item-text strong {
    font-family: "Inter Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.ava-feature-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 979px) {
    .ava-feature {
        padding: 48px 0;
    }

    .ava-feature-layout {
        flex-direction: column;
        gap: 32px;
    }

    .ava-feature-visual {
        width: 100%;
    }

    .ava-feature-text {
        padding-right: 0;
    }

    .ava-feature-title-blue,
    .ava-feature-title-dark {
        font-size: 24px;
        line-height: 32px;
    }

    .ava-feature-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .ava-feature-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
}

/*#endregion*/

/*#region why-amis*/

.why-amis {
    width: 100%;
    padding: 96px 0;
    display: flex;
    justify-content: center;
    background-image: url('/sites/amis/images/pages/home-agent/newfeaturesection.webp');
    background-size: cover;
    background-position: center;
}

.why-amis-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.why-amis-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 484px 1fr;
    gap: 64px;
    align-items: flex-start;
}

.why-amis-stack {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.why-amis-stack-title {
    max-width: 448px;
    font-size: 32px;
    line-height: 40px;
}

.why-amis-stack-title-blue {
    font-family: "Inter Bold", sans-serif;
    font-size: 32px;
    text-align: center;
    color: #1b49f5;
    font-family: "Inter Bold", sans-serif;
    background: var(--Gradient-Base-AI, linear-gradient(76deg, var(--Blue-600, #1B49F5) 0%, var(--Violet-600, #7839EE) 62.45%, var(--Red-300, #FDA29B) 130.54%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.why-amis-stack-title-dark {
    color: #181d27;
    font-family: "Inter Bold", sans-serif;
}

.why-amis-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.why-amis-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    padding: 16px 20px;
    cursor: pointer;
}

.why-amis-card--active {
    outline: 1px solid #d9e6ff;
    outline-offset: -1px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow:
        0px 8px 30px -4px rgba(10, 27, 137, 0.03),
        0px 8px 30px -6px rgba(116, 135, 255, 0.05);
    padding: 16px 20px 24px;
}

.why-amis-card-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    object-fit: contain;
}

.why-amis-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-family: "Inter SemiBold", sans-serif;
    color: #181d27;
}

.why-amis-card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.why-amis-card:not(.why-amis-card--active) .why-amis-card-body {
    display: none;
}

.why-amis-card-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.why-amis-card-check-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
}

.why-amis-card-check-icon::after {
    content: "";
    width: 13px;
    height: 7px;
    position: absolute;
    left: 4px;
    top: 7px;
    border-left: 2px solid #2662ff;
    border-bottom: 2px solid #2662ff;
    transform: rotate(-45deg);
}

.why-amis-card-check span {
    flex: 1;
    color: #535862;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.why-amis-media {
    position: relative;
}

.why-amis-media-box {
    display: block;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    text-decoration: none;
}

.why-amis-media-frame {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 32px;
}

.why-amis-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.why-amis-play-bg {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgba(27, 73, 245, 0.3);
    animation: pulse 1.2s ease infinite;
}

.why-amis-play-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.why-amis-cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 979px) {
    .why-amis {
        padding: 48px 0;
    }

    .why-amis-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .why-amis-media {
        order: -1;
    }

    .why-amis-stack-title {
        max-width: 100%;
        font-size: 24px;
        line-height: 32px;
    }

    .why-amis-card-head {
        font-size: 16px;
    }

    .why-amis-cta {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .why-amis-cta .borderMove,
    .why-amis-cta .product-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .why-amis-cta .product-btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/*#endregion*/

/*#region customer*/
section.customer {
    padding-top: 100px;
    padding-bottom: 100px;
}

.customer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.customer-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.customer-main {
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

.customer-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 0;
}

.customer-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.customer-tabs {
    width: 100%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
}

.wrap-customer {
    display: contents;
}

.left-customer {
    display: none;
}

.active-left {
    display: block;
}

.customer-tab-name {
    padding: 16px 0 8px 24px;
    border-left: 4px solid #2662FF;
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
}

.customer-tab-block {
    padding: 16px 0 16px 24px;
    border-left: 4px solid #2662FF;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.customer-tab-block-name {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
}

.customer-tab-desc {
    padding: 0 0 16px 24px;
    border-left: 4px solid #2662FF;
    color: #535862;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.customer-tab-block .customer-tab-desc {
    padding: 0;
    border-left: none;
}

.customer-tab-stats {
    padding: 16px 0 16px 24px;
    border-left: 4px solid #E9EAEB;
    display: flex;
    gap: 32px;
}

.customer-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.customer-stat-number {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.customer-stat-label {
    color: #535862;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.customer-tab-products {
    padding: 16px 24px;
    border-left: 4px solid #E9EAEB;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.customer-products-label {
    color: #535862;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.customer-products-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.customer-products-row {
    display: flex;
    gap: 32px;
}

.customer-product {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 214px;
    text-decoration: none;
}

.customer-product img {
    max-height: 32px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.customer-product-name {
    color: #181D27;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
}

.customer-cards {
    width: 732px;
    height: 488px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.right-customer {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
    position: absolute;
    inset: 0;
    text-decoration: none;
}

.active-right {
    display: block;
    opacity: 1;
}

.customer-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.16) 32%, #2563EB 100%);
}

.customer-card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 24px 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}

.customer-card-caption {
    width: 398px;
    color: white;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
}

.customer-card-link {
    color: white;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    white-space: nowrap;
    flex-shrink: 0;
}

.customer-logos-strip {
    width: 100%;
    padding: 16px;
    border-radius: 24px;
    overflow: hidden;
}

.center-customer {
    width: 100%;
}

.list-logo {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.list-logo img {
    max-width: 130px;
    max-height: 50%;
    object-fit: contain;
    opacity: 0.2;
    filter: grayscale(100%);
    transition: opacity 0.3s, filter 0.3s;
}

.list-logo.active img {
    opacity: 1;
    filter: unset;
}

.swiper-slide + .swiper-slide .list-logo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: #D7D7D7;
}

.swiper-slide:nth-child(6n+1) .list-logo {
    justify-content: flex-start;
    margin-left: 10px;
}

.swiper-slide:nth-child(6n+1) .list-logo::before {
    display: none;
}

.swiper-slide:last-child .list-logo {
    justify-content: flex-end;
}

.swiper-slide:nth-child(6n) .list-logo {
    justify-content: flex-end;
}

.customer-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 979px) {
    section.customer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .customer-main {
        flex-direction: column;
    }

    .customer-cards {
        width: 100%;
        height: auto;
        aspect-ratio: 732 / 488;
    }

    .customer-tabs {
        max-width: 100%;
    }

    .customer-card-caption {
        width: auto;
    }

    .customer-title {
        font-size: 24px;
        line-height: 32px;
    }

    .customer-products-row {
        flex-wrap: wrap;
    }

    .customer-product {
        width: auto;
    }

    .customer-cta {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/*#endregion*/

/*#region press*/
.press {
    width: 100%;
    padding: 80px 240px;
    background: white;
    overflow: hidden;
    padding-top: unset;
}

.press-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    justify-items: center;
    gap: 40px;
}

.press-title {
    text-align: center;
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.press-cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.press-card {
    flex: 1;
    padding: 24px;
    background: white;
    border: 1px solid transparent;
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; */
    transition: border-color .3s ease, transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s cubic-bezier(.22, 1, .36, 1);
}

.press-card:hover {
    transform: translateY(-10px) !important;
    /* border-color: #1557f0; */
    box-shadow: 0 8px 16px 0 rgba(227, 236, 255, 0.6);
    opacity: 1;
}

.press-card-img-wrap {
    width: 100%;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
}

.press-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.press-card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.press-card-title {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
}

.press-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.press-card-logo {
    height: 36px;
    width: auto;
}

.press-card-date {
    display: flex;
    align-items: center;
    gap: 4px;
}

.press-card-date-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.press-card-date-text {
    color: #535862;
    font-size: 14px;
    font-family: 'Inter';
    line-height: 18px;
}

@media (max-width: 979px) {
    .press {
        padding: 60px 16px;
    }

    .press-cards {
        grid-template-columns: 1fr;
    }
}
/*#endregion*/

/*#region articles*/
.articles {
    width: 100%;
    padding: 96px 240px;
    background: linear-gradient(226deg, #F8FAFF 0%, #EEF4FF 100%);
}

.articles-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.articles-title {
    text-align: center;
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.articles-swiper {
    width: 100%;
    overflow: hidden;
    padding-top: 12px !important;
    margin-top: -12px !important;
}

.articles-swiper .swiper-slide {
    height: auto;
}

.articles-swiper .articles-card {
    height: 100%;
    opacity: 1;
}

.articles-swiper-pagination {
    position: static;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.articles-swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #E9EAEB;
    opacity: unset;
}

.articles-swiper-pagination .swiper-pagination-bullet-active {
    background: #5993FF;
}

.articles-card {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid transparent;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    transition: border-color .3s ease, transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s cubic-bezier(.22, 1, .36, 1);
}

.articles-card:hover {
    transform: translateY(-10px);
    background: #ffffff;
    /* border-color: #1557f0; */
    box-shadow: 0 8px 16px 0 rgba(227, 236, 255, 0.6);
}

.articles-card-img-wrap {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.articles-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles-card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 24px 24px;
}

.articles-tag {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 12px;
    font-family: 'Inter Medium';
    line-height: 20px;
    align-self: flex-start;
}

.articles-tag--marketing {
    background: #FFE9D4;
    color: #B54708;
}

.articles-tag--salary {
    background: #EDFCF2;
    color: #099250;
}

.articles-tag--management {
    background: #EFF8FF;
    color: #175CD3;
}

.articles-tag--hr {
    background: #F5F0FF;
    color: #6941C6;
}

.articles-card-title-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.articles-card-title {
    flex: 1;
    color: #181D27;
    font-size: 18px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
}

.articles-card-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 4px;
}

.articles-card-desc {
    color: #535862;
    font-size: 14px;
    font-family: 'Inter';
    line-height: 22px;
}

.articles-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    display: none;
}

.articles-card-views {
    display: flex;
    align-items: center;
    gap: 4px;
}

.articles-card-views-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.articles-card-views-count {
    color: #535862;
    font-size: 14px;
    font-family: 'Inter';
    line-height: 18px;
}

.articles-card-date {
    display: flex;
    align-items: center;
    gap: 4px;
}

.articles-card-date-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.articles-card-date-text {
    color: #535862;
    font-size: 14px;
    font-family: 'Inter';
    line-height: 18px;
}

@media (max-width: 979px) {
    .articles {
        padding: 60px 16px;
    }
}
/*#endregion*/

/*#region security-certifications*/
.security-certifications-section {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #fff;
}

.security-certifications-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.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;
}

.security-certifications-grid {
    display: flex;
    align-items: center;
    gap: 32px;
}

.certification-card {
    flex: 1;
    min-width: 0;
}

.certification-card-inner {
    display: flex;
    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;
}

@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);
    }
}
/*#endregion*/

/*#region awards*/
.awards-section {
    /* 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-size: 32px;
    line-height: 40px;
    font-family: 'Inter Bold', sans-serif;
}

.awards-subtitle {
    color: #414651;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.awards-slider {
    margin-top: 40px;
    align-items: center;
    gap: 16px;
}

.swiper.awards-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    position: relative;
    z-index: 0;
    height: 342px;
}

.awards-slider span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #E9EAEB;
    opacity: unset;
}

.awards-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--Blue-400, #5993FF);

}

.awards-slider .swiper-pagination {
    position: absolute;
    bottom: 0;
    z-index: 16;
}

.award-card {
    position: relative;
    justify-items: center;
    align-content: start;
    gap: 12px;
    scroll-snap-align: center;
}

.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-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 Medium', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

@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 {
        gap: 12px;
    }

    .awards-track {
        justify-content: start;
    }

    .award-caption {
        width: 100%;
    }
}
/*#endregion*/

/*#region industries*/
.industries {
    padding-top: 96px;
    padding-bottom: 96px;
    background: linear-gradient(226deg, #F8FAFF 0%, #EEF4FF 100%);
    display: flex;
    justify-content: center;
}

.industries-container {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.industries-header {
    max-width: 1227px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.industries-title-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.industries-title-highlight {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1b49f5;
    font-family: "Inter Bold", sans-serif;
    background: var(--Gradient-Base-AI, linear-gradient(76deg, var(--Blue-600, #1B49F5) 0%, var(--Violet-600, #7839EE) 62.45%, var(--Red-300, #FDA29B) 130.54%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.industries-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    text-align: center;
}

.industries-subtitle {
    /* max-width: 752px; */
    text-align: center;
    color: #414651;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
}

.industries-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.industry-card {
    background: white;
    box-shadow: 0px 12px 46px -4px rgba(10, 27, 137, 0.08), 0px 2px 20px -6px rgba(116, 135, 255, 0.12);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.industry-card-header {
    padding: 8px 0;
    background: #2662FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-card-name {
    color: white;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    text-align: center;
}

.industry-card-body {
    padding: 16px;
    display: flex;
    justify-content: center;
}

.industry-card-image {
    width: 100%;
    /* height: 147px; */
    object-fit: cover;
}

@media (max-width: 979px) {
    .industries {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .industries-title-highlight,
    .industries-title {
        font-size: 24px;
        line-height: 32px;
    }

    .industries-subtitle {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
/*#endregion*/

/*#region cta-form*/
.cta-form {
    padding-top: 96px;
    padding-bottom: 96px;
    background: linear-gradient(59deg, #2662FF 0%, #5993FF 100%);
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.cta-form-container {
    max-width: 1310px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 64px;
}

.cta-form-left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.cta-form-title {
    color: white;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.cta-form-features {
    display: flex;
    gap: 25px;
}

.cta-form-features-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cta-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.cta-feature-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.cta-feature-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cta-feature-name {
    color: white;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
}

.cta-feature-desc {
    color: white;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.cta-form-card {
    width: 515px;
    flex-shrink: 0;
    padding: 32px 40px;
    background: white;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cta-form-card-title {
    text-align: center;
    color: #252B37;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
}

.cta-form-privacy {
    text-align: center;
    color: #252B37;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 18px;
}

.cta-form-privacy a {
    color: #2662FF;
}

.cta-form-btn {
    width: 100%;
    min-width: unset;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    color: white;
    cursor: pointer;
}

@media (max-width: 979px) {
    .cta-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .cta-form-container {
        flex-direction: column;
        gap: 40px;
    }

    .cta-form-title {
        font-size: 24px;
        line-height: 32px;
    }

    .cta-form-features {
        flex-direction: column;
        gap: 24px;
    }

    .cta-form-card {
        width: 100%;
        padding: 24px 20px;
    }
}
/*#endregion*/
/*#region question*/
.question {
    padding: 96px 0 90px 0;
}

.page-title {
    margin: 0 auto;
    color: #181D27;
    text-align: center;
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.question-wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.panel-default {
    padding: 24px;
    background: white;
    border-radius: 24px!important;
    border: 1px solid var(--Border-Second, #E9EAEB);
}

.panel-heading {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    background: none;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff !important;
    color: #181D27;
}

.panel-heading-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 2px;
}

.panel-number {
    width: 17px;
    flex-shrink: 0;
    color: #181D27;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.panel-heading .heading3 {
    color: #181D27;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.panel-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(/sites/amis/images/pages/ketoan/ic-dow.webp) center / 12px no-repeat;
}

.panel-heading:not(.collapsed) .panel-icon {
    background-image: url(/sites/amis/images/pages/ketoan/ic-up.webp);
}

.panel-answer {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.panel-answer p {
    color: #535862;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
    margin: 0;
}

.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;
    font-size: 16px;
    color: var(--Text-Tertiary, #535862);
}

.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;
}

.question .panel-default:has(.panel-collapse.in) {
    border-radius: 24px;
    border-color: var(--Blue-400, #5993FF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

.question .panel-default.active-panel {
    border-radius: 24px;
    border-color: var(--Blue-400, #5993FF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

.question .panel-default:has(.panel-collapse.in) .panel-heading,
.question .panel-default.active-panel .panel-heading {
    align-items: flex-start;
    gap: 16px;
}

.question .panel-default:has(.panel-collapse.in) .panel-heading-content,
.question .panel-default.active-panel .panel-heading-content {
    align-items: flex-start;
}

.question .panel-default:has(.panel-collapse.in) .panel-number,
.question .panel-default:has(.panel-collapse.in) .panel-heading .heading3,
.question .panel-default.active-panel .panel-number,
.question .panel-default.active-panel .panel-heading .heading3 {
    color: var(--Text-Blue, #2662FF);
}

@media (max-width: 979px) {
    .question {
        padding-bottom: 10px;
    }

    .question-wrap {
        margin-top: 30px;
    }

    .page-title {
        font-size: 28px;
    }
}
/*#endregion*/
/*#region cta-trial*/
.cta-trial {
    padding-bottom: 96px;
}

.cta-trial-inner {
    position: relative;
    padding: 48px 32px;
    background:
        linear-gradient(227deg, rgba(38, 98, 255, 0) 0%, #2662FF 100%),
        radial-gradient(ellipse 130.18% 127.83% at -10.08% 15.08%, rgba(255, 134, 253, 0.05) 0%, rgba(255, 255, 255, 0) 87%),
        radial-gradient(ellipse 167.58% 250.69% at 29.9% -15.63%, rgba(134, 215, 255, 0.30) 0%, rgba(255, 255, 255, 0) 95%),
        linear-gradient(180deg, #F6F5FF 48%, #E7E3FF 100%);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.cta-trial-robot {
    position: absolute;
    bottom: 0;
    left: 59%;
    transform: translateX(-50%);
    z-index: 999;
    width: 206px;
}

.cta-trial-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 494px;
}

.cta-trial-title {
    color: white;
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.cta-trial-desc {
    color: white;
    font-family: 'Inter Medium', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.cta-trial-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

@media (max-width: 979px) {
    .cta-trial-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 20px;
    }

    .cta-trial-text {
        max-width: 100%;
    }

    .cta-trial-title {
        font-size: 24px;
        line-height: 32px;
    }

    .cta-trial-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .cta-trial-robot {
        display: none;
    }
}
/*#endregion*/
/* 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;
}

.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 */