@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:#1a3a5c;margin-bottom:.75rem;font-size:2.2rem;font-weight:700}.underline{background:#e63946;border-radius:2px;width:60px;height:3px;margin:0 auto 1rem}.section-subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.05rem}.btn{cursor:pointer;border:2px solid #0000;border-radius:8px;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:#e63946;border-color:#e63946}.btn-primary:hover{background:#c1272d;border-color:#c1272d;transform:translateY(-2px);box-shadow:0 5px 20px #e6394666}.btn-outline{color:#fff;background:0 0;border-color:#ffffff80}.btn-outline:hover{color:#1a3a5c;background:#fff;border-color:#fff;transform:translateY(-2px)}::selection{color:#fff;background:#e63946}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#1a3a5c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2d5f8a}.navbar{z-index:1000;background:0 0;width:100%;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{background:#fffffff7;padding:.5rem 0;box-shadow:0 2px 20px #0000001a}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{cursor:pointer;font-size:1.6rem;font-weight:700}.logo-text{color:#1a3a5c}.logo-accent{color:#e63946}.navbar:not(.scrolled) .logo-text{color:#fff}.nav-menu{gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{cursor:pointer;color:#1a3a5c;border-radius:4px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:all .3s}.navbar:not(.scrolled) .nav-link{color:#ffffffe6}.nav-link:hover,.active-link{color:#e63946!important}.menu-icon{cursor:pointer;color:#1a3a5c;font-size:1.5rem;display:none}.navbar:not(.scrolled) .menu-icon{color:#fff}@media (width<=768px){.menu-icon{display:block}.nav-menu{background:#fff;flex-direction:column;gap:.5rem;width:70%;height:100vh;padding:4rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 20px #0000001a}.nav-menu.active{right:0}.nav-link{padding:.75rem 1rem;font-size:1.1rem;color:#1a3a5c!important}}.hero{text-align:center;background:linear-gradient(135deg,#1a3a5c 0%,#2d5f8a 50%,#1a3a5c 100%);justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";opacity:.3;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{background:#0003;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;max-width:800px;padding:0 2rem;position:relative}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:3.2rem;font-weight:700;line-height:1.2}.highlight{color:#e63946}.hero-subtitle{color:#ffffffd9;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.scroll-down{color:#ffffffb3;cursor:pointer;z-index:2;font-size:1.2rem;animation:2s infinite bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}@media (width<=768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}.about{background:#fff;padding:6rem 0}.about-content{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.about-text p{color:#555;margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.about-highlights{margin-top:1.5rem;padding:0;list-style:none}.about-highlights li{color:#333;align-items:center;gap:.75rem;padding:.5rem 0;font-size:1rem;display:flex}.check-icon{color:#e63946;flex-shrink:0;font-size:1.1rem}.about-image{justify-content:center;display:flex}.image-placeholder{background:linear-gradient(135deg,#1a3a5c,#2d5f8a);border-radius:50%;justify-content:center;align-items:center;width:280px;height:280px;display:flex;box-shadow:0 20px 60px #1a3a5c4d}.placeholder-inner{text-align:center;color:#fff}.placeholder-inner h3{opacity:.8;margin-bottom:.25rem;font-size:1.2rem}.placeholder-inner .year{font-size:3rem;font-weight:700;display:block}.placeholder-inner p{opacity:.8;margin-top:.25rem;font-size:.95rem}@media (width<=768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-image{order:-1}.image-placeholder{width:200px;height:200px}.placeholder-inner .year{font-size:2.2rem}}.services{background:#f8f9fa;padding:6rem 0}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem;display:grid}.service-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:12px;padding:2.5rem 2rem;transition:all .3s}.service-card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.service-icon{color:#e63946;margin-bottom:1.2rem;font-size:2.5rem}.service-card h3{color:#1a3a5c;margin-bottom:.75rem;font-size:1.2rem}.service-card p{color:#666;font-size:.95rem;line-height:1.7}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.services-grid{grid-template-columns:1fr}}.departments{background:#fff;padding:6rem 0}.departments-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem;display:grid}.department-card{color:#fff;text-align:center;background:linear-gradient(135deg,#1a3a5c,#2d5f8a);border-radius:12px;padding:2.5rem 2rem;transition:all .3s}.department-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #1a3a5c4d}.dept-icon{color:#e63946;margin-bottom:1.2rem;font-size:2.5rem}.department-card h3{margin-bottom:.75rem;font-size:1.2rem}.department-card p{color:#fffc;margin-bottom:1.2rem;font-size:.95rem;line-height:1.7}.dept-fields{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.field-tag{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border-radius:20px;padding:.3rem .8rem;font-size:.8rem}@media (width<=992px){.departments-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}.clients{background:#f8f9fa;padding:6rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;display:grid}.stat-card{text-align:center;background:#fff;border-radius:12px;padding:2rem 1rem;box-shadow:0 5px 20px #0000000f}.stat-icon{color:#e63946;margin-bottom:.75rem;font-size:2rem}.stat-card h3{color:#1a3a5c;margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.stat-card p{color:#666;font-size:.95rem}.clients-details{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.countries-section h3,.tools-section h3{color:#1a3a5c;margin-bottom:1rem;font-size:1.2rem}.country-tags,.tool-tags{flex-wrap:wrap;gap:.6rem;display:flex}.country-tag,.tool-tag{color:#1a3a5c;background:#fff;border:1px solid #ddd;border-radius:25px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s}.country-tag:hover{color:#fff;background:#1a3a5c;border-color:#1a3a5c}.tool-tag:hover{color:#fff;background:#e63946;border-color:#e63946}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.clients-details{grid-template-columns:1fr}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}}.careers{background:#fff;padding:6rem 0}.careers-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem;display:grid}.career-card{background:#f8f9fa;border-left:4px solid #e63946;border-radius:12px;padding:2rem;transition:all .3s}.career-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.career-card h3{color:#1a3a5c;margin-bottom:.75rem;font-size:1.15rem}.job-description{color:#666;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.job-meta{color:#888;gap:1.5rem;margin-bottom:1.2rem;font-size:.85rem;display:flex}.job-meta span{align-items:center;gap:.4rem;display:flex}.btn-sm{padding:.5rem 1.5rem;font-size:.9rem}.careers-cta{text-align:center;color:#555;background:#f8f9fa;border-radius:12px;padding:2rem}.careers-cta strong{color:#e63946}@media (width<=992px){.careers-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}.contact{background:#f8f9fa;padding:6rem 0}.contact-content{grid-template-columns:1fr 1.2fr;gap:4rem;display:grid}.info-item{gap:1rem;margin-bottom:2rem;display:flex}.info-icon{color:#e63946;flex-shrink:0;margin-top:.2rem;font-size:1.3rem}.info-item h4{color:#1a3a5c;margin-bottom:.3rem;font-size:1rem}.info-item p{color:#666;font-size:.95rem;line-height:1.6}.contact-form form{flex-direction:column;gap:1rem;display:flex}.form-group input,.form-group textarea{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;padding:.85rem 1.2rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#1a3a5c;outline:none}.form-group textarea{resize:vertical}@media (width<=768px){.contact-content{grid-template-columns:1fr;gap:2rem}}.footer{color:#fff;background:#1a3a5c;padding:4rem 0 0}.footer-content{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand p{color:#ffffffb3;margin-top:.75rem;font-size:.95rem;line-height:1.8}.footer-links h4,.footer-social h4{margin-bottom:1rem;font-size:1.1rem}.footer-links ul{padding:0;list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ffffffb3;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#e63946}.social-icons{gap:1rem;display:flex}.social-icons a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;text-decoration:none;transition:all .3s;display:flex}.social-icons a:hover{background:#e63946;transform:translateY(-3px)}.footer-bottom{text-align:center;color:#ffffff80;padding:1.5rem 0;font-size:.9rem}@media (width<=768px){.footer-content{grid-template-columns:1fr;gap:2rem}}
