*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Inter",sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;width:100%;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #e5e7eb}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.nav-brand{display:flex;align-items:center;gap:0.5rem;font-weight:600;font-size:1.1rem}.globe-icon{font-size:1.2rem}.brand-text{color:#6366f1}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#6b7280;font-weight:500;transition:color 0.3s ease}.nav-link:hover{color:#6366f1}.nav-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px}.nav-toggle span{width:25px;height:3px;background:#333;transition:0.3s}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:#e0e7ff;color:#0080FF;padding:0.5rem 1rem;border-radius:50px;font-size:0.9rem;font-weight:500;margin-bottom:2rem}.badge-icon{font-size:1rem}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.gradient-text-blue{background:linear-gradient(135deg,#3b82f6,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-dark{color:#1f2937}.gradient-text-green{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all 0.3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#6366f1;color:white}.btn-primary:hover{background:#5856eb;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#6366f1;border:2px solid #6366f1}.btn-secondary:hover{background:#6366f1;color:white}.btn-icon{font-size:1rem}section{padding:80px 0}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-flex;align-items:center;gap:0.5rem;background:#f3f4f6;color:#6b7280;padding:0.5rem 1rem;border-radius:50px;font-size:0.9rem;font-weight:500;margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-description{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.7}.about{background:#f9fafb}.about-content{display:flex;justify-content:center}.about-card{background:white;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);text-align:center;max-width:500px}.about-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:0.5rem}.about-role{color:#6366f1;font-weight:600;margin-bottom:0.5rem}.about-location{color:#6b7280;margin-bottom:2rem}.about-stats{display:flex;justify-content:space-around;gap:1rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#6366f1}.stat-label{font-size:0.9rem;color:#6b7280}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,0.1);text-align:center;transition:transform 0.3s ease}.service-card:hover{transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.service-card p{color:#6b7280;line-height:1.6}.projects{background:#f9fafb}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,0.1);transition:transform 0.3s ease}.project-card:hover{transform:translateY(-5px)}.project-icon{font-size:2.5rem;margin-bottom:1rem}.project-card h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.project-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.project-link{color:#6366f1;text-decoration:none;font-weight:600;transition:color 0.3s ease}.project-link:hover{color:#5856eb}.articles-content{text-align:center;max-width:600px;margin:0 auto}.articles-content p{font-size:1.1rem;color:#6b7280;margin-bottom:2rem;line-height:1.7}.contact{background:#f9fafb}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{font-size:1.5rem;width:50px;height:50px;background:#e0e7ff;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-item h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:0.25rem}.contact-item a{color:#6366f1;text-decoration:none}.contact-item a:hover{text-decoration:underline}.footer{background:#1f2937;color:white;padding:3rem 0;text-align:center}.footer-content{max-width:600px;margin:0 auto}.footer-brand{display:flex;align-items:center;justify-content:center;gap:0.5rem;font-weight:600;font-size:1.2rem;margin-bottom:1rem}.footer-text{color:#9ca3af;margin-bottom:1rem;line-height:1.6}.footer-copyright{color:#6b7280;font-size:0.9rem}@media (max-width:768px){.nav-menu{position:fixed;top:100%;left:0;width:100%;background:white;flex-direction:column;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all 0.3s ease}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-toggle{display:flex}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.contact-content{grid-template-columns:1fr;gap:2rem}.about-stats{flex-direction:column;gap:1.5rem}.projects-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 15px}.hero{padding:100px 0 60px}.hero-title{font-size:2rem}section{padding:60px 0}.project-card,.service-card{padding:1.5rem}.contact-form{padding:1.5rem}}html{scroll-behavior:smooth}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp 0.6s ease-out}