/*#region base*/
@media (min-width: 1100px) {
    .container {
        width: 1310px;
    }
}
@media (max-width: 979px){
    br{
        display: none;
    }
}
.stickyCss .title-logo{
    display: unset;
}

.live-chat {
    display: none !important;
}
.live-chat-mobile {
    display: none !important;
}
.footer {
    display: none;
}

#zalo-vr, .BackTop {
    display: none !important;
}

.hotline-quick-access {
    display: none;
}
.op-scene video {
    margin-top: -102px;
}
/*#endregion*/

/*#region buttons*/
.product-action-buttons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 64px;
}

.product-btn-primary {
    min-width: 140px;
    padding: 14px 24px;
    background: linear-gradient(76deg, #1B49F5 0%, #5993FF 100%);
    overflow: unset;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 4px;
    position: relative;
}

.product-btn-text-white {
    text-align: center;
    color: white !important;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.product-btn-outline {
    border: 2px solid #1B49F5;
    min-width: 150px;
    padding: 12px 24px;
    border-radius: 12px;
    outline: 2px #1B49F5 solid !important;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: linear-gradient(244deg, var(--Base-White, #FFF) 10.19%, var(--Brand-25, #F8FAFF) 105.78%);
}

.product-btn-outline .product-icon-box {
    width: 20px;
    overflow: hidden;
    opacity: 1;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.product-btn-outline:hover .product-icon-box {
    transform: translateX(4px);
}

.hero-block a.product-btn-outline {
    width: 319px;
    margin: 0 auto;
}

.product-btn-outline-icon {
    min-width: 140px;
    padding: 12px 24px 12px 24px;
    background: white;
    border-radius: 12px;
    outline-offset: -2px;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 2px solid var(--Base-Transparens-white-60, rgba(255, 255, 255, 0.60));
    box-shadow: 0 8px 30px -6px rgba(116, 135, 255, 0.05), 0 8px 30px -4px rgba(10, 27, 137, 0.03);
}

.product-btn-outline-icon .product-icon-box {
    transition: transform 0.3s ease;
}

.product-btn-outline-icon:hover .product-icon-box {
    transform: translateX(4px);
}

.product-btn-outline-icon--quote {
    padding: 14px 24px 14px 24px;
}

.product-btn-text-brand {
    text-align: center;
    color: #1B49F5;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.product-icon-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.product-icon-box {
    width: 20px;
    height: 20px;
}

.product-icon-arrow {
    width: 24px;
    height: 24px;
}

.td-header-wrap .td-header-menu-wrap-full {
    position: relative;
}

.wrap-page-content {
    position: relative;
}

.td-theme-wrap .footer {
    display: none;
}

.td-page-content {
    padding: unset;
}

.title-form-head {
    color: var(--Text-Secondary, #252B37);
    text-align: center;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: var(--Line-height-m, 28px);
    letter-spacing: var(--Letter-spacing-None, 0);
    margin: 0 auto;
}
/*#endregion*/

/*#region banner*/
.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/sale-mkt/bg-banner.webp);
    background-position: center;
    background-size: cover;
}

.product-content-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.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: 52px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.product-title-highlight {
    text-align: center;
    font-size: 54px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    -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;
}

.hero-subtitle {
    text-align: center;
    color: #252B37;
    font-size: 20px;
    font-family: 'Inter';
    line-height: 28px;
}

.hero-subtitle-bold {
    font-family: 'Inter SemiBold';
}

.ai-features-container {
    width: 100%;
    justify-content: start;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    max-width: 660px;
    column-gap: 32px;
    row-gap: 12px;
    display: grid;
    grid-template-columns: 291px 338px;
}

.ai-feature-item {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.ai-feature-icon-wrapper {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.ai-feature-icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ai-feature-text {
    color: #252B37;
    font-size: 16px;
    font-family: 'Inter';
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
}

.subtitle-text {
    text-align: center;
    color: #252B37;
    font-size: 24px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
}

.subtitle-highlight {
    text-align: center;
    font-size: 24px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.subtitle-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.tooltip-ai-agent {
    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', sans-serif;
    line-height: 16px;
    word-wrap: break-word;
}

.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;
}

.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;
}

.product-hero-banner-section {
    display: flex;
    justify-content: space-around;
    gap: 24px;
    align-items: start;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.product-hero-banner-image {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
/*#endregion*/

/*#region op-scene*/
.op-scene {
    position: relative;
    width: 100%;
}

.op-banner-mobile {
    display: none;
}

.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-img-2 {
    bottom: 76px;
    right: 19px;
    width: 388px;
    animation: op-fade-in 0.5s ease forwards;
    animation-delay: 500ms;
}

.op-img-3 {
    bottom: -82px;
    left: -20px;
    width: 360px;
    animation: op-fly-in-bottom-left 0.6s ease forwards;
    animation-delay: 1000ms;
}

.op-img-4 {
    bottom: -130px;
    right: -73px;
    width: 559px;
    animation: op-fly-in-bottom-right 0.6s ease forwards;
    animation-delay: 1000ms;
}

.op-img-5 {
    top: 211px;
    left: 250px;
    width: 280px;
    animation: op-fade-in 0.5s ease forwards;
    animation-delay: 1200ms;
}

.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;
}

.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;
}

.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;
    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-img-6 {
    top: 303px;
    left: 250px;
    width: 160px;
    animation: op-fade-in 0.5s ease forwards;
    animation-delay: 1200ms;
}

@keyframes op-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes op-fly-in-left {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes op-fly-in-right {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes op-fly-in-top {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes op-fly-in-bottom-left {
    from {
        opacity: 0;
        transform: translate(-30px, 40px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes op-fly-in-bottom-right {
    from {
        opacity: 0;
        transform: translate(30px, 40px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.product-hero-form-border {
    padding: 3px;
    background-color: aliceblue;
    box-shadow: 0 0 2.877px 0 #FFF inset, 0 3.836px 9.59px 0 rgba(210, 206, 227, 0.16);
    border-radius: var(--radius-3xl, 24px);
    background: linear-gradient(217deg, rgba(89, 147, 255, 0.40) 0%, rgba(115, 226, 163, 0.40) 100%);
}

.product-hero-form-placeholder {
    min-width: 515px;
    min-height: 400px;
    max-width: 515px;
    border-radius: var(--radius-3xl, 21px);
    background: #fff;
    backdrop-filter: blur(8px);
    display: flex;
    padding: var(--space-32, 32px) var(--space-40, 40px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media (max-width: 979px) {
    .title-flex {
        display: block;
        max-width: 354px;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    .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;
    }

    .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 video {
        height: 100%;
        width: 100%;
        margin-top: 0;
    }

    .op-img {
        display: none !important;
    }

    .op-banner-mobile {
        display: block;
        position: static;
        width: 100%;
        opacity: 1;
        border-radius: 12px;
    }

    .op-img-1 {
        width: 100%;
    }

    .product-hero-container {
        gap: 32px;
        padding-top: 50px;
        height: auto;
    }

    .product-content-wrapper {
        gap: 32px;
        width: 100%;
    }

    .product-text-section {
        gap: 24px;
        width: 100%;
    }

    .product-heading-group {
        gap: 16px;
    }

    .product-title-text, .product-title-highlight {
        font-size: 32px;
    }

    .product-description {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .product-action-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .product-action-buttons .product-btn-primary {
        width: 100%;
    }

    .product-action-buttons .product-btn-outline, .product-action-buttons .product-btn-outline-icon {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
    }

    .product-hero-banner-section {
        grid-template-columns: 1fr;
        gap: 16px;
        flex-direction: column;
        margin-bottom: 48px;
    }

    .product-hero-form-border {
        width: 100%;
    }

    .product-hero-form-placeholder {
        width: 100%;
        min-width: unset;
    }

}
/*#endregion*/


/*#region register*/
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #f9fafb;
}

.register-section {
    background: url(/sites/amis/images/pages/sale-mkt/bg-register.webp);
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 96px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-section__container {
    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;
    border-radius: 36px;
    box-shadow: 0 4px 60px 0 rgba(10, 27, 137, 0.10);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 542px;
    min-width: 515px;
}

.register-section__form {
    padding: 38px 0px;
    background: white;
    box-shadow: 24px 24px 100px -12px rgba(0, 82.38, 235.38, 0.50);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
    padding: 32px;
}

.register-section__form-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.register-section__form-title {
    width: 100%;
    text-align: center;
    color: #27272D;
    font-size: 24px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__form-subtitle {
    width: 100%;
    text-align: center;
    color: #2563EB;
    font-size: 16px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__form-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.register-section__form-field {
    align-self: stretch;
    padding: 11px 12px;
    background: white;
    border-radius: 8px;
    border: 1px #D1D5DB solid;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.register-section__form-input-placeholder {
    flex: 1 1 0;
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

.register-section__form-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.register-section__form-agreement {
    font-size: 14px;
    font-style: italic;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 18px;
    word-wrap: break-word;
    text-align: center;
}

.register-section__form-agreement span {
    color: black;
}

.register-section__form-agreement a {
    color: #0263E0;
    text-decoration: none;
}

.register-section__form-side-image {
    width: 100%;
    max-width: 508px;
    height: auto;
    opacity: 0.80;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(196, 196, 196, 0) 100%);
    box-shadow: 0px 4px 60px rgba(9.90, 26.89, 137.31, 0.10);
    border-radius: 36px;
    border: 2px white solid;
    backdrop-filter: blur(30px);
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

.cta-button-content {
    white-space: nowrap;
}

.cta-button--primary {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: white;
    border: none;
    align-self: stretch;
}

.cta-button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 98, 255, 0.4);
}

@media (max-width: 979px) {
    .register-section__container {
        background-size: cover;
        background-position: center;
    }

    .register-section {
        padding: 50px 0;
    }

    .register-section__title { 
        font-size: 24px;
        line-height: 40px;
    }

    .register-section__content {
        flex-direction: column;
        gap: 40px;
    }

    .register-section__features {
        max-width: 100%;
        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-container {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.reg-feat-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    height: 100%;
    max-width: 700px;
}

.reg-feat-header {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reg-feat-title {
    flex: 1 1 0;
    color: white;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
}

.reg-feat-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reg-feat-list-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.reg-feat-list-item img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.reg-feat-list-text {
    color: white;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.reg-feat-list-text--bold {
    font-family: 'Inter SemiBold', sans-serif;
}

.reg-feat-demo {
    padding: 16px;
    border-radius: 12px;
    outline: 1px #8EB9FF solid;
    outline-offset: -1px;
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
    max-width: 469px;
}

.reg-feat-demo-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.reg-feat-demo-item img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.reg-feat-demo-text {
    color: white;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

@media (max-width: 979px) {
    .reg-feat-title {
        font-size: 24px;
        line-height: 34px;
    }

    .reg-feat-inner {
        gap: 24px;
    }
}
/*#endregion*/

/*#region question */
.faq-link {
    color: #8b0404;
}

.faq-link-underline {
    text-decoration: underline;
}
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/sale-mkt/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/sale-mkt/ic-up.webp) no-repeat right 15px top 25px;
    background-size: 12px;
    font-family: 'Inter SemiBold', sans-serif;
    padding-right: 48px;
}
.panel-answer {
    padding: 0 24px 24px 24px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.panel-answer a {
    color: var(--Text-Blue, #2662FF);
}

.panel-answer li {
    display: block;
    margin-left: 10px;
}

.panel-answer ul li {
    padding: 0 0 10px 18px;
    position: relative;
    list-style: none;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.panel-answer ul li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c8c8c8;
    left: 0;
    top: 6px;
}

.panel-answer ul li:last-child {
    padding-bottom: 0;
}

.panel-answer>div:not(:last-child) {
    padding-bottom: 6px;
}

.page-title {
    color: #212121;
    text-align: center;
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    font-style: normal;
}

.section-temp.question {
    padding: 64px 0 96px 0;
}

/* Style cho panel khi active */
.section-temp.question .panel-default:has(.panel-collapse.in) {
    border-radius: var(--radius-4xl, 24px);
    border: 1px solid var(--Blue-400, #5993FF);
    background: var(--Base-White, #FFF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

/* Fallback cho trÃƒâ€žÃ¢â‚¬Å¡Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬nh duyÃƒâ€žÃ¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡t khÃƒâ€žÃ¢â‚¬Å¡Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ng hÃƒâ€žÃ¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â trÃƒâ€žÃ¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ :has() */
.section-temp.question .panel-default.active-panel {
    border-radius: var(--radius-4xl, 24px);
    border: 1px solid var(--Blue-400, #5993FF);
    background: var(--Base-White, #FFF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

/* Style cho panel-heading khi active - sÃƒâ€žÃ¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ dÃƒâ€žÃ¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ng :has() */
.section-temp.question .panel-default:has(.panel-collapse.in) .panel-heading {
    color: var(--Text-Blue, #2662FF);
}

/* Fallback cho panel-heading khi active */
.section-temp.question .panel-default.active-panel .panel-heading {
    color: var(--Text-Blue, #2662FF);
}

@media(max-width: 979px) {
    .section-temp.question {
        padding: 50px 0;
    }

    .question-wrap {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .page-title {
        font-size: 28px;
    }
}

/*#endregion */

/*#region 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: -97px;
    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 {
        right: 0;
    }

    img.robot.robot-7 {
        display: none;
    }

    img.robot.robot-3 {
        left: 0;
    }

    img.robot.robot-9 {
        left: 4px;
        bottom: -61px;
        display: none;
    }
}
/*#endregion*/

/*#region video-modal*/
#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;
}

@media (max-width: 768px) {
    #video-modal .video-container {
        width: 95%;
    }

    #video-modal iframe {
        height: 250px;
    }

    #video-modal #close-modal {
        top: -30px;
        font-size: 24px;
    }
}
/*#endregion*/

/*#region awards-swiper*/
.awards-section {
    width: 100%;
    overflow: hidden;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #2662ff;
    text-decoration: none;
}

span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #E9EAEB;
    text-decoration: none;
    opacity: unset;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 15px;
    z-index: 16;
}

.swiper.awards-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    position: relative;
    z-index: 0;
    height: 342px;
}

.awards-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    gap: 40px;
}

.awards-head {
    max-width: 1227px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
    justify-items: center;
    text-align: center;
}

.awards-title {
    color: #0A0D12;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.award-card {
}

.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: 50px 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;
    }
}
/*#endregion*/

/*#region 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 {
}

.fab-stack__item--icon-white {
    outline-color: rgba(83, 154, 255, 0.2);
    position: relative;
}

.fab-stack__item--icon-white::before {
    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 {
    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 {
}

.fab-stack__item--cta {
    z-index: 999;
    gap: 8px;
    justify-content: flex-start;
    position: relative;
    padding: 9px 10px;
    border-radius: 9999px;
    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 {
    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 {
}

.fab-stack__label {
    color: #fff;
    font-family: Inter semibold, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

@media (max-width: 979px) {
    .fab-stack {
        padding: 0 16px 24px 0;
        gap: 16px;
    }

    .fab-stack__item--cta {
    }

    .fab-stack__label {
        font-size: 14px;
        line-height: 20px;
    }
}

.ai-agent-cta-wrapper {
    width: 100%;
    box-shadow: 0px 12px 24px rgba(3.68, 91.64, 255, 0.25);
    border-radius: 12px;
    outline-offset: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    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;
    }
}
/*#endregion*/

/*#region consultation*/
.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 Medium', sans-serif;
    line-height: 18px;
    word-wrap: break-word;
}

.product-consultation-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.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 {
        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;
    }
}
/*#endregion*/

/*#region security*/
.security-certifications-section {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #EEF4FF;
}

.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;
    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%;
    height: auto;
}

@media (max-width: 979px) {
    .security-certifications-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .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 {
    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-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;
}

.award-card {
    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;
    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 Medium', sans-serif;
    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: 50px;
        padding-bottom: 50px;
    }

    .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;
    }

    .award-frame, .award-frame-image {
        width: 240px;
        height: 220px;
    }

    .award-caption {
        width: 100%;
    }
}

@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;
        width: fit-content;
    }

    a.product-btn-outline-icon {
        padding: 10px;
        min-width: unset;
        width: fit-content;
    }

    .product-btn-primary {
        min-width: unset;
        padding: 10px;
        width: 100%;
        justify-content: center;
        width: fit-content;
    }

    .feature-cta.feature-cta-primary {
        width: 100%;
        justify-content: center;
    }
}
/*#endregion*/

/*#region statistics*/
.partner-statistics-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 64px 0;
    padding-bottom: 24px;
}

.partner-logos-section {
    width: 100%;
}

.partner-logos-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    height: 97px;
}

.partner-logo {
    height: 64.63px;
    object-fit: contain;
}

.partner-logo-medium {
    width: 108px;
}

.partner-logo-wide {
    width: 138px;
}

.partner-logo-small {
    width: 82px;
}

.partner-logo-narrow {
    width: 59px;
}

.statistics-cards-section {
    width: 100%;
}

.statistics-cards-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    /* padding-bottom: 96px; */
}

.statistics-card {
    flex: 1 1 0;
    padding: 20px;
    background: white;
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
    border-radius: 16px;
    outline: 3px white solid;
    outline-offset: -3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    min-height: 136px;
}

.statistics-card-number {
    width: 100%;
    text-align: center;
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
}

.statistics-card-label {
    width: 100%;
    text-align: center;
    color: #414651;
    font-size: 18px;
    font-family: Inter, sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

@media (max-width: 979px) {
    .partner-statistics-wrapper {
        padding: 50px 0;
        gap: 32px;
    }

    .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;
    }

    .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;
    }

}
/*#endregion*/

/*#region report*/
.report-multidimensional {
    padding: 96px 0 0 0;
}

.report-multidimensional-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.report-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.report-header-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.report-main-title {
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
}

.report-title-highlight {
    color: #1B49F5;
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.report-title-normal {
    color: #181D27;
}

.report-description {
    color: #414651;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
    word-wrap: break-word;
    max-width: 826px;
    text-align: center;
}

.report-buttons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
}

.report-multidimensional-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px;
}

.report-features-list {
    flex: 1 1 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 8px;
}

.report-feature-item {
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 16px;
    cursor: pointer;
}

.report-feature-item:hover,
.report-feature-item.is-active {
    background: #FFF;
    box-shadow: 0 8px 30px -4px rgba(10, 27, 137, 0.03), 0 8px 30px -6px rgba(116, 135, 255, 0.05);
    outline: 1px #ECE9FE solid;
    outline-offset: -1px;
}

.report-feature-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.report-feature-icon img {
    width: 32px;
    height: 32px;
}

.report-feature-text {
    flex: 1 1 0;
    color: #181D27;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.report-image-area {
    width: 732px;
    height: 488px;
    background: #EEF4FF;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 979px) {
    .report-multidimensional {
        padding: 50px 0;
    }

    .report-header-group {
        padding: 0 24px;
    }

    .report-main-title {
        font-size: 24px;
        line-height: 32px;
    }

    .report-description {
        font-size: 16px;
        line-height: 24px;
    }

    .report-multidimensional-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .report-image-area {
        width: 100%;
        height: auto;
        aspect-ratio: 732 / 488;
    }

    .report-feature-item {
        padding: 12px 16px;
    }

    .report-feature-text {
        font-size: 14px;
        line-height: 20px;
    }

    .report-feature-icon,
    .report-feature-icon img {
        width: 24px;
        height: 24px;
    }

    .report-buttons {
        flex-direction: column;
        align-items: center;
        width: fit-content;
        margin: 0 auto;
    }
}
/*#endregion*/

/*#region he-sinh-thai*/
.he-sinh-thai {
    margin: 96px 0;
    /* padding: 96px 0; */
    background-image: url('/sites/amis/images/pages/sale-mkt/he-sinh-thai-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.he-sinh-thai-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.he-sinh-thai-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.he-sinh-thai-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.he-sinh-thai-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    word-wrap: break-word;
}

.he-sinh-thai-desc {
    color: #414651;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
    max-width: 908px;
    text-align: center;
}

.he-sinh-thai-image {
    width: 100%;
    display: flex;
    justify-content: center;
}

.he-sinh-thai-image img {
    width: 100%;
    /* max-width: 800px; */
    height: auto;
    display: block;
}

@media (max-width: 979px) {
    .he-sinh-thai {
        padding: 50px 0;
        margin: unset;
    }

    .he-sinh-thai-title {
        font-size: 24px;
        line-height: 32px;
    }

    .he-sinh-thai-desc {
        font-size: 16px;
        line-height: 24px;
    }
}
/*#endregion*/



/*#region testimonials*/
.testimonials {
    padding: 96px 0;
    background: #F9FAFB;
}

.testimonials-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.testimonials-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 1227px;
    width: 100%;
}

.testimonials-title {
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #181D27;
    text-align: center;
    margin: 0;
}

.testimonials-subtitle {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #414651;
    text-align: center;
    margin: 0;
}

.testimonials-swiper {
    width: 100%;
    max-width: 1280px;
    padding-bottom: 48px !important;
}

.testimonials-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.testimonial-card {
    cursor: pointer;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 40px 24px;
    border-radius: 24px;
    width: 100%;
}

.testimonial-card--focus {
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
}

.testimonial-avatar-wrap {
    position: relative;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}

.testimonial-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-avatar-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.testimonial-author-name {
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #181D27;
    text-align: center;
}

.testimonial-author-role {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #535862;
    text-align: center;
}

.testimonial-content {
    width: 100%;
}

.testimonial-text {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #181D27;
    text-align: center;
    margin: 0;
}

.testimonials-swiper-pagination {
    bottom: 0 !important;
}

.testimonials-swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #E9EAEB;
    opacity: 1;
}

.testimonials-swiper-pagination .swiper-pagination-bullet-active {
    background: #5993FF;
}

@media (max-width: 979px) {
    .testimonials {
        padding: 50px 0;
    }

    .testimonials-title {
        font-size: 24px;
        line-height: 32px;
    }

    .testimonials-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .testimonial-card {
        padding: 32px 20px;
    }
}
/*#endregion*/

/*#region animation-buttons*/
.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%;
    z-index: 0;
    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;
}

@keyframes aiBtnBorderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}
/*#endregion*/

/*#region lien-thong*/
.lien-thong {
    /* padding-bottom: 96px; */
}

.lien-thong-inner {
    display: flex;
    align-items: center;
    gap: 64px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 16%, #D9E6FF 89%), white; */
    border-radius: 24px;
    /* padding: 96px; */
}

.lien-thong-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.lien-thong-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lien-thong-eyebrow {
    color: #2662FF;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.lien-thong-title {
    color: #181D27;
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.lien-thong-right {
    flex: 1;
}

.lien-thong-right img {
    width: 100%;
    display: block;
}

@media (max-width: 979px) {
    .lien-thong-inner {
        flex-direction: column;
        /* padding: 32px 20px; */
        gap: 32px;
    }

    .lien-thong-title {
        font-size: 24px;
        line-height: 32px;
    }
    .lien-thong-title br{
        display:none;
    }

    .lien-thong-eyebrow {
        font-size: 16px;
        line-height: 24px;
    }
}
/*#endregion*/

/*#region cta-trial*/
.cta-trial {
    padding-bottom: 96px;
}

.cta-trial-inner {
    position: relative;
    padding: 72px;
    background: url('/sites/amis/images/pages/sale-mkt/formtrial.webp') center / cover no-repeat;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.cta-trial-robot {
    position: absolute;
    bottom: 0;
    left: 48%;
    transform: translateX(-50%);
    z-index: 999;
    width: 154px;
}

.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 {
        padding-bottom: 50px;
    }

    .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*/

/*#region mobile-sales*/
.mobile-sales {
    background: url(/sites/amis/images/pages/sale-mkt/bg-mb.webp) center / cover no-repeat;
}
.mobile-sales {
    padding-bottom: 96px;
}

.mobile-sales-inner {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* gap: 40px; */
    /* background: url('/sites/amis/images/pages/sale-mkt/bg-mb.webp') center / cover no-repeat; */
    /* border-radius: 24px; */
    /* padding: 96px; */
}

.mobile-sales-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    /* max-width: 826px; */
    margin-bottom: 32px;
}

.mobile-sales-title {
    color: #181D27;
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.mobile-sales-subtitle {
    color: #414651;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.mobile-sales-buttons {
    justify-content: center;
}

.mobile-sales-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
    margin-top: 40px;
}

.mobile-sales-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border-radius: 24px;
    overflow: hidden;
}

.mobile-sales-card:nth-child(1) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0.80) 100%), linear-gradient(180deg, #FFF5ED 0%, #FFFCF5 100%);
}

.mobile-sales-card:nth-child(2) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0.80) 100%), linear-gradient(180deg, #F3F0FF 0%, #F0F6FF 100%);
}

.mobile-sales-card:nth-child(3) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0.80) 100%), linear-gradient(180deg, #EEF4FF 0%, #F8FAFF 100%);
}

.mobile-sales-card-image {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 12px;
}

.mobile-sales-card-image .swiper-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.mobile-sales-card-title {
    color: #181D27;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

@media (max-width: 979px) {
    .mobile-sales {
        padding-bottom: 50px;
    }

    .mobile-sales-inner {
        padding: 40px 20px;
        gap: 32px;
    }

    .mobile-sales-title {
        font-size: 24px;
        line-height: 32px;
    }

    .mobile-sales-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .mobile-sales-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mobile-sales-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}
/*#endregion*/

/*#region journey*/
.journey {
    padding-bottom: 96px;
    /* background: url('/sites/amis/images/pages/sale-mkt/bg-ite.webp') center / cover no-repeat; */
}

.journey-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1472px;
    margin: 0 auto;
    padding: 96px 96px;
    background: url(/sites/amis/images/pages/sale-mkt/bg-ite.webp) center / cover no-repeat;
}

.journey-header {
    text-align: center;
}

.journey-title {
    color: #181D27;
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.journey-title-highlight {
    color: #1B49F5;
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.journey-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.journey-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    background: white;
    border-radius: 16px;
    outline: 1px #EDEDED solid;
    outline-offset: -1px;
    cursor: pointer;
    transition: outline-color 0.2s;
}

.journey-tab.is-active {
    outline: none;
    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;
}

.journey-tab-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
}

.journey-tab-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.journey-tab-name {
    color: #181D27;
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.journey-tab-desc {
    color: #181D27;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.journey-panels {
    display: grid;
}

.journey-panel {
    display: none;
    grid-column: 1;
    grid-row: 1;
    gap: 64px;
    align-items: center;
}

.journey-panel.is-active {
    display: flex;
}

.journey-panel-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 0 0 608px;
}

.journey-panel-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.journey-panel-heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.journey-panel-title {
    color: #181D27;
    font-family: 'Inter Bold', sans-serif;
    font-size: 24px;
    line-height: 32px;
}

.journey-panel-subtitle {
    color: #414651;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.journey-panel-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.journey-panel-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.journey-panel-item-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 0;
}

.journey-panel-item-text {
    color: #414651;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    /* flex: 1; */
}

.journey-panel-item-badge {
    padding: 4px 12px;
    background: #F04006;
    border-radius: 9999px;
    color: white;
    font-family: 'Inter Medium', sans-serif;
    font-size: 14px;
    line-height: 18px;
    flex-shrink: 0;
}

.journey-panel-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.journey-panel-image {
    flex: 1;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(214deg, #FFD8BC 5%, rgba(255, 194, 178, 0.50) 33%, rgba(255, 255, 255, 0) 86%), linear-gradient(343deg, rgba(217, 230, 255, 0.40) 21%, rgba(142, 185, 255, 0.40) 100%), white;
}

.journey-panel-image img {
    width: 100%;
    height: 405px;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

@media (max-width: 979px) {
    .journey {
        padding-bottom: 50px;
    }

    .journey-inner {
        padding: 48px 16px;
    }

    .journey-tabs {
        flex-direction: column;
        align-items: center;
    }

    .journey-tab {
        width: fit-content;
    }

    .journey-panel.is-active {
        flex-direction: column;
    }

    .journey-panel-content {
        flex: unset;
    }

    .journey-panel-actions {
        flex-direction: column;
        align-items: center;
        width: fit-content;
        margin: 0 auto;
    }

    .journey-panel-image img {
        height: auto;
    }

    .journey-title {
        font-size: 24px;
        line-height: 32px;
    }
}
/*#endregion*/

/*#region industry-section*/
.industry-section {
    width: 100%;
    padding: 96px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
    /* background: #EEF4FF; */
    padding-top: 0;
}

.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);
    border-radius: 16px;
    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;
}

@media (max-width: 979px) {
    .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);
    }

    .industry-card__title {
        font-size: 14px;
    }
}
/*#endregion*/
