@import"https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:linear-gradient(180deg,#0a0a23,#1e1e3f);color:#fff;min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:2rem}h1{font-weight:800;font-size:2.5rem;margin-bottom:1.5rem}h2,h3{font-weight:700;font-size:1.8rem;margin-bottom:1rem}p{font-family:Roboto Mono,monospace;font-size:1rem;line-height:1.6}.btn{display:inline-block;padding:1rem 2rem;background:#00d1b2;color:#f0f0f0;text-decoration:none;border-radius:4px;margin-top:.5rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.5);transition:background .3s ease,transform .2s ease,box-shadow .3s ease}.btn:hover{background:#00e6c3;transform:translateY(-2px);box-shadow:0 4px 8px #00d1b24d}.btn:focus{outline:2px solid #00e6c3;outline-offset:2px}.fade-in{opacity:0;animation:fadeIn 1s ease-in forwards}@keyframes fadeIn{to{opacity:1}}@keyframes bgFade{0%,to{background-size:100% 100%}50%{background-size:105% 105%}}.feature-item:hover,.service-item:hover,.project-card:hover,.team-image:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00d1b24d}.logo:hover{transform:scale(1.05)}input:focus,textarea:focus{box-shadow:0 0 0 2px #00d1b2;outline:none}a[href^=mailto],a[href^=tel]{color:#00d1b2;text-decoration:none}a[href^=mailto]:hover,a[href^=tel]:hover{color:#00e6c3}@media (max-width: 768px){.container{padding:1rem}h1{font-size:2rem}h2,h3{font-size:1.5rem}.btn{padding:.75rem 1.5rem;font-weight:600}}.nav-menu{display:flex}.nav-menu a{padding:.5rem}.nav-menu a:hover{color:#00d1b2;border-bottom:2px solid #00d1b2}.hamburger{transition:transform .3s ease}.hamburger.open{transform:rotate(90deg)}@media (max-width: 768px){.hamburger{display:block!important}.nav-menu{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#000000e6;padding:1rem}.nav-menu.open{display:flex}.nav-menu a{margin:.5rem 0;font-size:1.4rem;text-align:center}}
