:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-blue: #57d6ff;--secondary-blue: #40b2fc;--dark-gray: #383539;--light-gray: #f8f9fa;--text-gray: #666;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#383539;overflow-x:hidden;background-color:#f0f4f8}.section-wrapper{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;position:fixed;width:100%;top:0;z-index:1000;transition:all .3s ease}.nav{display:flex;justify-content:space-between;align-items:center;padding:0;max-width:none;margin:0;height:60px;width:100%}.logo h2{color:#383539;font-size:1.8rem;font-weight:700}.logo{height:60px;display:flex;align-items:center;flex-shrink:0;padding-left:2rem}.logo img{height:60px;width:auto;max-width:200px}.nav-links{display:flex;list-style:none;gap:2rem;margin-left:auto;padding-right:2rem}.nav-links a{text-decoration:none;color:#383539;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover{color:#57d6ff}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#57d6ff;transition:width .3s ease}.nav-links a:hover:after{width:100%}.hamburger{display:none;font-size:1.5rem;cursor:pointer;color:#383539}.hero{background:linear-gradient(135deg,#57d6ff,#40b2fc);color:#fff;padding:100px 40px 80px;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.hero-content h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:700;line-height:1.2}.hero-logo-container{margin-bottom:2rem;display:flex;justify-content:center}.hero-logo-container .hero-logo{background:#fff9;border-radius:20px;padding:1.2rem;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-logo img{height:400px;width:auto;max-width:600px;filter:none}.hero-content p{font-size:1.3rem;margin-bottom:2.5rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:15px 30px;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button.primary{background:#40b2fc;color:#fff}.cta-button.primary:hover{background:#57d6ff;transform:translateY(-2px);box-shadow:0 10px 20px #57d6ff4d}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#fff;color:#57d6ff;transform:translateY(-2px)}.about{padding:100px 40px;background:#f8f9fa}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.8rem;margin-bottom:2rem;color:#383539;font-weight:700}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#666;line-height:1.8}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat{text-align:center;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a}.stat h3{font-size:2.5rem;color:#57d6ff;font-weight:700;margin-bottom:.5rem}.stat p{color:#666;font-weight:500}.about-image{display:flex;flex-direction:column;align-items:center;gap:1rem}.about-image-link{display:flex;flex-direction:column;align-items:center;gap:1rem;text-decoration:none;transition:transform .3s ease}.about-image-link:hover{transform:translateY(-5px)}.about-image img{width:400px;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px #0000001a;transition:box-shadow .3s ease}.about-image-link:hover .about-image img{box-shadow:0 25px 50px #00000026}.about-caption{font-size:1.1rem;font-weight:600;color:#383539;text-align:center;margin:0;transition:color .3s ease}.about-image-link:hover .about-caption{color:#57d6ff}.projects{padding:100px 40px;background:#f8f9fa}.projects h2{text-align:center;font-size:2.8rem;margin-bottom:1rem;color:#383539;font-weight:700}.projects-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.project-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e9ecef}.project-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.project-header{margin-bottom:1.5rem}.project-header h3{font-size:1.4rem;color:#383539;margin-bottom:.5rem;font-weight:600;display:flex;justify-content:space-between;align-items:center}.project-link{color:#007bff;text-decoration:none;font-size:1.2rem;margin-left:.5rem;transition:color .3s ease}.project-link:hover{color:#0056b3}.project-meta{display:flex;gap:1rem;margin-bottom:1rem}.project-category{background:var(--primary-blue);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.project-year{background:#e9ecef;color:#666;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.project-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#f8f9fa;color:#666;padding:.3rem .6rem;border-radius:15px;font-size:.8rem;border:1px solid #e9ecef}.services{padding:100px 40px;background:#fff}.services h2{text-align:center;font-size:2.8rem;margin-bottom:1rem;color:#383539;font-weight:700}.services-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-icon{font-size:3rem;color:#57d6ff;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#383539;font-weight:600}.service-card p{color:#666;line-height:1.6}.contact{padding:100px 40px;background:#f8f9fa}.contact h2{text-align:center;font-size:2.8rem;margin-bottom:1rem;color:#383539;font-weight:700}.contact-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{font-size:1.5rem;color:#57d6ff;margin-top:.2rem}.contact-item h4{font-size:1.2rem;margin-bottom:.5rem;color:#383539;font-weight:600}.contact-item p{color:#666;line-height:1.6}.contact-item p a{color:#57d6ff;text-decoration:none;transition:color .3s ease}.contact-item p a:hover{color:#40b2fc}.contact-form{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.form-group{margin-bottom:1.5rem}.contact-form input,.contact-form textarea{width:100%;padding:15px;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background-color:#fff;color:#333}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#57d6ff}.contact-form textarea{height:120px;resize:vertical}.submit-button{width:100%;background:#57d6ff;color:#fff;padding:15px;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.submit-button:hover{background:#40b2fc}.footer{background:#383539;color:#fff;padding:3rem 40px 1rem}.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;font-weight:600}.footer-section h3{font-size:1.5rem;color:#57d6ff}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:1rem}.footer-section p a{color:#57d6ff;text-decoration:none;transition:color .3s ease}.footer-section p a:hover{color:#40b2fc}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#57d6ff}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#57d6ff;color:#fff;border-radius:50%;text-decoration:none;transition:background .3s ease}.social-links a:hover{background:#40b2fc}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;color:#bdc3c7}@media(max-width:768px){.hamburger{display:block;padding-right:15px}.nav{padding:0;height:50px}.logo{height:50px;padding-left:10px}.logo img{height:50px;max-width:150px}.nav-links{position:fixed;top:50px;left:-100%;width:100%;height:calc(100vh - 50px);background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;transition:left .3s ease;box-shadow:0 5px 15px #0000001a}.nav-links.active{left:0}.nav-links a{font-size:1.2rem;margin:1rem 0}.hero-content h1{font-size:2.5rem}.hero-logo-container .hero-logo{padding:.9rem}.hero-logo img{height:240px;max-width:300px}.hero-content p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.about-content{grid-template-columns:1fr;gap:2rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.5rem}.projects h2,.about-text h2{font-size:2.2rem}.stats{grid-template-columns:1fr;gap:1rem}.about-image img{width:300px;height:300px}.services h2,.contact h2{font-size:2.2rem}.services-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.footer-content{grid-template-columns:1fr;text-align:center}}@media(max-width:480px){.container{padding:0 15px}.nav{padding:0;height:45px}.logo{height:45px;padding-left:10px}.logo img{height:45px;max-width:120px}.hero{padding:100px 0 60px}.hero-content h1{font-size:2rem}.hero-logo-container .hero-logo{padding:.6rem}.hero-logo img{height:200px;max-width:250px}.about-image img{width:250px;height:250px}.about,.projects,.services,.contact{padding:60px 0}.about-text h2,.projects h2,.services h2,.contact h2{font-size:1.8rem}.project-card{padding:1rem}.project-header h3{font-size:1.2rem}}
