/* base color gradient AI */
/* background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    background-clip: text;
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; */
/* end base color gradient AI */

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

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

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

.crm-btn-outline {
    min-width: 140px;
    padding: 14px 24px;
    background: linear-gradient(226deg, #F8FAFF 0%, #EEF4FF 100%);
    overflow: hidden;
    border-radius: 12px;
    outline: 2px #1B49F5 solid !important;
    outline-offset: -2px;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

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

.crm-btn-outline-icon {
    min-width: 140px;
    padding: 14px 24px 14px 24px;
    background: white;
    overflow: hidden;
    border-radius: 12px;
    outline: 2px #D9E6FF solid !important;
    outline-offset: -2px;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

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

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

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

.crm-icon-box {
    width: 24px;
    height: 24px;
}

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

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

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

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

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

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


/* section banner */
.title-form-head {
    color: var(--Text-Secondary, #252B37);
    text-align: center;

    /* Title 2/Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--Line-height-m, 28px);
    /* 140% */
    letter-spacing: var(--Letter-spacing-None, 0);
    margin: 0 auto;
}

.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/crm-v3/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;
    /* gap: 42px; */
    position: relative;
    /* margin-top: 116px; */
}

.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;
    /* max-width: 660px; */
}

.subtitle-text {
    text-align: center;
    color: #252B37;
    font-size: 24px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
}

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

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

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

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

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

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

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

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

/* end tooltip ai agent note */

.icon-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #3990FF;
}

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

/* section crm hero banner form */
.crm-hero-banner-section {
    display: flex;
    justify-content: space-around;
    gap: 24px;
    align-items: start;
    /* margin-top: 42px; */
    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: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    position: absolute;
    width: auto;
    top: 0;
}

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

/* end section crm hero banner form */

@media (max-width: 979px) {
    .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-description {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

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

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

    .crm-hero-form-placeholder {
        width: 100%;
    }

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

/* end section banner */
/* section 2 */
:root {
    --primary: #2563EB;
    --text-700: #374151;
    --text-500: #6B7280;
    --surface: #FFFFFF;
}

.section.hero-surface {
    width: 100%;
    min-height: 100%;
    /* display: flex; */
    justify-content: flex-start;
    padding: 96px 0 96px 0;
    background: linear-gradient(180deg, #F2F6FF 0%, #FFF 100%);
}

.stack-lg {
    gap: 84px;
}


.hero-block .hero-title {
    text-align: center;
}

.t-strong {
    color: #000;
    font-family: 'Inter Bold', sans-serif;
}

.t-accent {
    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;
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
}

.hero-panel {
    position: relative;
    width: 100%;
    display: flex;
    grid-template-columns: 1fr 1.6fr;
    gap: 64px;
    /* background: url(/sites/amis/images/pages/crm-v3/bg-ai.webp); */
    /* border-radius: 32px; */
    /* background-size: cover; */
    /* padding: 96px 64px; */
    /* background-repeat: no-repeat; */
}

.panel-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 368px;
}

.panel-left .crm-action-buttons {
    margin-top: 16px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.feature-text {
    color: #252B37;
    font-size: 16px;
    line-height: 24px;
}

.badge {
    width: 56px;
    height: 56px;
}

.badge-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.badge-text {
    font-family: 'Inter SemiBold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    color: #111827;
}

.panel-right {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 720px;
    z-index: 0;
}

.panel-right>a {
    box-shadow: 0 4px 80px 0 rgba(10, 27, 137, 0.12);
}

.video-stack {
    opacity: 1 !important;
    z-index: 2;
    width: 100%;
    /* aspect-ratio: 1272 / 566; */
    /* border-radius: 32px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #FFFFFF; */
}

.video-frame {
    box-shadow: 0 4px 80px 0 rgba(10, 27, 137, 0.12);
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* border-radius: 32px; */
}

.video-glass {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(235, 241, 255, 0.40) 0%, rgba(235, 241, 255, 0.40) 100%);
}

.video-play {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -50%;
    margin-right: -50%;
}

.play-ring-xl {
    width: 79px;
    height: 79px;
    border-radius: 50%;
}

.play-ring-lg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: -69.5px;
}

.play-core {
    width: 14px;
    height: 19px;
    margin-left: -37px;
}

.cta-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cta {
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Inter SemiBold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05);
}

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

.cta-outline {
    background: #FFFFFF;
    color: var(--primary);
    outline: 1.5px var(--primary) solid;
    outline-offset: -1.5px;
    padding-right: 18px;
}

.cta-icon {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

@media (max-width: 979px) {
    .hero-block {
        padding: 20px;
        gap: 0;
    }

    .section.hero-surface {
        padding: 80px 16px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .container {
        gap: 48px;
    }

    .t-strong {
        font-size: 16px;
        line-height: 36px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 30px;
    }

    .stat-value {
        font-size: 24px;
        line-height: 32px;
    }

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

    .hero-panel {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 10px;
        display: grid;
    }

    .panel-right .video-stack {
        /* aspect-ratio: 16 / 9; */
    }

    .video-play {
        margin-left: 0;
        margin-right: 0;
    }

    .play-ring-xl {
        width: 64px;
        height: 64px;
    }

    .play-ring-lg {
        width: 48px;
        height: 48px;
        margin-left: -56px;
    }

    .play-core {
        width: 12px;
        height: 16px;
        margin-left: -30px;
    }

    .brand-row {
        gap: 16px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .brand-card {
        width: 132px;
        height: auto;
        width: auto;
    }

    .cta-row {
        flex-wrap: wrap;
    }

    .cta {
        height: 48px;
        padding: 0 20px;
    }
}

/* end section 2 */

/* section 6 */
.app-connection-hero {
    width: 100%;
    box-sizing: border-box;
    padding: 96px 0 102px 0;
    background: url(/sites/amis/images/pages/crm-v3/app-connection-hero.webp);
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
}

.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* gap: 24px; */
    text-align: center;
}

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

.hero-title {
    font-family: 'Inter Bold', sans-serif;
    color: #030712;
    font-size: 32px;
    /* line-height: 0; */
    word-wrap: break-word;
    margin-bottom: 24px;
}

.hero-description {
    color: #374151;
    font-size: 20px;
    line-height: 32px;
    word-wrap: break-word;
    max-width: 800px;
}

.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;
    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) {
    .app-connection-hero {
        padding: 40px 0;
    }

    .hero-container {
        gap: 20px;
    }

    .hero-title {
        display: block;
        line-height: normal;
    }

    .hero-title br {
        display: none;
    }

    .hero-description {
        font-size: 18px;
    }

    .cta-button-group {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

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

/* end section 6 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .industry-section__subtitle br {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

.register-section__feature-icon {}

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

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

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

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

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

.register-section__form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 508px;
    border-radius: 36px;
    background: url(/sites/amis/images/pages/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;
    /* gap: 24px; */
    width: 100%;
    /* max-width: 400px; */
    padding-bottom: 16px;
    padding: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* New register section features styles */
.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;
    /* padding-top: 94px; */
}

.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 {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

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

/* end section 8 */
/* 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: 0;
    left: 43%;
}

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

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



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

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

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

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

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

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

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

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

.BackTop {
    display: none !important;
} */

/* end none */

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

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

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

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

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

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

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

/* section 10 */
.crm-testimonials {
    width: 100%;
    /* background: #EEF4FF; */
    padding: 96px 240px;
    box-sizing: border-box;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #0a0d12;
    padding-top: 0;
}

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

.crm-testimonials__title-wrap {
    max-width: 1227px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
    justify-items: center;
    text-align: center;
}

.crm-testimonials__title {
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #0a0d12;
    white-space: pre-line;
}

.crm-testimonials__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    align-items: stretch;
}

.crm-testimonials__card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0px 12px 32px -6px rgba(141, 141, 141, 0.1);
    overflow: hidden;
    display: grid;
}

.crm-testimonials__card-inner {
    padding: 24px 24px 32px;
    display: grid;
    gap: 20px;
    box-shadow: 0 8px 24px -6px rgba(129, 166, 255, 0.08), 0 12px 32px -6px rgba(141, 141, 141, 0.10);
    border-radius: 24px;
}

.crm-testimonials__avatar {
    width: 100%;
    height: 236px;
    border-radius: 16px;
    object-fit: cover;
    display: block;
    background: #f2f4f7;
}

.crm-testimonials__person {
    display: grid;
    gap: 4px;
}

.crm-testimonials__name {
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
    color: #0a0d12;
}

.crm-testimonials__meta {
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    color: #414651;
    white-space: pre-line;
}

.crm-testimonials__quote {
    font-size: 18px;
    font-family: 'Inter Medium';
    line-height: 24px;
    color: #0a0d12;
}

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

    .crm-testimonials__title {
        font-size: 24px;
        line-height: 32px;
        white-space: unset;
    }

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

    .crm-testimonials__card-inner {
        padding: 16px;
    }

    .crm-testimonials__avatar {
        height: 220px;
    }
}

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

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

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

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .award-media {
        height: 200px;
    }

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

/* end section 11 */
/* vsupport */
section.vsupport {
    position: fixed;
    right: 0;
    bottom: 4%;
}

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

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

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

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

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

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

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

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

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

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

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

.fab-stack__item--cta {
    z-index: 999;
    display: none;
    height: 52px;
    gap: 8px;
    justify-content: flex-start;
    position: relative;
    padding: 25px 11px;
    border: 8px solid transparent;
    border-radius: 9999px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(141deg,
            rgba(55, 148, 255, 0.10) 0%,
            rgba(213, 43, 255, 0.10) 100%) border-box;
}

.fab-stack__item--cta::before {
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 246px;
    height: 70px;
    border-radius: 35px;
    background: radial-gradient(ellipse, rgba(37, 99, 235, 0.4) 0%, rgba(37, 99, 235, 0.2) 30%, rgba(37, 99, 235, 0) 60%);
    z-index: -1;
    animation: pulse-green 2s infinite;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

/* end vsupport */

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

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

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

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

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

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

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

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

/* end ai-agent-cta-button */

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

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

/* end badge hot */

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

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

.crm-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) {
    .crm-consultation-box {
        /* padding: 32px 0; */
        gap: 20px;
    }

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

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

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

/* end section crm consultation box */


@media(max-width:979px) {
    .crm-btn-text-white {
        font-size: 14px;
    }

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

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

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

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

    .crm-btn-primary {
        min-width: unset;
        padding: 10px;
    }
}



/* pricing */
.pricing {
    padding: 48px 0 0;
    background: linear-gradient(180deg, #EEF4FF 0%, #FEFEFF 59.62%);
}

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

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

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

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

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

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

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

/* cot plan */
.pricing-plan {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    border-left: 1px #E9EAEB solid;
    border-top: 1px #E9EAEB solid;
}

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

.pricing-table .pricing-plan:last-child .pricing-plan-header {
    border-top-right-radius: 24px;
}

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

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

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

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

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

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

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

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

.ai-ava-feature {
    color: var(--Text-Primary, #181D27);
    font-variant-numeric: lining-nums tabular-nums;

    /* Body Large/Semi Bold */
    font-family: var(--Font-Family-Body, Inter);
    font-size: var(--Font-Size-Body-Large, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--Line-Height-Body-Large, 20px);
    /* 125% */
    padding: 20px 0;
    text-align: center;
}

.feature-group h4 {
    color: var(--Text-Secondary, #252B37);

    /* Body-small/Semi bold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--Line-height-xs, 18px);
    /* 128.571% */
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
    padding: 20px 16px;
}

.feature-group {
    border-top: 1px solid var(--Border-Second, #E9EAEB);
    /* border-left: 1px solid var(--Border-Second, #E9EAEB); */
    background: var(--Base-Transparens-white-80, rgba(255, 255, 255, 0.80));
}

.feature-group ul {
    list-style: none;
    padding-bottom: 16px;
}

.feature-group ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pricing-plan.pricing-plan--featured.pricing-card.professional {
    border-left: 1px solid #2662FF;
    border-right: 1px solid #2662FF;
}

.pricing-plan.pricing-plan--featured.pricing-card.professional {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pricing-config {
    margin: 0 auto 40px auto;
    max-width: 1200px;
}

.pricing-config .config-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #FFF; */
    padding: 24px;
    border-radius: 12px;
    /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); */
    /* typical */
    flex-wrap: wrap;
    /* responsive */
    gap: 16px;
}

.pricing-config .controls-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
}

.pricing-config .trial-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pricing-config .trial-label {
    font-weight: 700;
    font-size: 16px;
    color: #181D27;
}

.pricing-config .trial-button-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pricing-config .trial-cta-btn {
    background-color: var(--Blue-500, #2662FF);
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.2s;
    border-radius: 32px;
    background: var(--Gradient-Button-Hover, linear-gradient(57deg, var(--Blue-500, #2662FF) 0%, var(--Blue-400, #5993FF) 95.88%));
    display: flex;
    width: 115px;
    height: 35px;
    padding: 5px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pricing-config .trial-cta-btn:hover {
    color: white;
    background-color: #174ce0;
}

.pricing-config .sales-selector {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-config .sales-question {
    font-size: 16px;
    color: #252B37;
    font-weight: 600;
    margin-bottom: 0;
}

/* Custom Dropdown */
.custom-dropdown {
    position: relative;
    min-width: 160px;
}

.custom-dropdown__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1.5px solid #D0D5DD;
    background: #FFF;
    font-size: 16px;
    font-weight: 500;
    font-family: Inter, sans-serif;
    color: #181D27;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.custom-dropdown__trigger:hover {
    border-color: #2662FF;
}

.custom-dropdown.open .custom-dropdown__trigger {
    border-color: #2662FF;
    box-shadow: 0 0 0 3px rgba(38, 98, 255, 0.15);
}

.custom-dropdown__value {
    white-space: nowrap;
}

.custom-dropdown__arrow {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.custom-dropdown.open .custom-dropdown__arrow {
    transform: rotate(180deg);
}

.custom-dropdown__menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0px 12px 32px -4px rgba(16, 24, 40, 0.14), 0px 4px 8px -2px rgba(16, 24, 40, 0.06);
    z-index: 100;
    overflow: hidden;
    padding: 4px 0;
}

.custom-dropdown.open .custom-dropdown__menu {
    display: block;
}

.custom-dropdown__option {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    font-family: Inter, sans-serif;
    color: #181D27;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
}

.custom-dropdown__option:hover {
    background: #F2F4F7;
}

.custom-dropdown__option.selected {
    background: #2662FF;
    color: #FFF;
}

.pricing-config .period-toggle {
    display: flex;
    background: #F2F4F7;
    border-radius: 8px;
    padding: 4px;
    border-radius: 12px;
    border: 1.5px solid var(--Blue-500, #2662FF);
}

.pricing-config .period-btn {
    padding: 6px 16px;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #475467;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s;
}

.pricing-config .period-btn.active {
    background: #FFF;
    color: #181D27;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    border: 2px solid var(--Blue-500, #2662FF);
    background: var(--Blue-500, #2662FF);
    color: #fff;
}

/* Styles for Plan Price Area */
.pricing-plan-price-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 4px;
}

.pricing-plan-price {
    font-size: 32px;
    font-weight: 700;
    color: #181D27;
    margin: 0;
    line-height: normal;
}

.pricing-plan-unit {
    font-size: 14px;
    font-weight: 500;
    color: #475467;
    margin: 0;
}

.pricing-plan-total {
    font-size: 14px;
    font-weight: 500;
    color: #667085;
    margin-top: 4px;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .pricing-config .controls-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 979px) {

    /* pricing-config trên mobile: hiển thị bình thường */
    .pricing-config {
        display: block;
        margin: 0 auto 24px auto;
        padding: 0 16px;
    }

    .pricing-config .config-container {
        padding: 16px;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    }

    .pricing-config .controls-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .pricing-config .trial-section {
        width: 100%;
        justify-content: space-between;
    }

    .pricing-config .sales-selector {
        width: 100%;
        justify-content: space-between;
    }

    .custom-dropdown {
        min-width: 140px;
    }



    .pricing-config .period-btn {
        flex: 1;
        text-align: center;
    }
}

/* ========================
 * PRICING BOTTOM CTA
 * ======================== */
.pricing-bottom-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 48px 0 32px;
    max-width: 900px;
    margin: 0 auto;
}

.pricing-bottom-cta__text {
    color: var(--Text-Primary, #181D27);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.pricing-bottom-cta__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.pricing-bottom-cta__btn {
    display: flex;
    min-width: 140px;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
}

.pricing-bottom-cta__btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.pricing-bottom-cta__btn--primary {
    background: var(--Gradient-Base-Blue, linear-gradient(68deg, var(--Blue-600, #1B49F5) 0%, var(--Blue-400, #5993FF) 131.14%));
    color: #FFF;
    border: 2px solid transparent;
}

.pricing-bottom-cta__btn--primary:hover {
    color: #FFF;
}

.pricing-bottom-cta__btn--secondary {
    padding: 14px 20px 14px 24px;
    border: 2px solid var(--Blue-600, #1B49F5);
    background: var(--Gradient-Second-Sky-1, linear-gradient(244deg, var(--Blue-25, #F8FAFF) 10.19%, var(--Blue-50, #EEF4FF) 105.78%));
    backdrop-filter: blur(12px);
    color: var(--Blue-600, #1B49F5);
}

.pricing-bottom-cta__btn--secondary:hover {
    color: var(--Blue-600, #1B49F5);
}

.pricing-bottom-cta__btn--secondary img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.pricing-trial-banner {
    width: 100%;
    margin: 0;
}

.pricing-bottom-cta__note {
    text-align: left;
    width: 100%;
}

.pricing-bottom-cta__note p {
    color: var(--Text-Tertiary, #535862);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.pricing-bottom-cta__note p strong {
    font-weight: 700;
    color: var(--Text-Primary, #181D27);
}

/* ========================
 * PRICING TRIAL BANNER
 * ======================== */
.pricing-trial-banner {
    display: block;
    margin: 16px auto 0;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.pricing-trial-banner:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0px 8px 24px rgba(38, 98, 255, 0.15); */
}

.pricing-trial-banner__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

@media (max-width: 979px) {
    .pricing-bottom-cta {
        padding: 32px 16px 24px;
    }

    .pricing-bottom-cta__text {
        font-size: 16px;
        line-height: 24px;
    }

    .pricing-bottom-cta__buttons {
        flex-direction: column;
        width: 100%;
    }

    .pricing-bottom-cta__btn {
        width: 100%;
    }

    .pricing-trial-banner {
        margin: 16px 16px 0;
        border-radius: 12px;
    }

    .pricing-trial-banner__img {
        border-radius: 12px;
    }
}

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

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

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

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

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

    .pricing-mobile {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* feature count badge */
    .pricing-mobile-users {
        font-size: 13px;
        font-weight: 600;
        color: #2662FF;
        line-height: 18px;
        margin-bottom: 2px;
    }

    .pricing-mobile-card--featured .pricing-mobile-users {
        color: rgba(255, 255, 255, 0.85);
    }

    /* total price under price row */
    .pricing-mobile-total {
        font-size: 12px;
        font-weight: 400;
        color: #667085;
        line-height: 18px;
        margin-top: 2px;
    }

    .pricing-mobile-card--featured .pricing-mobile-total {
        color: rgba(255, 255, 255, 0.75);
    }

    /* swiper slide auto width */
    .pricing-mobile-swiper .swiper-slide {
        width: 88vw;
        max-width: 340px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* end pricing mobile slide */