*{box-sizing:border-box}:root{--navbar-height:88px}html,body{width:100%;scroll-padding-top:var(--navbar-height);color:#1a1a1a;background:#fff;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}body{padding-top:var(--navbar-height);line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes rotateIcon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in-up{animation:.6s ease-out fadeInUp}.animate-fade-in-down{animation:.6s ease-out fadeInDown}.animate-fade-in{animation:.6s ease-out fadeIn}.animate-slide-in-left{animation:.6s ease-out slideInLeft}.animate-slide-in-right{animation:.6s ease-out slideInRight}.animate-scale-in{animation:.6s ease-out scaleIn}.animate-float{animation:3s ease-in-out infinite float}.animate-pulse{animation:2s ease-in-out infinite pulse}.animate-bounce{animation:2s ease-in-out infinite bounce}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.navbar{color:#fff;z-index:1000;background:#0f2a3f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:1rem 5%;display:flex;position:fixed;top:0;left:0;right:0}.logo{letter-spacing:.5px;color:#fff;flex-shrink:0;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.logoImg{object-fit:contain;width:auto;height:48px}.logoText{letter-spacing:1px;font-weight:700}.navLinks{flex-wrap:wrap;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.navLinks a{color:#fff;padding:.5rem;font-size:.95rem;text-decoration:none;transition:all .3s;position:relative}.navLinks a:hover{opacity:.8;text-decoration:underline}.navLinks a:active{opacity:.6;transform:scale(.98)}.navLinks a:focus{outline-offset:2px;border-radius:2px;outline:2px solid #4da6ff}.menuToggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:all .3s;display:none}.menuToggle:hover{opacity:.8}.menuToggle:active{transform:scale(.95)}.menuToggle:focus{outline-offset:2px;border-radius:4px;outline:2px solid #4da6ff}.mobileMenu{display:none}.mobileMenuLink{color:#fff;text-decoration:none;transition:all .3s}@media (max-width:768px){:root{--navbar-height:84px}.navbar{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:1rem}.navLinks{display:none}.menuToggle{justify-content:center;align-items:center;display:flex}.mobileMenu{background:#0d1f2f;border-top:1px solid #ffffff1a;flex-direction:column;gap:.5rem;padding:1rem;animation:.3s ease-out slideDown;display:flex;position:absolute;top:100%;left:0;right:0}.mobileMenuLink{border-radius:6px;padding:1rem;font-size:1rem;transition:all .3s;display:block}.mobileMenuLink:hover{opacity:.9;background:#06b6d41a}.mobileMenuLink:active{background:#06b6d433;transform:scale(.98)}.mobileMenuLink:focus{outline-offset:-2px;outline:2px solid #4da6ff}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero{background:linear-gradient(135deg,#f5f7fb 0%,#fff 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 5%;display:flex;position:relative;overflow:hidden}.heroContent{z-index:2;max-width:720px;animation:.8s ease-out fadeInUp;position:relative}.hero h1{color:#0f2a3f;letter-spacing:-.5px;margin:0 0 1.5rem;font-size:clamp(2rem,8vw,3.5rem);font-weight:700;line-height:1.2}.hero p{color:#555;max-width:600px;margin:0;font-size:clamp(1.1rem,2.5vw,1.4rem)}.heroButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f2a3f 0%,#1a3d54 100%);border:none;border-radius:8px;margin-top:2rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;overflow:hidden;box-shadow:0 6px 20px #0f2a3f33}.heroButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.heroButton:hover:before{left:100%}.heroButton:hover{background:linear-gradient(135deg,#06b6d4 0%,#0f2a3f 100%);transform:translateY(-3px);box-shadow:0 12px 30px #06b6d44d}.heroButton:active{transform:translateY(-1px)scale(.99);box-shadow:0 4px 12px #0f2a3f33}.heroButton:focus{outline-offset:2px;outline:2px solid #4da6ff}.heroButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.networkCanvas{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.section{max-width:1400px;margin:0 auto;padding:clamp(3rem,10vw,6rem) 5%}.section h2{color:#0f2a3f;margin:0 0 2rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700}.section h3{color:#0f2a3f;margin:0 0 1rem;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:600}.section p{color:#555;max-width:800px;margin:0 0 1rem}.services{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.card-link{color:inherit;text-decoration:none;transition:transform .3s;display:block}.card-link:hover{transform:scale(1.02)}.card-link:focus{outline:none}.card-link:focus .card{outline-offset:2px;outline:2px solid #4da6ff}.card{cursor:pointer;opacity:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;transition:all .3s;animation:.6s ease-out forwards cardFadeIn;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.card:first-child{animation-delay:.1s}.card:nth-child(2){animation-delay:.2s}.card:nth-child(3){animation-delay:.3s}.card:nth-child(4){animation-delay:.4s}.card:nth-child(5){animation-delay:.5s}.card:nth-child(6){animation-delay:.6s}.card:before{content:"";background:linear-gradient(90deg,#0000,#06b6d41a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.card:hover:before{left:100%}.card:hover{border-color:#06b6d4;transform:translateY(-8px)scale(1.02);box-shadow:0 12px 24px #0f2a3f1f}.card:active{transform:translateY(-4px)scale(1.01);box-shadow:0 6px 12px #0f2a3f14}.card h3{color:#0f2a3f;margin:1rem 0;font-size:clamp(1.1rem,2vw,1.3rem);font-weight:700}.card p{color:#666;margin:0;line-height:1.6}.cardIcon{color:#06b6d4;margin-bottom:.5rem;transition:transform .3s}.card:hover .cardIcon{color:#0891b2;transform:scale(1.15)rotate(-5deg)}.card:active .cardIcon{color:#06b6d4;transform:scale(1.08)rotate(-3deg)}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.services{grid-template-columns:1fr;gap:1.5rem}}.stats{text-align:center;background:linear-gradient(135deg,#f5f7fb 0%,#fff 100%);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1400px;margin:0 auto;padding:4rem 5%;display:grid}.stat{opacity:0;padding:2rem;animation:.8s cubic-bezier(.34,1.56,.64,1) forwards statBounceIn;position:relative}.stat:first-child{animation-delay:.2s}.stat:nth-child(2){animation-delay:.3s}.stat:nth-child(3){animation-delay:.4s}.stat:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#06b6d4,#0000);height:3px;animation:.8s ease-out .3s forwards expandWidth;position:absolute;bottom:0;left:20%;right:20%}.stat h2{color:#0f2a3f;margin:0 0 .5rem;font-size:clamp(2rem,6vw,3rem);font-weight:700}.stat p{color:#555;margin:0;font-size:1rem;font-weight:500}.statIcon{color:#06b6d4;margin-bottom:.5rem;display:inline-block}@keyframes statBounceIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes expandWidth{0%{opacity:0;width:0;left:50%}to{opacity:1;width:60%;left:20%}}.clients{text-align:center;background:#f5f7fb;max-width:1400px;margin:0 auto;padding:clamp(3rem,10vw,6rem) 5%}.clients h2{color:#0f2a3f;margin:0 0 2rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700}.logoGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem;margin-top:2rem;display:grid}.clientLogo{opacity:.6;justify-content:center;align-items:center;min-height:80px;padding:1rem;transition:opacity .3s;display:flex}.clientLogo:hover{opacity:1}@media (max-width:640px){.logoGrid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.clientLogo{min-height:60px}}.partners{text-align:center;background:#f5f7fb;max-width:100%;padding:clamp(3rem,10vw,6rem) 5%;overflow:hidden}.partners h2{color:#0f2a3f;margin:0 0 1rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700}.techIntro{color:#555;max-width:600px;margin:0 auto;padding:0 5%;font-size:clamp(1rem,2vw,1.2rem)}.logoSlider{margin-top:3rem;padding:2rem 0;overflow:hidden}.logoTrack{align-items:center;gap:3rem;width:max-content;padding:1rem 0;animation:40s linear infinite scrollLogos;display:flex}.logoTrack img{object-fit:contain;flex-shrink:0;width:auto;height:60px;transition:transform .3s}.logoTrack img:hover{transform:scale(1.1)}@keyframes scrollLogos{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.logoTrack{flex-wrap:wrap;justify-content:flex-start;gap:2rem;width:100%;animation:none}}.insights{max-width:1400px;margin:0 auto;padding:clamp(3rem,10vw,6rem) 5%}.insightsHero{position:relative;overflow:hidden}.insightsHeroGlow{filter:blur(6px);pointer-events:none;background:radial-gradient(circle,#06b6d42e 0%,#06b6d400 72%);border-radius:50%;width:280px;height:280px;animation:8s ease-in-out infinite insightOrbFloat;position:absolute;inset:auto auto 10% -6%}.insightsHeroGlowSecondary{background:radial-gradient(circle,#0f2a3f1f 0%,#0f2a3f00 72%);width:220px;height:220px;animation-duration:10s;animation-delay:-2.5s;inset:-10% -2% auto auto}.insightsStage{position:relative;overflow:hidden}.insightsBackdrop{pointer-events:none;position:absolute;inset:0}.insightsOrb{filter:blur(4px);background:radial-gradient(circle,#06b6d429 0%,#06b6d400 72%);border-radius:50%;animation:11s ease-in-out infinite insightOrbFloat;position:absolute}.insightsOrbOne{width:240px;height:240px;top:8%;right:-4%}.insightsOrbTwo{width:180px;height:180px;animation-delay:-3s;bottom:14%;left:-3%}.insightsOrbThree{width:140px;height:140px;animation-delay:-5s;top:45%;left:48%}.insights h2{color:#0f2a3f;margin:0 0 2rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700}.insightGrid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid;position:relative}.insightCardLink{color:inherit;text-decoration:none;display:block}.insightCardLink:focus{outline:none}.insightCardLink:focus .insightCard{outline-offset:4px;outline:2px solid #4da6ff}.insightCard{opacity:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;transition:all .3s;animation:.6s ease-out forwards cardFadeIn;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.insightCard:first-child{animation-delay:.1s}.insightCard:nth-child(2){animation-delay:.2s}.insightCard:nth-child(3){animation-delay:.3s}.insightCard:nth-child(4){animation-delay:.4s}.insightCard:nth-child(5){animation-delay:.5s}.insightCard:nth-child(6){animation-delay:.6s}.insightCard:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#06b6d4,#0000);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.insightCardEnhanced:after{content:"";pointer-events:none;background:linear-gradient(130deg,#fff0 10%,#ffffffa6 48%,#fff0 82%);transition:transform .9s;position:absolute;inset:0;transform:translate(-140%)}.insightCard:hover,.insightCardLink:hover .insightCard{border-color:#06b6d480;transform:translateY(-10px)scale(1.025);box-shadow:0 18px 36px #0f2a3f24}.insightCard:hover:before,.insightCardLink:hover .insightCard:before{opacity:1}.insightCardEnhanced:hover:after,.insightCardLink:hover .insightCardEnhanced:after{transform:translate(140%)}.insightCard:active{transform:translateY(-3px)scale(1.01);box-shadow:0 6px 12px #0f2a3f14}.insightCardAura{opacity:.7;pointer-events:none;background:radial-gradient(circle,#06b6d42e 0%,#06b6d400 70%);border-radius:50%;width:140px;height:140px;transition:transform .45s,opacity .45s;position:absolute;top:-48px;right:-32px;transform:scale(.9)}.insightCardCount{letter-spacing:.14em;color:#0f2a3f3d;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1.1rem}.insightCard h3{color:#0f2a3f;margin-bottom:.75rem;font-weight:700;transition:transform .35s,color .35s}.insightCard p{color:#666;font-size:.95rem;line-height:1.6}.insightCard:hover h3,.insightCardLink:hover .insightCard h3{color:#0b3550;transform:translateY(-2px)}.insightCompany{color:#0f2a3f;letter-spacing:.02em;text-transform:uppercase;margin:0 0 .9rem;font-size:.85rem;font-weight:700;transition:transform .35s,color .35s}.insightCard:hover .insightCompany,.insightCardLink:hover .insightCard .insightCompany{color:#06b6d4;transform:translate(4px)}.insightRecommendation{color:#284556;background:#f5fbfd;border-left:3px solid #06b6d4;margin-top:1rem;padding:.9rem 1rem;transition:transform .35s,box-shadow .35s,border-color .35s}.insightCard:hover .insightRecommendation,.insightCardLink:hover .insightCard .insightRecommendation{border-left-color:#0f2a3f;transform:translate(6px);box-shadow:inset 0 0 0 1px #06b6d41f}.insightMeta{color:#999;border-top:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;font-size:.85rem;display:flex}.insightIcon{color:#06b6d4;flex-shrink:0;transition:transform .45s,color .35s,filter .35s}.insightCard:hover .insightIcon,.insightCardLink:hover .insightCard .insightIcon{color:#0f2a3f;filter:drop-shadow(0 10px 14px #06b6d42e);transform:translateY(-4px)scale(1.08)rotate(-6deg)}.insightCard:hover .insightCardAura,.insightCardLink:hover .insightCard .insightCardAura{opacity:1;transform:scale(1.18)}@media (max-width:640px){.insightGrid{grid-template-columns:1fr;gap:1.5rem}}@keyframes insightOrbFloat{0%,to{transform:translate(0,0)scale(1)}50%{transform:translateY(-14px)scale(1.05)}}@media (prefers-reduced-motion:reduce){.insightsHeroGlow,.insightsOrb,.insightCard,.insightCardEnhanced:after{transition:none;animation:none}.insightCard:hover,.insightCard:active,.insightCard:hover .insightIcon,.insightCardLink:hover .insightCard,.insightCard:hover .insightRecommendation,.insightCard:hover .insightCompany,.insightCard:hover h3,.insightCardEnhanced:hover:after,.insightCardLink:hover .insightCard .insightIcon,.insightCardLink:hover .insightCard .insightRecommendation,.insightCardLink:hover .insightCard .insightCompany,.insightCardLink:hover .insightCard h3,.insightCardLink:hover .insightCardEnhanced:after,.insightCard:hover .insightCardAura{transform:none}}.industries{background:linear-gradient(135deg,#f5f7fb 0%,#fff 100%);max-width:1400px;margin:0 auto;padding:clamp(3rem,10vw,6rem) 5%}.industries h2{color:#0f2a3f;margin:0 0 2rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700}.industryGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-top:2rem;display:grid}.industryGrid>*{text-align:center;opacity:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;transition:all .3s;animation:.6s ease-out forwards cardFadeIn;position:relative}.industryGrid>:first-child{animation-delay:.1s}.industryGrid>:nth-child(2){animation-delay:.2s}.industryGrid>:nth-child(3){animation-delay:.3s}.industryGrid>:nth-child(4){animation-delay:.4s}.industryGrid>:nth-child(5){animation-delay:.5s}.industryGrid>:nth-child(6){animation-delay:.6s}.industryGrid>:hover{border-color:#06b6d4;transform:translateY(-6px)scale(1.05);box-shadow:0 12px 24px #0f2a3f1f}.industryGrid>:active{transform:translateY(-3px)scale(1.02);box-shadow:0 6px 12px #0f2a3f14}.industryIcon{color:#06b6d4;margin-bottom:.5rem;transition:transform .3s}.industryGrid>:hover .industryIcon{color:#0891b2;transform:scale(1.2)rotate(5deg)}.industryGrid>:active .industryIcon{color:#06b6d4;transform:scale(1.1)rotate(3deg)}.cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0f2a3f 0%,#06b6d4 100%);max-width:100%;margin:0 auto;padding:clamp(4rem,12vw,8rem) 5%;position:relative;overflow:hidden}.cta:before{content:"";background:#ffffff1a;border-radius:50%;width:300px;height:300px;animation:6s ease-in-out infinite float;position:absolute;top:-50%;right:-50%}.cta h2{z-index:2;margin:0 0 1rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700;position:relative}.cta p{z-index:2;max-width:600px;margin:0 auto;font-size:1.2rem;position:relative}.footer{text-align:center;color:#666;background:#fff;border-top:1px solid #e5e7eb;padding:2rem;font-size:.95rem}.footer a{color:#0f2a3f;text-decoration:none;transition:opacity .3s}.footer a:hover{opacity:.7;text-decoration:underline}.contactSection{background:#f5f7fb;padding:clamp(3rem,10vw,6rem) 5%}.contactContainer{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.contactInfo h2{color:#0f2a3f;margin:0 0 1.5rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700}.contactInfo p{color:#555;margin:1rem 0 0;line-height:1.8}.contactInfo a{color:#0f2a3f;text-decoration:none;transition:opacity .3s}.contactInfo a:hover{opacity:.7;text-decoration:underline}.contactForm{flex-direction:column;gap:1.25rem;display:flex}.contactForm>div{opacity:0;animation:.6s ease-out forwards slideUp}.contactForm>div:first-child{animation-delay:.1s}.contactForm>div:nth-child(2){animation-delay:.2s}.contactForm>div:nth-child(3){animation-delay:.3s}.contactForm>div:nth-child(4){animation-delay:.4s}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contactForm .inputWrapper{position:relative}.contactForm input,.contactForm textarea{background:#fff;border:1.5px solid #ddd;border-radius:6px;width:100%;padding:1rem 1rem 1rem 2.5rem;font-family:inherit;font-size:1rem;transition:all .3s}.contactForm input::placeholder,.contactForm textarea::placeholder{color:#999}.contactForm input:focus,.contactForm textarea:focus{background:#f8fdfe;border-color:#06b6d4;outline:none;box-shadow:0 0 0 4px #06b6d41a}.contactForm label{color:#0f2a3f;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.contactForm textarea{resize:vertical;min-height:160px;padding-top:1rem;padding-left:1rem}.formIcon{color:#06b6d4;pointer-events:none;opacity:.7;position:absolute;top:2.75rem;left:.75rem}.contactForm button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f2a3f 0%,#1a3d54 100%);border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0f2a3f26}.contactForm button:before{content:"";background:#fff3;width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.contactForm button:hover:before{left:100%}.contactForm button:hover:not(:disabled){background:linear-gradient(135deg,#0d1f2f 0%,#132a41 100%);transform:translateY(-2px);box-shadow:0 6px 20px #0f2a3f40}.contactForm button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #0f2a3f26}.contactForm button:disabled{opacity:.7;cursor:not-allowed}.contactForm button:focus{outline-offset:2px;outline:2px solid #4da6ff}@media (max-width:768px){.contactContainer{grid-template-columns:1fr;gap:2rem}.contactForm{gap:1rem}}.contactFormWrapper{width:100%}.contactStatus{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7;border-radius:6px;margin-bottom:2rem;padding:1.5rem;font-weight:500;animation:.3s ease-out slideDown}.contactStatus.error{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.caseStudy{background:#fff;max-width:1400px;margin:0 auto;padding:clamp(3rem,10vw,6rem) 5%}.caseStudy h2{color:#0f2a3f;margin:0 0 2rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700}.caseContainer{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.caseContent p{color:#555;max-width:500px;margin:1.5rem 0;line-height:1.8}.caseContent h3{color:#0f2a3f;margin:0 0 1.5rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.caseContent ul{color:#333;margin:1.5rem 0 0;padding-left:2rem;line-height:2}.caseContent li{margin-bottom:.75rem}.caseImage{border-radius:8px;width:100%;height:auto;box-shadow:0 10px 30px #0000001a}@media (max-width:768px){.caseContainer{grid-template-columns:1fr;gap:2rem}.caseContent p{max-width:100%}}.caseVisual{flex-direction:column;gap:30px;display:flex}.caseCard{background:#f5f7fb;border:1px solid #eee;border-radius:8px;padding:30px;transition:all .3s}.caseCard:hover{transform:translateY(-6px);box-shadow:0 8px 25px #00000014}.aboutBlock{background:#f5f7fb;padding:120px 10%}.aboutContainer{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1100px;margin:auto;display:grid}.aboutCard{background:#fff;border:1px solid #eee;border-radius:8px;padding:40px}.aboutCard ul{margin-top:20px;line-height:2}.valuesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:50px;display:grid}.valueCard{background:#f5f7fb;border:1px solid #eee;border-radius:8px;padding:30px}.aboutHero{background:#f5f7fb;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:120px 10%;display:grid}.aboutHeroImage img{width:100%;max-width:420px}.aboutCapabilities{text-align:center;padding:120px 10%}.capGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;margin-top:50px;display:grid}.capCard{background:#fff;border:1px solid #eee;border-radius:8px;padding:30px;transition:all .3s}.capCard img{height:50px;margin-bottom:20px}.capCard:hover{transform:translateY(-8px);box-shadow:0 10px 30px #00000014}.aboutExperience{background:#f5f7fb;padding:120px 10%}.experienceContainer{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.experienceImage img{width:100%;max-width:420px}.aboutTech{text-align:center;padding:120px 10%}.techGrid{flex-wrap:wrap;justify-content:center;gap:60px;margin-top:50px;display:flex}.techGrid img{height:55px}.aboutValues{text-align:center;background:#f5f7fb;padding:120px 10%}.iconList{margin-top:20px;padding:0;line-height:2;list-style:none}.iconList li{align-items:center;gap:10px;margin-bottom:10px;display:flex}.cardIcon,.valueIcon{color:#0f2a3f;margin-bottom:15px}.founderImage img{border-radius:8px;width:100%;max-width:260px}.founderContent h3{color:#0f2a3f;margin-top:10px}.founderContent p{color:#555;margin-top:15px;line-height:1.7}@media (max-width:640px) and (hover:none) and (pointer:coarse){.heroButton{min-height:48px;padding:1.2rem 2.8rem;font-size:1rem}.contactForm button{min-height:48px;padding:1.2rem 2rem;font-size:1rem}.contactForm input,.contactForm textarea{min-height:48px;padding:1.2rem;font-size:16px}.card,.insightCard{padding:2.2rem}.mobileMenuLink{align-items:center;min-height:44px;padding:1.2rem;display:flex}.cardIcon{justify-content:center;align-items:center;width:44px;height:44px;display:flex}.section{padding:clamp(2rem,8vw,4rem) 4%}@media (max-width:375px){.heroButton{padding:1rem 2rem;font-size:.95rem}.section h2{font-size:clamp(1.5rem,5vw,2rem)}.services{gap:1.2rem}.card{padding:1.5rem}}}@media (hover:none) and (pointer:coarse){.card:hover,.insightCard:hover,.industryGrid>:hover,.logoTrack img:hover,.clientLogo:hover{transform:none}}.founderSection{background:#f7f9fc;padding:100px 10%}.founderContainer{grid-template-columns:300px 1fr;align-items:center;gap:60px;max-width:1100px;margin:auto;display:grid}.founderImage{justify-content:center;display:flex}.founderPortraitFrame{background:linear-gradient(160deg,#fffffff2 0%,#e6f1f7e6 100%);border-radius:32px;width:min(100%,320px);padding:14px;position:relative;overflow:hidden;box-shadow:0 24px 60px #0f2a3f24}.founderPortraitGlow{pointer-events:none;background:radial-gradient(circle,#06b6d438 0%,#06b6d400 72%);border-radius:50%;width:180px;height:180px;position:absolute;inset:auto -18% -18% auto}.founderImage img{aspect-ratio:4/5;object-fit:cover;object-position:center 18%;border-radius:22px;width:100%;display:block;transform:scale(1.02);box-shadow:0 14px 32px #0f2a3f29}.founderContent h2{margin-bottom:10px}.founderContent h3{margin-bottom:5px;font-size:28px}.founderTitle{color:#0f2a3f;margin-bottom:20px;font-weight:600}.founderLinks a{color:#fff;background:#0f2a3f;border-radius:4px;margin-top:15px;padding:10px 20px;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s;display:inline-block}.founderLinks a:hover{background:#123652;transform:translateY(-2px);box-shadow:0 10px 24px #0f2a3f2e}.industrySection{text-align:center;background:#f7f9fc;padding:100px 10%}.industryIntro{color:#555;max-width:700px;margin:20px auto 50px}.industryGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;max-width:1000px;margin:auto;display:grid}.industryCard{background:#fff;border:1px solid #eee;padding:30px;transition:all .3s}.industryCard:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00000014}.industryCard h3{color:#0f2a3f;margin-bottom:10px}.industryIcon{color:#0f2a3f;margin-bottom:15px}.techSection{text-align:center;background:#fff;padding:100px 10%;overflow:hidden}.techIntro{color:#555;max-width:700px;margin:20px auto 60px}.logoSlider{width:100%;position:relative;overflow:hidden}.logoTrack{will-change:transform;align-items:center;gap:80px;width:max-content;animation:30s linear infinite scrollLogos;display:flex}.logoTrack img{object-fit:contain;opacity:.85;height:70px;transition:transform .3s,opacity .3s}.logoTrack img:hover{opacity:1;transform:scale(1.08)}.logoSlider:hover .logoTrack{animation-play-state:paused}html,body{width:100%;overflow-x:hidden}@media (max-width:1024px){.hero h1{font-size:48px}.stats{flex-direction:column;gap:40px}.contactContainer,.caseContainer,.aboutContainer,.aboutHero,.experienceContainer,.founderContainer{text-align:center;grid-template-columns:1fr;gap:40px}.aboutHeroImage img,.experienceImage img,.founderPortraitFrame{margin:auto}}@media (max-width:768px){.navbar{padding:18px 20px}.navLinks{gap:18px}.hero{text-align:center;padding:60px 20px}.hero h1{font-size:36px}.hero p{font-size:18px}.section,.caseStudy,.aboutBlock,.aboutValues,.aboutCapabilities,.aboutExperience,.industrySection,.techSection,.founderSection,.cta,.clients{padding:80px 20px}.services,.insightGrid,.industryGrid,.capGrid,.valuesGrid{grid-template-columns:1fr}.logoTrack img{height:50px}.techGrid{gap:30px}.hero{text-align:center;justify-content:center;padding:60px 20px}.heroContent{max-width:100%}.heroButton{width:auto;max-width:100%;display:inline-block}.founderPortraitFrame{border-radius:26px;width:min(100%,300px);padding:12px}}.contactStatus{color:#0f5132;background:#e6f7ec;border-radius:6px;margin-bottom:20px;padding:16px;font-size:15px;line-height:1.5}
