@media (max-width:768px){.nav-links{position:fixed;top:70px;left:-100%;flex-direction:column;background:var(--white);width:100%;padding:2rem;box-shadow:var(--shadow-lg);transition:left .3s;gap:1rem}.nav-links.active{left:0}.mobile-toggle{display:block}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.section-title{font-size:2rem}.contact-container{gap:2rem}.contact-container,.services-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:480px){.hero{padding:4rem 1rem}.hero h1{font-size:2rem}.cta-section p,.hero p{font-size:1rem}.container{padding:2rem 1rem}.cta-section h2,.section-title{font-size:1.75rem}.client-logos{grid-template-columns:repeat(2,1fr);gap:1rem}.client-logo{width:120px;height:60px}.stat-number{font-size:2rem}.footer-content{grid-template-columns:1fr}}