@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--blue-950:#0a1628;--blue-900:#0f2847;--blue-800:#143a6b;--blue-700:#1a4f8e;--blue-600:#2563a8;--blue-500:#3b82c4;--blue-400:#60a5e8;--blue-300:#7db8ff;--blue-200:#a8d0ff;--blue-100:#dbeafe;--blue-50:#eff6ff;--pure-black:#0a1628;--pure-white:#fff;--bg:#fff;--fg:#0f2847;--surface:#f0f5fb;--surface-raised:#e8f0f8;--border:#d0dcea;--border-strong:#b0c4d8;--text-muted:#5a7a96;--text-secondary:#3d5a72;--text-tertiary:#8aa4b8;--text-dim:#2c4a62;--text-faint:#1a3550;--black:#0f2847;--white:#fff;--gray-50:#f0f5fb;--gray-100:#e8f0f8;--gray-200:#d0dcea;--gray-300:#b0c4d8;--gray-400:#8aa4b8;--gray-500:#5a7a96;--gray-600:#3d5a72;--gray-700:#2c4a62;--gray-800:#1a3550;--gray-900:#0f2847;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:"DM Sans", "Inter", -apple-system, sans-serif}.skip-link{background:var(--blue-900);color:#fff;z-index:10000;padding:8px 16px;font-size:.875rem;transition:top .2s;position:absolute;top:-40px;left:0}.skip-link:focus{opacity:1;top:0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:18px}body{font-family:var(--font);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;line-height:1.6}#root{text-align:left;width:100%;max-width:100%;margin:0}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-sm{padding:60px 0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.025em;color:var(--fg);font-weight:700;line-height:1.15}h1{font-size:clamp(3rem,6vw,4.5rem);font-weight:800}h2{font-size:clamp(2.25rem,4vw,3.25rem)}h3{font-size:clamp(1.5rem,3vw,2.125rem)}h4{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600}p{color:var(--gray-600);letter-spacing:.005em;margin:0;font-size:1.125rem;line-height:1.75}.btn{letter-spacing:.05em;text-transform:uppercase;cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font);border:none;border-radius:0;padding:16px 36px;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--blue-900);color:var(--pure-white)}.btn-primary:hover{background-color:var(--blue-800);opacity:1}.btn-outline{color:var(--fg);border:2px solid var(--fg);background-color:#0000}.btn-outline:hover{background-color:var(--fg);color:var(--bg);opacity:1}.btn-white{background-color:var(--pure-white);color:var(--blue-900)}.btn-white:hover{background-color:var(--blue-50);opacity:1}.grid{gap:32px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:60px 0}.container{padding:0 20px}}.bg-dark{background:linear-gradient(135deg, var(--blue-950) 0%, var(--blue-900) 50%, var(--blue-800) 100%);color:var(--pure-white)}.bg-dark p{color:#a8c8e8}.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4{color:var(--pure-white)}.bg-gray{background-color:var(--blue-50)}.img-bw{filter:grayscale();transition:filter .5s}.img-bw:hover{filter:grayscale(0%)}.divider{background-color:var(--fg);width:60px;height:2px;margin:20px 0}input,textarea,select{width:100%;font-size:1.125rem;font-family:var(--font);border:1px solid var(--gray-300);background:var(--bg);color:var(--fg);padding:14px 16px;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--fg);outline:none}label{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-700);margin-bottom:8px;font-size:.875rem;font-weight:600;display:block}.legal-content h3{margin-top:32px;margin-bottom:12px;font-size:1.35rem}.legal-content p{margin-bottom:16px}.page-hero{align-items:center;min-height:50vh;display:flex;position:relative;overflow:hidden}.page-hero-bg{position:absolute;top:0;bottom:0;left:0;right:0}.page-hero-bg img{object-fit:cover;width:100%;height:100%}.page-hero-overlay{background:linear-gradient(135deg,#0a1628d9 0%,#0f2847b3 100%);position:absolute;top:0;bottom:0;left:0;right:0}.page-hero-content{z-index:1;color:var(--pure-white);padding:80px 24px;position:relative}.page-hero-content h1{color:var(--pure-white);margin-bottom:16px}.page-hero-sub{color:#a8c8e8;max-width:500px;font-size:1.5rem;font-weight:600}.testimonial-card{border:1px solid var(--gray-200);flex-direction:column;justify-content:space-between;min-height:220px;padding:32px;transition:border-color .3s;display:flex}.testimonial-card:hover{border-color:var(--black)}.testimonial-quote{color:var(--gray-700);margin-bottom:24px;font-size:1.125rem;line-height:1.7}.testimonial-role{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);font-size:.9rem;font-weight:600}.section-header{margin-bottom:60px}.section-header h2{margin-bottom:16px}.section-intro{max-width:560px;color:var(--gray-500);font-size:1.25rem}.product-badge{text-transform:uppercase;letter-spacing:.15em;border:1px solid var(--gray-400);color:var(--gray-300);margin-bottom:16px;padding:6px 16px;font-size:.85rem;font-weight:700;display:inline-block}[data-theme=dark]{--bg:#060e1a;--fg:#e0eaf4;--surface:#0b1929;--surface-raised:#0f2040;--border:#1a3050;--border-strong:#254060;--text-muted:#7a9ab8;--text-secondary:#a0bcd4;--text-tertiary:#5a7a96;--text-dim:#c0d4e4;--text-faint:#d8e8f4;--gray-50:#0b1929;--gray-100:#0f2040;--gray-200:#1a3050;--gray-300:#254060;--gray-400:#5a7a96;--gray-500:#7a9ab8;--gray-600:#a0bcd4;--gray-700:#c0d4e4;--gray-800:#d8e8f4;--gray-900:#e0eaf4;--blue-50:#0b1929}[data-theme=dark] body{color:var(--fg);background:linear-gradient(#060e1a 0%,#081420 30%,#0a1a2e 60%,#0c2040 100%) fixed}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:var(--fg)}[data-theme=dark] p{color:var(--gray-500)}[data-theme=dark] a{color:inherit}[data-theme=dark] .btn-primary{background-color:var(--blue-300);color:var(--blue-950)}[data-theme=dark] .btn-primary:hover{background-color:var(--blue-200)}[data-theme=dark] .btn-outline{color:var(--fg);border-color:var(--fg)}[data-theme=dark] .btn-outline:hover{background-color:var(--fg);color:var(--bg)}[data-theme=dark] .btn-white{background-color:var(--pure-white);color:var(--pure-black)}[data-theme=dark] .btn-white:hover{background-color:#e0e0e0}[data-theme=dark] .navbar{border-bottom-color:var(--border);background:#060e1af7}[data-theme=dark] .navbar-logo-img{filter:invert()brightness(2)}[data-theme=dark] .navbar-link{color:var(--gray-500)}[data-theme=dark] .navbar-link:hover,[data-theme=dark] .navbar-link.active{color:var(--fg)}[data-theme=dark] .navbar-link.active:after{background:var(--fg)}[data-theme=dark] .navbar-toggle,[data-theme=dark] .theme-toggle{color:var(--fg)}[data-theme=dark] .mobile-menu{background:var(--bg)}[data-theme=dark] .mobile-menu-link{color:var(--fg)}[data-theme=dark] .mobile-menu-link:hover,[data-theme=dark] .mobile-menu-link.active{color:var(--blue-400)}[data-theme=dark] .mobile-menu-home-logo,[data-theme=dark] .mobile-menu-logo{filter:invert()brightness(2)}[data-theme=dark] .mobile-menu-social-link:hover,[data-theme=dark] .mobile-menu-legal a:hover{color:var(--fg)}[data-theme=dark] .bg-gray{background-color:var(--surface)}[data-theme=dark] .bg-dark{color:var(--pure-white);background:linear-gradient(135deg,#040a14 0%,#081628 50%,#0c2040 100%)}[data-theme=dark] .bg-dark h1,[data-theme=dark] .bg-dark h2,[data-theme=dark] .bg-dark h3,[data-theme=dark] .bg-dark h4{color:var(--pure-white)}[data-theme=dark] .bg-dark p{color:#7a9ab8}[data-theme=dark] .bg-dark .stat-value{color:var(--pure-white)}[data-theme=dark] .bg-dark .stat-card h4{color:#a0bcd4}[data-theme=dark] .hero-content,[data-theme=dark] .page-hero-content,[data-theme=dark] .hero-title,[data-theme=dark] .page-hero-content h1{color:var(--pure-white)}[data-theme=dark] .hero-subtitle,[data-theme=dark] .page-hero-sub{color:#bbb}[data-theme=dark] .capability-card{border-color:var(--border)}[data-theme=dark] .testimonial-card{border-color:var(--border);background:var(--surface)}[data-theme=dark] .testimonial-card:hover{border-color:var(--gray-500)}[data-theme=dark] .testimonial-quote{color:var(--gray-600)}[data-theme=dark] .testimonial-role{color:var(--gray-500)}[data-theme=dark] .partner-card{border-color:var(--border);color:var(--fg)}[data-theme=dark] .partner-card:hover{background:var(--surface-raised);border-color:var(--gray-500)}[data-theme=dark] .partner-logo{filter:grayscale()opacity(.7)invert()brightness(1.5)}[data-theme=dark] .partner-card:hover .partner-logo{filter:invert()brightness(1.5)}[data-theme=dark] .divider{background-color:var(--gray-500)}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background:var(--surface);color:var(--fg);border-color:var(--border-strong)}[data-theme=dark] input:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{border-color:var(--fg)}[data-theme=dark] label{color:var(--gray-600)}[data-theme=dark] .img-bw{filter:grayscale()brightness(.75)}[data-theme=dark] .img-bw:hover{filter:grayscale(0%)brightness(.85)}[data-theme=dark] .case-study{background:var(--surface);border-left-color:var(--gray-500)}[data-theme=dark] .service-detail-text h2,[data-theme=dark] .service-text h3{color:var(--fg)}[data-theme=dark] .product-badge{border-color:var(--gray-500);color:var(--gray-600)}[data-theme=dark] .footer{background:#040a14}[data-theme=dark] .footer-logo-img{filter:none}[data-theme=dark] .blog-card{border-color:var(--border);background:var(--surface)}[data-theme=dark] .blog-card:hover{border-color:var(--gray-500)}[data-theme=dark] .blog-category{background:var(--surface-raised);color:var(--gray-600)}[data-theme=dark] .client-ticker-logo{filter:grayscale()opacity(.7)invert()brightness(1.5)}[data-theme=dark] .client-ticker-logo:hover{filter:invert()brightness(1.5)}[data-theme=dark] .client-card{border-color:var(--border);color:var(--fg)}[data-theme=dark] .client-card:hover{background:var(--surface)}[data-theme=dark] .case-card{background:var(--surface);border-color:var(--border)}[data-theme=dark] .feature-card-al,[data-theme=dark] .feature-card-aw{border-color:var(--border)}[data-theme=dark] .feature-card-al:hover,[data-theme=dark] .feature-card-aw:hover{border-color:var(--gray-500)}[data-theme=dark] .feature-icon-al,[data-theme=dark] .feature-icon-aw{background:var(--surface-raised)}[data-theme=dark] .login-card{border-color:var(--border);background:var(--surface)}[data-theme=dark] .login-divider span{background:var(--surface)}[data-theme=dark] .portal-list-item{border-color:var(--border)}[data-theme=dark] .portal-tab{color:var(--gray-500)}[data-theme=dark] .portal-tab.active{color:var(--fg);border-bottom-color:var(--fg)}[data-theme=dark] .portal-tabs{border-bottom-color:var(--border)}[data-theme=dark] .portal-actions button{border-color:var(--border-strong);color:var(--fg)}[data-theme=dark] .portal-actions button:hover{border-color:var(--fg)}[data-theme=dark] .footer-social-link{color:#888;border-color:#333}[data-theme=dark] .footer-social-link:hover{color:var(--pure-white);border-color:var(--pure-white)}[data-theme=dark] .cta-section h2{color:var(--pure-white)}.navbar{z-index:1000;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.navbar-logo{align-items:center;display:flex}.navbar-logo:hover{opacity:1}.navbar-logo-img{width:auto;height:38px}.navbar-links{align-items:center;gap:28px;display:flex}.navbar-link{text-transform:lowercase;letter-spacing:.02em;color:var(--gray-600);font-size:.95rem;font-weight:600;transition:color .2s;position:relative}.navbar-link:hover{color:var(--black);opacity:1}.navbar-link.active{color:var(--black)}.navbar-link.active:after{content:"";background:var(--black);height:2px;position:absolute;bottom:-4px;left:0;right:0}.navbar-dropdown{position:relative}.navbar-dropdown-trigger{cursor:pointer;font-family:var(--font);background:0 0;border:none;align-items:center;gap:4px;padding:0;display:flex}.navbar-dropdown-trigger svg{transition:transform .2s}.navbar-dropdown:hover .navbar-dropdown-trigger svg{transform:rotate(180deg)}.navbar-dropdown-menu{z-index:100;min-width:200px;padding-top:12px;position:absolute;top:100%;left:-12px}.navbar-dropdown-menu:before{content:"";display:block}.navbar-dropdown-item{color:var(--fg);background:var(--bg);border:1px solid var(--border,#e5e5e5);border-top:none;align-items:center;gap:8px;padding:12px 16px;font-size:.95rem;font-weight:600;transition:background .2s;display:flex}.navbar-dropdown-item:first-child{border-top:1px solid var(--border,#e5e5e5)}.navbar-dropdown-item:hover{background:var(--surface,#fafafa);opacity:1}.navbar-product-badge{text-transform:uppercase;letter-spacing:.1em;background:var(--fg);color:var(--bg);padding:2px 6px;font-size:.6rem;font-weight:800}.navbar-cta{margin-left:8px;padding:10px 24px;font-size:.875rem}.theme-toggle{color:var(--black);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-left:8px;padding:8px;display:flex}.navbar-toggle{color:var(--black);cursor:pointer;z-index:1100;background:0 0;border:none;padding:4px;display:none;position:relative}.mobile-menu{display:none}@media (max-width:1024px){.navbar-toggle{display:block}.navbar-links,.navbar .theme-toggle{display:none}.mobile-menu{z-index:1050;background:var(--bg);-webkit-overflow-scrolling:touch;flex-direction:column;padding:0 32px 32px;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{flex-shrink:0;justify-content:space-between;align-items:center;height:72px;display:flex}.mobile-menu-home-logo{width:auto;height:32px}.mobile-menu-close{color:var(--fg);cursor:pointer;background:0 0;border:none;padding:4px}.mobile-menu-nav{flex-direction:column;flex:1;gap:20px;display:flex}.mobile-menu-label{text-transform:uppercase;letter-spacing:.12em;color:var(--gray-400);font-size:.7rem;font-weight:700}.mobile-menu-link{text-transform:lowercase;letter-spacing:-.01em;color:var(--fg);align-items:center;gap:10px;font-size:1.75rem;font-weight:600;transition:color .2s;display:flex}.mobile-menu-link:hover,.mobile-menu-link.active{color:var(--blue-600);opacity:1}.mobile-menu-divider{background:var(--border);height:1px;margin:4px 0;display:block}.mobile-menu-cta{text-align:center;width:100%;margin-top:12px;padding:14px 32px;font-size:1rem}.mobile-menu-footer{border-top:1px solid var(--border);flex-direction:column;gap:20px;margin-top:32px;padding-top:24px;display:flex}.mobile-menu-brand{align-items:center;gap:10px;display:flex}.mobile-menu-logo{width:auto;height:28px}.mobile-menu-brand-name{color:var(--fg);letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.mobile-menu-social{gap:16px;display:flex}.mobile-menu-social-link{color:var(--gray-500);transition:color .2s}.mobile-menu-social-link:hover{color:var(--fg);opacity:1}.mobile-menu-legal{align-items:center;gap:8px;font-size:.85rem;display:flex}.mobile-menu-legal a{color:var(--gray-500);font-weight:500}.mobile-menu-legal a:hover{color:var(--fg);opacity:1}.mobile-menu-legal-sep{color:var(--gray-400)}.mobile-menu-meta{justify-content:space-between;align-items:center;display:flex}.mobile-menu-meta .theme-toggle{color:var(--gray-500);margin-left:0;padding:0;font-size:.8rem;font-weight:500;display:flex}.mobile-menu-copyright{color:var(--gray-400);margin:0;font-size:.75rem}}.footer{padding:80px 0 40px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;display:grid}.footer-logo{align-items:center;margin-bottom:16px;display:inline-flex}.footer-logo:hover{opacity:1}.footer-logo-img{width:auto;height:38px}.footer-tagline{color:#7a9ab8;max-width:280px;margin-bottom:20px;font-size:1rem}.footer-signup{padding:10px 24px;font-size:.875rem}.footer-col h5{text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:16px;font-size:.95rem;font-weight:700}.footer-col a{color:#7a9ab8;margin-bottom:10px;font-size:1rem;transition:color .2s;display:block}.footer-col a:hover{color:#fff;opacity:1}.footer-link-btn{color:#7a9ab8;cursor:pointer;font-size:1rem;font-family:var(--font);text-align:left;background:0 0;border:none;margin-bottom:10px;padding:0;transition:color .2s;display:block}.footer-link-btn:hover{color:#fff}.footer-bottom{border-top:1px solid #1a3050;margin-top:60px;padding-top:24px}.footer-bottom p{color:#5a7a96;font-size:.9rem}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}}.footer-social{gap:12px;margin-top:16px;display:flex}.footer-social-link{color:#7a9ab8;border:1px solid #254060;justify-content:center;align-items:center;width:36px;height:36px;transition:color .2s,border-color .2s;display:flex}.footer-social-link:hover{color:#fff;opacity:1;border-color:#7db8ff}@media (max-width:640px){.footer-grid{grid-template-columns:1fr}}.cookie-consent{z-index:1100;background:var(--bg);border-top:1px solid var(--border);animation:.4s cubic-bezier(.4,0,.2,1) cookie-slide-up;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000014}@keyframes cookie-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-consent-inner{flex-direction:column;gap:20px;padding:24px 0;display:flex}.cookie-consent-text{color:var(--fg);margin:0;font-size:.95rem;line-height:1.6}.cookie-consent-link{color:var(--blue-600);font-weight:600;text-decoration:underline}.cookie-consent-actions{flex-wrap:wrap;gap:12px;display:flex}.cookie-consent-actions .btn{padding:10px 24px;font-size:.875rem}.cookie-consent-categories{flex-direction:column;gap:16px;display:flex}.cookie-consent-category{border-bottom:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.cookie-consent-category:last-child{border-bottom:none}.cookie-consent-category-info{flex-direction:column;flex:1;gap:2px;display:flex}.cookie-consent-category-label{color:var(--fg);font-size:.95rem;font-weight:600}.cookie-consent-category-desc{color:var(--gray-500);font-size:.8rem;line-height:1.4}.cookie-consent-toggle{opacity:0;width:0;height:0;position:absolute}.cookie-consent-switch{background:var(--border-strong);flex-shrink:0;width:44px;height:24px;transition:background .2s;display:inline-block;position:relative}.cookie-consent-switch:after{content:"";background:var(--pure-white);width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px}.cookie-consent-toggle:checked+.cookie-consent-switch{background:var(--blue-600)}.cookie-consent-toggle:checked+.cookie-consent-switch:after{transform:translate(20px)}.cookie-consent-switch.locked,.cookie-consent-toggle:disabled+.cookie-consent-switch{opacity:.6;cursor:not-allowed}@media (max-width:768px){.cookie-consent-inner{padding:20px 0}.cookie-consent-actions{flex-direction:column}.cookie-consent-actions .btn{text-align:center;width:100%}}.page-loader{justify-content:center;align-items:center;min-height:60vh;display:flex}.page-loader-spinner{border:3px solid var(--gray-200);border-top-color:var(--blue-900);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
