/*#region base */
@media (min-width: 1100px) {
    .container {
        width: 1310px;
    }
}
/*#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;
    }
}

.bhxh-btn-primary {
    min-width: 140px;
    padding: 14px 24px;
    background: linear-gradient(90deg, #16B364 0%, #3CCB7F 100%);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.bhxh-btn-text-white {
    color: white;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
}

.bhxh-btn-outline-green {
    min-width: 140px;
    padding: 12px 24px;
    background: white;
    border-radius: 12px;
    border: 2px solid #16B364;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.line-action: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;
}

.bhxh-btn-text-green {
    color: #099250;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
}

.bhxh-btn-tertiary {
    min-width: 140px;
    padding: 12px 24px;
    background: white;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    box-shadow: 0 8px 30px -6px rgba(116, 135, 255, 0.05), 0 8px 30px -4px rgba(10, 27, 137, 0.03);
}

.bhxh-btn-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.bhxh-btn-outline-green:hover .bhxh-btn-icon,
.bhxh-btn-tertiary:hover .bhxh-btn-icon {
    transform: translateX(4px);
}

@media (max-width: 979px) {
    .bhxh-btn-primary,
    .bhxh-btn-outline-green,
    .bhxh-btn-tertiary {
        width: fit-content;
        justify-content: center;
    }
}

/*#endregion*/
/*#region banner */
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.banner-main-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: 32px;
    margin-bottom: 64px;
}
.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';
    font-size: 20px;
    font-style: normal;
    line-height: var(--Line-height-m, 28px);
    letter-spacing: var(--Letter-spacing-None, 0);
    margin: 0 auto;
}
.crm-hero-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 64px;
    padding-top: 78px;
    background: url(/sites/amis/images/pages/amis-bhxh/bg-banner.webp);
    background-position: center;
    background-size: cover;
}

.crm-content-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.crm-text-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.crm-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: 16px;
}

.crm-title-row {
    display: block;
}

.title-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.crm-title-text {
    text-align: center;
    color: #181D27;
    font-size: 54px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.crm-title-highlight {
    text-align: center;
    font-size: 54px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.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;
}

/*#endregion */
/*#region tooltip-ai-agent */
.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;
    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;
}


/* banner-hero-content */
.bhxh-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 64px;
}

.bhxh-hero-text-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.bhxh-hero-title-row {
    text-align: center;
    font-size: 52px;
}

.bhxh-hero-title {
    text-align: center;
    color: #181D27;
    font-size: 52px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 60px;
    word-wrap: break-word;
}

.bhxh-hero-title-highlight {
    text-align: center;
    color: #1B49F5;
    /* font-size: 52px; */
    font-family: 'Inter Bold', sans-serif;
    line-height: 60px;
    word-wrap: break-word;
    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;
    width: fit-content;
}

.bhxh-hero-checklist {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap;
}

.bhxh-check-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.bhxh-check-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.bhxh-check-text {
    color: #535862;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.bhxh-hero-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 979px) {
    .bhxh-hero-title,
    .bhxh-hero-title-highlight {
        font-size: 28px;
        line-height: 38px;
    }

    .bhxh-hero-checklist {
        flex-direction: column;
        gap: 12px;
    }

    .bhxh-hero-cta {
        flex-wrap: wrap;
        width: 100%;
    }
}
/* end banner-hero-content */

/*#endregion */
/*#region banner-form */
.crm-hero-banner-section {
    display: flex;
    justify-content: space-around;
    gap: 24px;
    align-items: start;
    width: 100%;
    margin-bottom: 108px;
    position: relative;
}

.crm-hero-banner-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crm-hero-banner-image img {
    /* width: 63%; */
    height: auto;
    border-radius: 16px;
    display: block;
    /* position: absolute; */
    /* width: auto; */
    top: 0;
}

.form-placeholder-wrapper {
    padding: 3px;
    /* 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%);
    width: 65%;
    height: fit-content;
}

.crm-hero-form-placeholder {
    min-height: 400px;
    border-radius: var(--radius-3xl, 24px);
    /* border: 3px solid var(--Color, #FFF); */
    background: #fff;
    /* box-shadow: 0 0 2.877px 0 #FFF inset, 0 3.836px 9.59px 0 rgba(210, 206, 227, 0.16); */
    /* backdrop-filter: blur(8px); */
    display: flex;
    /* padding: var(--space-32, 32px) var(--space-40, 40px); */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 20px 10px;
}

@media (max-width: 979px) {
    .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;
    }
    .crm-hero-banner-image img{
        position: unset;
    }
    .crm-hero-container {
        gap: 32px;
        padding-top: 40px;
    }

    .crm-content-wrapper {
        gap: 24px;
    }

    .crm-text-section {
        gap: 24px;
    }

    .crm-heading-group {
        gap: 16px;
    }

    .crm-title-text,
    .crm-title-highlight {
        font-size: 26px;
    }

    .crm-action-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .crm-hero-banner-section {
        grid-template-columns: 1fr;
        gap: 16px;
        flex-direction: column;
    }

    .form-placeholder-wrapper {
        width: 100%;
        min-width: unset;
    }
}

/*#endregion */

/*#region section-7 */
.industry-section {
    width: 100%;
    padding: 96px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
    background: #ffff;
}

.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 !important;
}

.industry-section__subtitle {
    color: #374151;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
}

.industry-cards {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}

.industry-card {
    flex: 1 1 calc(25% - 18px);
    border-radius: 16px;
    box-sizing: border-box;
}

.industry-card__content {
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 50px 60px 100px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    outline-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;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #099250;
}

.industry-card__title {
    color: white;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
}

.industry-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-grow: 1;
}

.industry-card__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.cta-button-group {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

.cta-button-content {
    white-space: nowrap;
}

.cta-button-icon img {
    display: block;
    width: 24px;
    height: 24px;
}

.cta-button--primary {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: white;
    border: none;
    box-shadow: 0px 1px 2px rgba(17, 24, 39, 0.05);
}

.cta-button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 98, 255, 0.4);
}

.cta-button--secondary {
    background: white;
    color: #2563EB;
    border: 1px solid #2563EB;
}

.cta-button--secondary:hover {
    background-color: #f0f7ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

@media (max-width: 979px) {
    .industry-card__title{
        font-size:14px;
    }
    .industry-section {
        padding: 48px 0;
        gap: 32px;
    }

    .industry-section__title {
        font-size: 24px;
        line-height: 40px;
    }

    .industry-section__subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .industry-section__subtitle br{
        display: none;
    }

    .industry-card {
        flex: 1 1 calc(50% - 12px);
    }

    .cta-button-group {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .cta-button {
        width: 100%;
        max-width: 400px;
    }
}

/*#endregion */
/*#region section-8 */
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #f9fafb;
}

.register-section {
    background: url(/sites/amis/images/pages/amis-bhxh/bg-section-form.webp) center / cover no-repeat;
    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__content {
    display: flex;
    justify-content: space-between;
    gap: 54px;
}

.register-section__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 39px;
    max-width: 829px;
}

.register-features {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.register-features-title {
    color: white;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.register-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px;
}

.register-feature-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.register-feature-icon {
    width: 40px;
    height: 40px;
}

.register-feature-text {
    color: white;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.register-section__form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 508px;
    border-radius: 36px;
    background: url(/sites/amis/images/pages/crm-v3/bg-form.webp);
    box-shadow: 0 4px 60px 0 rgba(10, 27, 137, 0.10);
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.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: 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;
}

@media (max-width: 979px) {
    .register-section__container {
        background-size: cover;
        background-position: center;
        padding: 15px;
        padding-top: 20px;
    }

    .register-section {
    }

    .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;
    }

    .register-section__form {
        max-width: 100%;
        padding: 13px;
    }
}

.register-features-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
}

.register-features-main {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.register-features-title {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    padding-top: 94px;
}

.register-features-title-text {
    flex: 1 1 0;
    color: white;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    word-wrap: break-word;
}

.register-features-list {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.register-features-item {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}

.register-features-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-features-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.register-features-content {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
}

.register-features-text {
    align-self: stretch;
}

.register-features-text-normal {
    color: white;
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    word-wrap: break-word;
}

.register-features-text-bold {
    color: white;
    font-size: 16px;
    font-family: 'Inter Bold';
    line-height: 24px;
    word-wrap: break-word;
}

.register-features-demo-box {
    padding: 16px;
    border-radius: 12px;
    outline: 1px #8EB9FF solid;
    outline-offset: -1px;
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

.register-features-demo-item {
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex;
}

.register-features-demo-item-short {
    max-width: 312px;
}

.register-features-demo-item-long {
    max-width: 437px;
}

.register-features-demo-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-features-demo-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.register-features-demo-content {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.register-features-demo-text {
    align-self: stretch;
    color: white;
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    word-wrap: break-word;
}
@media(max-width:979px){
    .register-features-title-text{
        font-size: 26px;
    }
    .register-features-title-text br {
        display: none;
    }
    .register-features-title{
        padding-top: 0;
    }
}
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;
}

.question .panel-default>.panel-heading.collapsed {
    background: url(/sites/amis/images/pages/crm-v3/ic-dow.webp) no-repeat right 15px top 20px;
    background-size: 12px;
}

.question .panel-default>.panel-heading {
    padding: 15px 35px 15px 15px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    background: url(/sites/amis/images/pages/crm-v3/ic-up.webp) no-repeat right 15px top 25px;
    background-size: 12px;
    font-family: 'Inter SemiBold', sans-serif;
}

.panel-answer {
    padding: 0 35px 15px 15px;
    line-height: 1.5;
    font-size: 16px;
}

.panel-answer ul li {
    padding: 0 0 10px 18px;
    position: relative;
    list-style: none;
    margin: 0;
}

.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: 40px;
    font-style: normal;
}

.section-temp.question {
    padding: 64px 0 96px 0;
}

.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);
}

.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);
}

.section-temp.question .panel-default:has(.panel-collapse.in) .panel-heading {
    color: var(--Text-Blue, #2662FF);
}

.section-temp.question .panel-default.active-panel .panel-heading {
    color: var(--Text-Blue, #2662FF);
}
@media(max-width:979px){
    .section-temp.question{
        padding-bottom:10px
    }
    .question-wrap{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .page-title{
    font-size: 28px;
}
}
/*#endregion */
/*#region question */
/*#endregion */
/*#region robot */
.robot {
    position: absolute;
}

img.robot.robot-6 {
    right: -5px;
    bottom: -98px;
}

img.robot.robot-9 {
    bottom: 0;
    left: 45%;
    width: 275px;
}

@media (max-width: 979px) {
    .robot {
        width: 20%;
    }
    img.robot.robot-6 {
        width: 51%;
    }



    img.robot.robot-9 {
        left: 4px;
        bottom: -61px;
        display: none;
    }
}

/*#endregion */

/*#region 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 Medium';
    line-height: 18px;
    word-wrap: break-word;
}

/*#endregion */
/*#region security-certifications */
.security-certifications-section {
    padding-top: 96px;
    padding-bottom: 96px;
    background: url(/sites/amis/images/pages/amis-bhxh/bg-section-5.webp) center / cover no-repeat;
}

.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;
    /* flex-direction: column; */
    justify-content: center;
    /* align-items: 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;
    width: 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 ai-feature */
.ai-feature {
    max-width: 1472px;
    margin: 0 auto;
    padding: 96px 0 96px 0;
}

.ai-feature-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 64px;
    padding: 96px;
    /* background: url(/sites/amis/images/pages/amis-bhxh/bg-section-2.webp) center / cover no-repeat; */
    border-radius: 24px;
    /* padding: 96px 0 96px 0; */
    background: linear-gradient(65deg, var(--Brand-50, #EDFCF2) 9.92%, var(--Brand-50, #ECF4FF) 87.94%, var(--Violet-200, #DDD6FE) 191.5%), radial-gradient(382.72% 189.78% at 132.06% -28.39%, rgba(255, 247, 240, 0.40) 0%, rgba(255, 187, 131, 0.20) 9.41%, rgba(255, 143, 96, 0.20) 21.46%, rgba(255, 225, 212, 0.20) 36.24%, rgba(236, 233, 254, 0.00) 59.26%), #FFF;
}

.ai-feature-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ai-feature-heading {
    display: flex;
    flex-direction: column;
    font-size: 32px;
}

.ai-feature-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.ai-feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ai-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ai-feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.ai-feature-text {
    color: #414651;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.ai-feature-right img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 979px) {
    .ai-feature-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 20px;
    }
}
/*#endregion */
/*#region ic-action-play */
@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.ai-feature-right {
    display: grid;
    grid-template-areas: "stack";
}

.ai-feature-right > * {
    grid-area: stack;
}

.ai-feature-right > img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.ic-action-play {
    display: grid;
    grid-template-areas: "stack";
    place-items: center;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.ic-action-play > * {
    grid-area: stack;
}

.ic-action-play .bg {
    animation: pulse 1.2s ease infinite;
    background: rgba(27, 73, 245, 0.3);
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.ic-action-play .icplay {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.ic-action-play .icplay img {
    width: 48px;
    height: 48px;
}
/*#endregion */

/*#region tinh-gon-section */
.tinh-gon-section {
    padding-bottom: 96px;
    background: url(/sites/amis/images/pages/amis-bhxh/bg-section-3.webp) center / cover no-repeat;
}

.tinh-gon-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
}

.tinh-gon-title {
    color: #181D27;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    text-align: center;
    max-width: 1227px;
}

.tinh-gon-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.tinh-gon-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 24px 32px;
    background: white;
    border-radius: 24px;
    box-shadow: 0px 18px 70px -4px rgba(192, 211, 197, 0.12), 0px 8px 28px -6px rgba(186, 229, 204, 0.12);
    overflow: hidden;
}

.tinh-gon-card > img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.tinh-gon-card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tinh-gon-card-title {
    color: #181D27;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
}

.tinh-gon-checklist {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tinh-gon-check-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.tinh-gon-check-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.tinh-gon-check-text {
    color: #414651;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

@media (max-width: 979px) {
    .tinh-gon-title {
        font-size: 24px;
        line-height: 32px;
    }

    .tinh-gon-cta {
        flex-direction: column;
        width: 100%;
    }

    .tinh-gon-cards {
        grid-template-columns: 1fr;
    }
}
/*#endregion */

/*#region feature-sections */
.dien-tu-hoa-section,
.ket-noi-bhxh-section,
.lien-thong-section {
    padding: 96px 0;
}

.ket-noi-bhxh-section {
    background:
        radial-gradient(ellipse 226.84% 457.46% at 158.76% -54.10%, rgba(255, 247, 240, 0.40) 0%, rgba(255, 187, 131, 0.20) 9%, rgba(255, 143, 96, 0.20) 21%, rgba(255, 225, 212, 0.20) 36%, rgba(236, 233, 254, 0) 59%),
        linear-gradient(42deg, #EDFCF2 13%, #ECF4FF 50%, #DDD6FE 100%),
        radial-gradient(ellipse 269.72% 668.01% at -9.27% 133.55%, rgba(241, 246, 255, 0.40) 11%, rgba(211, 248, 223, 0.40) 31%, rgba(168, 213, 255, 0.20) 66%, rgba(236, 233, 254, 0) 100%),
        radial-gradient(ellipse 151.31% 300.52% at 103.09% -3.00%, rgba(255, 247, 240, 0.40) 0%, rgba(255, 187, 131, 0.20) 9%, rgba(255, 143, 96, 0.20) 21%, rgba(255, 225, 212, 0.20) 36%, rgba(236, 233, 254, 0) 59%),
        white;
    border-radius: 24px;
    overflow: hidden;
    max-width: 1472px;
    margin: 0 auto;
    padding: 96px;
}

.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 64px;
}

.feature-row-reverse {
    grid-template-columns: 1fr 1fr;
}

.feature-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.feature-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.feature-title {
    color: #252B37;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
}

.feature-checklist {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

@media (max-width: 979px) {
    .dien-tu-hoa-section,
    .ket-noi-bhxh-section,
    .lien-thong-section {
        padding: 48px 10px;
    }

    .feature-row,
    .feature-row-reverse {
        grid-template-columns: 1fr;
    }

    .feature-row-reverse .feature-img {
        order: -1;
    }

    .feature-title {
        font-size: 24px;
        line-height: 32px;
    }
    .feature-title br{
       display:none;
    }
}
/*#endregion */
