@import"https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500&display=swap";.mobile-nav-root{display:none}@media(max-width:992px){.mobile-nav-root{display:block;position:fixed;top:0;width:100%;z-index:1100;background:#fff;font-family:DM Sans,sans-serif}}.mobile-nav-root .navbar{background:#fff;border-bottom:1px solid #E9EEF4;padding:10px 16px;display:flex;align-items:center;justify-content:space-between}.mobile-nav-root .logo{display:flex;align-items:center;text-decoration:none}.mobile-nav-root .mobile-logo-img{height:44px;width:auto;display:block;object-fit:contain}.mobile-nav-root .nav-actions{display:flex;align-items:center;gap:10px}.mobile-nav-root .btn-cta{display:inline-block;background:linear-gradient(135deg,#0ea5e9,#7c3aed);border:none;border-radius:8px;padding:8px 16px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:#fff;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-font-smoothing:antialiased;transition:opacity .2s}.mobile-nav-root .btn-cta:hover{opacity:.9;color:#fff}.mobile-nav-root .btn-cta:active{opacity:.8;color:#fff}.mobile-nav-root .hbg{width:38px;height:38px;border-radius:8px;border:1px solid #E2E8F0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;transition:background .2s,border-color .2s}.mobile-nav-root .hbg:hover{background:#f8fafc;border-color:#cbd5e1}.mobile-nav-root .ln{display:block;width:17px;height:1.5px;background:#334155;border-radius:2px;transition:all .32s cubic-bezier(.4,0,.2,1);transform-origin:center}.mobile-nav-root .hbg.active .ln:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.mobile-nav-root .hbg.active .ln:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-nav-root .hbg.active .ln:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav-root .accent-line{height:2px;background:linear-gradient(90deg,#0EA5E9 0%,#7C3AED 60%,transparent 100%)}.mobile-nav-root .drawer{background:#fff;overflow:hidden;max-height:0;transition:max-height .48s cubic-bezier(.4,0,.2,1)}.mobile-nav-root .drawer.open{max-height:900px}.mobile-nav-root .drawer-body{padding:14px 16px 28px}.mobile-nav-root .acc{border-bottom:1px solid #F1F5F9}.mobile-nav-root .acc:last-of-type{border-bottom:none}.mobile-nav-root .acc-head{width:100%;display:flex;align-items:center;justify-content:space-between;padding:13px 2px;background:transparent;border:none;cursor:pointer;text-align:left}.mobile-nav-root .acc-head-left{display:flex;align-items:center;gap:10px}.mobile-nav-root .acc-head-icon{width:32px;height:32px;border-radius:8px;background:#f8fafc;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.mobile-nav-root .acc-head-icon--active{background:#0ea5e91a}.mobile-nav-root .acc-title{font-family:Syne,sans-serif;font-size:13.5px;font-weight:700;color:#0a0f1e}.mobile-nav-root .acc-chevron{width:16px;height:16px;stroke:#94a3b8;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1),stroke .2s}.mobile-nav-root .acc.open .acc-chevron{transform:rotate(180deg);stroke:#0ea5e9}.mobile-nav-root .acc-body{max-height:0;overflow:hidden;opacity:0;transition:max-height .38s cubic-bezier(.4,0,.2,1),opacity .25s}.mobile-nav-root .acc.open .acc-body{max-height:500px;opacity:1}.mobile-nav-root .svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding-bottom:14px}.mobile-nav-root .svc-card{display:flex;align-items:flex-start;gap:9px;padding:10px;border-radius:10px;border:1px solid #F1F5F9;background:#fafbfc;text-decoration:none;cursor:pointer;transition:border-color .2s,background .2s,transform .15s}.mobile-nav-root .svc-card:hover{border-color:#bae6fd;background:#f0f9ff;transform:translateY(-1px)}.mobile-nav-root .svc-ico{width:28px;height:28px;border-radius:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.mobile-nav-root .svc-name{font-size:11.5px;font-weight:500;color:#0f172a;line-height:1.4;margin-top:1px}.mobile-nav-root .svc-desc{font-size:10px;color:#94a3b8;line-height:1.3;margin-top:2px}.mobile-nav-root .link-list{padding-bottom:12px;display:flex;flex-direction:column;gap:2px}.mobile-nav-root .nav-link{display:flex;align-items:center;gap:10px;padding:9px 4px;border-radius:8px;text-decoration:none;cursor:pointer;transition:background .15s}.mobile-nav-root .nav-link:hover{background:#f8fafc}.mobile-nav-root .nav-link:hover .link-label{color:#0ea5e9}.mobile-nav-root .link-label{font-size:13px;color:#334155;font-weight:500;flex:1;transition:color .15s}.mobile-nav-root .link-arr{width:14px;height:14px;stroke:#cbd5e1;flex-shrink:0}.mobile-nav-root .cta-block{margin-top:18px;padding-top:16px;border-top:1px solid #F1F5F9;display:flex;flex-direction:column;gap:9px}.mobile-nav-root .cta-outline{display:block;width:100%;padding:12px;border-radius:10px;border:1.5px solid #CBD5E1;background:#fff;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:#0a0f1e;text-align:center;text-decoration:none;cursor:pointer;-webkit-font-smoothing:antialiased;transition:border-color .2s}.mobile-nav-root .cta-outline:hover{border-color:#0ea5e9;color:#0a0f1e;background:#fff}.mobile-nav-root .cta-solid{display:block;width:100%;padding:12px;border-radius:10px;border:none;background:linear-gradient(135deg,#0ea5e9,#7c3aed);font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:#fff;text-align:center;text-decoration:none;cursor:pointer;-webkit-font-smoothing:antialiased;transition:opacity .2s}.mobile-nav-root .cta-solid:hover{opacity:.92;color:#fff}.header{background-color:#fff;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:1000;transition:all .3s ease;border-bottom:1px solid #eee}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:700;text-decoration:none;color:#1a1a1a}.logo-img{height:56px;width:auto;display:block;object-fit:contain}.logo-brand{color:#043873}.logo-text{font-size:1rem;font-weight:500;color:#666}.nav{display:flex;align-items:center;flex-grow:1;margin-left:0}.nav-menu{display:flex;gap:2rem;align-items:center;margin:0 auto;flex:1;justify-content:center}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;font-size:.95rem;transition:color .2s;cursor:pointer;display:flex;align-items:center;gap:4px;padding:1rem 0;height:100%}.nav-link:hover{color:#0070f3}.arrow{font-size:.6rem;color:#999}.nav-item-dropdown{position:relative}.mega-menu-trigger{position:static}.mega-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 20px 40px #0000001a;border-top:1px solid #eee;padding:0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease;z-index:1001}.mega-menu-trigger.open .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.mega-container{max-width:1400px;margin:0 auto;padding:1rem 1.5rem}.mega-menu-grid{display:grid;grid-template-columns:250px 1fr 280px;gap:0;border-radius:8px;overflow:hidden;background:#fff}.mega-sidebar{padding-right:1.5rem;border-right:1px solid #f0f0f0}.sidebar-heading{font-size:.7rem;font-weight:700;color:#64748b;margin-bottom:.8rem;letter-spacing:.5px;text-transform:uppercase}.sidebar-list{list-style:none;padding:0;margin:0}.sidebar-list li{margin-bottom:.2rem}.sidebar-list a{display:flex;justify-content:space-between;align-items:center;padding:.4rem .8rem;text-decoration:none;color:#334155;font-weight:600;border-radius:6px;transition:all .2s;font-size:.9rem}.sidebar-list li.active a,.sidebar-list a:hover{background-color:#0070f3;color:#fff}.sidebar-list .chevron{font-size:1.2rem;line-height:1;display:none}.sidebar-list li.active .chevron,.sidebar-list a:hover .chevron{display:block}.mega-content-area{padding:0 1.5rem}.mega-heading-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:1px solid #f0f0f0}.mega-heading{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0;display:flex;align-items:center;gap:.5rem}.badge-enterprise{background:#eff6ff;color:#0070f3;font-size:.65rem;padding:2px 6px;border-radius:4px;text-transform:uppercase;font-weight:700;letter-spacing:.5px}.link-learn-more{font-size:.85rem;color:#0070f3;text-decoration:none;font-weight:600}.link-learn-more:hover{text-decoration:underline}.mega-grid-2x2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mega-card{display:flex;gap:.8rem;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;transition:all .2s;background:#fff}.mega-card:hover{border-color:#0070f3;box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.card-icon-box{width:40px;height:40px;background:#eff6ff;color:#0070f3;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.mega-card h4{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 .3rem}.mega-card p{font-size:.85rem;color:#64748b;margin:0;line-height:1.4}.mega-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#94a3b8;font-size:1.2rem}.industry-list{list-style:none;padding:0;margin:0 0 1rem}.industry-list li{margin-bottom:.5rem}.industry-list a{text-decoration:none;color:#1a1a1a;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.75rem;transition:all .2s}.industry-icon-wrapper{width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .2s}.industry-icon{width:16px;height:16px;object-fit:contain;opacity:.8;transition:opacity .2s}.industry-list a:hover .industry-icon-wrapper{border-color:#1a1a1a;box-shadow:0 2px 5px #0000000d}.industry-list a:hover .industry-icon{opacity:1}.industry-list a:hover{color:#000}.mega-right-sidebar{padding-left:1.5rem;border-left:1px solid #f0f0f0;background:#fff;padding:1.5rem}.sidebar-footer{border-top:1px solid #e2e8f0;padding-top:1rem}.view-all-link{color:#0070f3;font-weight:700;text-decoration:none;font-size:.9rem;display:inline-block;margin-bottom:.5rem}.view-all-link:hover{text-decoration:underline}.sidebar-note{font-size:.75rem;color:#94a3b8;line-height:1.5;margin:0}.nav-right{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.client-support{display:flex;flex-direction:column;align-items:flex-end;font-size:.85rem}.support-label{color:#666;font-size:.75rem;margin-bottom:2px}.support-phone{color:#1a1a1a;font-weight:700;font-size:1rem;text-decoration:none}.contact-btn{background-color:#00f;color:#fff;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;font-size:.95rem;transition:background .2s}.contact-btn:hover{background-color:#00c}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;min-width:200px;box-shadow:0 10px 30px #0000001a;border-radius:4px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease;z-index:1001;border-top:3px solid #0000ff}.nav-item-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{display:block;padding:.75rem 1.5rem;color:#555;text-decoration:none;font-size:.95rem;transition:all .2s}.dropdown-link:hover{background-color:#f8f9fa;color:#0070f3}.company-mega-content{display:grid;grid-template-columns:1fr .8fr 1fr;gap:3rem}.company-hero-panel{padding-right:2rem;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #f0f0f0}.company-hero-title{font-size:2.2rem;font-weight:800;color:#0f172a;line-height:1.1;margin-bottom:1rem;letter-spacing:-.5px}.company-hero-desc{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.company-hero-line{width:40px;height:4px;background-color:#3b82f6;border-radius:2px}.company-section-heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:700;color:#3b82f6;margin-bottom:.2rem;letter-spacing:.5px;text-transform:uppercase}.company-section-heading.blue-text{color:#3b82f6}.company-section-sub{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.9rem;color:#475569;margin-bottom:1.5rem;font-weight:400;line-height:1.5}.company-links-panel{padding-right:2rem;border-right:1px solid #f0f0f0}.company-links-list{list-style:none;padding:0;margin:0}.company-links-list li{margin-bottom:1rem}.company-links-list a{text-decoration:none;color:#334155;font-size:1rem;font-weight:600;transition:color .2s}.company-links-list a:hover{color:#3b82f6}.company-ecosystem-panel{padding-left:3rem}.ecosystem-list{display:flex;flex-direction:column;gap:1.2rem}.ecosystem-item{display:flex;align-items:center;gap:1rem;text-decoration:none;padding:.5rem;border-radius:8px;transition:all .2s}.ecosystem-item:hover{background-color:#f8fafc}.ecosystem-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #e2e8f0;flex-shrink:0;padding:4px}.partner-logo-img{width:100%;height:100%;object-fit:contain}.ecosystem-info{display:flex;flex-direction:column;flex-grow:1}.ecosystem-name{font-weight:700;color:#0f172a;font-size:.95rem}.ecosystem-role{font-size:.75rem;color:#64748b;font-weight:500}.ecosystem-arrow{color:#cbd5e1;font-size:1.2rem;transition:color .2s}.ecosystem-item:hover .ecosystem-arrow{color:#3b82f6}.tech-stack-list{list-style:none;padding:0;margin:0 0 1.5rem}.tech-stack-list li{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;font-size:.95rem;color:#1a1a1a;font-weight:500}.tech-icon{width:28px;height:28px;background:#f1f5f9;color:#64748b;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;font-family:monospace}.btn-architect{display:inline-block;background-color:#2e5bff;color:#fff;padding:.6rem 1.2rem;border-radius:50px;text-decoration:none;font-size:.85rem;font-weight:600;transition:background .2s;width:100%;text-align:center}.btn-architect:hover{background-color:#254eda}.header-accent-line{display:inline-block;width:40px;height:3px;background-color:#2e5bff;margin-left:1rem;vertical-align:middle;border-radius:2px}.menu-toggle{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:5px}.menu-toggle span{width:30px;height:3px;background-color:#1a1a1a;transition:all .3s;border-radius:2px}@media(max-width:1200px){.nav-menu{gap:1.5rem}.mega-container{padding:1rem}.mega-menu-grid{grid-template-columns:220px 1fr}.mega-sidebar{padding-right:1rem}.mega-content-area{padding:0 1rem}.mega-right-sidebar{grid-column:1 / -1;border-left:none;border-top:1px solid #f0f0f0;padding:1rem 0 0;margin-top:1rem}.industry-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.industry-list li{margin:0}.industry-list a{padding:.35rem .55rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;font-size:.85rem;gap:.5rem}.industry-icon-wrapper{width:26px;height:26px}.industry-icon{width:14px;height:14px}.tech-stack-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.tech-stack-list li{gap:.5rem;margin:0;border:1px solid #e2e8f0;border-radius:999px;background:#fff;padding:.35rem .55rem;font-size:.85rem}.tech-icon{width:26px;height:26px;font-size:.65rem;border-radius:999px}}@media(max-width:992px){.header--desktop{display:none}.header{padding:1rem}.menu-toggle{display:flex}.nav{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;transition:right .3s ease;box-shadow:-5px 0 20px #0000001a;margin-left:0;overflow-y:auto}.nav.open{right:0}.nav-menu{flex-direction:column;align-items:flex-start;width:100%;gap:0}.nav-link{width:100%;padding:1rem 0;justify-content:space-between;border-bottom:1px solid #f0f0f0}.nav-right{margin-top:2rem;flex-direction:column;align-items:flex-start;width:100%;margin-left:0}.mega-menu,.dropdown-menu{position:static;width:100%;box-shadow:none;opacity:1;visibility:visible;transform:none;padding:0 0 0 .5rem;display:none;border:none}.nav-item-dropdown.open .mega-menu,.nav-item-dropdown.open .dropdown-menu{display:block}.mega-menu-grid{grid-template-columns:1fr}.mega-sidebar,.mega-right-sidebar{border:none;padding:1rem 0}.mega-right-sidebar{margin:0;background:none}.mega-grid-2x2{grid-template-columns:1fr}}.footer{background-color:#1a1a1a;color:#fff;padding:4rem 2rem 2rem;scroll-snap-align:start}.footer-container{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #333}.footer-brand{max-width:400px}.footer-logo{margin-top:-1rem;margin-bottom:1rem}.footer-logo-img{height:100px;width:auto;display:block;object-fit:contain}.footer-logo-brand{color:#043873}.footer-logo-text{color:#fff}.footer-brand p{color:#9ca3af;line-height:1.6;font-size:.95rem}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-column h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a{color:#9ca3af;font-size:.9rem;transition:color .3s;text-decoration:none}.footer-column ul li a:hover{color:#fff}.footer-cta-text{color:#9ca3af;font-size:.9rem;line-height:1.6;margin-bottom:1rem}.btn-footer{background-color:#4f46e5;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:background-color .3s}.btn-footer:hover{background-color:#4338ca}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-language{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.9rem}.language-select{background-color:#2a2a2a;color:#fff;border:1px solid #333;padding:.5rem;border-radius:4px;font-size:.9rem;cursor:pointer}.footer-legal{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.footer-legal a{color:#9ca3af;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:#fff}.footer-copyright,.footer-app-icons{color:#9ca3af;font-size:.9rem}@media(max-width:968px){.footer{padding:3rem 1.5rem 1.5rem}.footer-top{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-top{gap:2rem;padding-bottom:2rem;margin-bottom:2rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}.footer-legal{flex-direction:column;align-items:flex-start;gap:.75rem}}.layout{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.main-content{flex:1;padding-top:5.5rem}@media(max-width:992px){.main-content{padding-top:4.5rem}}.banner{min-height:100vh;min-height:100svh;background:#080d1a;position:relative;overflow:hidden;display:flex;align-items:center;scroll-snap-align:start}.banner-orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0}.banner-orb-1{width:700px;height:700px;background:radial-gradient(circle,rgba(124,58,237,.45),transparent 70%);top:-200px;right:-150px;animation:orb-drift-1 12s ease-in-out infinite}.banner-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(14,165,233,.35),transparent 70%);bottom:-150px;left:-100px;animation:orb-drift-2 15s ease-in-out infinite}.banner-orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(99,102,241,.3),transparent 70%);top:40%;left:38%;animation:orb-drift-3 10s ease-in-out infinite}@keyframes orb-drift-1{0%,to{transform:translate(0)}50%{transform:translate(-40px,40px)}}@keyframes orb-drift-2{0%,to{transform:translate(0)}50%{transform:translate(50px,-30px)}}@keyframes orb-drift-3{0%,to{transform:translate(0)}50%{transform:translate(-20px,20px)}}.banner-particles{position:absolute;inset:0;z-index:1;pointer-events:none}.banner-particles canvas{position:absolute!important;inset:0;width:100%!important;height:100%!important}@media(max-width:992px){.banner-orb-1,.banner-orb-2,.banner-orb-3{animation:none}.banner-orb{filter:blur(70px)}.banner-particles{display:none}}.banner-container{position:relative;z-index:2;max-width:1400px;width:100%;margin:0 auto;padding:7rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.banner-badge{display:inline-flex;align-items:center;gap:.5rem;background:#7c3aed26;border:1px solid rgba(124,58,237,.4);color:#c4b5fd;padding:.4rem 1rem;border-radius:100px;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.5rem}.badge-dot{width:6px;height:6px;background:#a78bfa;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite;flex-shrink:0}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}.banner-content h1{font-size:4rem;font-weight:800;line-height:1.1;color:#fff;margin-bottom:1.5rem;letter-spacing:-.025em}.text-gradient{background:linear-gradient(135deg,#a78bfa,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.banner-subtitle{font-size:1.15rem;line-height:1.75;color:#ffffffa6;margin-bottom:2.5rem;max-width:500px}.banner-stats{display:flex;gap:2.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:2.25rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#a78bfa,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.75rem;color:#ffffff73;font-weight:500;margin-top:.35rem;letter-spacing:.04em;text-transform:uppercase}.banner-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-banner{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;padding:.9rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;display:inline-block;transition:all .25s ease;box-shadow:0 4px 20px #7c3aed66}.btn-banner:hover{transform:translateY(-2px);box-shadow:0 8px 32px #7c3aeda6}.btn-banner-secondary{background:transparent;color:#ffffffe6;border:1px solid rgba(255,255,255,.2);padding:.9rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;display:inline-block;transition:all .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-banner-secondary:hover{background:#ffffff14;border-color:#ffffff73;transform:translateY(-2px)}.banner-image{position:relative;display:flex;justify-content:center;align-items:center}@media(max-width:1024px){.banner-content h1{font-size:3.25rem}}@media(max-width:768px){.banner-container{grid-template-columns:1fr;padding:7rem 1.5rem 4rem;gap:3rem}.banner-content h1{font-size:2.5rem}.banner-subtitle{max-width:100%}.banner-image{display:none}.banner-stats{gap:1.75rem}.banner-buttons{flex-direction:column}.btn-banner,.btn-banner-secondary{width:100%;text-align:center}}@keyframes cardReveal{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.servicesSection{font-family:DM Sans,sans-serif;background:#fff;padding:80px 48px 88px;position:relative;overflow:hidden}.servicesGlow{position:absolute;top:-120px;left:50%;transform:translate(-50%);width:700px;height:320px;border-radius:50%;background:radial-gradient(ellipse,rgba(14,165,233,.06) 0%,transparent 70%);pointer-events:none}.servicesInner{position:relative;z-index:2;max-width:1100px;margin:0 auto}.servicesHeaderRow{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:52px;gap:20px;flex-wrap:wrap}.servicesEyebrow{font-family:Syne,sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#0ea5e9;margin-bottom:14px;display:flex;align-items:center;gap:8px;font-stretch:100%;font-style:normal;font-variation-settings:"wdth" 100}.servicesEyebrowLine{width:40px;height:2px;background:#0ea5e9;display:inline-block}.servicesTitle{font-family:Syne,sans-serif;font-size:clamp(44px,5vw,64px);font-weight:700;letter-spacing:-.04em;line-height:.95;color:#0f172a;margin:0;font-stretch:100%;font-style:normal;font-variation-settings:"wdth" 100}.servicesTitleLine{display:block}.servicesTitleAccent{color:#0ea5e9;margin-top:6px}.servicesSubtitle{font-size:14px;color:#64748b;line-height:1.7;max-width:420px;margin-top:10px;font-weight:300}.servicesHeaderButton{background:transparent;border:1px solid #e2e8f0;color:#475569;font-family:Syne,sans-serif;font-size:12px;font-weight:600;padding:10px 20px;border-radius:6px;cursor:pointer;white-space:nowrap;letter-spacing:.03em;display:flex;align-items:center;gap:6px;transition:border-color .2s,color .2s}.servicesHeaderButton:hover{border-color:#0ea5e980;color:#0ea5e9}.servicesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.servicesCard{--accent: #0ea5e9;--accent-light: #eff9ff;--accent-dark: #0369a1;--tag-bg: #eff9ff;--accent-border: rgba(14, 165, 233, .3);--accent-border-strong: rgba(14, 165, 233, .4);--accent-soft: rgba(14, 165, 233, .06);--accent-shadow: rgba(14, 165, 233, .08);background:#fff;border:1px solid #e8edf5;border-radius:14px;padding:24px;cursor:pointer;position:relative;overflow:hidden;display:flex;flex-direction:column;transition:border-color .3s,transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;opacity:0;transform:translateY(28px);text-decoration:none;color:inherit}.servicesCard:focus-visible{outline:3px solid rgba(14,165,233,.35);outline-offset:3px}.servicesCard[data-service=salesforce]{--accent: #0ea5e9;--accent-light: #eff9ff;--accent-dark: #0369a1;--tag-bg: #eff9ff;--accent-border: rgba(14, 165, 233, .3);--accent-border-strong: rgba(14, 165, 233, .4);--accent-soft: rgba(14, 165, 233, .06);--accent-shadow: rgba(14, 165, 233, .08)}.servicesCard[data-service=mulesoft]{--accent: #7c3aed;--accent-light: #f5f3ff;--accent-dark: #5b21b6;--tag-bg: #f5f3ff;--accent-border: rgba(124, 58, 237, .3);--accent-border-strong: rgba(124, 58, 237, .4);--accent-soft: rgba(124, 58, 237, .06);--accent-shadow: rgba(124, 58, 237, .08)}.servicesCard[data-service=mobile]{--accent: #059669;--accent-light: #ecfdf5;--accent-dark: #065f46;--tag-bg: #ecfdf5;--accent-border: rgba(5, 150, 105, .3);--accent-border-strong: rgba(5, 150, 105, .4);--accent-soft: rgba(5, 150, 105, .06);--accent-shadow: rgba(5, 150, 105, .08)}.servicesCard[data-service=web]{--accent: #ea580c;--accent-light: #fff7ed;--accent-dark: #9a3412;--tag-bg: #fff7ed;--accent-border: rgba(234, 88, 12, .3);--accent-border-strong: rgba(234, 88, 12, .4);--accent-soft: rgba(234, 88, 12, .06);--accent-shadow: rgba(234, 88, 12, .08)}.servicesCard[data-service=sap]{--accent: #e11d48;--accent-light: #fff1f2;--accent-dark: #9f1239;--tag-bg: #fff1f2;--accent-border: rgba(225, 29, 72, .3);--accent-border-strong: rgba(225, 29, 72, .4);--accent-soft: rgba(225, 29, 72, .06);--accent-shadow: rgba(225, 29, 72, .08)}.servicesCard[data-service=pos]{--accent: #ca8a04;--accent-light: #fefce8;--accent-dark: #854d0e;--tag-bg: #fefce8;--accent-border: rgba(202, 138, 4, .3);--accent-border-strong: rgba(202, 138, 4, .4);--accent-soft: rgba(202, 138, 4, .06);--accent-shadow: rgba(202, 138, 4, .08)}.servicesCard.isVisible{opacity:1;transform:translateY(0);animation-name:cardReveal;animation-duration:.55s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.22,1,.36,1)}.servicesGrid .servicesCard.isVisible:nth-child(1){animation-delay:0ms}.servicesGrid .servicesCard.isVisible:nth-child(2){animation-delay:80ms}.servicesGrid .servicesCard.isVisible:nth-child(3){animation-delay:.16s}.servicesGrid .servicesCard.isVisible:nth-child(4){animation-delay:.24s}.servicesGrid .servicesCard.isVisible:nth-child(5){animation-delay:.32s}.servicesGrid .servicesCard.isVisible:nth-child(6){animation-delay:.4s}.servicesCard:hover{border-color:var(--accent-border);transform:translateY(-5px);box-shadow:0 16px 40px var(--accent-shadow)}.servicesCardTopLine{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent),#7c3aed,transparent);opacity:0;transition:opacity .3s}.servicesCard:hover .servicesCardTopLine{opacity:1}.servicesCardCornerGlow{position:absolute;top:-60px;right:-60px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,var(--accent-soft),transparent 70%);opacity:0;transition:opacity .3s;pointer-events:none}.servicesCard:hover .servicesCardCornerGlow{opacity:1}.servicesCardIcon{width:44px;height:44px;border-radius:10px;background:var(--accent-light);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--accent);transition:transform .3s cubic-bezier(.34,1.56,.64,1);flex-shrink:0}.servicesCard:hover .servicesCardIcon{transform:scale(1.08)}.servicesCardTitle{font-family:Syne,sans-serif;font-size:15px;font-weight:700;color:#0f172a;margin-bottom:6px;letter-spacing:-.01em;font-stretch:100%;font-style:normal;font-variation-settings:"wdth" 100}.servicesCardDesc{font-size:12px;color:#64748b;line-height:1.6;margin-bottom:14px;font-weight:300;flex-grow:1}.servicesCardTags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:16px}.servicesCardTag{font-size:10px;font-weight:600;padding:3px 8px;border-radius:4px;font-family:Syne,sans-serif;letter-spacing:.04em;background:var(--tag-bg);color:var(--accent-dark);font-stretch:100%;font-style:normal;font-variation-settings:"wdth" 100}.servicesCardFooter{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f5f9;padding-top:14px}.servicesCardLearn{font-size:11px;font-weight:700;font-family:Syne,sans-serif;letter-spacing:.05em;color:var(--accent);display:flex;align-items:center;gap:5px;transition:gap .2s;font-stretch:100%;font-style:normal;font-variation-settings:"wdth" 100}.servicesCard:hover .servicesCardLearn{gap:9px}.servicesCardExternalIcon{width:28px;height:28px;border-radius:50%;border:1px solid #e2e8f0;background:transparent;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s,color .2s;color:#94a3b8}.servicesCard:hover .servicesCardExternalIcon{border-color:var(--accent-border-strong);background:var(--accent-soft);color:var(--accent)}.servicesBottomBar{display:flex;align-items:center;justify-content:space-between;margin-top:40px;padding-top:32px;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:24px}.servicesStats{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.servicesStatGroup{display:flex;align-items:center;gap:28px}.servicesStatDivider{width:1px;height:36px;background:#e8edf5}.servicesStatItem{display:flex;align-items:center;gap:12px}.servicesStatValue{font-family:Syne,sans-serif;font-size:28px;font-weight:700;color:#0ea5e9;letter-spacing:-.03em;min-width:52px;font-stretch:100%;font-style:normal;font-variation-settings:"wdth" 100}.servicesStatLabel{font-family:Syne,sans-serif;font-size:12px;color:#94a3b8;line-height:1.35;font-weight:600;text-transform:uppercase;letter-spacing:.04em;white-space:pre-line;text-align:left;font-stretch:100%;font-style:normal;font-variation-settings:"wdth" 100}.servicesCtaButton{background:linear-gradient(135deg,#0ea5e9,#7c3aed);color:#fff;font-family:Syne,sans-serif;font-size:13px;font-weight:700;padding:12px 24px;border-radius:7px;border:none;cursor:pointer;letter-spacing:.04em;display:flex;align-items:center;gap:8px;transition:opacity .2s}.servicesCtaButton:hover{opacity:.88}@media(max-width:768px){.servicesSection{padding:64px 20px 72px}.servicesHeaderRow{align-items:flex-start}.servicesHeaderButton{width:100%;justify-content:center}}@keyframes sectionFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.industries-scroll-section{font-family:DM Sans,sans-serif;background:#0a0f1e;padding:80px 48px 88px;position:relative;overflow:hidden;opacity:0}.industries-scroll-section.is-visible{animation:sectionFadeUp .6s ease forwards}.industries-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(0,200,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,200,255,.025) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.industries-glow{position:absolute;bottom:-160px;left:50%;transform:translate(-50%);width:800px;height:400px;border-radius:50%;pointer-events:none;transition:background .6s ease}.industries-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto}.industries-header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;flex-wrap:wrap;gap:20px}.industries-kicker{font-family:Syne,sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#0ea5e9;margin-bottom:12px;display:flex;align-items:center;gap:8px}.industries-kicker-line{width:24px;height:1px;background:#0ea5e9;display:inline-block}.industries-heading{font-family:Syne,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:1.08;margin:0}.industries-heading-top{color:#fff;display:block}.industries-heading-bottom{color:#0ea5e9;display:block}.industries-tabs{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.ind-tab{font-family:Syne,sans-serif;font-size:11px;font-weight:700;padding:8px 18px;border-radius:100px;border:1px solid rgba(255,255,255,.12);color:#fff6;cursor:pointer;letter-spacing:.06em;text-transform:uppercase;background:transparent;transition:border-color .25s,color .25s,background .25s;white-space:nowrap;position:relative;overflow:hidden}.ind-tab:hover{color:#ffffffbf;border-color:#ffffff40}.ind-tab.active{color:var(--tab-accent);border-color:var(--tab-accent-border);background:var(--tab-accent-dim)}.industries-showcase{display:grid;grid-template-columns:1fr 300px;gap:24px;background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:40px;position:relative;overflow:hidden}.industries-accent-strip{position:absolute;top:40px;bottom:40px;left:0;width:3px;border-radius:0 3px 3px 0;transition:background .4s ease}.industries-content-eyebrow{font-family:Syne,sans-serif;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffff4d;margin-bottom:10px}.industries-content-title{font-family:Syne,sans-serif;font-size:clamp(28px,3vw,38px);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin:0 0 14px}.industries-content-desc{font-size:13px;color:#ffffff80;line-height:1.75;font-weight:300;max-width:440px;margin:0 0 28px}.industries-features{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:32px}.industries-feature{display:flex;align-items:center;gap:8px}.industries-feature-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.industries-feature-text{font-size:12px;color:#fff9;font-weight:300}.industries-explore{display:flex;align-items:center;gap:8px;cursor:pointer}.industries-explore-text{font-family:Syne,sans-serif;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--explore-accent)}.industries-explore-arrow{color:var(--explore-accent);font-size:14px;transition:transform .2s ease;display:inline-block}.industries-explore:hover .industries-explore-arrow{transform:translate(5px)}.industries-visual{background:#ffffff08;border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;gap:28px}.industries-visual-badge{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center}.industries-visual-label{font-family:Syne,sans-serif;font-size:16px;font-weight:700;color:#fff;margin-bottom:4px}.industries-visual-sublabel{font-size:12px;color:#ffffff59;font-weight:300;letter-spacing:.06em}.industries-divider{height:1px;background:#ffffff0f}.industries-metrics{display:flex;flex-direction:column;gap:16px}.industries-metric-row{display:flex;align-items:center;justify-content:space-between}.industries-metric-desc{font-size:12px;color:#fff6;font-weight:300}.industries-metric-val{font-family:Syne,sans-serif;font-size:15px;font-weight:700;letter-spacing:-.02em}.industries-cta{color:#0a0f1e;font-family:Syne,sans-serif;font-size:12px;font-weight:700;padding:11px 0;border-radius:8px;border:none;cursor:pointer;width:100%;letter-spacing:.05em;text-transform:uppercase;transition:opacity .2s}.industries-cta:hover{opacity:.85}.industries-dots{display:flex;gap:8px;justify-content:center;margin-top:24px}.industries-dot{height:8px;border-radius:100px;border:none;cursor:pointer;padding:0;transition:width .35s cubic-bezier(.34,1.56,.64,1),background .35s ease}@media(max-width:980px){.industries-scroll-section{padding:64px 20px 72px}.industries-heading{font-size:34px}.industries-showcase,.industries-features{grid-template-columns:1fr}}.fs-section{font-family:DM Sans,sans-serif;background:#f0f4ff;padding:80px 48px 88px;position:relative;overflow:hidden}.fs-bg-dots{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(14,165,233,.08) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.fs-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto}.fs-header{position:relative;margin-bottom:52px}.fs-eyebrow{font-family:Syne,sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#0ea5e9;margin-bottom:12px;display:flex;align-items:center;gap:8px}.fs-eyebrow-line{width:24px;height:1px;background:#0ea5e9;display:inline-block;flex-shrink:0}.fs-title{font-family:Syne,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:1.08;margin:0 0 12px}.fs-title-dark{color:#0f172a;display:block}.fs-title-accent{color:#0ea5e9;display:block}.fs-subtitle{font-size:14px;color:#64748b;line-height:1.7;width:400px;max-width:100%;font-weight:300;margin:0}.fs-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:768px){.fs-grid{grid-template-columns:1fr}.fs-section{padding:60px 24px 72px}}.fs-card{border-radius:20px;padding:36px 32px;position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;cursor:pointer}.fs-card:hover{transform:translateY(-6px)}.fs-card-dark{background:#111827;border:1px solid rgba(0,200,255,.1)}.fs-card-dark:hover{box-shadow:0 24px 60px #00c8ff14;border-color:#00c8ff38}.fs-card-violet{background:linear-gradient(145deg,#1e0a3c,#0d1b3e);border:1px solid rgba(124,58,237,.2)}.fs-card-violet:hover{box-shadow:0 24px 60px #7c3aed1f;border-color:#7c3aed59}.fs-card-glow{position:absolute;border-radius:50%;pointer-events:none;opacity:0;transition:opacity .4s}.fs-card:hover .fs-card-glow{opacity:1}.fs-card-label{font-family:Syne,sans-serif;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffff4d;margin-bottom:10px}.fs-card-title{font-family:Syne,sans-serif;font-size:24px;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:10px;line-height:1.15}.fs-card-desc{font-size:13px;color:#ffffff73;line-height:1.7;font-weight:300;margin-bottom:22px;max-width:380px}.fs-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.fs-pill{font-size:11px;font-weight:600;font-family:Syne,sans-serif;padding:4px 12px;border-radius:100px;letter-spacing:.04em;border:1px solid}.fs-pill-cyan{background:#0ea5e91a;color:#38bdf8;border-color:#0ea5e940}.fs-pill-violet{background:#7c3aed1f;color:#a78bfa;border-color:#7c3aed40}.fs-pill-green{background:#34d3991a;color:#34d399;border-color:#34d39933}.fs-btn{font-family:Syne,sans-serif;font-size:12px;font-weight:700;padding:11px 22px;border-radius:8px;border:none;cursor:pointer;letter-spacing:.04em;display:inline-flex;align-items:center;gap:8px;transition:opacity .2s,transform .2s}.fs-btn:hover{opacity:.88;transform:translateY(-1px)}.fs-btn-cyan{background:#0ea5e9;color:#fff}.fs-btn-violet{background:#7c3aed;color:#fff}.fs-card-stripe{position:absolute;top:0;left:0;right:0;height:3px;opacity:0;transition:opacity .3s}.fs-card:hover .fs-card-stripe{opacity:1}.fs-card-dark .fs-card-stripe{background:linear-gradient(90deg,#0ea5e9,#7c3aed)}.fs-card-violet .fs-card-stripe{background:linear-gradient(90deg,#7c3aed,#ec4899)}.fs-reveal{opacity:0;transform:translateY(32px);transition:opacity .6s ease,transform .6s ease}.fs-reveal.visible{opacity:1;transform:translateY(0)}.fs-reveal-delay-1{transition-delay:.1s}.fs-reveal-delay-2{transition-delay:.2s}.hw-section{font-family:DM Sans,sans-serif;background:#0a0f1e;padding:80px 48px 88px;position:relative;overflow:hidden}.hw-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(0,200,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,200,255,.025) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.hw-glow-top{position:absolute;top:-160px;left:50%;transform:translate(-50%);width:700px;height:360px;border-radius:50%;background:radial-gradient(ellipse,rgba(14,165,233,.08) 0%,transparent 70%);pointer-events:none}.hw-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto}.hw-header{text-align:center;margin-bottom:64px}.hw-eyebrow{font-family:Syne,sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#0ea5e9;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px}.hw-eyebrow-line{width:24px;height:1px;background:#0ea5e9;display:inline-block}.hw-title{font-family:Syne,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:1.08;margin:0 0 12px}.hw-title-white{color:#fff;display:block}.hw-title-accent{color:#0ea5e9;display:block}.hw-subtitle{font-size:14px;color:#fff6;line-height:1.7;max-width:440px;margin:0 auto;font-weight:300}.hw-track{position:relative}.hw-connector{position:absolute;top:44px;left:calc(10% + 26px);right:calc(10% + 26px);height:1px;background:#00c8ff1f;z-index:0}.hw-connector-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#7c3aed);transition:width 1.2s cubic-bezier(.4,0,.2,1)}.hw-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;z-index:1;margin-bottom:56px}@media(max-width:768px){.hw-steps{grid-template-columns:1fr;gap:24px}.hw-connector{display:none}.hw-section{padding:60px 24px 72px}}.hw-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 10px;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.hw-step.visible{opacity:1;transform:translateY(0)}.hw-step-num{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Syne,sans-serif;font-size:15px;font-weight:700;margin-bottom:20px;position:relative;transition:transform .3s cubic-bezier(.34,1.56,.64,1);cursor:default}.hw-step-num:hover{transform:scale(1.12)}.hw-step-num-default{background:#111827;border:1px solid rgba(0,200,255,.18);color:#0ea5e9}.hw-step-num-active{background:linear-gradient(135deg,#0ea5e9,#7c3aed);border:none;color:#fff;box-shadow:0 0 0 6px #0ea5e91a,0 0 0 12px #0ea5e90d}.hw-step-title{font-family:Syne,sans-serif;font-size:13px;font-weight:700;color:#fff;margin-bottom:6px;letter-spacing:-.01em}.hw-step-desc{font-size:11px;color:#ffffff59;line-height:1.6;font-weight:300;max-width:130px;margin:0 auto}.hw-detail{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;transition:border-color .4s}@media(max-width:768px){.hw-detail{grid-template-columns:1fr;gap:24px}}.hw-detail-label{font-family:Syne,sans-serif;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin-bottom:10px}.hw-detail-title{font-family:Syne,sans-serif;font-size:26px;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:12px;line-height:1.15}.hw-detail-desc{font-size:13px;color:#ffffff73;line-height:1.75;font-weight:300;margin-bottom:20px;max-width:380px}.hw-detail-tags{display:flex;flex-wrap:wrap;gap:8px}.hw-detail-tag{font-family:Syne,sans-serif;font-size:11px;font-weight:600;padding:5px 12px;border-radius:100px;border:1px solid rgba(14,165,233,.25);background:#0ea5e914;color:#38bdf8;letter-spacing:.04em}.hw-detail-visual{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hw-detail-metric{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:18px 16px;text-align:center;transition:border-color .3s,background .3s}.hw-detail-metric:hover{background:#0ea5e90f;border-color:#0ea5e933}.hw-detail-metric-val{font-family:Syne,sans-serif;font-size:20px;font-weight:700;color:#0ea5e9;letter-spacing:-.03em;margin-bottom:4px}.hw-detail-metric-label{font-size:11px;color:#ffffff4d;font-weight:300;text-transform:uppercase;letter-spacing:.06em}.hw-step-nav{display:flex;justify-content:center;gap:8px;margin-top:32px}.hw-step-dot{height:8px;border-radius:100px;border:none;cursor:pointer;padding:0;transition:width .35s cubic-bezier(.34,1.56,.64,1),background .3s}.hw-reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.hw-reveal.visible{opacity:1;transform:translateY(0)}.wcu-section{font-family:DM Sans,sans-serif;background:#fff;padding:80px 48px 88px;position:relative;overflow:hidden}.wcu-bg-subtle{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(14,165,233,.04) 0%,transparent 70%);pointer-events:none}.wcu-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto}.wcu-header{text-align:center;margin-bottom:56px}.wcu-eyebrow{font-family:Syne,sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#0ea5e9;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px}.wcu-eyebrow-line{width:24px;height:1px;background:#0ea5e9;display:inline-block}.wcu-title{font-family:Syne,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:1.08;margin:0 0 12px}.wcu-title-dark{color:#0f172a;display:block}.wcu-title-accent{color:#0ea5e9;display:block}.wcu-subtitle{font-size:14px;color:#64748b;line-height:1.7;max-width:420px;margin:0 auto;font-weight:300}.wcu-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px}@media(max-width:900px){.wcu-stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.wcu-stats-row{grid-template-columns:1fr}.wcu-section{padding:60px 24px 72px}}.wcu-stat-card{background:#fff;border:1px solid #E8EDF5;border-radius:16px;padding:28px 24px;text-align:center;position:relative;overflow:hidden;cursor:default;transition:border-color .3s,transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s}.wcu-stat-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #0ea5e914}.wcu-stat-card-top-bar{position:absolute;top:0;left:0;right:0;height:3px;opacity:0;transition:opacity .3s}.wcu-stat-card:hover .wcu-stat-card-top-bar{opacity:1}.wcu-icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:24px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.wcu-stat-card:hover .wcu-icon-wrap{transform:scale(1.1) rotate(-4deg)}.wcu-stat-num{font-family:Syne,sans-serif;font-size:36px;font-weight:700;letter-spacing:-.04em;margin-bottom:4px;line-height:1}.wcu-stat-label{font-family:Syne,sans-serif;font-size:13px;font-weight:700;color:#0f172a;margin-bottom:8px;letter-spacing:-.01em}.wcu-stat-sub{font-size:12px;color:#94a3b8;line-height:1.55;font-weight:300}.wcu-diff-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:768px){.wcu-diff-row{grid-template-columns:1fr}}.wcu-diff-card{background:#f8faff;border:1px solid #E8EDF5;border-radius:14px;padding:24px 22px;display:flex;gap:16px;align-items:flex-start;transition:border-color .25s,background .25s}.wcu-diff-card:hover{background:#fff;border-color:#0ea5e940}.wcu-diff-icon{width:40px;height:40px;border-radius:10px;background:#eff9ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#0ea5e9}.wcu-diff-title{font-family:Syne,sans-serif;font-size:13px;font-weight:700;color:#0f172a;margin-bottom:5px}.wcu-diff-desc{font-size:12px;color:#64748b;line-height:1.6;font-weight:300}.wcu-reveal{opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}.wcu-reveal.visible{opacity:1;transform:translateY(0)}.tm-section{font-family:DM Sans,sans-serif;background:#0a0f1e;padding:80px 48px 88px;position:relative;overflow:hidden}.tm-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(0,200,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,200,255,.025) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.tm-glow{position:absolute;top:-120px;left:50%;transform:translate(-50%);width:700px;height:360px;border-radius:50%;background:radial-gradient(ellipse,rgba(124,58,237,.1) 0%,transparent 70%);pointer-events:none}.tm-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto}.tm-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;flex-wrap:wrap;gap:20px}.tm-badge{display:inline-block;background:#7c3aed33;color:#a78bfa;font-family:Syne,sans-serif;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:5px 12px;border-radius:100px;border:1px solid rgba(124,58,237,.3);margin-bottom:14px}.tm-title{font-family:Syne,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:1.08;margin:0 0 10px}.tm-title-white{color:#fff;display:block}.tm-title-accent{color:#0ea5e9;display:block}.tm-subtitle{font-size:13px;color:#ffffff59;font-weight:300;max-width:360px;line-height:1.6;margin:0}.tm-view-all{background:transparent;border:1px solid rgba(255,255,255,.12);color:#ffffff80;font-family:Syne,sans-serif;font-size:12px;font-weight:600;padding:10px 20px;border-radius:6px;cursor:pointer;letter-spacing:.03em;display:flex;align-items:center;gap:6px;transition:border-color .2s,color .2s;white-space:nowrap;align-self:flex-start}.tm-view-all:hover{border-color:#0ea5e966;color:#0ea5e9}.tm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:36px}@media(max-width:900px){.tm-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.tm-grid{grid-template-columns:1fr}.tm-section{padding:60px 24px 72px}}.tm-card{background:#111827;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:26px;position:relative;overflow:hidden;transition:border-color .3s,transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;cursor:default;display:flex;flex-direction:column}.tm-card:hover{transform:translateY(-5px);border-color:#ffffff24;box-shadow:0 20px 50px #0000004d}.tm-quote-mark{position:absolute;top:18px;right:20px;font-family:Georgia,serif;font-size:64px;line-height:1;color:#ffffff0a;pointer-events:none;-webkit-user-select:none;user-select:none}.tm-stars{display:flex;gap:3px;margin-bottom:14px}.tm-star{color:#fbbf24;font-size:14px}.tm-quote{font-size:13px;color:#ffffff8c;line-height:1.7;font-style:italic;font-weight:300;flex-grow:1;margin-bottom:20px}.tm-author{display:flex;align-items:center;gap:12px;border-top:1px solid rgba(255,255,255,.06);padding-top:16px}.tm-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Syne,sans-serif;font-size:12px;font-weight:700;flex-shrink:0}.tm-author-name{font-family:Syne,sans-serif;font-size:13px;font-weight:700;color:#fff;margin-bottom:2px}.tm-author-role{font-size:11px;color:#ffffff4d;font-weight:300}.tm-service-tag{display:inline-block;font-family:Syne,sans-serif;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 9px;border-radius:100px;margin-bottom:12px;border:1px solid}.tm-trust-bar{display:flex;align-items:center;justify-content:center;gap:40px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:24px 32px;flex-wrap:wrap}.tm-trust-item{display:flex;align-items:center;gap:10px}.tm-trust-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:16px}.tm-trust-label{font-family:Syne,sans-serif;font-size:12px;font-weight:700;color:#ffffffb3}.tm-trust-sub{font-size:11px;color:#ffffff4d;font-weight:300}.tm-trust-sep{width:1px;height:32px;background:#ffffff12}.tm-reveal{opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}.tm-reveal.visible{opacity:1;transform:translateY(0)}.contact{padding:6rem 2rem;background-color:#f9fafb;scroll-snap-align:start}.contact-container{max-width:1400px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h2{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.contact-header p{font-size:1.125rem;color:#4b5563;max-width:700px;margin:0 auto;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1.5rem;align-items:flex-start}.contact-icon{font-size:2rem;flex-shrink:0}.contact-item h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.contact-item p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.contact-form{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.95rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:2px solid #E5E7EB;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#043873}.form-group textarea{resize:vertical;min-height:120px}.btn-contact-submit{width:100%;background-color:#043873;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .3s}.btn-contact-submit:hover{background-color:#032a56}@media(max-width:968px){.contact{padding:4rem 1.5rem}.contact-header h2{font-size:2.25rem}.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form{padding:2rem}}@media(max-width:768px){.contact{padding:3rem 1rem}.contact-header{margin-bottom:3rem}.contact-header h2{font-size:1.875rem}.contact-header p{font-size:1rem}.contact-item{gap:1rem}.contact-icon{font-size:1.5rem}.contact-form{padding:1.5rem}}.cta{padding:8rem 2rem;background:linear-gradient(135deg,#1a0a3a,#0d1b3e,#043873);position:relative;overflow:hidden;scroll-snap-align:start}.cta:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.04) 1px,transparent 0);background-size:32px 32px;pointer-events:none;z-index:0}.cta-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.cta-orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(124,58,237,.5),transparent 70%);top:-150px;left:-100px}.cta-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(14,165,233,.4),transparent 70%);bottom:-150px;right:-100px}.cta-container{max-width:900px;margin:0 auto;position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.cta-badge{display:inline-block;background:#a78bfa26;border:1px solid rgba(167,139,250,.3);color:#c4b5fd;padding:.35rem 1rem;border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem}.cta-content h2{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:1.25rem;letter-spacing:-.025em}.cta-content p{font-size:1.15rem;color:#ffffffa6;line-height:1.75;max-width:580px;margin:0 auto}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-cta-primary{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;padding:1rem 2.5rem;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;display:inline-block;transition:all .25s ease;box-shadow:0 4px 20px #7c3aed73}.btn-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #7c3aeda6}.btn-cta-secondary{background:transparent;color:#ffffffe6;border:1px solid rgba(255,255,255,.25);padding:1rem 2.5rem;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;display:inline-block;transition:all .25s ease}.btn-cta-secondary:hover{background:#ffffff14;border-color:#ffffff80;transform:translateY(-2px)}@media(max-width:768px){.cta{padding:5rem 1.5rem}.cta-content h2{font-size:2.25rem}.cta-content p{font-size:1rem}.cta-actions{flex-direction:column;width:100%}.btn-cta-primary,.btn-cta-secondary{width:100%;text-align:center}}.home{width:100%;--home-section-title: 42px;--home-section-title-md: 34px;--home-section-subtitle: 14px}.home .servicesTitle,.home .industries-heading,.home .fs-title,.home .hw-title,.home .wcu-title,.home .tm-title,.home .contact-header h2,.home .cta-content h2{font-size:var(--home-section-title)}.home .servicesSubtitle,.home .industries-content-desc,.home .fs-subtitle,.home .hw-subtitle,.home .wcu-subtitle,.home .tm-subtitle,.home .contact-header p,.home .cta-content p{font-size:var(--home-section-subtitle)}@media(max-width:980px){.home .servicesTitle,.home .industries-heading,.home .fs-title,.home .hw-title,.home .wcu-title,.home .tm-title,.home .contact-header h2,.home .cta-content h2{font-size:var(--home-section-title-md)}}.about-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#1f2937;line-height:1.6;padding-top:4rem}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.section-description{font-size:1.125rem;color:#6b7280;margin-bottom:2.5rem;max-width:800px}.section-header.center{text-align:center;display:flex;flex-direction:column;align-items:center}.about-hero{padding:4rem 0 6rem;background-color:#fff}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-pill{display:inline-block;padding:.35rem 1.25rem;background-color:#f3f4f6;color:#4b5563;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid #e5e7eb}.hero-title{font-size:4rem;font-weight:800;color:#043873;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.hero-subtitle{font-size:1.5rem;font-weight:700;color:#1e40af;margin-bottom:1.5rem;line-height:1.3}.hero-text{font-size:1.125rem;color:#6b7280;margin-bottom:2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;align-items:center}.btn-primary{display:inline-flex;align-items:center;padding:.875rem 1.75rem;background-color:#2563eb;color:#fff;border-radius:.5rem;font-weight:600;text-decoration:none;transition:background-color .2s;box-shadow:0 4px 6px -1px #2563eb33}.btn-primary:hover{background-color:#1d4ed8}.btn-arrow{margin-left:.5rem;font-size:1.2rem;line-height:1}.btn-secondary{display:inline-flex;align-items:center;padding:.875rem 1.75rem;background-color:transparent;color:#374151;border:1px solid #d1d5db;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-secondary:hover{background-color:#f3f4f6;color:#111827}.hero-image img{width:100%;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000026}.who-we-are{padding:6rem 0;background-color:#f9fafb}.who-grid{display:grid;grid-template-columns:5fr 7fr;gap:5rem;align-items:center}.who-image img{width:100%;border-radius:1.5rem;object-fit:cover;box-shadow:0 20px 25px -5px #0000001a}.expertise-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 2rem;margin-bottom:2.5rem}.expertise-item{display:flex;gap:1rem;align-items:flex-start}.expertise-item .icon{color:#2563eb;background:#eff6ff;padding:.75rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.expertise-text h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.35rem}.expertise-text p{font-size:.95rem;color:#6b7280;line-height:1.5}.features-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;border-top:1px solid #e5e7eb;padding-top:2.5rem}.features-list ul{list-style:none;padding:0;margin:0}.features-list li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#374151;font-weight:600;margin-bottom:1.25rem}.check-icon{color:#2563eb;display:flex}.vision-mission{padding:6rem 0;background-color:#fff}.vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.vision-card,.mission-card{padding:3rem;border-radius:1.5rem;height:100%}.vision-card{background-color:#eff6ff;border:1px solid #dbeafe}.mission-card{background-color:#fff7ed;border:1px solid #ffedd5}.card-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem}.card-header h3{font-size:1.75rem;font-weight:800;color:#111827}.icon-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.icon-circle.blue{background-color:#fff;color:#2563eb;box-shadow:0 4px 6px -1px #2563eb1a}.icon-circle.orange{background-color:#fff;color:#ea580c;box-shadow:0 4px 6px -1px #ea580c1a}.vision-text{font-size:1.125rem;color:#4b5563;margin-bottom:2rem;line-height:1.7}.quote-box{padding-left:1.5rem;border-left:4px solid #2563eb;font-style:italic;color:#1e40af;font-weight:600;font-size:1.05rem;line-height:1.6}.mission-list{list-style:none;padding:0;margin:0}.mission-list li{position:relative;padding-left:1.75rem;margin-bottom:1.25rem;color:#4b5563;font-size:1.05rem;line-height:1.6}.mission-list .dot{position:absolute;left:0;top:.6rem;width:8px;height:8px;border-radius:50%;background-color:#ea580c}.sets-us-apart{padding:6rem 0;background-color:#f9fafb}.apart-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1100px;margin:0 auto}.apart-card{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006;width:calc(33.333% - 1.34rem);min-width:280px;text-align:left;transition:transform .2s,box-shadow .2s}.apart-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.icon-box{width:56px;height:56px;background-color:#eff6ff;color:#2563eb;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.apart-card h3{font-size:1.25rem;font-weight:800;color:#111827;margin-bottom:1rem}.apart-card p{font-size:.95rem;color:#6b7280;line-height:1.6}.methodology{padding:6rem 0;background-color:#fff}.timeline-container{position:relative;margin-top:5rem;padding:0 1rem}.timeline-line{position:absolute;top:28px;left:8%;right:8%;height:2px;background-color:#e5e7eb;z-index:1}.timeline-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:2}.step{text-align:center;background:#fff}.step-circle{width:56px;height:56px;background-color:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.125rem;margin:0 auto 2rem;border:6px solid white;box-shadow:0 0 0 6px #eff6ff}.step h4{font-size:1.25rem;font-weight:800;color:#111827;margin-bottom:.75rem}.step p{font-size:.95rem;color:#6b7280;line-height:1.6}.about-cta{padding:2rem 0 8rem;background-color:#fff}.cta-banner{background-color:#2563eb;border-radius:2rem;padding:5rem 3rem;text-align:center;color:#fff;box-shadow:0 25px 50px -12px #2563eb4d;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 150%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(circle at 80% -50%,rgba(255,255,255,.15) 0%,transparent 50%);pointer-events:none}.cta-banner h2{font-size:3rem;font-weight:800;margin-bottom:1.25rem;position:relative;z-index:1}.cta-banner p{font-size:1.125rem;color:#bfdbfe;max-width:800px;margin:0 auto 3rem;line-height:1.7;position:relative;z-index:1}.cta-buttons{display:flex;justify-content:center;align-items:center;gap:2rem;position:relative;z-index:1}.btn-primary.white-pill{background-color:#fff;color:#2563eb;border-radius:9999px;padding:1rem 2.5rem;font-weight:700;box-shadow:0 10px 15px -3px #0000001a;transition:transform .2s,box-shadow .2s}.btn-primary.white-pill:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 25px -3px #0003}.btn-link{color:#fff;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;border-bottom:2px solid transparent;transition:border-color .2s;padding-bottom:.25rem}.btn-link:hover{border-color:#fff}@media(max-width:1024px){.hero-grid,.who-grid{grid-template-columns:1fr;gap:4rem}.hero-image{order:-1}.timeline-line{display:none}.timeline-steps{grid-template-columns:1fr 1fr;gap:4rem}.apart-card{width:calc(50% - 1rem)}.cta-banner h2{font-size:2.5rem}}@media(max-width:768px){.hero-title{font-size:2.75rem}.section-title{font-size:2rem}.vision-grid,.expertise-grid{grid-template-columns:1fr}.apart-card{width:100%}.timeline-steps{grid-template-columns:1fr}.cta-buttons{flex-direction:column;gap:1.5rem}.cta-banner{padding:3rem 1.5rem}.cta-banner h2{font-size:2rem}}.digital-transformation-page{width:100%;overflow-x:hidden;font-family:Inter,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.dt-hero{padding:8rem 0 6rem;background-color:#043873;color:#fff;position:relative;background-image:linear-gradient(135deg,#043873,#064ea2)}.dt-hero-content{max-width:900px}.dt-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.dt-hero .lead-text{font-size:1.25rem;margin-bottom:3rem;line-height:1.6;opacity:.95;font-weight:300}.benefits-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-top:3rem}.benefits-list li{position:relative;padding-left:2rem;font-size:1.1rem;line-height:1.5;color:#fff;font-weight:400}.benefits-list li:before{content:"✓";position:absolute;left:0;top:0;color:#4ffefe;font-weight:700;font-size:1.2rem}.dt-features{padding:7rem 0;background-color:#fff}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{font-size:2.75rem;color:#1a1a1a;margin-bottom:1.5rem;position:relative;display:inline-block}.section-header h2:after{content:"";display:block;width:60px;height:3px;background:#043873;margin:1rem auto 0}.section-header p{font-size:1.15rem;color:#666;max-width:700px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.feature-card{padding:3rem 2rem;background:#fff;border-radius:8px;transition:all .3s ease;border:1px solid transparent;text-align:center;box-shadow:0 5px 20px #0000000d}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a;border-color:#e5e7eb}.feature-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block}.feature-card h3{font-size:1.4rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}.feature-card p{color:#666;line-height:1.7;font-size:1rem}.dt-content{padding:7rem 0;background-color:#f8f9fa;text-align:center}.content-wrapper{max-width:800px;margin:0 auto}.content-wrapper h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:2rem}.content-wrapper p{font-size:1.2rem;color:#555;line-height:1.8;font-weight:300}.dt-tools{padding:6rem 0;background-color:#043873;color:#fff;text-align:center;background-image:linear-gradient(135deg,#043873,#064ea2)}.dt-tools h2{font-size:2.75rem;margin-bottom:1.5rem}.dt-tools p{font-size:1.25rem;opacity:.9;max-width:800px;margin:0 auto;line-height:1.6}.dt-services{padding:7rem 0;background-color:#fff}.dt-services .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-item{display:flex;align-items:flex-start;padding:2rem;transition:transform .2s}.service-icon{font-size:2.5rem;margin-right:1.5rem;min-width:60px;text-align:center}.service-item h3{font-size:1.4rem;color:#1a1a1a;margin-bottom:.75rem;font-weight:600}.service-item p{color:#666;font-size:1rem;line-height:1.6}.dt-testimonials{padding:7rem 0;background-color:#f9fafb}.dt-testimonials h2{text-align:center;font-size:2.75rem;margin-bottom:4rem;color:#1a1a1a}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:3rem;border-radius:8px;box-shadow:0 10px 30px #0000000d;position:relative}.quote-content{font-size:1.15rem;color:#4b5563;margin-bottom:2rem;font-style:italic;line-height:1.7}.author-info strong{display:block;color:#043873;font-size:1.1rem;margin-bottom:.25rem;font-weight:700}.author-info span{color:#888;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.dt-services .services-grid{grid-template-columns:1fr}}@media(max-width:768px){.dt-hero{padding:6rem 0 4rem}.dt-hero h1{font-size:2.5rem}.features-grid{grid-template-columns:1fr}.container{padding:0 1.5rem}}.faq-page{padding-bottom:5rem}.faq-header{background-color:#f8f9fa;padding:6rem 0 4rem;text-align:center;margin-bottom:3rem}.faq-container{max-width:800px;margin:0 auto;padding:0 1.5rem}.faq-subtitle{display:block;font-size:.9rem;color:#666;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;font-weight:600}.faq-title{font-size:3rem;color:#043873;margin:0;font-weight:700}.faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #eee;border-radius:8px;overflow:hidden;background:#fff;transition:all .3s ease}.faq-item.active{box-shadow:0 10px 30px #0000000d;border-color:transparent}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:none;border:none;text-align:left;cursor:pointer;font-size:1.1rem;font-weight:600;color:#333;transition:color .2s}.faq-question:hover,.faq-item.active .faq-question{color:#043873}.faq-toggle-icon{position:relative;width:16px;height:16px}.faq-toggle-icon:before,.faq-toggle-icon:after{content:"";position:absolute;background-color:#ccc;transition:all .3s ease}.faq-toggle-icon:before{top:7px;left:0;width:100%;height:2px}.faq-toggle-icon:after{top:0;left:7px;width:2px;height:100%}.faq-item.active .faq-toggle-icon:after{transform:rotate(90deg);opacity:0}.faq-item.active .faq-toggle-icon:before{background-color:#043873}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-item.active .faq-answer{max-height:1000px;transition:max-height .5s ease-in}.faq-answer-inner{padding:0 2rem 2rem;color:#666;line-height:1.6}.faq-answer-inner p{margin-bottom:1rem}.faq-answer-inner p:last-child{margin-bottom:0}.faq-answer-inner ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}.faq-answer-inner li{margin-bottom:.5rem}@media(max-width:768px){.faq-title{font-size:2.2rem}.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer-inner{padding:0 1.5rem 1.5rem}}.salesforce-page{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1e293b;background-color:#fff}.sf-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.sf-hero-section{padding:6rem 0;background-color:#fff;overflow:hidden}.sf-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.sf-pill{display:inline-block;background-color:#e0f2fe;color:#0284c7;font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:999px;margin-bottom:1.5rem}.sf-hero-title{font-size:3.5rem;line-height:1.1;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.sf-hero-subtitle{font-size:1.15rem;line-height:1.6;color:#475569;margin-bottom:2.5rem;max-width:500px}.sf-highlight{color:#3b82f6}.sf-cta-wrapper{display:flex;gap:1rem;margin-bottom:3rem}.sf-btn-primary{background-color:#0284c7;color:#fff;padding:.9rem 1.8rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #0284c74d}.sf-btn-primary:hover{background-color:#0369a1;transform:translateY(-2px)}.sf-btn-outline{background-color:#fff;color:#0f172a;border:1px solid #e2e8f0;padding:.9rem 1.8rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease}.sf-btn-outline:hover{background-color:#f8fafc;border-color:#cbd5e1}.sf-trust-indicators{display:flex;align-items:center;gap:1.5rem}.sf-avatars{display:flex}.sf-avatar{width:40px;height:40px;background:#e2e8f0;border-radius:50%;border:3px solid #fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-left:-12px}.sf-avatar:first-child{margin-left:0}.sf-trust-text p{font-size:.85rem;color:#64748b;font-weight:500;margin:0}.sf-stars{font-size:.8rem;margin-bottom:2px}.sf-hero-card{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #0000001a}.sf-card-image-placeholder{width:100%;height:500px;background-color:#cbd5e1;background-image:url(https://images.unsplash.com/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80);background-size:cover;background-position:center;position:relative}.sf-image-overlay{position:absolute;bottom:2rem;left:2rem;right:2rem;display:flex;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 10px 30px #0000001a;align-items:center}.sf-stat-card{flex:1;padding:0 1rem}.sf-divider{width:1px;height:50px;background-color:#e2e8f0}.stat-label{font-size:.75rem;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.sf-stat-card h4{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.2rem}.sf-stat-card p{font-size:1rem;color:#0f172a;font-weight:700;margin:0}.sf-services-section{padding:6rem 0;background-color:#f8fafc}.sf-section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.sf-section-pill{display:inline-block;background-color:#e0f2fe;color:#0284c7;font-size:.8rem;font-weight:700;padding:.3rem .8rem;border-radius:999px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.sf-section-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.sf-section-subtitle{font-size:1.1rem;color:#64748b;line-height:1.6}.sf-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.sf-service-card{background:#fff;padding:2.5rem;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.sf-service-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000000d;border-color:#0284c7}.sf-service-card.highlight{background-color:#f0f9ff;border-color:#bae6fd}.sf-service-icon{font-size:2rem;margin-bottom:1.5rem;display:inline-block;background:#f1f5f9;padding:12px;border-radius:12px}.sf-service-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.sf-service-card p{font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.sf-service-list{list-style:none;padding:0;margin:0}.sf-service-list li{font-size:.9rem;color:#475569;margin-bottom:.5rem;padding-left:1.2rem;position:relative}.sf-service-list li:before{content:"✓";position:absolute;left:0;color:#0284c7;font-weight:700}.sf-card-link{color:#0284c7;font-weight:600;text-decoration:none;font-size:.95rem}.sf-card-link:hover{text-decoration:underline}.sf-architects-section{padding:6rem 0;background:#fff}.sf-architects-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.sf-text-body{font-size:1.1rem;color:#475569;line-height:1.7;margin-bottom:3rem}.sf-big-stats{display:flex;gap:3rem;margin-bottom:3rem}.sf-big-stat h3{font-size:3rem;font-weight:800;color:#0284c7;margin-bottom:.2rem}.sf-big-stat p{font-size:.8rem;font-weight:700;color:#64748b;letter-spacing:1px}.sf-architects-list{list-style:none;padding:0}.sf-architects-list li{margin-bottom:1rem;padding-left:1.5rem;position:relative;font-size:1rem;color:#334155}.sf-architects-list li:before{content:"○";position:absolute;left:0;color:#0284c7;font-weight:700}.sf-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.sf-feature-box{background:#fff;border:1px solid #e2e8f0;padding:2rem;border-radius:12px;transition:all .3s}.sf-feature-box:hover{box-shadow:0 10px 25px #0000000d;transform:translateY(-3px)}.sf-feature-icon{font-size:1.5rem;background:#e0f2fe;color:#0284c7;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:1rem}.sf-feature-box h4{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.sf-feature-box p{font-size:.9rem;color:#64748b;line-height:1.5}.sf-verticals-section{padding:6rem 0;background:#f8fafc}.sf-verticals-grid{display:flex;flex-wrap:nowrap;gap:1.5rem;justify-content:center;overflow-x:auto;padding-bottom:1rem}.sf-vertical-card{background:#fff;padding:2rem;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:160px;box-shadow:0 4px 6px #00000005;transition:all .2s;border:1px solid #e2e8f0}.sf-vertical-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px #0000000d;border-color:#cbd5e1}.sf-vertical-icon{font-size:2rem;color:#475569}.sf-vertical-card span:last-child{font-weight:600;color:#334155;text-align:center;font-size:.95rem}.sf-footer-cta{background-color:#1e293b;padding:6rem 0;color:#fff}.sf-footer-content{display:flex;justify-content:space-between;align-items:center;gap:4rem}.sf-footer-text h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.sf-footer-text p{font-size:1.1rem;color:#94a3b8;max-width:600px;margin-bottom:2rem;line-height:1.6}.sf-footer-badges{display:flex;gap:1rem;flex-wrap:wrap}.sf-footer-badge{background:#ffffff1a;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.sf-footer-action{flex-shrink:0}.sf-btn-primary.full-width{padding:1.2rem 2.5rem;font-size:1.1rem}@media(max-width:992px){.sf-hero-content,.sf-architects-content,.sf-footer-content{grid-template-columns:1fr;flex-direction:column;text-align:center;gap:3rem}.sf-services-grid{grid-template-columns:repeat(2,1fr)}.sf-hero-text,.sf-architects-text{display:flex;flex-direction:column;align-items:center}.sf-cta-wrapper,.sf-big-stats{justify-content:center}.sf-footer-action{width:100%}.sf-btn-primary.full-width{width:100%;display:block;text-align:center}.sf-hero-image-wrapper{order:-1}}@media(max-width:768px){.sf-hero-title{font-size:2.5rem}.sf-services-grid,.sf-features-grid{grid-template-columns:1fr}.sf-cta-wrapper{flex-direction:column;width:100%}.sf-btn-primary,.sf-btn-outline{width:100%;text-align:center}}.mulesoft{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1a1a1a;background-color:#f8fafc}.ms-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.ms-hero-new{padding:5rem 0;background:linear-gradient(135deg,#f0f7ff,#fff);position:relative;overflow:hidden}.ms-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.ms-pill{display:inline-block;background-color:#e0e7ff;color:#4338ca;font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:999px;margin-bottom:1.5rem}.ms-title-new{font-size:3.5rem;line-height:1.1;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.ms-highlight{color:#2563eb}.ms-subtitle-new{font-size:1.15rem;line-height:1.6;color:#475569;margin-bottom:2.5rem;max-width:500px}.ms-cta-group-new{display:flex;gap:1rem;margin-bottom:3rem}.ms-btn-primary{background-color:#2563eb;color:#fff;padding:.9rem 1.8rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #2563eb4d}.ms-btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px)}.ms-btn-outline{background-color:#fff;color:#0f172a;border:1px solid #e2e8f0;padding:.9rem 1.8rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .2s ease}.ms-btn-outline:hover{background-color:#f8fafc;border-color:#cbd5e1}.ms-trust{display:flex;align-items:center;gap:1rem}.ms-avatars{display:flex}.ms-avatars .avatar{width:40px;height:40px;background:#e2e8f0;border-radius:50%;border:3px solid #fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-left:-12px}.ms-avatars .avatar:first-child{margin-left:0}.ms-trust p{font-size:.9rem;color:#64748b;line-height:1.4;font-weight:500}.ms-visual-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 50px #00000014;position:relative;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #f1f5f9}.ms-cloud-icon{font-size:8rem;filter:drop-shadow(0 10px 20px rgba(37,99,235,.2));animation:float 6s ease-in-out infinite}.ms-api-label{background:#fff;padding:.5rem 1.5rem;border-radius:20px;box-shadow:0 4px 15px #0000000d;font-weight:700;color:#2563eb;margin-top:-2rem;z-index:2}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.ms-expertise{padding:6rem 0;background:#fff}.ms-section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.ms-heading-new{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.ms-subheading-new{font-size:1.1rem;color:#64748b;line-height:1.6}.ms-grid-2x2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.ms-grid-card{background:#f8fafc;padding:2.5rem;border-radius:16px;transition:all .3s ease;border:1px solid transparent}.ms-grid-card:hover{background:#fff;box-shadow:0 10px 30px #0000000d;border-color:#e2e8f0;transform:translateY(-5px)}.card-icon-box{width:50px;height:50px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 10px #0000000d}.ms-grid-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.ms-grid-card p{font-size:1rem;color:#64748b;line-height:1.6}.ms-proficiency{padding:6rem 0;background:#f1f5f9}.ms-split-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.ms-text-new{font-size:1.1rem;color:#475569;margin-bottom:2.5rem;line-height:1.6}.ms-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem}.ms-feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-icon{font-size:1.5rem;background:#fff;padding:8px;border-radius:8px;box-shadow:0 2px 5px #0000000d}.ms-feature-item h4{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.ms-feature-item p{font-size:.9rem;color:#64748b;line-height:1.5}.ms-link-arrow{color:#2563eb;font-weight:600;text-decoration:none;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem}.ms-link-arrow:hover{text-decoration:underline}.ms-split-image .image-placeholder{width:100%;height:500px;background:#cbd5e1;border-radius:24px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:1.5rem;font-weight:600;background-image:url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80);background-size:cover;background-position:center;box-shadow:0 20px 40px #0000001a}.ms-roadmap{padding:6rem 0;background:#fff}.ms-timeline{display:flex;justify-content:space-between;align-items:flex-start;margin-top:4rem;position:relative}.timeline-step{text-align:center;flex:1;padding:0 1rem;position:relative;z-index:2}.step-icon{width:60px;height:60px;background:#eff6ff;color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1.5rem;border:4px solid #fff;box-shadow:0 0 0 2px #bfdbfe;position:relative}.code-icon{font-family:monospace;font-weight:700;letter-spacing:-2px}.step-number{position:absolute;top:-5px;right:-5px;width:24px;height:24px;background-color:#2563eb;color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 4px #0000001a}.timeline-step h4{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#0f172a;white-space:nowrap}.timeline-step p{font-size:.85rem;color:#64748b;line-height:1.5}.timeline-connector{flex-grow:1;height:2px;background:#e2e8f0;margin-top:30px;position:relative;z-index:1}.ms-sectors{padding:6rem 0;background:#f8fafc}.ms-sector-cards{display:flex;flex-wrap:nowrap;gap:1.5rem;justify-content:center;overflow-x:auto;padding-bottom:1rem}.sector-card{background:#fff;padding:1.5rem 2rem;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:180px;box-shadow:0 4px 6px #00000005;transition:all .2s;border:1px solid #f1f5f9}.sector-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px #0000000d}.sector-icon{font-size:2rem;color:#475569}.sector-card span:last-child{font-weight:600;color:#334155;text-align:center}.ms-footer-cta{background:#1e40af;padding:6rem 0;color:#fff;text-align:center}.ms-footer-content{max-width:800px}.ms-footer-icon{font-size:3rem;margin-bottom:1.5rem;opacity:.8}.ms-footer-cta h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.ms-footer-cta p{font-size:1.2rem;opacity:.9;margin-bottom:3rem}.ms-footer-buttons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.ms-btn-white{background:#fff;color:#1e40af;padding:1rem 2rem;border-radius:50px;font-weight:700;text-decoration:none;transition:transform .2s}.ms-btn-white:hover{transform:translateY(-2px);background:#f8fafc}.ms-btn-transparent{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:50px;font-weight:700;text-decoration:none;transition:all .2s}.ms-btn-transparent:hover{background:#ffffff1a;border-color:#fff}.ms-footer-note{font-size:.85rem;opacity:.6}@media(max-width:992px){.ms-hero-content,.ms-split-layout{grid-template-columns:1fr;gap:3rem}.ms-hero-visual,.ms-split-image{order:-1}.ms-hero-visual{min-height:300px}.ms-grid-2x2{grid-template-columns:1fr}.ms-timeline{flex-direction:column;align-items:flex-start;padding-left:2rem}.timeline-connector{width:2px;height:30px;margin:0 0 0 30px;flex-grow:0}.timeline-step{text-align:left;display:flex;gap:1.5rem;padding:0}.step-icon{margin:0;flex-shrink:0}}@media(max-width:768px){.ms-title-new{font-size:2.5rem}.ms-features-grid{grid-template-columns:1fr}.ms-cta-group-new{flex-direction:column;align-items:flex-start}.ms-btn-primary,.ms-btn-outline{width:100%;text-align:center}}.sap-page{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1e293b;background-color:#f8fafc}.sap-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.sap-hero-section{padding:6rem 0;background-color:#f8fafc;overflow:hidden}.sap-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.sap-pill{display:inline-block;background-color:#e0e7ff;color:#4338ca;font-size:.75rem;font-weight:700;padding:.4rem 1rem;border-radius:999px;margin-bottom:1.5rem;letter-spacing:.5px;text-transform:uppercase}.sap-hero-title{font-size:3.5rem;line-height:1.1;font-weight:800;color:#0f172a;margin-bottom:1rem}.sap-highlight{color:#4338ca}.sap-hero-lead{font-size:1.25rem;font-weight:500;color:#64748b;margin-bottom:1rem}.sap-hero-desc{font-size:1rem;line-height:1.6;color:#64748b;margin-bottom:2.5rem;max-width:500px}.sap-cta-group{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.sap-btn-primary{background-color:#4f46e5;color:#fff;padding:.9rem 1.8rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #4f46e54d}.sap-btn-primary:hover{background-color:#4338ca;transform:translateY(-2px)}.sap-btn-secondary{background-color:#fff;color:#1e293b;border:1px solid #e2e8f0;padding:.9rem 1.8rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.sap-btn-secondary:hover{background-color:#f8fafc;border-color:#cbd5e1}.sap-image-card{background:#fff;padding:1rem;border-radius:24px;box-shadow:0 20px 50px #00000014}.sap-image-placeholder{width:100%;height:400px;background-color:#cbd5e1;background-image:url(https://images.unsplash.com/photo-1441986300917-64674bd600d8?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80);background-size:cover;background-position:center;border-radius:16px;position:relative}.sap-uptime-badge{position:absolute;bottom:2rem;left:-2rem;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:1rem}.sap-uptime-badge .icon{font-size:1.5rem;color:#64748b}.sap-uptime-badge .label{display:block;font-size:.7rem;font-weight:700;color:#94a3b8;letter-spacing:.5px;margin-bottom:2px}.sap-uptime-badge .value{display:block;font-size:1rem;font-weight:800;color:#0f172a}.sap-capabilities-section{padding:6rem 0;background-color:#fff}.sap-section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.sap-section-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.sap-title-underline{width:60px;height:4px;background-color:#4f46e5;margin:0 auto 1.5rem;border-radius:2px}.sap-section-subtitle{font-size:1.1rem;color:#64748b;line-height:1.6}.sap-grid-3x3{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.sap-feature-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid #f1f5f9;box-shadow:0 4px 6px #00000005;transition:all .2s}.sap-feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000000d}.sap-icon-box{width:48px;height:48px;background:#eff6ff;color:#4338ca;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.sap-feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.sap-feature-list{list-style:none;padding:0;margin:0}.sap-feature-list li{font-size:.9rem;color:#64748b;margin-bottom:.5rem;padding-left:1.2rem;position:relative;line-height:1.4}.sap-feature-list li:before{content:"○";position:absolute;left:0;color:#4f46e5;font-size:.8rem;top:2px}.sap-feature-card.highlight{background-color:#eff6ff;border:none;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.sap-feature-card.highlight h3{font-size:1.25rem;margin-bottom:.5rem}.sap-feature-card.highlight p{font-size:.95rem;color:#475569;margin-bottom:1.5rem}.sap-btn-white{background:#fff;color:#4f46e5;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-decoration:none;box-shadow:0 2px 5px #0000000d;transition:all .2s;width:100%;text-align:center}.sap-btn-white:hover{background:#fff;box-shadow:0 5px 15px #0000001a;transform:translateY(-1px)}.sap-why-section{padding:6rem 0;background-color:#f8fafc}.sap-why-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:flex-start}.sap-section-title.align-left{text-align:left;margin-bottom:1.5rem}.sap-why-desc{font-size:1.05rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.sap-trust-badges{margin-top:2rem}.avatars-group{display:flex;margin-bottom:.5rem}.avatars-group .avatar{width:32px;height:32px;background:#cbd5e1;border-radius:50%;border:2px solid #fff;margin-left:-8px;display:flex;align-items:center;justify-content:center;font-size:.6rem;color:#fff;font-weight:700}.avatars-group .avatar:first-child{margin-left:0}.avatar-plus{width:32px;height:32px;background:#4f46e5;color:#fff;border-radius:50%;border:2px solid #fff;margin-left:-8px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.trust-label{font-size:.85rem;color:#0f172a;font-weight:600}.sap-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.sap-why-card{background:#fff;padding:1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 5px #00000005;border:1px solid #f1f5f9}.why-icon{font-size:1.5rem;color:#4f46e5;background:#eff6ff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.sap-why-card span:last-child{font-weight:600;color:#334155;font-size:.95rem}.sap-footer-cta{background-color:#4f46e5;padding:4rem 0 2rem;color:#fff;text-align:center}.sap-footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:3rem}.sap-footer-text{text-align:left}.sap-footer-text h2{font-size:2rem;font-weight:800;margin-bottom:.5rem}.sap-footer-text p{font-size:1.1rem;opacity:.9}.sap-btn-light{background:#fff;color:#4f46e5;padding:1rem 2rem;border-radius:8px;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.sap-btn-light:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.sap-copyright{font-size:.8rem;opacity:.6}@media(max-width:1200px){.sap-grid-3x3{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.sap-hero-content,.sap-why-content{grid-template-columns:1fr;gap:3rem;text-align:center}.sap-hero-text,.sap-why-text{align-items:center;display:flex;flex-direction:column}.sap-section-title.align-left{text-align:center}.sap-cta-group{justify-content:center}.sap-trust-badges{display:flex;flex-direction:column;align-items:center}.sap-footer-content{flex-direction:column;text-align:center;gap:2rem}.sap-footer-text{text-align:center}}@media(max-width:768px){.sap-hero-title{font-size:2.5rem}.sap-grid-3x3,.sap-why-grid{grid-template-columns:1fr}.sap-uptime-badge{left:1rem;right:1rem;bottom:1rem}}.webdev-page{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1a1a1a;background-color:#fff;padding-top:80px}.webdev-hero{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex;align-items:center;gap:4rem}.hero-content{flex:1}.hero-breadcrumb{font-size:.9rem;color:#64748b;margin-bottom:1.5rem;font-weight:500}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#0f172a;margin-bottom:1.5rem}.hero-title span{display:block}.hero-title .highlight{color:#2e5bff}.hero-desc{font-size:1.1rem;line-height:1.6;color:#475569;margin-bottom:2.5rem;max-width:500px}.hero-actions{display:flex;gap:1rem}.btn-primary{background-color:#2e5bff;color:#fff;padding:.8rem 1.8rem;border-radius:6px;font-weight:600;text-decoration:none;transition:background .2s;border:1px solid #2E5BFF}.btn-primary:hover{background-color:#254eda}.btn-outline{background-color:transparent;color:#2e5bff;padding:.8rem 1.8rem;border-radius:6px;font-weight:600;text-decoration:none;transition:all .2s;border:1px solid #2E5BFF}.btn-outline:hover{background-color:#eff6ff}.hero-image{flex:1;display:flex;justify-content:center}.hero-img-full{width:100%;max-width:600px;height:auto;border-radius:12px;object-fit:cover;box-shadow:0 20px 40px #0000001a}.core-services{background-color:#f8fafc;padding:5rem 2rem}.section-heading h2{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;position:relative;display:inline-block}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.service-icon{width:48px;height:48px;background-color:#eff6ff;color:#2e5bff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.service-card h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.security-section{padding:5rem 2rem;background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.security-layout{display:flex;align-items:center;gap:5rem;max-width:1200px;margin:0 auto}.security-visuals{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.security-card{background:#fff;padding:2.5rem 1.5rem;border-radius:12px;text-align:center;border:1px solid transparent;box-shadow:0 4px 6px #00000005;display:flex;flex-direction:column;align-items:center;justify-content:center}.security-card:nth-child(1){background-color:#f4f8ff}.security-card:nth-child(1) .sec-icon{color:#2e5bff}.security-card:nth-child(2){background-color:#fff;border:1px solid #f1f5f9;margin-top:2rem}.security-card:nth-child(2) .sec-icon{color:#0f172a}.security-card:nth-child(3){background-color:#fff;border:1px solid #f1f5f9;margin-top:-2rem}.security-card:nth-child(3) .sec-icon{color:#0f172a}.security-card:nth-child(4){background-color:#f4f8ff}.security-card:nth-child(4) .sec-icon{color:#2e5bff}.sec-icon{font-size:2rem;margin-bottom:1rem;display:block}.security-card span{font-weight:600;color:#1e293b;font-size:.95rem}.security-content{flex:1}.security-content h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.security-intro{color:#64748b;margin-bottom:2.5rem;line-height:1.7;font-size:1.05rem;max-width:90%}.checklist{list-style:none;padding:0}.checklist li{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem;color:#334155;font-weight:500;font-size:1rem}.check-bullet{width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;flex-shrink:0;border-radius:0;background-color:transparent}.industries-section{padding:5rem 2rem;background-color:#f8fafc;text-align:center}.industry-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:900px;margin:0 auto}.industry-chip{background-color:#fff;padding:.8rem 1.5rem;border-radius:50px;font-weight:600;color:#0f172a;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;font-size:.95rem}.why-us-section{padding:5rem 2rem;background:#fff;text-align:center}.benefits-row{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:3rem}.benefit-item{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:180px}.benefit-icon{font-size:2.5rem;color:#2e5bff}.benefit-label{font-weight:700;color:#0f172a;font-size:1rem}.cta-section{padding:2rem;max-width:1200px;margin:0 auto 5rem}.cta-banner{background-color:#2e5bff;border-radius:16px;padding:4rem 2rem;text-align:center;color:#fff}.cta-banner h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-banner p{font-size:1.1rem;opacity:.9;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.btn-white{background-color:#fff;color:#0f172a;padding:1rem 2.5rem;border-radius:6px;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.btn-white:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media(max-width:992px){.webdev-hero{flex-direction:column;text-align:center;gap:2rem}.hero-actions{justify-content:center}.services-grid{grid-template-columns:1fr}.security-layout{flex-direction:column-reverse;gap:3rem}.benefits-row{gap:2rem}}.mobile-dev-page{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1a1a1a;background-color:#fff;padding-top:80px}.mobile-hero{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex;align-items:center;gap:4rem}.mobile-hero-content{flex:1}.mobile-hero-tag{display:inline-block;background-color:#eff6ff;color:#2e5bff;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.mobile-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#0f172a;margin-bottom:1.5rem}.mobile-hero-title .highlight{color:#2e5bff}.mobile-hero-desc{font-size:1.1rem;line-height:1.6;color:#475569;margin-bottom:2.5rem;max-width:500px}.mobile-hero-actions{display:flex;gap:1rem}.mobile-hero-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative;background:linear-gradient(135deg,#223e8c,#1a2f6b);border-radius:40px;padding:3rem;overflow:hidden;box-shadow:0 20px 50px #223e8c33}.mobile-hero-image:before{content:"";position:absolute;top:-20%;right:-20%;width:140%;height:140%;background:radial-gradient(circle at center,rgba(60,100,220,.15) 0%,transparent 70%);transform:rotate(-15deg);border-radius:50%;z-index:1;pointer-events:none}.mobile-hero-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;z-index:1;pointer-events:none}.mobile-hero-glow{position:absolute;top:20%;right:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(72,122,255,.3) 0%,transparent 70%);filter:blur(60px);z-index:2;pointer-events:none}.mobile-hero-img-full{width:100%;max-width:600px;height:auto;border-radius:12px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.25));position:relative;z-index:10}.enterprise-solutions{background-color:#f8fafc;padding:5rem 2rem}.section-heading h2{font-size:2.2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;position:relative;display:inline-block}.section-heading h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background-color:#2e5bff;border-radius:2px}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.solution-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;transition:all .3s ease;border:1px solid transparent}.solution-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a;border-color:#e2e8f0}.solution-icon{width:50px;height:50px;background-color:#eff6ff;color:#2e5bff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.solution-card h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.solution-card p{font-size:.95rem;color:#64748b;line-height:1.6}.performance-section{padding:5rem 2rem;background:#fff}.performance-container{max-width:1100px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:4rem;display:flex;gap:4rem;align-items:center;box-shadow:0 10px 40px #00000008}.perf-left{flex:1}.perf-icon-lg{width:60px;height:60px;background-color:#2e5bff;color:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:2rem}.perf-left h2{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;line-height:1.2}.perf-left p{color:#64748b;line-height:1.6;font-size:1.05rem}.perf-right{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.perf-feature{display:flex;gap:1rem;align-items:flex-start}.perf-feature-icon{font-size:1.2rem;color:#2e5bff;background:#eff6ff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.perf-feature-content h4{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.perf-feature-content p{font-size:.8rem;color:#64748b;line-height:1.5}.mobile-industries{padding:5rem 2rem;background-color:#fff}.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.industry-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s}.industry-card:hover{border-color:#2e5bff;background:#f8fafc}.ind-icon{color:#2e5bff;font-size:1.2rem}.ind-name{font-weight:600;color:#0f172a}.why-partner{padding:5rem 2rem;text-align:center;background:#fff}.partner-grid{display:flex;justify-content:center;gap:4rem;margin-top:3rem;flex-wrap:wrap}.partner-item{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:150px}.partner-icon{width:56px;height:56px;background:#eff6ff;color:#2e5bff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.partner-label{font-weight:700;font-size:.9rem;color:#0f172a}.mobile-cta-section{padding:2rem 2rem 5rem;max-width:1200px;margin:0 auto}.mobile-cta-box{background-color:#eff6ff;border-radius:24px;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}.mobile-cta-box h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.mobile-cta-box p{color:#475569;margin-bottom:2.5rem}.response-time{margin-left:1.5rem;font-size:.9rem;color:#64748b;display:inline-flex;align-items:center;gap:.5rem}@media(max-width:992px){.mobile-hero{flex-direction:column;text-align:center;gap:3rem}.mobile-hero-actions{justify-content:center}.solutions-grid{grid-template-columns:1fr}.performance-container{flex-direction:column;padding:2rem}.perf-right,.industry-grid{grid-template-columns:1fr}}.analytics-page{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1a1a1a;background-color:#fff;padding-top:80px}.analytics-hero{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex;align-items:center;gap:4rem}.analytics-hero-content{flex:1}.analytics-hero-tag{display:inline-block;background-color:#eff6ff;color:#2e5bff;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.analytics-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#0f172a;margin-bottom:1.5rem}.analytics-hero-title .highlight{color:#2e5bff}.analytics-hero-desc{font-size:1.1rem;line-height:1.6;color:#475569;margin-bottom:2.5rem;max-width:500px}.analytics-hero-actions{display:flex;gap:1rem}.analytics-hero-image{flex:1;display:flex;justify-content:center}.analytics-hero-img-full{width:100%;max-width:550px;height:auto;border-radius:20px;object-fit:contain;box-shadow:0 20px 40px #00000026}.analytics-services{background-color:#f8fafc;padding:5rem 2rem}.section-container{max-width:1200px;margin:0 auto}.section-heading{text-align:center;margin-bottom:4rem}.section-heading h2{font-size:2.2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.section-sub{color:#64748b;margin-top:1rem;font-size:1.05rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;transition:all .3s ease;border:1px solid transparent}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a;border-color:#e2e8f0}.service-icon{width:48px;height:48px;background-color:#eff6ff;color:#2e5bff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.service-card h3{font-size:1.2rem;font-weight:700;color:#0f172a;margin-bottom:1rem;line-height:1.3}.service-card p{font-size:.95rem;color:#64748b;line-height:1.6}.analytics-security{padding:5rem 2rem;background:#fff}.security-layout{display:flex;gap:4rem;align-items:flex-start;max-width:1200px;margin:0 auto}.security-left{flex:1}.security-icon-lg{width:60px;height:60px;background-color:#eff6ff;color:#2e5bff;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:2rem}.security-left h2{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;line-height:1.2}.security-left p{color:#64748b;line-height:1.6;font-size:1.05rem;margin-bottom:2rem}.security-checklist{list-style:none;padding:0}.security-checklist li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:#334155;font-weight:500}.check-circle{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2e5bff;font-size:.8rem}.security-right{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.sec-feature-card{background:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.sec-feature-icon{font-size:1.5rem;color:#2e5bff;margin-bottom:1rem;display:block}.sec-feature-card h4{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.sec-feature-card p{font-size:.85rem;color:#64748b;line-height:1.5}.analytics-why-us{padding:5rem 2rem;text-align:center;background:#fff}.benefits-row{display:flex;justify-content:center;gap:4rem;margin-top:4rem;flex-wrap:wrap}.benefit-item{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:150px}.benefit-icon{width:56px;height:56px;background:#eff6ff;color:#2e5bff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.benefit-label{font-weight:700;font-size:.8rem;color:#0f172a;text-transform:uppercase;letter-spacing:.5px}.analytics-cta-section{padding:2rem 2rem 5rem;max-width:1200px;margin:0 auto}.analytics-cta-box{background-color:#eff6ff;border-radius:24px;padding:4rem 2rem;text-align:center}.analytics-cta-box h2{font-size:2.2rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.analytics-cta-box p{color:#475569;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.btn-blue{background-color:#2e5bff;color:#fff;padding:1rem 2.5rem;border-radius:8px;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.btn-blue:hover{background-color:#254eda}.cta-note{display:block;margin-top:1rem;font-size:.85rem;color:#64748b}@media(max-width:992px){.analytics-hero{flex-direction:column;text-align:center;gap:3rem}.analytics-hero-actions{justify-content:center}.services-grid{grid-template-columns:1fr}.security-layout{flex-direction:column}.security-right{grid-template-columns:1fr;width:100%}}.whyus-page{color:#111827}.whyus-container{max-width:1120px;margin:0 auto;padding:0 24px}.whyus-section{padding:72px 0;background:#fff}.whyus-section-muted{background:#f7f8fb}.whyus-section-header{text-align:center;margin-bottom:40px}.whyus-h2{font-size:28px;line-height:1.2;font-weight:800;margin:0 0 10px}.whyus-lead{margin:0 auto;max-width:680px;color:#6b7280;font-size:14px;line-height:1.6}.whyus-lead-left{margin-left:0;margin-right:0}.whyus-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;padding:10px 16px;font-weight:700;text-decoration:none;transition:transform .15s ease,background-color .15s ease,border-color .15s ease;font-size:14px}.whyus-btn:active{transform:translateY(1px)}.whyus-btn-primary{background:#2563eb;color:#fff;box-shadow:0 10px 20px #2563eb40}.whyus-btn-primary:hover{background:#1d4ed8}.whyus-btn-outline{background:transparent;color:#2563eb;border:1px solid rgba(37,99,235,.35)}.whyus-btn-outline:hover{border-color:#2563eb99;background:#2563eb0f}.whyus-hero{padding:56px 0 36px;background:#fff}.whyus-breadcrumb{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:12px;margin-bottom:18px}.whyus-breadcrumb-link{color:#6b7280;text-decoration:none}.whyus-breadcrumb-link:hover{color:#374151}.whyus-breadcrumb-sep{opacity:.8}.whyus-breadcrumb-current{color:#9ca3af}.whyus-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.whyus-hero-title{font-size:44px;line-height:1.05;margin:0 0 10px;font-weight:900;letter-spacing:-.02em}.whyus-hero-subtitle{margin:0 0 10px;font-size:16px;font-weight:700;color:#111827}.whyus-hero-text{margin:0 0 18px;color:#6b7280;font-size:13px;line-height:1.7;max-width:560px}.whyus-hero-actions{display:flex;align-items:center;gap:12px}.whyus-hero-visual{display:flex;justify-content:flex-end}.whyus-hero-visual-card{width:100%;max-width:420px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#2563eb26,#2563eb0d);box-shadow:0 20px 50px #1118271f}.whyus-hero-visual-card img{width:100%;height:100%;display:block}.whyus-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.whyus-card{background:#fff;border-radius:14px;padding:18px;border:1px solid rgba(17,24,39,.06);box-shadow:0 10px 30px #1118270f;transition:transform .15s ease,box-shadow .15s ease}.whyus-card:hover{transform:translateY(-2px);box-shadow:0 16px 40px #1118271a}.whyus-icon-badge{width:36px;height:36px;border-radius:10px;background:#2563eb1f;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}.whyus-card-title{margin:0 0 6px;font-size:14px;font-weight:800}.whyus-card-text{margin:0;font-size:12px;line-height:1.6;color:#6b7280}.whyus-timeline{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding-top:12px}.whyus-timeline-rail{position:absolute;top:30px;left:6%;right:6%;height:2px;background:#11182714}.whyus-step{text-align:center;padding:8px 10px}.whyus-step-badge{width:44px;height:44px;border-radius:9999px;margin:0 auto 14px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;border:5px solid #ffffff;box-shadow:0 0 0 6px #2563eb1f}.whyus-step-title{margin:0 0 6px;font-size:12px;font-weight:900}.whyus-step-text{margin:0;font-size:12px;line-height:1.55;color:#6b7280}.whyus-split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.whyus-commitments{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:14px}.whyus-commitment{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start}.whyus-check{width:22px;height:22px;border-radius:9999px;background:#2563eb1f;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;margin-top:2px}.whyus-commitment-title{margin:0;font-weight:900;font-size:13px}.whyus-commitment-text{margin:2px 0 0;font-size:12px;color:#6b7280;line-height:1.55}.whyus-metrics-panel{background:#fff;border:1px solid rgba(17,24,39,.06);border-radius:14px;padding:18px;box-shadow:0 10px 30px #1118270f}.whyus-metrics-placeholders{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.whyus-metric-placeholder{height:56px;border-radius:12px;background:#1118270d}.whyus-metrics-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.whyus-metric{background:#2563eb0f;border:1px solid rgba(37,99,235,.12);border-radius:12px;padding:12px}.whyus-metric-value{margin:0;font-weight:900;letter-spacing:-.02em}.whyus-metric-label{margin:2px 0 0;color:#6b7280;font-size:11px}.whyus-partnership{border-radius:18px;background:linear-gradient(180deg,#2563eb14,#2563eb0a);border:1px solid rgba(37,99,235,.12);padding:26px;display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center}.whyus-avatars{display:flex;align-items:center;gap:8px;margin-top:14px}.whyus-avatar{width:28px;height:28px;border-radius:9999px;background:linear-gradient(135deg,#93c5fd,#2563eb);border:2px solid #ffffff;box-shadow:0 8px 18px #1118271f}.whyus-avatar-label{margin-left:8px;color:#6b7280;font-size:12px;font-weight:700}.whyus-partnership-image{border-radius:14px;overflow:hidden;box-shadow:0 18px 40px #1118271f;background:#fff}.whyus-partnership-image img{width:100%;display:block}.whyus-final{padding:56px 0 80px}.whyus-final-inner{max-width:720px;margin:0 auto;text-align:center}.whyus-final-icon{width:44px;height:44px;border-radius:9999px;margin:0 auto 12px;background:#2563eb1f;color:#2563eb;display:flex;align-items:center;justify-content:center}.whyus-final-title{margin:0 0 8px;font-weight:900;letter-spacing:-.02em;font-size:30px;line-height:1.2}.whyus-final-text{margin:0 auto 16px;max-width:640px;color:#6b7280;font-size:13px;line-height:1.6}.whyus-final-actions{display:flex;justify-content:center;gap:12px;margin-bottom:10px}.whyus-final-fineprint{margin:0;font-size:11px;color:#9ca3af}@media(max-width:1024px){.whyus-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.whyus-hero-grid{grid-template-columns:1fr}.whyus-hero-visual{justify-content:flex-start}.whyus-split,.whyus-partnership{grid-template-columns:1fr}.whyus-timeline{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:18px}.whyus-timeline-rail{display:none}}@media(max-width:640px){.whyus-section{padding:44px 0}.whyus-hero-title{font-size:34px}.whyus-card-grid,.whyus-timeline{grid-template-columns:1fr}.whyus-final-actions{flex-direction:column;align-items:center}.whyus-metrics-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.cookie-consent{position:fixed;bottom:-200px;left:0;right:0;background-color:#fff;box-shadow:0 -4px 20px #00000026;z-index:1000;transition:bottom .3s ease-in-out;padding:1.5rem 2rem;border-top:1px solid #e5e5e5}.cookie-consent.show{bottom:0}.cookie-consent-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.cookie-consent-text{flex:1}.cookie-consent-text h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.cookie-consent-text p{font-size:.95rem;color:#4b5563;line-height:1.6;margin:0}.privacy-link{background:none;border:none;color:#043873;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0;font-weight:600;transition:color .3s}.privacy-link:hover{color:#032a56}.cookie-consent-actions{display:flex;gap:1rem;flex-shrink:0}.btn-cookie-reject{background-color:transparent;color:#4b5563;border:2px solid #D1D5DB;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s}.btn-cookie-reject:hover{background-color:#f9fafb;border-color:#9ca3af}.btn-cookie-accept{background-color:#043873;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .3s}.btn-cookie-accept:hover{background-color:#032a56}.privacy-modal-overlay{position:fixed;inset:0;background-color:#0009;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease-in-out}.privacy-modal{background-color:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-in-out}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.privacy-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e5e5}.privacy-modal-header h2{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0}.privacy-modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s;line-height:1}.privacy-modal-close:hover{background-color:#f3f4f6;color:#1a1a1a}.privacy-modal-content{padding:2rem;overflow-y:auto;flex:1}.privacy-modal-content section{margin-bottom:2rem}.privacy-modal-content section:last-of-type{margin-bottom:1rem}.privacy-modal-content h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.privacy-modal-content p{font-size:.95rem;color:#4b5563;line-height:1.8;margin-bottom:.75rem}.privacy-modal-content ul{margin-left:1.5rem;margin-bottom:.75rem}.privacy-modal-content li{font-size:.95rem;color:#4b5563;line-height:1.8;margin-bottom:.5rem}.privacy-modal-footer{padding:1.5rem 2rem;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-end}.btn-privacy-close{background-color:#043873;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .3s}.btn-privacy-close:hover{background-color:#032a56}@media(max-width:968px){.cookie-consent{padding:1.25rem 1.5rem}.cookie-consent-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.cookie-consent-actions{width:100%;justify-content:flex-end}.cookie-consent-text h3{font-size:1.1rem}.cookie-consent-text p{font-size:.9rem}.privacy-modal{max-width:90%}.privacy-modal-header{padding:1.25rem 1.5rem}.privacy-modal-header h2{font-size:1.5rem}.privacy-modal-content{padding:1.5rem}}@media(max-width:768px){.cookie-consent{padding:1rem}.cookie-consent-content{gap:1.25rem}.cookie-consent-text h3{font-size:1rem;margin-bottom:.5rem}.cookie-consent-text p{font-size:.875rem}.cookie-consent-actions{width:100%;flex-direction:column-reverse;gap:.75rem}.btn-cookie-reject,.btn-cookie-accept{width:100%;padding:.875rem 1.5rem;font-size:.9rem}.privacy-modal{max-width:100%;max-height:95vh;border-radius:0;margin:0}.privacy-modal-overlay{padding:0}.privacy-modal-header{padding:1rem 1.25rem}.privacy-modal-header h2{font-size:1.25rem}.privacy-modal-content{padding:1.25rem}.privacy-modal-content h3{font-size:1.1rem}.privacy-modal-content p,.privacy-modal-content li{font-size:.9rem}.privacy-modal-footer{padding:1rem 1.25rem}.btn-privacy-close{width:100%}}@media(max-width:480px){.cookie-consent{padding:.875rem}.cookie-consent-text h3{font-size:.95rem}.cookie-consent-text p{font-size:.85rem}.privacy-modal-header{padding:.875rem 1rem}.privacy-modal-header h2{font-size:1.1rem}.privacy-modal-content{padding:1rem}.privacy-modal-footer{padding:.875rem 1rem}}.language-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#043873f2;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease-out}.language-modal-container{background-color:#fff;padding:3rem;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-width:500px;width:90%;text-align:center;animation:slideUp .4s ease-out}.language-modal-header h2{color:#043873;margin-bottom:1rem;font-size:1.8rem;line-height:1.3}.language-modal-header p{color:#666;margin-bottom:2.5rem;font-size:1.1rem}.language-options{display:flex;flex-direction:column;gap:1rem}.language-btn{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .2s ease;font-size:1.1rem;font-weight:500;color:#374151}.language-btn:hover{border-color:#043873;background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.lang-flag{font-size:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(min-width:640px){.language-options{flex-direction:row;justify-content:center}.language-btn{flex:1;flex-direction:column;padding:2rem 1rem}.lang-flag{font-size:2.5rem;margin-bottom:.5rem}}.app{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{position:relative;scroll-snap-type:y proximity}@media(max-width:992px){html{scroll-snap-type:none}}body{margin:0;min-width:320px;min-height:100vh;color:#1a1a1a;background-color:#fff;overflow-x:hidden}#root{width:100%;margin:0 auto}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:inherit}
