.elementor-174 .elementor-element.elementor-element-c740228{width:var( --container-widget-width, 101.022% );max-width:101.022%;--container-widget-width:101.022%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c740228 */<style>
        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        :root {
            --blue: #0085FF;
            --blue-dark: #0066FF;
            --blue-light: #00AEEF;
            --cyan: #00E0FF;
            --navy: #003A8C;
            --text-dark: #0F172A;
            --text-mid: #64748B;
            --white: #ffffff;
            --bg-light: #F5F8FF;
            --border: rgba(0, 102, 255, 0.1);
            --grad-main: linear-gradient(135deg, #0085FF, #00E0FF);
            --grad-btn: linear-gradient(90deg, #0066FF, #00AEEF);
        }

        body {
            font-family: 'Manrope', sans-serif;
            color: var(--text-dark);
            background: #fff;
            overflow-x: hidden;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        img {
            max-width: 100%;
            display: block;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* ===== ANIMATIONS ===== */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(24px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.5;
            }
        }

        @keyframes scroll-x {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }

        .fade-in {
            animation: fadeInUp 0.6s ease-out both;
        }

        .fade-in-1 {
            animation: fadeInUp 0.6s ease-out 0.1s both;
        }

        .fade-in-2 {
            animation: fadeInUp 0.6s ease-out 0.2s both;
        }

        .fade-in-3 {
            animation: fadeInUp 0.6s ease-out 0.3s both;
        }

        .fade-in-4 {
            animation: fadeInUp 0.6s ease-out 0.4s both;
        }

        /* ===== HERO ===== */
        .hero {
            background: linear-gradient(135deg, #003A8C 0%, #0066FF 50%, #0085FF 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 999px;
            padding: 8px 16px;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 24px;
        }

        .hero-badge .dot {
            width: 8px;
            height: 8px;
            background: #34D399;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

        .hero h1 {
            font-size: clamp(36px, 5vw, 56px);
            font-weight: 800;
            color: #fff;
            line-height: 1.1;
            margin-bottom: 24px;
        }

        .hero h1 .highlight {
            background: linear-gradient(90deg, #00E0FF, #ffffff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero p {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.7;
            margin-bottom: 32px;
            max-width: 480px;
        }

        .btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #fff;
            color: var(--blue);
            font-weight: 700;
            font-size: 16px;
            padding: 0 32px;
            height: 56px;
            border-radius: 12px;
            border: none;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
            font-family: inherit;
        }

        .btn-primary:hover {
            transform: scale(1.05);
        }

        .btn-primary svg {
            transition: transform 0.2s;
        }

        .btn-primary:hover svg {
            transform: translateX(4px);
        }

        .hero-social-proof {
            display: flex;
            align-items: center;
            gap: 24px;
            margin-top: 32px;
            flex-wrap: wrap;
        }

        .proof-item {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .avatars {
            display: flex;
        }

        .avatars .av {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid var(--navy);
            margin-left: -8px;
        }

        .avatars .av:first-child {
            margin-left: 0;
        }

        .av-1 {
            background: linear-gradient(135deg, #60A5FA, #22D3EE);
        }

        .av-2 {
            background: linear-gradient(135deg, #A78BFA, #F472B6);
        }

        .av-3 {
            background: linear-gradient(135deg, #34D399, #10B981);
        }

        .proof-label {
            color: #fff;
        }

        .proof-label strong {
            font-size: 16px;
            font-weight: 700;
            display: block;
        }

        .proof-label span {
            font-size: 13px;
            opacity: 0.8;
        }

        .proof-divider {
            width: 1px;
            height: 40px;
            background: rgba(255, 255, 255, 0.2);
        }

        .stars {
            display: flex;
            gap: 2px;
            margin-bottom: 2px;
        }

        .star {
            color: #FACC15;
            font-size: 18px;
        }

        .hero-image-wrap {
            position: relative;
            display: flex;
            justify-content: center;
        }

        .hero-img-inner {
            position: relative;
            width: 100%;
            max-width: 540px;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(8px);
            box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
        }

        .hero-img-inner img {
            width: 100%;
            height: auto;
        }

        .hero-badge-float {
            position: absolute;
            top: 24px;
            right: -16px;
            background: #fff;
            border-radius: 14px;
            padding: 12px 16px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .hero-badge-float .emoji {
            font-size: 24px;
        }

        .hero-badge-float .label {
            font-size: 11px;
            color: var(--text-mid);
            font-weight: 500;
        }

        .hero-badge-float .val {
            font-size: 18px;
            font-weight: 800;
            color: var(--blue);
        }

        .hero-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(0, 224, 255, 0.2), rgba(0, 133, 255, 0.2), transparent);
            border-radius: 50%;
            filter: blur(40px);
            z-index: -1;
        }

        /* ===== TRUST (Logos Scroll) ===== */
        .trust {
            padding: 40px 0;
            background: #fff;
            border-bottom: 1px solid var(--border);
            overflow: hidden;
        }

        .logos-track {
            display: flex;
            gap: 32px;
            animation: scroll-x 20s linear infinite;
            width: max-content;
        }

        .logos-track:hover {
            animation-play-state: paused;
        }

        .logo-item {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 80px;
            width: 160px;
        }

        .logo-item img {
            max-height: 64px;
            width: auto;
            object-fit: contain;
        }

        /* ===== SECTION COMMON ===== */
        .section-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(0, 133, 255, 0.08);
            color: var(--blue);
            border-radius: 999px;
            padding: 8px 16px;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 20px;
        }

        .section-title {
            font-size: clamp(28px, 4vw, 44px);
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .section-sub {
            font-size: 18px;
            color: var(--text-mid);
            line-height: 1.7;
        }

        .text-center {
            text-align: center;
        }

        .grad-text {
            background: var(--grad-main);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .grad-text-red {
            background: linear-gradient(90deg, #DC2626, #EA580C);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* ===== PROMO BANNER (carousel) ===== */
        .promo-section {
            padding: 32px 0;
            background: linear-gradient(135deg, #f8fafc, #fff);
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
        }

        .carousel-wrap {
            position: relative;
        }

        .carousel-viewport {
            overflow: hidden;
            border-radius: 20px;
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.1);
        }

        .carousel-track {
            display: flex;
            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .carousel-slide {
            min-width: 100%;
        }

        .carousel-slide a {
            display: block;
        }

        .carousel-slide img {
            width: 100%;
            height: auto;
            border-radius: 20px;
            transition: transform 0.5s;
        }

        .carousel-slide:hover img {
            transform: scale(1.02);
        }

        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            border-radius: 50%;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
            opacity: 0;
            transition: opacity 0.2s, transform 0.2s;
            color: var(--blue);
            font-size: 20px;
        }

        .carousel-wrap:hover .carousel-btn {
            opacity: 1;
        }

        .carousel-btn:hover {
            transform: translateY(-50%) scale(1.1);
        }

        .carousel-btn.prev {
            left: 16px;
        }

        .carousel-btn.next {
            right: 16px;
        }

        .carousel-dots {
            position: absolute;
            bottom: 16px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
        }

        .dot-btn {
            height: 8px;
            border-radius: 4px;
            border: none;
            cursor: pointer;
            background: rgba(255, 255, 255, 0.5);
            width: 8px;
            transition: width 0.3s, background 0.3s;
        }

        .dot-btn.active {
            width: 32px;
            background: #fff;
        }

        /* ===== PROBLEMS ===== */
        .problems {
            padding: 96px 0;
            background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }

        .problems::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: radial-gradient(circle, rgba(0, 133, 255, 0.05) 1px, transparent 1px);
            background-size: 32px 32px;
            opacity: 0.5;
        }

        .problem-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            margin-bottom: 48px;
        }

        .problem-card {
            background: #fff;
            border: 2px solid #f1f5f9;
            border-radius: 20px;
            padding: 36px;
            position: relative;
            overflow: hidden;
            transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
        }

        .problem-card:hover {
            border-color: rgba(0, 133, 255, 0.2);
            box-shadow: 0 20px 60px rgba(0, 133, 255, 0.1);
            transform: translateY(-4px);
        }

        .problem-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(0, 133, 255, 0.04), transparent);
            opacity: 0;
            transition: opacity 0.3s;
        }

        .problem-card:hover::before {
            opacity: 1;
        }

        .problem-icon {
            display: inline-flex;
            padding: 16px;
            border-radius: 16px;
            margin-bottom: 24px;
            position: relative;
        }

        .problem-icon svg {
            width: 32px;
            height: 32px;
            color: #fff;
        }

        .icon-red {
            background: linear-gradient(135deg, #EF4444, #F97316);
        }

        .icon-amber {
            background: linear-gradient(135deg, #F59E0B, #EAB308);
        }

        .icon-purple {
            background: linear-gradient(135deg, #8B5CF6, #EC4899);
        }

        .problem-card h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .problem-card p {
            color: var(--text-mid);
            line-height: 1.7;
        }

        .cta-banner {
            text-align: center;
        }

        .cta-banner-inner {
            display: inline-flex;
            align-items: center;
            gap: 16px;
            background: var(--grad-main);
            color: #fff;
            padding: 24px 32px;
            border-radius: 20px;
            box-shadow: 0 12px 40px rgba(0, 133, 255, 0.35);
            transition: transform 0.2s;
            cursor: default;
        }

        .cta-banner-inner:hover {
            transform: scale(1.02);
        }

        .cta-banner-emoji {
            width: 56px;
            height: 56px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            backdrop-filter: blur(4px);
        }

        .cta-banner-text {
            font-size: 20px;
            font-weight: 700;
        }

        /* ===== SOLUTION ===== */
        .solution {
            padding: 80px 0;
            background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
        }

        .solution-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
        }

        .solution-tag {
            color: var(--blue-dark);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 16px;
        }

        .solution h2 {
            font-size: clamp(26px, 3vw, 36px);
            font-weight: 800;
            margin-bottom: 20px;
        }

        .solution>.container>.solution-grid>.solution-left>p {
            font-size: 17px;
            color: var(--text-mid);
            line-height: 1.7;
            margin-bottom: 32px;
        }

        .features-mini {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }

        .feature-mini {
            display: flex;
            gap: 16px;
        }

        .feature-mini-icon {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background: linear-gradient(135deg, #0066FF, #00AEEF);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-mini-icon svg {
            width: 24px;
            height: 24px;
            color: #fff;
        }

        .feature-mini h4 {
            font-weight: 700;
            font-size: 15px;
            margin-bottom: 4px;
        }

        .feature-mini p {
            font-size: 13px;
            color: var(--text-mid);
        }

        .solution-img {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 102, 255, 0.1);
            border: 1px solid var(--border);
            position: relative;
        }

        .solution-img img {
            width: 100%;
            height: auto;
        }

        /* ===== COMPREHENSIVE ===== */
        .comprehensive {
            padding: 80px 0;
            background: #fff;
        }

        .comp-img-wrap {
            max-width: 1000px;
            margin: 0 auto;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border);
            box-shadow: 0 12px 48px rgba(0, 102, 255, 0.08);
        }

        .comp-img-wrap img {
            width: 100%;
            height: auto;
        }

        /* ===== FEATURES GRID ===== */
        .features-section {
            padding: 96px 0;
            background: #fff;
            position: relative;
            overflow: hidden;
        }

        .features-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(0, 133, 255, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(0, 133, 255, 0.03) 1px, transparent 1px);
            background-size: 40px 40px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }

        .feature-card {
            background: #fff;
            border: 1px solid rgba(0, 102, 255, 0.1);
            border-radius: 20px;
            padding: 36px;
            transition: box-shadow 0.3s, border-color 0.3s;
            position: relative;
            overflow: hidden;
        }

        .feature-card:hover {
            box-shadow: 0 16px 48px rgba(0, 102, 255, 0.12);
            border-color: rgba(0, 102, 255, 0.3);
        }

        .feature-icon {
            display: inline-flex;
            padding: 16px;
            border-radius: 16px;
            margin-bottom: 24px;
            transition: transform 0.3s;
        }

        .feature-card:hover .feature-icon {
            transform: scale(1.1);
        }

        .feature-icon svg {
            width: 32px;
            height: 32px;
            color: #fff;
        }

        .gi-blue {
            background: linear-gradient(135deg, #3B82F6, #06B6D4);
        }

        .gi-purple {
            background: linear-gradient(135deg, #8B5CF6, #EC4899);
        }

        .gi-orange {
            background: linear-gradient(135deg, #F97316, #EF4444);
        }

        .gi-green {
            background: linear-gradient(135deg, #22C55E, #10B981);
        }

        .gi-indigo {
            background: linear-gradient(135deg, #6366F1, #3B82F6);
        }

        .gi-pink {
            background: linear-gradient(135deg, #EC4899, #F43F5E);
        }

        .feature-card h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .feature-card p {
            color: var(--text-mid);
            line-height: 1.7;
            margin-bottom: 16px;
        }

        .feature-link {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            color: var(--blue-dark);
            font-weight: 600;
            font-size: 14px;
            transition: gap 0.2s;
        }

        .feature-link:hover {
            gap: 8px;
        }

        .feature-link svg {
            width: 16px;
            height: 16px;
        }

        /* ===== BENEFITS ===== */
        .benefits {
            padding: 96px 0;
            background: linear-gradient(135deg, #f0f7ff 0%, #fff 50%, #f0fdff 100%);
            position: relative;
            overflow: hidden;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
            max-width: 1100px;
            margin: 0 auto;
        }

        .benefit-list {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .benefit-item {
            display: flex;
            gap: 16px;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 24px;
            position: relative;
            overflow: hidden;
            transition: border-color 0.3s, box-shadow 0.3s;
        }

        .benefit-item:hover {
            border-color: rgba(0, 102, 255, 0.3);
            box-shadow: 0 8px 32px rgba(0, 102, 255, 0.08);
        }

        .benefit-icon {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        }

        .benefit-icon svg {
            width: 24px;
            height: 24px;
            color: #fff;
        }

        .gi-yellow {
            background: linear-gradient(135deg, #EAB308, #F97316);
        }

        .gi-teal {
            background: linear-gradient(135deg, #22C55E, #10B981);
        }

        .gi-sky {
            background: linear-gradient(135deg, #3B82F6, #06B6D4);
        }

        .gi-violet {
            background: linear-gradient(135deg, #8B5CF6, #EC4899);
        }

        .benefit-content h3 {
            font-weight: 700;
            font-size: 17px;
            margin-bottom: 6px;
        }

        .benefit-content p {
            font-size: 14px;
            color: var(--text-mid);
            line-height: 1.6;
        }

        .benefit-metric {
            font-size: 14px;
            font-weight: 700;
            color: var(--blue-dark);
            margin-top: 6px;
        }

        .benefits-img {
            position: relative;
            display: flex;
            justify-content: center;
        }

        .benefits-img img {
            width: 100%;
            max-width: 440px;
            height: auto;
        }

        .benefits-cta {
            text-align: center;
            margin-top: 48px;
        }

        .btn-grad {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--grad-btn);
            color: #fff;
            font-weight: 700;
            font-size: 16px;
            padding: 16px 32px;
            border-radius: 12px;
            border: none;
            cursor: pointer;
            transition: opacity 0.2s, transform 0.2s;
            font-family: inherit;
            box-shadow: 0 8px 24px rgba(0, 102, 255, 0.3);
        }

        .btn-grad:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }

        /* ===== HOW IT WORKS / Achievements ===== */
        .achievements {
            padding: 80px 0;
            background: #f8fafc;
        }

        .achievements-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            margin-bottom: 64px;
            max-width: 1100px;
            margin-left: auto;
            margin-right: auto;
        }

        .achievement-card {
            background: #fff;
            border-radius: 16px;
            padding: 28px 20px;
            text-align: center;
            border: 1px solid var(--border);
            transition: border-color 0.3s, box-shadow 0.3s;
            position: relative;
        }

        .achievement-card:hover {
            border-color: rgba(0, 102, 255, 0.3);
            box-shadow: 0 8px 32px rgba(0, 102, 255, 0.1);
        }

        .achievement-icon {
            display: inline-flex;
            width: 64px;
            height: 64px;
            border-radius: 16px;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
            transition: transform 0.3s;
        }

        .achievement-card:hover .achievement-icon {
            transform: scale(1.1);
        }

        .achievement-icon svg {
            width: 32px;
            height: 32px;
            color: #fff;
        }

        .achievement-num {
            font-size: clamp(20px, 2.5vw, 28px);
            font-weight: 800;
            background: var(--grad-btn);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 8px;
        }

        .achievement-card p {
            font-size: 13px;
            color: var(--text-mid);
            line-height: 1.5;
        }

        .awards-title {
            font-size: 24px;
            font-weight: 800;
            text-align: center;
            margin-bottom: 32px;
        }

        .awards-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            max-width: 1100px;
            margin: 0 auto;
        }

        .award-card {
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid var(--border);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            transition: box-shadow 0.3s, border-color 0.3s;
            position: relative;
            aspect-ratio: 4/3;
            background: #e2e8f0;
        }

        .award-card:hover {
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
            border-color: rgba(0, 102, 255, 0.3);
        }

        .award-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s;
        }

        .award-card:hover img {
            transform: scale(1.05);
        }

        .award-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
            opacity: 0;
            transition: opacity 0.3s;
            display: flex;
            align-items: flex-end;
            padding: 16px;
        }

        .award-card:hover .award-overlay {
            opacity: 1;
        }

        .award-overlay p {
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            line-height: 1.4;
        }

        /* ===== TESTIMONIALS ===== */
        .testimonials {
            padding: 80px 0;
            background: #fff;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }

        .testimonial-card {
            background: #fff;
            border: 1px solid var(--border);
            border-radius: 20px;
            padding: 36px;
            transition: box-shadow 0.3s;
        }

        .testimonial-card:hover {
            box-shadow: 0 16px 48px rgba(0, 102, 255, 0.1);
        }

        .t-stars {
            display: flex;
            gap: 4px;
            margin-bottom: 16px;
        }

        .t-stars span {
            color: #FACC15;
            font-size: 20px;
        }

        .t-quote {
            color: var(--text-mid);
            line-height: 1.7;
            margin-bottom: 24px;
            font-style: italic;
        }

        .t-author {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .t-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            overflow: hidden;
            background: var(--grad-main);
            flex-shrink: 0;
        }

        .t-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .t-name {
            font-weight: 700;
            font-size: 15px;
        }

        .t-role {
            font-size: 13px;
            color: var(--text-mid);
        }

        .testimonials-stats {
            margin-top: 48px;
            text-align: center;
        }

        .stats-pill {
            display: inline-flex;
            align-items: center;
            gap: 32px;
            background: var(--bg-light);
            border: 1px solid var(--border);
            border-radius: 999px;
            padding: 16px 32px;
        }

        .stat-item {
            text-align: center;
        }

        .stat-num {
            font-size: 24px;
            font-weight: 800;
            color: var(--blue-dark);
            display: block;
        }

        .stat-label {
            font-size: 13px;
            color: var(--text-mid);
        }

        .stat-div {
            width: 1px;
            height: 32px;
            background: var(--border);
        }

        /* ===== ECOSYSTEM ===== */
        .ecosystem {
            padding: 64px 0;
            background: linear-gradient(135deg, rgba(0, 133, 255, 0.04) 0%, #fff 50%, rgba(0, 224, 255, 0.04) 100%);
        }

        .ecosystem h2 {
            font-size: clamp(28px, 3.5vw, 40px);
            font-weight: 800;
            margin-bottom: 16px;
        }

        .eco-img-wrap {
            max-width: 800px;
            margin: 0 auto 48px;
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 24px 80px rgba(0, 133, 255, 0.1);
            position: relative;
        }

        .eco-img-wrap img {
            width: 100%;
            height: auto;
        }

        .eco-img-wrap::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 40%;
            background: linear-gradient(to top, rgba(0, 133, 255, 0.06), transparent);
            pointer-events: none;
        }

        .eco-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .eco-card {
            background: #fff;
            border-radius: 16px;
            padding: 28px;
            text-align: center;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            transition: box-shadow 0.3s;
        }

        .eco-card:hover {
            box-shadow: 0 12px 40px rgba(0, 133, 255, 0.1);
        }

        .eco-icon {
            width: 48px;
            height: 48px;
            background: var(--grad-main);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 16px;
            font-size: 22px;
        }

        .eco-card h3 {
            font-weight: 700;
            margin-bottom: 6px;
        }

        .eco-card p {
            font-size: 14px;
            color: var(--text-mid);
        }

        /* ===== PRICING ===== */
        .pricing {
            padding: 80px 0;
            background: linear-gradient(180deg, #fff 0%, var(--bg-light) 100%);
        }

        .pricing h2 {
            font-size: clamp(26px, 3.5vw, 40px);
            font-weight: 800;
            margin-bottom: 16px;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .price-card {
            background: #fff;
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            border: 1px solid var(--border);
            transition: box-shadow 0.3s;
            position: relative;
        }

        .price-card:hover {
            box-shadow: 0 16px 48px rgba(0, 102, 255, 0.1);
        }

        .price-card.featured {
            border: 2px solid var(--blue-dark);
            box-shadow: 0 12px 40px rgba(0, 102, 255, 0.15);
        }

        .featured-badge {
            position: absolute;
            top: -16px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--grad-btn);
            color: #fff;
            padding: 6px 16px;
            border-radius: 999px;
            font-size: 13px;
            font-weight: 600;
            white-space: nowrap;
        }

        .price-header {
            text-align: center;
            padding: 32px 24px 24px;
        }

        .price-name {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .price-amount {
            font-size: 36px;
            font-weight: 800;
            background: var(--grad-btn);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .price-unit {
            font-size: 13px;
            color: var(--text-mid);
            margin-left: 4px;
            font-weight: 400;
            -webkit-text-fill-color: var(--text-mid);
        }

        .price-desc {
            font-size: 13px;
            color: var(--blue-dark);
            font-weight: 600;
            margin-top: 8px;
        }

        .price-body {
            padding: 0 24px 24px;
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .price-features {
            list-style: none;
            margin-bottom: 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .price-features li {
            display: flex;
            gap: 10px;
            align-items: flex-start;
        }

        .check-icon {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            background: var(--grad-btn);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 1px;
        }

        .check-icon svg {
            width: 12px;
            height: 12px;
            color: #fff;
        }

        .price-features li span {
            font-size: 13px;
            color: var(--text-mid);
            line-height: 1.5;
        }

        .btn-outline {
            width: 100%;
            padding: 14px;
            border: 1px solid var(--blue-dark);
            color: var(--blue-dark);
            background: transparent;
            border-radius: 10px;
            font-weight: 700;
            font-size: 15px;
            cursor: pointer;
            transition: background 0.2s, color 0.2s;
            font-family: inherit;
        }

        .btn-outline:hover {
            background: var(--bg-light);
        }

        .btn-solid {
            width: 100%;
            padding: 14px;
            background: var(--grad-btn);
            color: #fff;
            border: none;
            border-radius: 10px;
            font-weight: 700;
            font-size: 15px;
            cursor: pointer;
            transition: opacity 0.2s;
            font-family: inherit;
        }

        .btn-solid:hover {
            opacity: 0.9;
        }

        .pricing-footer {
            text-align: center;
            margin-top: 64px;
        }

        .pricing-footer-pill {
            display: inline-block;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 20px 32px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            font-size: 18px;
            font-weight: 700;
        }

        /* ===== 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);
        }

        .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: 1024px) {
            .pricing-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .achievements-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .awards-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .hero-grid {
                grid-template-columns: 1fr;
            }

            .hero-image-wrap {
                display: none;
            }

            .problem-cards {
                grid-template-columns: 1fr;
            }

            .solution-grid {
                grid-template-columns: 1fr;
            }

            .benefits-grid {
                grid-template-columns: 1fr;
            }

            .benefits-img {
                display: none;
            }

            .features-grid {
                grid-template-columns: 1fr;
            }

            .testimonials-grid {
                grid-template-columns: 1fr;
            }

            .pricing-grid {
                grid-template-columns: 1fr;
            }

            .consultation-grid {
                grid-template-columns: 1fr;
            }

            .bottom-banners-grid {
                grid-template-columns: 1fr;
            }

            .eco-cards {
                grid-template-columns: 1fr;
            }

            .stats-pill {
                gap: 16px;
                padding: 12px 20px;
                flex-wrap: wrap;
                justify-content: center;
            }

            .awards-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .achievements-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .features-mini {
                grid-template-columns: 1fr;
            }
        }

        /* SVG icons inline helper */
        .icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        /* ===== 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: 12px 36px;
            border: none;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            font-family: inherit;
            transition: opacity 0.2s, transform 0.2s;
            color: #fff;
        }

        .toast-close-btn:hover {
            opacity: 0.9;
            transform: translateY(-1px);
        }

        .toast-close-btn.is-success {
            background: linear-gradient(135deg, #10B981, #34D399);
            box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
        }

        .toast-close-btn.is-error {
            background: linear-gradient(135deg, #EF4444, #F87171);
            box-shadow: 0 4px 16px rgba(239, 68, 68, 0.3);
        }

        .field-error {
            border-color: #EF4444 !important;
            box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
        }
    </style>/* End custom CSS */