:root{--color-primary: #4f46e5;--color-secondary: #6b7280;--color-success: #10b981;--color-warning: #f59e0b;--color-bg-light: #f9fafb;--color-text-dark: #1f2937;--color-text-light: #4b5563;--shadow-default: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--color-cta-background: #6366f1}body{font-family:'Inter', sans-serif;color:var(--color-text-dark);margin:0;padding:0}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.section-heading,.feature-heading,.final-cta-heading{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.hero{background-size:cover;background-position:center;position:relative;padding-bottom:6rem}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero .hero-title,.hero .hero-subtitle{background:rgba(31,41,55,0.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.1);padding:1rem 1.5rem;border-radius:0.75rem;display:inline-block;text-shadow:0 2px 4px rgba(0,0,0,0.3);margin-bottom:1rem;width:auto}.hero .hero-subtitle{padding:0.75rem 1.25rem;font-size:1.15rem;line-height:1.5;color:rgba(255,255,255,0.9);background:rgba(31,41,55,0.35)}.hero-subtitle{color:rgba(255,255,255,0.9)}.hero-content-row{position:relative;z-index:1}.hero .hero-title{font-size:2.8rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:white;text-shadow:0 4px 6px rgba(0,0,0,0.4)}.hero .hero-subtitle{font-size:1.25rem;font-weight:500;color:white;max-width:700px;line-height:1.6;margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,0.6)}.hero-form-container{max-width:500px;width:100%;padding:2rem;border-radius:1rem;background-color:white;box-shadow:inset 0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}.btn{padding:0.75rem 2rem;border-radius:0.5rem;font-weight:600;text-decoration:none;transition:all 0.2s ease-in-out;border:1px solid transparent;display:inline-block;cursor:pointer}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.btn-primary{background-color:var(--color-primary);color:white}.btn-primary:hover{background-color:#4338ca;color:white;box-shadow:var(--shadow-lg)}.btn-secondary{background-color:transparent;border-color:white;color:white}.btn-secondary:hover{background-color:rgba(255,255,255,0.1);color:white;border-color:white}.btn-feature{color:white !important;font-size:1.1rem;padding:0.8rem 2.5rem;border-radius:0.5rem;font-weight:600;box-shadow:var(--shadow-lg);transition:all 0.2s ease-in-out}.btn-feature-primary{background-color:var(--color-primary) !important}.btn-feature-primary:hover{background-color:#4338ca !important}.btn-feature-success{background-color:var(--color-success) !important}.btn-feature-success:hover{background-color:#059669 !important}.btn-feature-warning{background-color:var(--color-warning) !important}.btn-feature-warning:hover{background-color:#d97706 !important}.btn-feature:hover{opacity:0.9;transform:translateY(-1px)}.btn-link{color:var(--color-primary);text-decoration:none;padding:0.5rem 0;font-weight:600}.btn-link:hover{color:#4338ca;text-decoration:underline}.pillar-card{padding:2rem;border-radius:1rem;border:1px solid #e5e7eb;background-color:white;box-shadow:var(--shadow-default);transition:all 0.3s ease-in-out;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.pillar-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);transform:translateY(-5px);border-color:var(--color-primary)}.pillar-card h3{font-size:1.5rem;font-weight:700;margin-top:0.5rem;margin-bottom:0.5rem}.pillar-card p{color:var(--color-text-light);flex-grow:1}.icon-wrapper{display:inline-flex;padding:1rem;border-radius:50%;margin-bottom:1rem;width:60px;height:60px;align-items:center;justify-content:center;border:1px solid}.icon{width:32px;height:32px}.chat-card .icon-wrapper{background-color:#e0e7ff;border-color:#a5b4fc}.chat-card .icon{color:var(--color-primary)}.portal-card .icon-wrapper{background-color:#d1fae5;border-color:#6ee7b7}.portal-card .icon{color:var(--color-success)}.automation-card .icon-wrapper{background-color:#fee2e2;border-color:#fca5a5}.automation-card .icon{color:#ef4444}.feature-block{padding-top:5rem;padding-bottom:5rem}.feature-block.bg-light{background-color:var(--color-bg-light)}.feature-heading{font-size:2.25rem;font-weight:800}.feature-text{font-size:1.125rem;line-height:1.6;color:var(--color-text-light);margin-bottom:2rem}.feature-img{border-radius:0.75rem;box-shadow:var(--shadow-lg);border:1px solid #e5e7eb;width:100%;height:auto}.customers,.contact-section{padding-top:5rem;padding-bottom:5rem}.contact-section{background-color:var(--color-bg-light);border-top:1px solid #e5e7eb}.final-cta{padding-top:3rem;padding-bottom:3rem}.final-cta-heading{color:var(--color-text-dark);font-size:2.5rem;font-weight:800;margin-bottom:1rem}.final-cta-text{color:var(--color-text-light);font-size:1.25rem;font-weight:400;margin-bottom:1rem}.final-cta .btn-light{color:var(--color-primary);background-color:white;border:none;box-shadow:var(--shadow-lg);padding:1.1rem 1.5rem;font-size:1.25rem}.final-cta .btn-light:hover{background-color:#f3f4f6;transform:translateY(-2px);box-shadow:0 15px 20px -5px rgba(0,0,0,0.2)}@media (max-width: 991px){.hero{padding-top:120px !important;padding-bottom:40px}.hero .hero-title{margin-top:0;font-size:1.4rem}.hero{padding-top:4rem;padding-bottom:4rem}.hero .hero-title{font-size:1.6rem;text-align:center}.hero .hero-subtitle{text-align:center}.hero .space-x-4{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.hero .space-x-4 a{width:100%;max-width:300px}.hero .hero-form-container{margin:0 auto}.hero .hero-title,.hero .hero-subtitle{display:block;width:100%;max-width:100%;box-sizing:border-box;padding:1.25rem 1rem;font-size:1.4rem;text-align:center}.hero .hero-subtitle{font-size:1rem;margin-top:0.5rem}.hero-content-row{padding-left:10px;padding-right:10px}.section-heading,.feature-heading,.final-cta-heading{font-size:2rem}.feature-block .row:not(.flex-row-reverse){flex-direction:column-reverse}}.link-more{font-weight:600;text-decoration:none;transition:color 0.2s;display:inline-block;padding-top:0.5rem}.text-green-600{color:var(--color-success) !important}.text-green-600:hover{color:#059669 !important;text-decoration:underline}.text-yellow-600{color:var(--color-warning) !important}.text-yellow-600:hover{color:#d97706 !important;text-decoration:underline}.desktop_off{display:none !important}@media screen and (max-width: 823px){.mobile_off{display:none !important}.desktop_off{display:block !important}}.hero-about{font-size:18px;font-weight:400;margin-bottom:10px;color:#555}#page_name_header{font-size:56px;font-weight:700;line-height:1.1;margin-bottom:30px !important}.hero-home-layout{position:relative;padding:80px 20px 100px;background:#fff;overflow:hidden;text-align:center;min-height:85vh;display:flex;align-items:center;justify-content:center}.ambient-glow-sphere{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:900px;height:700px;background:radial-gradient(circle, rgba(138,43,226,0.05) 0%, rgba(255,255,255,0) 70%);z-index:0;pointer-events:none;animation:breathe 8s ease-in-out infinite}@media (max-width: 768px){.hero-dynamic-showcase{min-height:160px;display:flex;align-items:center;justify-content:center}.step-text{font-size:1.5rem !important;line-height:1.2 !important;max-width:90%;margin:0 auto 10px !important;display:block !important}.step-text:not(.active){opacity:0.15 !important;filter:blur(1px) !important}.ambient-glow-sphere{width:200px !important;height:200px !important;background:radial-gradient(circle, rgba(138,43,226,0.1) 0%, rgba(255,255,255,0) 80%) !important;top:30% !important;filter:blur(30px) !important}.subtitle-text{padding:0 5px !important;gap:6px !important;margin-bottom:20px !important}.seo-unit{white-space:nowrap;font-size:12px !important;padding:3px 8px !important}}#page_name_header{font-size:3rem;font-weight:800;letter-spacing:-0.02em;color:#111;line-height:1.15}.subtitle-text{font-size:1.1rem;color:#666;margin-bottom:30px}.seo-unit{display:inline-block;transition:all 0.4s ease;padding:0 4px;border-radius:6px}.seo-unit.active-link{background:rgba(138,43,226,0.08)}.seo-unit.active-link .subtitle-link{color:#8a2be2 !important;font-weight:700}.subtitle-link{color:#666 !important;text-decoration:none}.hero-dynamic-showcase{margin-bottom:50px;min-height:260px}.step-text{font-size:2.2rem;font-weight:700;color:#d1d5db;opacity:0.2;margin-bottom:12px;transition:all 0.6s ease;filter:blur(2px)}.step-text.active{opacity:1;color:#111;filter:blur(0)}.step-text b{color:#8a2be2;font-weight:800}.btn-primary-modern{background:#8a2be2;color:#fff !important;padding:18px 46px;border-radius:14px;font-weight:700;font-size:1.2rem;text-decoration:none;display:inline-block;box-shadow:0 8px 22px rgba(138,43,226,0.2);transition:all 0.25s ease}.btn-primary-modern:hover{transform:translateY(-3px)}.cta-hint{display:block;margin-top:15px;color:#9ca3af;font-size:0.95rem}@media (max-width: 768px){#page_name_header{font-size:2rem}.step-text{font-size:1.4rem}}.subtitle-text{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:20px}.seo-unit{padding:6px 14px;border-radius:10px;background:rgba(0,0,0,0.03);transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid transparent}.seo-unit.active-link{background:rgba(138,43,226,0.08) !important;border-color:rgba(138,43,226,0.2);transform:translateY(-2px)}.seo-unit.active-link .subtitle-link{color:#8a2be2 !important;font-weight:700}.subtitle-link{color:#6b7280 !important;text-decoration:none;font-size:0.95rem;transition:color 0.3s}.hero-tagline{display:block;margin-top:20px;font-size:0.95rem;opacity:0.8;letter-spacing:0.5px}@media (max-width: 768px){.hero-home-layout{padding:40px 15px;min-height:auto}.projects_top h2{display:none}.subtitle-text{gap:6px;justify-content:center}.seo-unit{padding:4px 10px;font-size:0.85rem}.step-text{font-size:1.5rem;min-height:80px;display:flex;align-items:center;justify-content:center}.hero-dynamic-showcase{min-height:120px;margin-bottom:30px}.btn-primary-modern{width:100%;padding:16px 20px;box-sizing:border-box}.desktop_only{display:none !important}}.desktop_off .dropdown-menu{border:none;background:#f9f9f9;margin-top:0;box-shadow:none;padding-left:20px}.desktop_off .nav-link{font-weight:700;font-size:1.2rem;color:#111 !important;padding:15px 0;border-bottom:1px solid #eee}@media screen and (max-width: 1024px){.left_menu_box{display:block !important;position:fixed !important;top:0 !important;left:0 !important;width:100vw !important;height:100vh !important;z-index:10000 !important;background:#fff !important;transform:translateX(-100%);transition:transform 0.3s ease-out !important;visibility:hidden}.left_menu_box.opened_left_menu{transform:translateX(0) !important;visibility:visible !important}body:has(.opened_left_menu) .fa-bars,.opened_left_menu~.fa-bars,.fa-bars.menu_opened_hide{display:none !important}.left_menu_box .fa-times{position:absolute !important;right:20px !important;top:20px !important;font-size:30px !important;color:#333 !important;z-index:10001 !important;cursor:pointer !important;transition:none !important}.left_menu_box .menu_boxes.row{padding:70px 15px 20px !important;margin:0 !important;display:flex !important;flex-direction:column !important;gap:10px !important;width:100% !important}.left_menu_box .menu_box_item{width:100% !important;max-width:100% !important;flex:1 1 auto !important;padding:18px !important;border-radius:12px !important;display:flex !important;align-items:center !important;background:#f9f9f9 !important;border:1px solid #eee !important}}@media screen and (max-width: 1024px){.left_menu_box{display:block !important;position:fixed !important;top:0 !important;left:0 !important;width:100vw !important;height:100vh !important;margin:0 !important;padding:0 !important;z-index:10000 !important;background:#fff !important;transform:translateX(-100%) !important;transition:transform 0.3s ease-out !important;visibility:hidden}.left_menu_box.opened_left_menu{transform:translateX(0) !important;visibility:visible !important}body.menu-open .fa-bars{display:none !important}}:root{--color-primary: #8a2be2;--color-primary-dark: #4338ca;--color-success: #10b981;--color-warning: #f59e0b;--color-bg-light: #f9fafb;--color-text-dark: #111827;--color-text-light: #6b7280;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-purple: 0 10px 15px -3px rgba(138, 43, 226, 0.2)}body{font-family:'Inter', sans-serif;color:var(--color-text-dark);margin:0;padding:0}.hero-home-layout{position:relative;padding:60px 20px 80px;background:#fff;overflow:hidden;text-align:center;min-height:85vh;display:flex;align-items:center;justify-content:center}.ambient-glow-sphere{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:900px;height:700px;background:radial-gradient(circle, rgba(138,43,226,0.05) 0%, rgba(255,255,255,0) 70%);z-index:0;pointer-events:none}.hero-content-wrapper{position:relative;max-width:1000px;width:100%}#page_name_header{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:5px !important;letter-spacing:-0.02em;color:#111}.hero-tagline{display:block;font-size:1.8rem;color:var(--color-primary);font-weight:600;margin-bottom:20px}.hero-about{font-size:1.2rem;color:var(--color-text-light);max-width:700px;margin:0 auto 35px;font-weight:400;line-height:1.5}.subtitle-text{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:40px;padding:0 10px}.seo-unit{display:inline-flex !important;align-items:center !important;justify-content:center;padding:8px 16px !important;background:#f8f9fa;border:1px solid #eee;border-radius:12px;gap:8px;height:42px;white-space:nowrap;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;cursor:pointer}.seo-unit i{width:18px !important;height:18px !important;stroke-width:2.5px;color:var(--color-primary);display:flex;align-items:center}.subtitle-link{font-size:0.95rem;font-weight:500;color:#4b5563 !important;text-decoration:none;line-height:1}.seo-unit:hover{background:#fff !important;border-color:var(--color-primary) !important;transform:translateY(-2px);box-shadow:var(--shadow-purple)}.seo-unit:hover .subtitle-link{color:var(--color-primary) !important}.seo-unit.active-link{background:#fff !important;border:2px solid var(--color-primary) !important;box-shadow:0 4px 12px rgba(138,43,226,0.15);transform:translateY(-1px)}.seo-unit.active-link .subtitle-link{color:var(--color-primary) !important;font-weight:700}.hero-dynamic-showcase{margin-bottom:50px;min-height:220px;display:flex;align-items:center;justify-content:center}.step-text{font-size:2.2rem;font-weight:700;color:#d1d5db;opacity:0.25;margin-bottom:12px;transition:all 0.6s ease;filter:blur(1px);line-height:1.2}.step-text.active{opacity:1;color:#111;filter:blur(0)}.step-text b{color:var(--color-primary);font-weight:800}.btn-primary-modern{background:var(--color-primary);color:#fff !important;padding:18px 46px;border-radius:14px;font-weight:700;font-size:1.2rem;text-decoration:none;display:inline-block;box-shadow:0 8px 22px rgba(138,43,226,0.2);transition:all 0.25s ease}.btn-primary-modern:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(138,43,226,0.3)}.cta-hint{display:block;margin-top:15px;color:#9ca3af;font-size:0.95rem}@media (max-width: 1024px){#page_name_header{font-size:2.8rem}.hero-tagline{font-size:1.4rem}}@media (max-width: 768px){.hero-home-layout{padding:40px 15px}#page_name_header{font-size:2.2rem}.hero-tagline{font-size:1.2rem;margin-bottom:15px}.hero-about{font-size:1rem;margin-bottom:25px}.subtitle-text{gap:6px;padding:0}.seo-unit{padding:6px 10px !important;height:36px;gap:5px}.seo-unit i{width:14px !important;height:14px !important}.subtitle-link{font-size:0.8rem}.step-text{font-size:1.4rem;min-height:60px}.hero-dynamic-showcase{min-height:140px}.btn-primary-modern{width:100%;padding:16px}}@media (max-width: 480px){.subtitle-text{justify-content:flex-start;overflow-x:auto;white-space:nowrap;padding-bottom:10px;scrollbar-width:none}.hero-tagline{word-wrap:break-word;font-size:16px}.subtitle-text::-webkit-scrollbar{display:none}}
