:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0a0a14;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;padding:0;min-width:320px;min-height:100vh;background-color:#0a0a14;color:#ffffffde}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}#root{width:100%}html{scroll-behavior:smooth}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}.app{width:100%;overflow-x:hidden}.navbar{position:fixed;top:0;width:100%;background:#0a0a14f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;z-index:1000;box-shadow:0 2px 10px #0000004d}.navbar .container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.logo{font-size:1.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#e0e0e0;text-decoration:none;transition:color .3s;font-weight:500}.nav-links a:hover{color:#667eea}.hamburger{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span{width:25px;height:3px;background:#e0e0e0;transition:all .3s ease;border-radius:2px}.hamburger span.active:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger span.active:nth-child(2){opacity:0}.hamburger span.active:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{position:relative;height:100vh;min-height:600px;margin-top:0;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;margin-top:-1px}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eeabf,#764ba2bf);display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;color:#fff;padding:2rem}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;font-weight:300;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.cta-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:2px solid white;background:transparent;color:#fff;cursor:pointer;transition:all .3s;border-radius:50px}.cta-button:hover{background:#fff;color:#667eea;transform:translateY(-2px);box-shadow:0 10px 20px #0000004d}section{padding:1rem 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about{background:#0a0a14}.about-content{max-width:800px;margin:0 auto}.about-text{font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem;color:#d0d0d0}.services{background:#13131f}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#ffffff0d;padding:2rem;border-radius:15px;transition:transform .3s,box-shadow .3s;border:1px solid rgba(102,126,234,.2)}.service-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #667eea4d}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#8fa3ff}.service-card p{color:#c5c5c5;line-height:1.6}.footer{background:#0a0a14;padding:2rem 0;text-align:center;border-top:1px solid rgba(102,126,234,.2)}.footer p{color:#a0a0a0;margin-bottom:.5rem}.footer-tagline{font-style:italic;color:#8fa3ff}@media(max-width:768px){.hamburger{display:flex}.nav-links{position:fixed;top:60px;right:-100%;width:70%;max-width:300px;height:calc(100vh - 60px);background:#0a0a14fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:2rem;gap:2rem;transition:right .3s ease;box-shadow:-5px 0 15px #0000004d}.nav-links.active{right:0}.nav-links li{width:100%}.nav-links a{display:block;font-size:1.1rem;padding:.5rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}}
