@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;1,14..32,400&display=swap";:root{--navy:#0b1728;--navy-light:#152238;--navy-border:#ffffff14;--cobalt:#2563eb;--cobalt-dark:#1d4ed8;--cobalt-light:#eff6ff;--cobalt-mid:#dbeafe;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-900:#0f172a;--accent-emerald:#10b981;--accent-violet:#8b5cf6;--accent-sky:#0ea5e9;--accent-amber:#f59e0b;--accent-rose:#f43f5e;--font:"Inter", system-ui, -apple-system, sans-serif;--weight-regular:400;--weight-medium:500;--weight-semi:600;--weight-bold:700;--weight-extra:800;--container-width:1280px;--container-pad:1.5rem;--section-py:6rem;--section-py-sm:4rem;--shadow-sm:0 1px 2px #0000000f;--shadow-card:0 4px 6px -1px #00000012, 0 2px 4px -1px #0000000a;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000a;--shadow-xl:0 20px 40px #0000001a;--shadow-focus:0 0 0 3px #2563eb26;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--transition:all .2s ease;--transition-slow:all .35s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);font-size:1rem;font-weight:var(--weight-regular);color:var(--gray-900);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;transition:var(--transition);text-decoration:none}ul,ol{list-style:none}button{font-family:var(--font);cursor:pointer;background:0 0;border:none}input,textarea,select{font-family:var(--font)}h1,h2,h3,h4,h5,h6{font-family:var(--font);font-weight:var(--weight-bold);letter-spacing:-.02em;color:var(--gray-900);line-height:1.2}.display{font-size:clamp(3rem,6vw,5.5rem);font-weight:var(--weight-extra);letter-spacing:-.03em;line-height:1.08}h1{font-size:clamp(2.25rem,4vw,3.5rem)}h2{font-size:clamp(1.75rem,3vw,2.5rem)}h3{font-size:1.375rem}h4{font-size:1.125rem}.lead{color:var(--gray-600);font-size:1.125rem;line-height:1.7}.caption{color:var(--gray-500);font-size:.875rem}.overline{font-size:.75rem;font-weight:var(--weight-semi);letter-spacing:.08em;text-transform:uppercase;color:var(--cobalt)}.text-white{color:var(--white)}.text-muted-dark{color:var(--gray-400)}.container{width:100%;max-width:var(--container-width);padding:0 var(--container-pad);margin:0 auto}.section{padding:var(--section-py) 0}.section-sm{padding:var(--section-py-sm) 0}.bg-white{background-color:var(--white)}.bg-light{background-color:var(--gray-50)}.bg-navy{background-color:var(--navy)}.bg-navy h1,.bg-navy h2,.bg-navy h3,.bg-navy h4,.bg-navy .display{color:var(--white)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.grid-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;display:grid}.grid-about{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.grid-why{grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;display:grid}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.align-center{align-items:center}.align-start{align-items:flex-start}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.btn{font-family:var(--font);font-size:.9375rem;font-weight:var(--weight-semi);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;line-height:1;display:inline-flex;position:relative;overflow:hidden}.btn-lg{padding:1rem 2.25rem;font-size:1.0625rem}.btn-primary{background-color:var(--cobalt);color:var(--white);border-color:var(--cobalt)}.btn-primary:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff26 50%,#0000 100%);transition:transform .45s;position:absolute;inset:0;transform:translate(-100%)}.btn-primary:hover:after{transform:translate(100%)}.btn-primary:hover{background-color:var(--cobalt-dark);border-color:var(--cobalt-dark);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb4d}.btn-secondary{background-color:var(--white);color:var(--gray-900);border-color:var(--gray-200)}.btn-secondary:hover{background-color:var(--gray-50);border-color:var(--gray-300);box-shadow:var(--shadow-card);transform:translateY(-1px)}.btn-outline-white{color:var(--white);background-color:#0000;border-color:#ffffff59}.btn-outline-white:hover{background-color:#ffffff14;border-color:#fff9}.btn-ghost{color:var(--gray-700);background:0 0;border-color:#0000;padding-left:0;padding-right:0}.btn-ghost:hover{color:var(--cobalt)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background-color:#fffffff5;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;padding:1.1rem 0;display:flex}.nav-logo{font-size:1.5rem;font-weight:var(--weight-extra);letter-spacing:-.04em;color:var(--navy)}.nav-logo span{color:var(--cobalt)}.nav-links{align-items:center;gap:2.25rem;display:flex}.nav-link{font-size:.9375rem;font-weight:var(--weight-medium);color:var(--gray-700);transition:color .15s;position:relative}.nav-link:after{content:"";background:var(--cobalt);border-radius:2px;width:0;height:2px;transition:width .22s;position:absolute;bottom:-3px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link:hover,.nav-link.active{color:var(--cobalt)}.nav-actions{align-items:center;gap:.75rem;display:flex}.hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:.5rem;display:none}.hamburger span{background:var(--gray-900);width:22px;height:2px;transition:var(--transition);border-radius:2px;display:block}.mobile-menu{border-top:1px solid var(--gray-200);flex-direction:column;gap:0;padding:1rem 0 1.5rem;display:none}.mobile-menu.open{display:flex}.mobile-nav-link{font-size:1rem;font-weight:var(--weight-medium);color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:.75rem 1.5rem}.mobile-nav-link:hover{color:var(--cobalt)}.mobile-nav-cta{margin:1rem 1.5rem 0}.page-hero{background-color:var(--navy);padding:9rem 0 6rem}.page-hero-label{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:inline-flex}.page-hero-label:before{content:"";background-color:var(--cobalt);border-radius:50%;width:6px;height:6px;display:block}.page-hero h1{color:var(--white)}.page-hero .lead{color:var(--gray-400);max-width:560px}.section-header{margin-bottom:3.5rem}.section-header.centered{text-align:center}.section-header.centered .lead{margin:0 auto}.section-header .lead{max-width:580px;margin-top:.75rem}.section-label{font-size:.75rem;font-weight:var(--weight-semi);letter-spacing:.1em;text-transform:uppercase;color:var(--cobalt);align-items:center;gap:.5rem;margin-bottom:1rem;display:inline-flex}.section-label:before{content:"";background-color:var(--cobalt);width:24px;height:1.5px;display:block}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:var(--transition-slow);padding:2rem}.card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.card-icon{background-color:var(--cobalt-light);border-radius:var(--radius-md);width:48px;height:48px;color:var(--cobalt);transition:var(--transition);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.card:hover .card-icon{background-color:var(--cobalt);color:var(--white)}.card h3{margin-bottom:.75rem;font-size:1.125rem}.card p{color:var(--gray-600);font-size:.9375rem;line-height:1.7}.card-dark{background:var(--navy-light);border-color:var(--navy-border);color:var(--white)}.card-dark h3,.card-dark h4{color:var(--white)}.card-dark p{color:var(--gray-400)}.card-dark:hover{border-color:#2563eb66;box-shadow:0 10px 30px #0000004d}.service-card-premium{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);cursor:pointer;flex-direction:column;transition:all .35s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.service-card-premium:before{content:"";background:var(--card-accent,var(--cobalt));transform-origin:0;height:3px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card-premium:hover:before{transform:scaleX(1)}.service-card-premium:hover{border-color:#2563eb33;transform:translateY(-6px);box-shadow:0 16px 48px #2563eb1f}.service-illus{aspect-ratio:16/9;background:var(--navy);flex-shrink:0;width:100%;position:relative;overflow:hidden}.service-illus svg{width:100%;height:100%}.service-card-body{flex-direction:column;flex:1;padding:1.75rem;display:flex}.service-card-body h3{color:var(--gray-900);margin-bottom:.625rem;font-size:1.0625rem}.service-card-body p{color:var(--gray-600);flex:1;font-size:.9rem;line-height:1.7}.service-card-link{font-size:.875rem;font-weight:var(--weight-semi);color:var(--cobalt);align-items:center;gap:.375rem;margin-top:1.25rem;transition:gap .2s;display:inline-flex}.service-card-premium:hover .service-card-link{gap:.625rem}.portfolio-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);flex-direction:column;transition:all .35s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden}.portfolio-card:hover{box-shadow:0 0 0 1px var(--card-theme,var(--cobalt)), 0 20px 60px #00000026;border-color:#0000;transform:translateY(-5px)}.portfolio-card-cover{aspect-ratio:16/10;background:var(--navy);position:relative;overflow:hidden}.portfolio-card-cover svg{width:100%;height:100%}.portfolio-card-cover-overlay{background:linear-gradient(#0000 0%,#0b172899 40%,#0b1728f2 100%);padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.portfolio-card-content{flex-direction:column;flex:1;padding:1.75rem;display:flex}.portfolio-industry-badge{font-size:.6875rem;font-weight:var(--weight-semi);letter-spacing:.07em;text-transform:uppercase;border-radius:99px;align-items:center;gap:.375rem;margin-bottom:1rem;padding:.3rem .75rem;display:inline-flex}.portfolio-narrative{background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-100);flex-direction:column;gap:.5rem;margin:1rem 0;padding:1rem;display:flex}.portfolio-narrative-row{gap:.5rem;font-size:.8125rem;line-height:1.5;display:flex}.portfolio-narrative-label{font-weight:var(--weight-semi);color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;min-width:64px;padding-top:1px;font-size:.6875rem}.portfolio-narrative-value{color:var(--gray-700)}.portfolio-metrics-row{border-top:1px solid var(--gray-100);gap:1.5rem;margin-top:auto;padding-top:1.125rem;display:flex}.portfolio-metric-val{font-size:1.375rem;font-weight:var(--weight-extra);letter-spacing:-.02em;color:var(--navy);line-height:1}.portfolio-metric-lbl{color:var(--gray-500);margin-top:.2rem;font-size:.75rem}.portfolio-featured{border:1px solid var(--gray-200);border-radius:var(--radius-xl);background:var(--white);grid-template-columns:1.2fr 1fr;margin-bottom:3rem;transition:all .35s;display:grid;overflow:hidden}.portfolio-featured:hover{transform:translateY(-3px);box-shadow:0 24px 64px #0000001f}.portfolio-featured-cover{background:var(--navy);min-height:400px;position:relative;overflow:hidden}.portfolio-featured-cover svg{width:100%;height:100%}.portfolio-featured-body{flex-direction:column;justify-content:center;padding:3rem;display:flex}.hero-ecosystem{aspect-ratio:1;width:100%;max-width:520px;margin-left:auto;position:relative}.hero-ecosystem-svg{filter:drop-shadow(0 32px 64px #2563eb33);width:100%;height:100%}.ecosystem-badge{background:var(--white);border-radius:var(--radius-lg);z-index:2;white-space:nowrap;align-items:center;gap:.625rem;padding:.875rem 1.25rem;display:flex;position:absolute;box-shadow:0 16px 48px #0000002e}.ecosystem-badge-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite badge-pulse;box-shadow:0 0 0 3px #22c55e33}.ecosystem-badge-title{font-size:.8125rem;font-weight:var(--weight-bold);color:var(--gray-900);line-height:1.2}.ecosystem-badge-sub{color:var(--gray-500);margin-top:.1rem;font-size:.6875rem}.stats-bar{background:var(--white);border-bottom:1px solid var(--gray-200)}.stats-grid{border-left:1px solid var(--gray-200);grid-template-columns:repeat(4,1fr);display:grid}.stat-item{text-align:center;border-right:1px solid var(--gray-200);padding:2.5rem 1.5rem}.stat-value{font-size:2.5rem;font-weight:var(--weight-extra);letter-spacing:-.03em;color:var(--navy);margin-bottom:.5rem;line-height:1}.stat-label{font-size:.8125rem;font-weight:var(--weight-semi);letter-spacing:.05em;text-transform:uppercase;color:var(--gray-500)}.project-block{border-bottom:1px solid var(--gray-100);grid-template-columns:1.15fr 1fr;align-items:center;gap:5rem;padding:4rem 0;display:grid}.project-block:last-child{border-bottom:none}.project-block.reverse{grid-template-columns:1fr 1.15fr}.project-block.reverse .project-image{order:2}.project-block.reverse .project-content{order:1}.project-image{border-radius:var(--radius-xl);border:1px solid var(--gray-200);box-shadow:var(--shadow-xl);aspect-ratio:16/10;background-color:var(--gray-100);overflow:hidden}.project-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-block:hover .project-image img{transform:scale(1.02)}.project-tag{font-size:.75rem;font-weight:var(--weight-semi);letter-spacing:.08em;text-transform:uppercase;color:var(--cobalt);margin-bottom:1rem;display:inline-block}.project-content h3{margin-bottom:1rem;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.25}.project-content .lead{margin-bottom:2rem}.project-metrics{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex}.metric-item .metric-value{font-size:1.75rem;font-weight:var(--weight-extra);letter-spacing:-.02em;color:var(--navy);line-height:1}.metric-item .metric-label{color:var(--gray-500);margin-top:.25rem;font-size:.8125rem}.testimonial-block{text-align:center;max-width:860px;margin:0 auto}.quote-mark{color:var(--gray-200);margin-bottom:1rem;font-family:Georgia,serif;font-size:5rem;line-height:1;display:block}.testimonial-text{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:var(--weight-medium);color:var(--gray-900);margin-bottom:2.5rem;line-height:1.6}.testimonial-author-name{font-weight:var(--weight-bold);color:var(--gray-900);font-size:1rem}.testimonial-author-role{color:var(--gray-500);margin-top:.25rem;font-size:.875rem}.process-steps{grid-template-columns:repeat(6,1fr);gap:0;display:grid;position:relative}.process-steps:before{content:"";background:var(--gray-200);z-index:0;height:1px;position:absolute;top:24px;left:8%;right:8%}.process-step{z-index:1;text-align:center;padding:0 1rem;position:relative}.process-step-num{background:var(--cobalt);width:48px;height:48px;color:var(--white);font-weight:var(--weight-bold);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:.9375rem;display:flex}.process-step h4{color:var(--navy);margin-bottom:.5rem;font-size:.9375rem}.process-step p{color:var(--gray-500);font-size:.8125rem;line-height:1.6}.process-flow-visual{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.process-flow-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);transition:var(--transition-slow);padding:2rem;position:relative}.process-flow-card:hover{border-color:var(--cobalt);transform:translateY(-4px);box-shadow:0 8px 32px #2563eb1a}.process-flow-num{font-size:3rem;font-weight:var(--weight-extra);letter-spacing:-.04em;color:var(--gray-100);line-height:1;position:absolute;top:1.5rem;right:1.5rem}.process-flow-icon{border-radius:var(--radius-md);background:var(--cobalt-light);width:52px;height:52px;color:var(--cobalt);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.process-flow-card h4{margin-bottom:.5rem;font-size:1rem}.process-flow-card p{color:var(--gray-500);font-size:.875rem;line-height:1.6}.footer{background-color:var(--navy);color:var(--gray-400)}.footer-main{border-bottom:1px solid var(--navy-border);grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding:5rem 0 4rem;display:grid}.footer-brand p{max-width:280px;margin-top:1rem;font-size:.9375rem;line-height:1.7}.footer-col h5{font-size:.8125rem;font-weight:var(--weight-semi);letter-spacing:.06em;text-transform:uppercase;color:var(--white);margin-bottom:1.25rem}.footer-col ul{flex-direction:column;gap:.75rem;display:flex}.footer-col a{color:var(--gray-400);font-size:.9375rem;transition:color .15s}.footer-col a:hover{color:var(--white)}.footer-bottom{justify-content:space-between;align-items:center;padding:2rem 0;display:flex}.footer-bottom p,.footer-bottom a{color:var(--gray-500);font-size:.875rem}.footer-bottom a:hover{color:var(--gray-300)}.footer-bottom-links{gap:1.5rem;display:flex}.form-group{margin-bottom:1.5rem}.form-label{font-size:.8125rem;font-weight:var(--weight-semi);color:var(--gray-700);letter-spacing:.01em;margin-bottom:.5rem;display:block}.form-input,.form-select,.form-textarea{width:100%;font-size:.9375rem;font-family:var(--font);color:var(--gray-900);background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-md);transition:var(--transition);outline:none;padding:.75rem 1rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--cobalt);box-shadow:var(--shadow-focus)}.form-textarea{resize:vertical;min-height:140px}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.cta-banner{background:var(--navy);padding:6rem 0;position:relative;overflow:hidden}.cta-banner:before{content:"";pointer-events:none;background:radial-gradient(#2563eb26 0%,#0000 60%);width:60%;height:200%;position:absolute;top:-50%;left:-10%}.cta-banner h2{color:var(--white);margin-bottom:1.25rem}.cta-banner .lead{color:var(--gray-400);margin-bottom:2.5rem}.cta-banner-inner{justify-content:space-between;align-items:center;gap:3rem;display:flex}.cta-banner-text{max-width:560px}.industry-pill{background:var(--white);border:1.5px solid var(--gray-200);font-size:.9375rem;font-weight:var(--weight-medium);color:var(--gray-800);transition:var(--transition);cursor:default;border-radius:99px;align-items:center;gap:.75rem;padding:.875rem 1.5rem;display:inline-flex}.industry-pill:hover{border-color:var(--cobalt);color:var(--cobalt);background:var(--cobalt-light)}.logo-strip{opacity:.5;filter:grayscale();flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem 4rem;display:flex}.logo-strip-item{font-size:1.25rem;font-weight:var(--weight-extra);letter-spacing:-.03em;color:var(--gray-700);white-space:nowrap}.timeline{flex-direction:column;gap:0;display:flex}.timeline-item{border-bottom:1px solid var(--gray-100);grid-template-columns:140px 1fr;align-items:start;gap:3rem;padding:3rem 0;display:grid}.timeline-item:first-child{padding-top:0}.timeline-item:last-child{border-bottom:none}.timeline-year{font-size:2rem;font-weight:var(--weight-extra);color:var(--cobalt);letter-spacing:-.03em;padding-top:.2rem}.timeline-content h4{margin-bottom:.5rem}.timeline-content p{color:var(--gray-600);font-size:.9375rem;line-height:1.7}.values-grid{background:var(--gray-200);border:2px solid var(--gray-200);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:2px;display:grid;overflow:hidden}.value-cell{background:var(--white);transition:var(--transition-slow);padding:2.5rem 2rem}.value-cell:hover{background:var(--cobalt-light)}.value-num{font-size:2.5rem;font-weight:var(--weight-extra);color:var(--gray-200);letter-spacing:-.05em;margin-bottom:1rem;line-height:1}.value-cell h4{margin-bottom:.75rem}.value-cell p{color:var(--gray-600);font-size:.9375rem;line-height:1.7}.case-header{background:var(--gray-200);border-radius:var(--radius-md);grid-template-columns:1fr 1fr 1fr;gap:1px;margin-bottom:4rem;display:grid;overflow:hidden}.case-header-cell{background:var(--gray-50);padding:2rem}.case-header-cell .overline{margin-bottom:.5rem}.case-header-cell p{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.results-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.result-card{background:var(--cobalt-light);border:1px solid var(--cobalt-mid);border-radius:var(--radius-lg);text-align:center;padding:2rem}.result-value{font-size:2.25rem;font-weight:var(--weight-extra);color:var(--cobalt-dark);letter-spacing:-.03em;margin-bottom:.5rem;line-height:1}.result-desc{font-size:.875rem;font-weight:var(--weight-semi);color:var(--navy);margin-bottom:.25rem}.result-sub{color:var(--gray-500);font-size:.8125rem}.pillar-card{background:var(--navy-light);border:1px solid var(--navy-border);border-radius:var(--radius-xl);transition:var(--transition-slow);padding:2rem;position:relative;overflow:hidden}.pillar-card:before{content:"";background:var(--card-accent,var(--cobalt));transform-origin:0;height:2px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.pillar-card:hover:before{transform:scaleX(1)}.pillar-card:hover{border-color:#2563eb4d;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.pillar-card h4{color:var(--white);margin-bottom:.75rem}.pillar-card p{color:var(--gray-400);font-size:.9375rem;line-height:1.7}.pillar-icon{border-radius:var(--radius-md);width:44px;height:44px;color:var(--cobalt);background:#2563eb26;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{opacity:.5;transform:scale(1)}50%{opacity:.15;transform:scale(1.12)}to{opacity:.5;transform:scale(1)}}@keyframes orbit-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orbit-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes badge-pulse{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 6px #22c55e00}}@keyframes data-dash{0%{stroke-dashoffset:200px}to{stroke-dashoffset:0}}@keyframes node-glow{0%,to{filter:drop-shadow(0 0 4px)}50%{filter:drop-shadow(0 0 12px)}}@keyframes shimmer-sweep{0%{transform:translate(-100%)}to{transform:translate(200%)}}@keyframes float-y{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes draw-line{0%{stroke-dashoffset:1000px}to{stroke-dashoffset:0}}.animate-fade-up{opacity:0;animation:.55s forwards fadeUp}.animate-fade-in{opacity:0;animation:.55s forwards fadeIn}.animate-float{animation:4s ease-in-out infinite float-y}@media (width<=1024px){:root{--section-py:5rem}.grid-4,.grid-3,.stats-grid{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:repeat(3,1fr);gap:2rem}.process-steps:before{display:none}.footer-main{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}.values-grid{grid-template-columns:repeat(2,1fr)}.project-block{grid-template-columns:1fr;gap:3rem}.project-block.reverse .project-image,.project-block.reverse .project-content{order:0}.cta-banner-inner{flex-direction:column;gap:2rem}.portfolio-featured{grid-template-columns:1fr}.portfolio-featured-cover{min-height:280px}.portfolio-featured-body{padding:2rem}.process-flow-visual{grid-template-columns:repeat(2,1fr)}.hero-ecosystem{max-width:100%}.grid-hero,.grid-about,.grid-why{grid-template-columns:1fr;gap:4rem}}@media (width<=768px){:root{--section-py:4rem}.display{font-size:clamp(2.25rem,8vw,3.5rem)}h1{font-size:clamp(1.75rem,6vw,2.25rem)}h2{font-size:clamp(1.5rem,5vw,2rem)}.nav-links,.nav-actions .btn-secondary,.nav-actions .btn-primary{display:none}.hamburger{display:flex}.grid-2,.grid-3{grid-template-columns:1fr}.stats-grid{border-left:none;grid-template-columns:repeat(2,1fr)}.stat-item{border-bottom:1px solid var(--gray-200)}.stat-item:nth-child(odd){border-left:none}.stat-item:nth-child(2n){border-right:none}.values-grid,.footer-main{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.form-row{grid-template-columns:1fr}.timeline-item{grid-template-columns:1fr;gap:.5rem}.results-grid,.case-header{grid-template-columns:1fr}.process-steps{grid-template-columns:repeat(2,1fr)}.process-flow-visual{grid-template-columns:1fr}.hero-ecosystem{max-width:340px;margin:0 auto}}@media (width<=480px){:root{--container-pad:1rem}.stats-grid{grid-template-columns:1fr 1fr}.process-steps{grid-template-columns:1fr}.portfolio-metrics-row{flex-wrap:wrap;gap:1rem}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}::selection{background:var(--cobalt);color:var(--white)}
