*{margin:0;padding:0;box-sizing:border-box}.main-bg{background:linear-gradient(135deg,#f8fafc,#e0e7ef);min-height:100vh;font-family:Segoe UI,Arial,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.sticky-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 2px 8px #0000000a}.header-content{display:flex;align-items:center;justify-content:space-between}.logo-title{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#1a237e}.logo-icon{font-size:2rem;margin-right:.5rem}.logo-icon img{width:90px;height:70px}.company-name{letter-spacing:1px}.sticky-header nav a{margin-left:2rem;color:#1a237e;text-decoration:none;font-weight:500;transition:color .2s}.sticky-header nav a:hover{color:#1976d2}.hero-section{background:linear-gradient(120deg,#1976d2,#42a5f5);color:#fff;padding:4rem 0 3rem;text-align:center}.hero-section h1{font-size:2.8rem;margin-bottom:1rem;font-weight:700}.hero-section p{font-size:1.25rem;margin-bottom:2rem}.cta-btn{background:#fff;color:#1976d2;padding:.75rem 2rem;border-radius:30px;font-weight:600;text-decoration:none;font-size:1.1rem;box-shadow:0 2px 8px #1976d214;transition:background .2s,color .2s}.cta-btn:hover{background:#1976d2;color:#fff}.services-section{padding:3rem 0 2rem;background:#f4f7fb}h2{text-align:center;font-size:2.2rem;margin-bottom:2rem;color:#1a237e}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.service-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #1976d212;padding:2rem 1.2rem;text-align:center;transition:transform .15s,box-shadow .15s}.service-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 6px 24px #1976d221}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{font-size:1.2rem;margin-bottom:.5rem;color:#1976d2}.service-card p{color:#333;font-size:1rem}.clients-section{padding:3rem 0 2rem;background:#fff}.clients-section h2{text-align:center;font-size:2.2rem;margin-bottom:2rem;color:#1a237e}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.client-card{background:#f4f7fb;border-radius:16px;box-shadow:0 2px 8px #1976d20d;padding:1.5rem 1rem;display:flex;align-items:center;gap:1rem}.client-logo-placeholder{font-size:2.2rem;background:#fff;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #1976d214}.client-logo-placeholder img{width:100%;height:100%;object-fit:contain}.client-info h4{margin:0 0 .2rem;color:#1976d2;font-size:1.1rem}.client-info p{margin:0 0 .2rem;font-size:.98rem;color:#333}.client-location{font-size:.92rem;color:#666}.footer-section{background:#1a237e;color:#fff;padding:2rem 0 1rem;text-align:center}.footer-content{display:flex;flex-direction:column;gap:.7rem;align-items:center}.footer-section a{color:#90caf9;text-decoration:underline}.footer-copy{margin-top:.7rem;font-size:.95rem;color:#b0bec5}.intro-section{background:#fff;padding:3rem 0 2rem;text-align:center}.intro-headline{font-size:2.2rem;color:#1976d2;margin-bottom:.7rem;font-weight:700}.intro-subheadline{font-size:1.3rem;color:#1a237e;margin-bottom:1.2rem;font-weight:500}.intro-text{font-size:1.1rem;color:#333;margin-bottom:1.2rem}.intro-highlights{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;padding:0}.intro-highlights li{font-size:1.1rem;background:#f4f7fb;border-radius:20px;padding:.5rem 1.2rem;color:#1976d2;font-weight:500;box-shadow:0 1px 4px #1976d212}.intro-cta{display:flex;gap:1rem;justify-content:center}.cta-btn.secondary{background:#1976d2;color:#fff;border:2px solid #fff}.cta-btn.secondary:hover{background:#fff;color:#1976d2;border:2px solid #1976d2}.aboutus-section,.mission-section,.team-section{background:#f4f7fb;padding:2.5rem 0 2rem;text-align:center}.aboutus-section h3,.mission-section h3{color:#1a237e;font-size:1.2rem;margin-bottom:.7rem;font-weight:500}.aboutus-section p,.mission-section p,.team-section p{color:#333;font-size:1.05rem;margin-bottom:1rem}.mission-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;list-style:none;padding:0;margin:2rem 0 1rem}.mission-values li{background:#fff;border-radius:16px;box-shadow:0 2px 12px #1976d212;padding:1.2rem;color:#1976d2;font-weight:500;font-size:1.08rem;display:flex;align-items:flex-start;gap:.9rem;transition:transform .15s,box-shadow .15s;position:relative;min-height:110px}.mission-values li:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 6px 24px #1976d221;background:#e3f2fd}.mission-values .value-icon{font-size:1.5rem;margin-right:.7rem;margin-top:.2rem;flex-shrink:0}.mission-values .value-content{display:flex;flex-direction:column;align-items:flex-start}.mission-values .value-title{color:#1a237e;font-weight:700;font-size:1.08rem;margin-bottom:.2rem;display:inline}.mission-values .value-desc{color:#1976d2;font-weight:500;font-size:1.02rem;margin:0;text-align:left;word-break:break-word}@media (max-width: 700px){.header-content,.footer-content{flex-direction:column;gap:.7rem;align-items:flex-start}.sticky-header nav a{margin-left:1rem;font-size:1rem}.hero-section h1{font-size:2rem}.services-section h2,.clients-section h2{font-size:1.5rem}.intro-headline{font-size:1.3rem}.intro-subheadline{font-size:1rem}.aboutus-section h2,.mission-section h2,.team-section h2{font-size:1.2rem}.mission-values{grid-template-columns:1fr;gap:1rem}.mission-values li{flex-direction:row;min-height:unset}}.services-desc,.clients-desc{text-align:center;color:#333;font-size:1.08rem;max-width:700px;margin:0 auto 2rem;line-height:1.6}.desktop-nav{display:flex;gap:2rem}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;background:none;border:none;cursor:pointer;z-index:120}.hamburger span{display:block;width:24px;height:3px;background:#1976d2;margin:4px 0;border-radius:2px;transition:all .2s}.mobile-drawer{position:fixed;top:0;left:-260px;width:240px;height:100vh;background:#fff;box-shadow:2px 0 16px #1976d214;z-index:200;display:flex;flex-direction:column;padding:2rem 1.2rem 1.2rem;transition:left .3s cubic-bezier(.4,0,.2,1)}.mobile-drawer.open{left:0}.mobile-nav{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.mobile-nav a{color:#1976d2;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .2s}.mobile-nav a:hover{color:#1a237e}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#1976d2;cursor:pointer}.drawer-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e293b2e;z-index:100}@media (max-width: 900px){.desktop-nav{display:none}.hamburger{display:flex}.header-content{flex-direction:row;justify-content:space-between;align-items:center}.logo-title{font-size:1.1rem}.company-name{font-size:1.1rem;letter-spacing:.5px}}
