*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#1e3a8a;--secondary-color:#1e40af;--accent-color:#3b82f6;--primary-dark:#0f172a;--primary-light:#60a5fa;--text-dark:#0f172a;--text-medium:#334155;--text-light:#64748b;--text-lighter:#94a3b8;--bg-light:#f8fafc;--bg-white:#ffffff;--border-color:#e2e8f0;--border-light:#f1f5f9;--gradient:linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);--gradient-subtle:linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);--shadow-sm:0 1px 3px rgba(0, 0, 0, 0.08);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)}html{scroll-behavior:smooth}body{font-family:inter,sans-serif;line-height:1.7;color:var(--text-medium);overflow-x:hidden;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1000;padding:1.25rem 0;box-shadow:0 1px 3px rgba(0,0,0,5%);border-bottom:1px solid var(--border-light);transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo a{text-decoration:none;display:flex;flex-direction:column;line-height:1.2}.nav-logo h2.logo-main{color:var(--primary-dark);font-weight:700;font-size:1.75rem;margin:0;letter-spacing:-.5px;line-height:1;margin-bottom:.25rem}.nav-logo .logo-tagline{color:var(--text-light);font-size:.7rem;font-weight:500;margin-top:0;margin-left:.5rem;letter-spacing:.5px;text-transform:uppercase;line-height:1;padding-left:.25rem}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0}.nav-link{text-decoration:none;color:var(--text-medium);font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative;letter-spacing:.01em}.nav-link:hover{color:var(--primary-color)}.nav-link.active{color:var(--primary-color);font-weight:600}.nav-link::after{content:'';position:absolute;bottom:-8px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease;border-radius:2px}.nav-link:hover::after{width:100%}.nav-link.active::after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer;z-index:1001}.bar{width:25px;height:3px;background:var(--text-dark);margin:3px 0;transition:.3s}.hamburger.active .bar:nth-child(1){transform:rotate(45deg)translate(5px,5px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}#main-content{margin-top:70px}.hero{padding:100px 0 80px;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 50%,#3b82f6 100%);color:var(--bg-white);display:flex;align-items:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(99,102,241,.1) 0%,transparent 50%);opacity:1}.hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;position:relative;z-index:1}.hero-content{position:relative;z-index:2}.hero-image{position:relative;z-index:1}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;animation:fadeInUp .8s ease;letter-spacing:-1px;color:var(--bg-white)}.highlight{color:#60a5fa;background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-subtitle{font-size:1.1rem;margin-bottom:2.5rem;opacity:.9;animation:fadeInUp 1s ease;font-weight:400;line-height:1.7;color:rgba(255,255,255,.95);max-width:550px}.hero-buttons{display:flex;gap:1rem;animation:fadeInUp 1.2s ease;flex-wrap:wrap}.btn{padding:12px 30px;border:none;border-radius:8px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;cursor:pointer;font-family:inherit;font-size:1rem}.btn-primary{background:var(--bg-white);color:var(--primary-dark);font-weight:600;border:2px solid transparent;padding:14px 32px;box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);background:#f8fafc}.btn-secondary{background:0 0;color:var(--bg-white);border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);padding:14px 32px}.btn-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);color:var(--bg-white)}.hero-graphic{display:flex;justify-content:center;align-items:center;height:300px;font-size:8rem;opacity:.12;animation:float 3s ease-in-out infinite;color:var(--bg-white)}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stats-section{padding:80px 0;background:var(--bg-white);border-bottom:1px solid var(--border-light)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.stat-card{padding:2.5rem 2rem;text-align:center}.stat-card h3{font-size:3.5rem;font-weight:800;color:var(--primary-dark);margin-bottom:.75rem;letter-spacing:-1px;line-height:1}.stat-card p{color:var(--text-light);font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.services-preview{padding:100px 0;background:var(--bg-light)}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{font-size:2.75rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark);letter-spacing:-1px;line-height:1.2}.section-header p{font-size:1.15rem;color:var(--text-light);font-weight:400;max-width:600px;margin:0 auto;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:var(--bg-white);padding:2.5rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:all .3s ease;text-align:center;height:100%}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary-light)}.service-icon{font-size:2.75rem;color:var(--primary-color);margin-bottom:1.75rem;opacity:.9}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark);font-weight:700;letter-spacing:-.3px}.service-card p{color:var(--text-light);line-height:1.7;font-size:.95rem;margin-bottom:1.5rem}.tech-icons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.tech-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:var(--bg-light);color:var(--primary-color);font-size:1.25rem;transition:all .3s ease;cursor:help;position:relative}.tech-icon:hover{background:var(--primary-color);color:var(--bg-white);transform:translateY(-3px);box-shadow:var(--shadow-md)}.tech-icon i{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media(max-width:768px){.tech-icon{width:36px;height:36px;font-size:1.1rem}.tech-icons{gap:.5rem}}@media(max-width:480px){.tech-icon{width:32px;height:32px;font-size:1rem}.tech-icons{gap:.5rem}}.section-footer{text-align:center}.about-preview{padding:100px 0;background:var(--bg-white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.75rem;margin-bottom:1.5rem;color:var(--text-dark);font-weight:800;letter-spacing:-1px;line-height:1.2}.about-text p{font-size:1.1rem;color:var(--text-medium);margin-bottom:2rem;line-height:1.8;font-weight:400}.about-graphic{display:flex;justify-content:center;align-items:center;height:300px;font-size:6rem;color:var(--primary-color);opacity:.7}.team-preview{padding:100px 0;background:var(--bg-light)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;justify-items:center}.team-carousel-wrapper{position:relative;margin-bottom:3rem;padding:0 60px}.team-carousel{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:2rem;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none}.team-carousel::-webkit-scrollbar{display:none}.team-carousel .team-card{flex:0 0 calc(33.333% - 1.34rem);min-width:280px;scroll-snap-align:start;max-width:none}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:var(--bg-white);border:2px solid var(--border-color);color:var(--primary-color);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:var(--shadow-md)}.carousel-btn:hover{background:var(--primary-color);color:var(--bg-white);border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-50%)scale(1.1)}.carousel-btn:active{transform:translateY(-50%)scale(.95)}.carousel-prev{left:-24px}.carousel-next{right:-24px}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-dot{width:12px;height:12px;border-radius:50%;background:var(--border-color);border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot.active{background:var(--primary-color);width:32px;border-radius:6px}.carousel-dot:hover{background:var(--primary-light)}@media(max-width:1024px){.team-carousel-wrapper{padding:0 50px}.team-carousel .team-card{flex:0 0 calc(50% - 1rem)}.carousel-btn{width:40px;height:40px;font-size:1rem}.carousel-prev{left:0}.carousel-next{right:0}}@media(max-width:768px){.team-carousel-wrapper{padding:0 50px}.team-carousel .team-card{flex:0 0 100%}.carousel-btn{width:36px;height:36px;font-size:.9rem}.carousel-prev{left:10px}.carousel-next{right:10px}}.team-card{background:var(--bg-white);padding:2.5rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);text-align:center;max-width:400px;transition:all .3s ease;width:100%}.team-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary-light)}.team-card-featured{border:2px solid var(--primary-color);position:relative;background:linear-gradient(135deg,rgba(30,58,138,2%) 0%,rgba(59,130,246,2%) 100%)}.team-card-featured::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:12px;z-index:-1;opacity:.08}.team-card-featured .team-role{font-size:1.15rem;font-weight:700;color:var(--primary-color)}.team-image{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.team-image i{font-size:5rem;color:var(--primary-color);padding:1rem;background:var(--bg-light);border-radius:50%}.team-card h3{font-size:1.75rem;margin-bottom:.5rem;color:var(--text-dark);font-weight:700;letter-spacing:-.3px}.team-role{font-size:1.05rem;color:var(--primary-color);font-weight:600;margin-bottom:1.5rem}.team-skills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.skill{background:var(--primary-color);color:var(--bg-white);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;display:inline-block;white-space:nowrap}.cta-section{padding:100px 0;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);color:var(--bg-white);text-align:center;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(99,102,241,.1) 0%,transparent 50%)}.cta-content{position:relative;z-index:1}.cta-content h2{font-size:2.75rem;margin-bottom:1rem;font-weight:800;letter-spacing:-1px;color:var(--bg-white)}.cta-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.85;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto}.page-content{padding:120px 0 80px;min-height:calc(100vh - 70px)}.page-header{text-align:center;margin-bottom:4rem}.page-header h1{font-size:3rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-1px;line-height:1.2}.page-description{font-size:1.2rem;color:var(--text-light);font-weight:400;line-height:1.7}.page-body{max-width:900px;margin:0 auto}.page-body h2{font-size:2.25rem;margin-top:3.5rem;margin-bottom:1.25rem;color:var(--text-dark);font-weight:700;letter-spacing:-.5px;line-height:1.3}.page-body h3{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-dark);font-weight:700;letter-spacing:-.3px}.page-body p{margin-bottom:1.5rem;color:var(--text-light);line-height:1.8}.page-body ul,.page-body ol{margin-bottom:1.5rem;padding-left:2rem;color:var(--text-light);line-height:1.8}.page-body li{margin-bottom:.5rem}.page-body hr{margin:3rem 0;border:none;border-top:2px solid var(--bg-light)}.page-body strong{color:var(--text-dark);font-weight:600}.contact-page{padding:120px 0 80px}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item i{font-size:1.5rem;color:var(--primary-color);width:30px;margin-top:.25rem}.contact-item h4{margin-bottom:.5rem;color:var(--text-dark)}.contact-item p{color:var(--text-light);margin:0}.contact-form-wrapper{background:var(--bg-white);padding:3rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:600;color:var(--text-dark)}.form-group label em{color:#dc3545;font-style:normal}.form-group input,.form-group textarea{padding:14px 18px;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inter,sans-serif;transition:all .3s ease;background:var(--bg-white);color:var(--text-medium)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(30,58,138,.1);background:var(--bg-white)}.form-group textarea{resize:vertical;min-height:120px}.form-message{margin-top:1.5rem;padding:15px;border-radius:8px;font-weight:600;text-align:center;display:none}.form-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;text-align:left}.form-message.error i{color:#dc3545;margin-right:8px}.form-message.error strong{display:block;margin-bottom:10px;font-size:1.1rem}.form-message.error small{display:block;margin:5px 0;line-height:1.6;font-size:.9rem}.footer{background:var(--primary-dark);color:rgba(255,255,255,.85);padding:60px 0 30px;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--bg-white);text-decoration:none;opacity:.8;transition:opacity .3s ease}.footer-section a:hover{opacity:1}.footer-section p{margin-bottom:.5rem;opacity:.8}.footer-bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);opacity:.7;font-size:.9rem}.footer-links{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center}.footer-links a{color:var(--bg-white);text-decoration:none;transition:opacity .2s;opacity:.8}.footer-links a:hover{opacity:1;text-decoration:underline}.footer-links .separator{opacity:.5;margin:0 .25rem}@media(max-width:768px){.hamburger{display:flex}.nav-logo h2.logo-main{font-size:1.5rem;margin-bottom:.2rem}.nav-logo .logo-tagline{font-size:.65rem;margin-left:.4rem;padding-left:.2rem}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:var(--bg-white);width:100%;text-align:center;transition:.3s;box-shadow:var(--shadow-lg);padding:2rem 0}.nav-menu.active{left:0}.hero{padding:80px 0 60px}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.25rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem;max-width:100%}.hero-graphic{height:200px;font-size:5rem}.hero-buttons{justify-content:center}.about-content{grid-template-columns:1fr;text-align:center}.contact-content{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.page-header h1{font-size:2rem}.section-header h2{font-size:2rem}}@media(max-width:480px){.nav-logo h2.logo-main{font-size:1.35rem;margin-bottom:.15rem}.nav-logo .logo-tagline{font-size:.6rem;margin-left:.3rem;padding-left:.15rem}.hero{padding:60px 0 50px}.hero-title{font-size:1.75rem;margin-bottom:.75rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.25rem}.hero-graphic{height:150px;font-size:4rem}.hero-buttons{flex-direction:column;gap:.75rem}.btn{width:100%;justify-content:center}.contact-form-wrapper{padding:1.5rem}}.breadcrumbs{background:var(--bg-light);padding:1rem 0;border-bottom:1px solid var(--border-color)}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:0;margin:0}.breadcrumbs li{display:flex;align-items:center}.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:.5rem;color:var(--text-light);font-weight:400}.breadcrumbs a{color:var(--primary-color);text-decoration:none;font-size:.9rem;transition:color .2s}.breadcrumbs a:hover{color:var(--accent-color);text-decoration:underline}.breadcrumbs span{color:var(--text-medium);font-size:.9rem}.page-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.page-footer .tags{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.page-footer .tags strong{color:var(--text-dark);margin-right:.5rem}.page-footer .tags a{display:inline-block;padding:.25rem .75rem;background:var(--bg-light);color:var(--primary-color);text-decoration:none;border-radius:4px;font-size:.85rem;transition:all .2s}.page-footer .tags a:hover{background:var(--primary-color);color:var(--bg-white);transform:translateY(-1px)}article[itemscope]{position:relative}time[itemprop=datePublished]{display:block;color:var(--text-light);font-size:.9rem;margin-top:.5rem}