/*#region Base Styles & Variables */
/* =========================
   BÃ¡ÂºÂ¢NG GIÃƒÂ CRM AMIS LANDING PAGE
   ========================= */

   html {
    scroll-behavior: smooth;
}

.bang-gia-crm-page {
    font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #333;
}

.amis-crm {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000000;
    position: relative;
}

.bold {
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.amis-crm h1, .amis-crm h2, .amis-crm h3 {
    line-height: 1.42857143;
    margin-bottom: 20px;
}

/* Utility Classes */
.mobile-show {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.title-orange {
    color: #ffc259;
}

.sub-title {
    margin-top: 8px;
    font-size: 20px;
    font-family: GoogleSans, Arial, sans-serif;
}

a:focus {
    color: #fff;
}

/* Container & Layout */
@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

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

/* Lazy Loading Animation - Removed */

/* Loading States */
.pricing-card.loading {
    opacity: 0.7;
    pointer-events: none;
}
/*#endregion Base Styles & Variables */

/*#region Hero Pricing Section */
.hero-pricing {
    background: white;
    color: #333;
    padding: 48px 0 60px;
    text-align: center;
    padding-bottom: unset;
}

.hero-pricing .main-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 9px;
    line-height: 1.2;
    color: #333;
}

.hero-pricing .subtitle {
    font-size: 20px;
    margin-bottom: 25px;
    color: #666;
    font-weight: 400;
}

.trust-stats {
    margin: 22px 0 22px;
}

.stats-text {
    color: #666;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 500;
}

.partners-logos {
    /* margin-top: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-image {
    max-width: 100%;
    height: auto;
    /* opacity: 0.8; */
}

.partners-image:hover {
    /* opacity: 1; */
}

/* Hero Pricing Responsive */
@media (max-width: 768px) {
    .hero-pricing .main-title {
        font-size: 2.2rem;
    }
    
    .hero-pricing .subtitle {
        font-size: 1.1rem;
    }
    
    .partners-image {
        max-width: 95%;
    }

    .partners-logos {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .hero-pricing {
        padding: 60px 0 40px;
    }
    
    .hero-pricing .main-title {
        font-size: 1.8rem;
    }
    
    .hero-pricing .subtitle {
        font-size: 1rem;
    }
    
    .partners-image {
        max-width: 90%;
    }
}
/*#endregion Hero Pricing Section */

/*#region Pricing Configuration Section */
.pricing-config {
    background: white;
    padding: 40px 0;
}

.config-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1200px;
}

/* Sales Row */
.sales-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sales-selector {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.sales-question {
    font-weight: 500;
    color: #0065FF;
    font-size: 20px;
    white-space: nowrap;
}

.sales-dropdown {
    padding: 10px 15px;
    border: 2px solid #0065FF;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    color: #333;
    width: 164px;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(to bottom, #9696968c 0%, #9696968f 100%), url(/sites/amis/images/pages/bang-gia-crm/drop.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: right 39px center, right 12px center;
    background-size: 2px 27px, 16px 16px;
    padding-right: 50px;
}

.sales-dropdown:focus {
    outline: none;
    border-color: #003d99;
    box-shadow: 0 0 0 3px rgba(0, 82, 204, 0.1);
}

.sales-dropdown option {
    padding: 10px 15px;
    background: white;
    color: #333;
    font-weight: 500;
}

.sales-dropdown option:checked,
.sales-dropdown option:hover {
    background: #0065FF;
    color: white;
}

.sales-dropdown::-webkit-scrollbar {
    width: 8px;
}

.sales-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.sales-dropdown::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.sales-dropdown::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Controls Row */
.controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Trial Section */
.trial-section {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.trial-label {
    font-weight: 500;
    color: #333;
    font-size: 18px;
    font-style: italic;
}

.trial-button-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    position: relative;
}

.trial-arrow {
    display: block;
    opacity: 0.8;
    margin-right: 113px;
    position: absolute;
}

.trial-button-container:hover .trial-arrow {
    opacity: 1;
}

.trial-cta-btn {
    background: #6644F0;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 25px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(124, 77, 255, 0.3);
    text-decoration: none;
    display: inline-block;
}

.trial-cta-btn:hover {
    color: white;
    text-decoration: none;
}

.trial-cta-btn:hover {
    box-shadow: 0 4px 12px rgba(124, 77, 255, 0.4);
}

/* Period Toggle */
.period-toggle {
    display: flex;
    align-items: center;
}

.toggle-switch {
    display: flex;
    background: #fff;
    padding: 2px;
    position: relative;
    border-radius: 8px;
    border: 1.5px solid #0065FF;
}

.period-btn {
    padding: 8px 20px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: #fff;
}

.period-btn.active {
    background: #0065FF;
    color: white;
    border-radius: 6px;
}

.period-btn:hover:not(.active) {
    color: #0052CC;
}

/* Pricing Configuration Responsive */
@media (max-width: 768px) {
    .config-container {
        gap: 25px;
    }
    
    .sales-row {
        justify-content: center;
    }
    
    .sales-selector {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .sales-question {
        white-space: normal;
    }
    
    .controls-row {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .trial-section {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .pricing-config {
        padding: 30px 0;
    }
}
/*#endregion Pricing Configuration Section */

/*#region Pricing Plans Section */
.pricing-plans {
}

.plans-grid {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 30px;
    margin: 0 auto;
    align-items: start;
}

/* Pricing Cards */
.pricing-card {
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border: 1.5px solid #BBCADE;
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card.featured {
    border: 1.55px solid #4C90FF;
    background: linear-gradient(180deg, #EEF5FF 0%, #FFF 100%);
    min-height: calc(100% + 20px);
    margin-top: -20px;
    padding-top: 52px;
}

/* Hot Label for Featured Card */
.pricing-card.featured > .hot-label {
    position: absolute;
    top: -35px;
    left: 24%;
    margin-left: -50px;
    background: #FF821E;
    color: white;
    padding: 8px 20px;
    border-radius: 90px;
    font-size: 25px;
    font-weight: 600;
    white-space: nowrap;
}

/* Plan Header */
.plan-header {
    text-align: center;
    margin-bottom: 8px;
}

.plan-name {
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    font-size: 25px;
    margin-top: 0;
}

.plan-users {
    color: #666;
    font-size: 16px;
}

.plan-price {
    margin-bottom: 10px;
}

.price-number {
    font-size: 50px;
    font-weight: 700;
    color: #0052CC;
}

.price-currency {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: -12px;
}

.total-price {
    font-weight: 600;
    color: #333;
    font-size: 25px;
    margin-top: 10px;
}

/* Plan CTA */
.plan-cta {
    margin-bottom: 30px;
    text-align: center;
}

.trial-btn, .quote-btn {
    width: 100%;
    padding: 15px 25px;
    border: none;
    border-radius: 90px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.trial-btn:hover, .quote-btn:hover {
    text-decoration: none;
}

.trial-btn {
    background: linear-gradient(135deg, #e8f2ff 0%, #d4edff 100%);
    color: #0052CC;
}

.quote-btn.primary {
    background: linear-gradient(90deg, #43C3FF 0%, #066AFF 100%);
    color: white;
}

/* Plan Features */
.plan-features {
    text-align: left;
    flex-grow: 1;
}

/* AI AVA Feature */
.ai-ava-line {
    width: 100%;
    height: 1px;
    background: #94A3CB;
    margin: 20px 0 0 0;
}

.ai-ava-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    margin-bottom: 0;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.5px;
    justify-content: center;
}

.ai-ava-feature .check-icon {
    flex-shrink: 0;
}

.ai-ava-feature .hot-label {
    background: #ff4444;
    color: white;
    padding: 0px 4px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: -4px;
    margin-top: -18px;
}

/* Feature Groups */
.feature-divider {
    width: 100%;
    height: 1px;
    background: #94A3CB;
    margin: 20px 0;
    margin-top: 0;
}

.feature-group {
    margin-bottom: 20px;
}

.feature-group h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-group li {
    padding: 6px 0;
    font-size: 16px;
    color: #555;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-left: 0;
}

.check-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

/* Pricing Plans Responsive */
@media (max-width: 768px) {
    .ai-ava-feature {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    
    .ai-ava-feature .hot-label {
        margin-left: 0;
        margin-top: 5px;
    }
    
    .plans-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .pricing-card.featured > .hot-label {
        top: -15px;
    }
}

@media (max-width: 480px) {
    .pricing-card {
        padding: 20px 15px;
    }
    
    .price-number {
        font-size: 2.5rem;
    }
}
/*#endregion Pricing Plans Section */

/*#region Bottom CTA Section */
.bottom-cta {
    background: white;
    color: #333;
    padding: 60px 0;
    text-align: center;
}

.bottom-cta h2 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.3;
    color: #333;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 23px;
    flex-wrap: wrap;
}

.consultation-btn, .download-btn {
    padding: 12px 40px;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    text-decoration: none;
}

.consultation-btn:hover, .download-btn:hover {
    color: white;
    text-decoration: none;
}

.consultation-btn {
    background: linear-gradient(90deg, #00D19D 0%, #01A89D 100%);
}

.consultation-btn:hover {
    background: linear-gradient(90deg, #00c190 0%, #019890 100%);
    box-shadow: 0 4px 12px rgba(0, 209, 157, 0.3);
}

.download-btn {
    background: #0065FF;
}

.download-btn:hover {
    background: #0052CC;
    box-shadow: 0 4px 12px rgba(0, 101, 255, 0.3);
}

.download-icon {
    margin-left: 4px;
}

.note-text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    text-align: left;
}

.note-text p {
    margin-bottom: 8px;
}

.note-text strong {
    color: #333;
}

/* Bottom CTA Responsive */
@media (max-width: 768px) {
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .consultation-btn, .download-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .bottom-cta h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .bottom-cta {
        padding: 40px 0;
    }
}
/*#endregion Bottom CTA Section */

/*#region Contact Form Section */
.contact-form-section {
    background: linear-gradient(269deg, #01AB9D 11.26%, #0065FF 93.77%);
    padding: 19px 0;
    color: white;
}

.form-container {
    margin: 0 auto;
    text-align: center;
}

.form-container h3 {
    font-size: 35px;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
    line-height: 1.2;
}

.trial-free-btn {
    padding: 15px 40px;
    border: none;
    border-radius: 32px;
    background: linear-gradient(90deg, #FF8901 0%, #FF4F00 100%);
    color: white;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.trial-free-btn:hover {
    color: white;
    text-decoration: none;
}

.trial-free-btn:hover {
    background: linear-gradient(90deg, #e67a01 0%, #e64500 100%);
    box-shadow: 0 6px 20px rgba(255, 137, 1, 0.4);
}

.aimarketing-form-embed-code {
    margin-top: 20px;
}

/* Contact Form Responsive */
@media (max-width: 480px) {
    .contact-form-section {
        padding: 60px 0;
    }
}
/*#endregion Contact Form Section */

/*#region AI Bonus Section */
section.ai-bonus {
    padding: 40px 0;
}

.ai-bonus-new {
    text-align: center;
}

.ai-bonus-title {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    margin-bottom: 40px;
    line-height: 1.3;
}

.ai-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
}

.ai-feature-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    background: #fff;
    border-radius: 12px;
}

.ai-feature-item .check-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-top: 0;
    flex-shrink: 0;
}

.ai-feature-item span {
    font-size: 16px;
    font-family: GoogleSans Medium, Arial, sans-serif;
    color: #333;
    line-height: 1.4;
}

.ai-support-image {
    margin: 41px 0;
    cursor: pointer;
    position: relative;
}

.ai-play-button {
    position: absolute;
    top: 54%;
    left: 51%;
    margin-top: -25px;
    margin-left: -25px;
}

.support-img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.ai-cta-button {
    margin-top: 40px;
}

.ai-trial-btn {
    display: inline-block;
    padding: 13px 24px;
    border-radius: 32px;
    background: linear-gradient(90deg, #FF8901 0%, #FF4F00 100%);
    color: #fff;
    font-size: 16px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    text-decoration: none;
}

.ai-trial-btn:hover {
    color: #fff;
    text-decoration: none;
}

/* AI Bonus Responsive */
@media (max-width: 979px) {
    section.ai-bonus {
        padding: 40px 0;
    }

    .ai-bonus-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .ai-features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 40px;
    }

    .ai-feature-item {
        padding: 12px 16px;
    }

    .ai-feature-item span {
        font-size: 14px;
    }

    .ai-trial-btn {
        padding: 14px 36px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .ai-features-grid {
        max-width: 100%;
        padding: 0 15px;
    }

    .ai-feature-item .check-icon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
}
/*#endregion AI Bonus Section */

/*#region Customer Section */
.section-temp.crm-customer {
    padding-top: 71px;
    position: relative;
    background: linear-gradient(180deg, rgba(244, 250, 255, 0.00) 0%, #BDE0FF 100%);
    padding-bottom: 84px;
}

.section-temp * {
    z-index: 1;
}

.section-temp.question {
    padding-top: 61px;
    padding-bottom: 74px;
}

h2.title-logo {
    text-align: center;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.amis-crm-title {
    font-size: 26px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    text-align: center;
    margin-bottom: 47px;
}

.amis-crm-title .big-text {
    font-size: 36px;
}

/* Company Lists */
ul.company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

ul.company-list li {
    width: 14.28%;
    margin: 15px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.company-block {
    display: flex;
    margin-top: 30px;
    max-height: 260px;
}

.company-block {
    display: flex;
    justify-content: center;
}

.cb-list-item {
    margin: 10px;
    box-shadow: 0 6px 80px rgb(37 53 78 / 12%);
    width: 240px;
}

.company-block-title {
    font-weight: bold;
    color: #000;
    background-color: #e9ebee;
    padding: 8px 30px;
    border-radius: 8px;
    text-align: center;
}

ul.company-block-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

ul.company-block-item li {
    width: 50%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.company-block-item li.special-cb-item {
    width: 100%;
}

.company-block.owl-carousel .owl-item img {
    width: initial;
}

.company-block.owl-carousel .owl-stage {
    display: flex;
}

.company-block.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.mobile-show.list-form-right {
    color: #fff;
}

/* Customer Section Responsive */
@media (min-width: 979px) {
    .company-block {
        flex-wrap: wrap;
    }
}

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

    .mobile-show {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    ul.company-list li {
        width: 25%;
    }

    ul.company-block .cb-list-item {
        width: 980px;
    }

    .company-block {
        flex-wrap: wrap;
    }

    .cb-list-item {
        width: 44%;
        border-radius: 8px;
    }
}

@media (max-width: 768px) {
    ul.company-list {
        justify-content: space-between;
    }

    .amis-crm br {
        /* display: none; */
    }
}
/*#endregion Customer Section */

/*#region Form Register Section */
/* form register */
.wrap-form-register {
    display: flex;
    justify-content: center;
    gap: 52px;
}

section.form-register {
    padding: 85px 0;
    background: url(/sites/amis/images/pages/crm-v2/bg-banner.png) no-repeat center;
    background-size: cover;
}

.left-form {
    color: #fff;
}

.title-form {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.des-form div {
    background: url(/sites/amis/images/pages/crm-v2/circle-check.png) no-repeat left top 0px;
    margin: 0;
    padding-left: 25px;
    background-size: 20px;
    padding-bottom: 13px;
}

.des-form {
    margin-top: 6px;
    font-size: 14px;
}

.right-form {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 20px;
}

.title-form-right {
    font-size: 28px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding: 20px;
    text-align: center;
    margin-bottom: -31px;
}

.list-form-right {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 21px;
    padding: 10px 17px;
    border: 1px solid;
    border-radius: 15px;
}

.list-form-right div {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.list-form-right div img {
    width: 20px;
    height: 20px;
}

.title-bonus {
    font-size: 12px;
    padding: 22px 33px;
    margin-top: -45px;
}

/* Form Register Responsive */
@media (max-width: 979px) {
    .container.wrap-form-register {
        flex-wrap: wrap;
    }

    section.form-register {
        padding: 23px 0;
    }
}
/* end form register */
/*#endregion Form Register Section */

/*#region Background Elements & Animations */
.cubes {
    position: absolute;
    z-index: 0;
}

.cubes-1 {
    top: -220px;
    left: 36%;
    width: 1200px;
}

.cubes-2 {
    top: -178px;
    left: 400px;
}

/* Animations & Effects */
.poin-mouse {
    position: absolute;
    right: -22px;
    top: 30px;
    display: inline-block;
}
/*#endregion Background Elements & Animations */

/*#region Button Components */
a.advise-bonus-ai {
    display: block;
    width: fit-content;
    position: relative;
    padding: 14px 24px;
    border-radius: 8px;
    color: #fff;
    font-family: GoogleSans medium, Arial, sans-serif;
    font-size: 16px;
    background: linear-gradient(to right, #1265fe, #61b0f3);
}

a.try-bonus-ai {
    display: block;
    width: fit-content;
    position: relative;
    padding: 14px 24px;
    color: #fff;
    font-family: GoogleSans Bold, Arial, sans-serif;
    border-radius: 8px;
    font-size: 16px;
    background: linear-gradient(to right, #ff4d2e, #ffbb5b);
    margin-left: 0;
}

.button-bonus-ai {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

/* Button Components Responsive */
@media (max-width: 768px) {
    .button-bonus-ai {
        margin-top: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .view-benefit .button-demo div {
        width: fit-content;
    }
}
/*#endregion Button Components */