.elementor-14316 .elementor-element.elementor-element-f6730e4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ea71c3a */*,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            background: #fff;
            color: #1E293B;
        }

        img {
            display: block;
            max-width: 100%;
        }

        button {
            font-family: inherit;
            cursor: pointer;
            border: none;
        }

        /* ── container ── */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 16px;
        }

        /* ════════════ HERO ════════════ */
        .hero {
            background: linear-gradient(135deg, #0055E8 0%, #0099FF 60%, #00CFEE 100%);
            padding: 80px 0 0 0;
            overflow: hidden;
            position: relative;
        }

        .hero-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: flex-end;
        }

        .hero-left {
            padding-bottom: 80px;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.18);
            border: 1px solid rgba(255, 255, 255, 0.35);
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            padding: 6px 16px;
            border-radius: 24px;
            margin-bottom: 24px;
            text-transform: uppercase;
        }

        .hero-badge-dot {
            width: 7px;
            height: 7px;
            background: #00FFB2;
            border-radius: 50%;
        }

        .hero h1 {
            font-size: 3.2rem;
            font-weight: 800;
            line-height: 1.15;
            color: #fff;
            margin-bottom: 20px;
            letter-spacing: -1px;
        }

        .hero h1 span {
            color: #FFD94A;
        }

        .hero p {
            font-size: 1.15rem;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.7;
            margin-bottom: 36px;
            max-width: 500px;
        }

        .hero-cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 28px;
            font-size: 1.05rem;
            font-weight: 700;
            color: #fff;
            background: linear-gradient(90deg, #FF6B35, #FF8C42);
            border-radius: 50px;
            text-decoration: none;
            box-shadow: 0 8px 20px rgba(255, 107, 53, 0.35);
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .hero-cta svg {
            width: 20px;
            height: 20px;
        }

        .hero-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(255, 107, 53, 0.5);
            opacity: 0.95;
        }

        /* ─── Hero Visuals (Mockups) ─── */
        .hero-right {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            padding-bottom: 40px;
        }

        .hero-visual-wrap {
            position: relative;
            display: flex;
            align-items: flex-end;
            transform: translateY(-20px);
        }

        .phone-card {
            background: rgba(255, 255, 255, 0.1);
            border: 1.5px solid rgba(255, 255, 255, 0.25);
            border-radius: 32px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
            width: 220px;
            height: 380px;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        .card-1 {
            transform: rotate(-5deg) translateY(40px);
            z-index: 1;
            margin-right: -40px;
        }

        .card-2 {
            transform: rotate(3deg) translateY(0);
            z-index: 2;
        }

        .phone-screen {
            height: 100%;
            padding: 24px 20px;
            background: linear-gradient(160deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.02));
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .screen-top {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
        }

        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
        }

        .screen-row {
            background: rgba(255, 255, 255, 0.12);
            border-radius: 12px;
            padding: 12px;
        }

        .label {
            font-size: 10px;
            color: rgba(255, 255, 255, 0.7);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 4px;
        }

        .value {
            font-size: 14px;
            font-weight: 700;
            color: #fff;
        }

        .bar-chart {
            display: flex;
            align-items: flex-end;
            gap: 6px;
            height: 60px;
            margin-top: 8px;
        }

        .bar {
            flex: 1;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        .bar.active {
            background: #FFD94A;
        }

        .hero-stat {
            position: absolute;
            background: #fff;
            padding: 14px 20px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
            white-space: nowrap;
            z-index: 10;
        }

        .stat-1 {
            top: 10%;
            left: -90px;
        }

        .stat-2 {
            bottom: 30%;
            right: -60px;
        }

        .stat-icon {
            font-size: 20px;
        }

        .stat-info .stat-label {
            font-size: 11px;
            color: #64748B;
            font-weight: 600;
        }

        .stat-info .stat-val {
            font-size: 15px;
            font-weight: 800;
            color: #1E293B;
        }

        /* ─── Global ─── */
        html {
            scroll-behavior: smooth;
        }

        @keyframes scroll-x {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }

        /* ════════════ PRODUCT INTRO ════════════ */
        .product-intro {
            padding: 64px 0;
            background: #fff;
        }

        .section-title {
            font-size: 2.25rem;
            font-weight: 700;
            color: #1E293B;
            text-align: center;
            margin-bottom: 16px;
        }

        .section-sub {
            font-size: 1.125rem;
            color: #64748B;
            text-align: center;
            max-width: 768px;
            margin: 0 auto 48px;
            line-height: 1.6;
        }

        /* feature cards grid */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 24px;
        }

        .feature-card {
            background: #fff;
            border: 2px solid rgba(0, 133, 255, .2);
            border-radius: 12px;
            padding: 24px 16px;
            text-align: center;
            transition: border-color .2s, box-shadow .2s;
        }

        .feature-card:hover {
            border-color: #0085FF;
            box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
        }

        .feature-card-icon {
            width: 48px;
            height: 48px;
            margin: 0 auto 16px;
        }

        .feature-card-icon svg {
            width: 48px;
            height: 48px;
        }

        .feature-card p {
            font-size: .875rem;
            font-weight: 500;
            color: #1E293B;
        }

        /* ════════════ SOLUTION COMPARISON ════════════ */
        .solutions {
            padding: 64px 0;
            background: linear-gradient(135deg, #F8FAFF 0%, #EEF6FF 100%);
        }

        .solutions-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
            margin-top: 48px;
        }

        .solution-card {
            background: #fff;
            border-radius: 16px;
            padding: 32px;
            border: 2px solid rgba(0, 133, 255, .3);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
            transition: border-color .2s;
            display: flex;
            flex-direction: column;
        }

        .solution-card:hover {
            border-color: #0085FF;
        }

        .solution-card.onprem {
            border-color: rgba(0, 85, 204, .3);
        }

        .solution-card.onprem:hover {
            border-color: #0055CC;
        }

        .solution-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 24px;
        }

        .solution-header-icon {
            width: 40px;
            height: 40px;
        }

        .solution-header-icon svg {
            width: 40px;
            height: 40px;
        }

        .solution-header h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1E293B;
        }

        .solution-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-bottom: 32px;
            flex: 1;
        }

        .solution-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .check-icon {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .check-icon svg {
            width: 20px;
            height: 20px;
        }

        .solution-list li span {
            color: #64748B;
            font-size: .95rem;
        }

        .btn-blue-full {
            display: block;
            width: 100%;
            padding: 12px;
            font-size: 1rem;
            font-weight: 500;
            color: #fff;
            background: linear-gradient(to right, #0085FF, #00E0FF);
            border-radius: 6px;
            text-align: center;
            border: none;
            cursor: pointer;
        }

        .btn-blue-full:hover {
            background: linear-gradient(to right, #0066FF, #00C0DF);
        }

        .btn-darkblue-full {
            display: block;
            width: 100%;
            padding: 12px;
            font-size: 1rem;
            font-weight: 500;
            color: #fff;
            background: linear-gradient(to right, #0055CC, #0088CC);
            border-radius: 6px;
            text-align: center;
            border: none;
            cursor: pointer;
        }

        .btn-darkblue-full:hover {
            background: linear-gradient(to right, #004499, #0066AA);
        }

        /* ════════════ BENEFITS ════════════ */
        .benefits {
            padding: 64px 0;
            background: #fff;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            margin-top: 48px;
        }

        .benefit-card {
            background: linear-gradient(135deg, #F8FAFF, #EEF6FF);
            border-radius: 12px;
            padding: 24px;
            text-align: center;
            transition: box-shadow .2s;
        }

        .benefit-card:hover {
            box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
        }

        .benefit-icon {
            width: 48px;
            height: 48px;
            color: #0085FF;
            margin: 0 auto 16px;
        }

        .benefit-icon svg {
            width: 48px;
            height: 48px;
        }

        .benefit-card p {
            font-weight: 600;
            color: #1E293B;
        }

        /* ════════════ STATISTICS ════════════ */
        .statistics {
            padding: 64px 0;
            background: linear-gradient(to right, #FF6B35, #FF8C42);
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 32px;
            margin-top: 48px;
        }

        .stat-item {
            text-align: center;
        }

        .stat-num {
            font-size: 3rem;
            font-weight: 700;
            color: #fff;
            display: block;
            margin-bottom: 8px;
        }

        .stat-label {
            color: rgba(255, 255, 255, .9);
            font-weight: 500;
        }

        /* ════════════ CLIENT LOGOS ════════════ */
        .customers-title {
            padding: 56px 0 32px;
            background: #fff;
            position: relative;
            text-align: center;
        }

        .customers-title h2 {
            font-size: 24px;
            font-weight: 800;
            color: #000;
            margin: 0;
            opacity: 0.95;
            text-align: center;
        }

        .customers-marquee {
            padding: 32px 0;
            background: #fff;
            overflow: hidden;
            border-bottom: 1px solid #f1f5f9;
        }

        .customers-grid {
            display: flex;
            gap: 64px;
            width: max-content;
            animation: scroll-x 40s linear infinite;
            align-items: center;
        }

        .customers-grid:hover {
            animation-play-state: paused;
        }

        .logo-item {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50px;
            width: 140px;
            opacity: 0.85;
            transition: opacity 0.3s, transform 0.3s;
        }

        .logo-item:hover {
            opacity: 1;
            transform: scale(1.05);
        }

        .logo-item img {
            max-height: 45px;
            width: auto;
            object-fit: contain;
        }

        /* ════════════ RESPONSIVE ════════════ */
        @media (max-width: 1024px) {
            .features-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .stats-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .clients-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 768px) {
            .hero {
                padding: 60px 0 0 0;
            }

            .hero-inner {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 40px;
            }

            .hero-left {
                padding-bottom: 40px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .hero h1 {
                font-size: 2.2rem;
            }

            .hero p {
                max-width: 100%;
            }

            .hero-right {
                padding-bottom: 20px;
                overflow: hidden;
            }

            .hero-visual-wrap {
                transform: scale(0.8) translateY(20px);
            }

            .hero-stat {
                display: none;
                /* Hide floating stats on mobile for space */
            }

            .solutions-grid {
                grid-template-columns: 1fr;
            }

            .benefits-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .form-grid {
                grid-template-columns: 1fr;
            }

            .form-row {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46d79fd */:root {
        --blue: #0085FF;
        --blue-dark: #0066FF;
        --blue-light: #00AEEF;
        --text-dark: #0F172A;
        --text-mid: #64748B;
        --bg-light: #F5F8FF;
        --border: rgba(0, 102, 255, 0.1);
        --grad-btn: linear-gradient(90deg, #0066FF, #00AEEF);
    }

    *, *::before, *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body {
        font-family: 'Manrope', sans-serif;
        color: var(--text-dark);
        background: #fff;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
    }

    /* ===== CONSULTATION ===== */
    .consultation {
        padding: 80px 0;
        background: linear-gradient(180deg, #fff 0%, var(--bg-light) 100%);
    }

    .consultation h2 {
        font-size: clamp(26px, 3vw, 36px);
        font-weight: 800;
        margin-bottom: 12px;
    }

    .consultation-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: center;
        max-width: 1100px;
        margin: 0 auto;
    }

    .consult-img {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 102, 255, 0.1);
        border: 1px solid var(--border);
    }

    .consult-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .consult-form-wrap {
        background: #fff;
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 12px 48px rgba(0, 102, 255, 0.08);
        border: 1px solid var(--border);
    }

    .form-group {
        margin-bottom: 24px;
    }

    .form-group label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .form-group label .req {
        color: #EF4444;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 14px 16px;
        border: 1px solid #E2E8F0;
        border-radius: 10px;
        font-size: 15px;
        font-family: inherit;
        outline: none;
        transition: border-color 0.2s, box-shadow 0.2s;
        background: #fff;
    }

    .form-group input:focus,
    .form-group textarea:focus {
        border-color: var(--blue);
        box-shadow: 0 0 0 3px rgba(0, 133, 255, 0.1);
    }

    /* Hiển thị lỗi */
    .form-group .field-error {
        border-color: #EF4444 !important;
        background-color: #FEF2F2;
    }

    .form-group textarea {
        resize: none;
    }

    .btn-submit {
        width: 100%;
        padding: 18px;
        background: var(--grad-btn);
        color: #fff;
        border: none;
        border-radius: 12px;
        font-weight: 700;
        font-size: 17px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: opacity 0.2s, transform 0.2s;
        font-family: inherit;
        box-shadow: 0 8px 24px rgba(0, 102, 255, 0.3);
    }

    .btn-submit:hover {
        opacity: 0.9;
        transform: translateY(-2px);
    }

    .btn-submit svg {
        width: 20px;
        height: 20px;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 768px) {
        .consultation-grid {
            grid-template-columns: 1fr;
        }
    }

    /* ===== TOAST NOTIFICATION ===== */
    .toast-overlay {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .toast-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .toast-box {
        background: #fff;
        border-radius: 24px;
        padding: 48px 40px 36px;
        max-width: 420px;
        width: 90%;
        text-align: center;
        box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
        transform: scale(0.85) translateY(20px);
        transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .toast-overlay.show .toast-box {
        transform: scale(1) translateY(0);
    }

    .toast-icon {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        font-size: 32px;
        color: #fff;
    }

    .toast-icon.is-success {
        background: linear-gradient(135deg, #10B981, #34D399);
        box-shadow: 0 8px 24px rgba(16, 185, 129, 0.35);
    }

    .toast-icon.is-error {
        background: linear-gradient(135deg, #EF4444, #F87171);
        box-shadow: 0 8px 24px rgba(239, 68, 68, 0.35);
    }

    .toast-title {
        font-size: 22px;
        font-weight: 800;
        color: var(--text-dark);
        margin-bottom: 8px;
    }

    .toast-msg {
        font-size: 15px;
        color: var(--text-mid);
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .toast-close-btn {
        padding: 10px 24px;
        border-radius: 8px;
        border: 1px solid #E2E8F0;
        background: #fff;
        cursor: pointer;
        font-weight: 600;
    }/* End custom CSS */