.navbar{position:fixed;top:0;left:0;right:0;background:#000;z-index:1000;padding:1rem 2rem}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:var(--text-color);text-decoration:none;font-family:SF Mono,monospace}.navbar-links{display:flex;gap:2rem}.navbar-links a{color:var(--text-color);text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.navbar-links a:hover,.navbar-links a.active{color:#fff}.navbar-links a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#fff;transition:width .3s ease}.navbar-links a:hover:after,.navbar-links a.active:after{width:100%}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:0 2rem;background:transparent}.hero-content{max-width:1200px;margin:0 auto;width:100%;z-index:1}.hero h1{font-size:3rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700;color:var(--secondary-color);max-width:1200px}.highlight{color:var(--text-color)}@media (max-width: 768px){.hero h1{font-size:2.5rem}}.contact{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:0 2rem;background:transparent}.contact-content{max-width:1200px;margin:0 auto;width:100%;z-index:1}.contact h1{font-size:3rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700;color:var(--secondary-color);max-width:1200px}@media (max-width: 768px){.contact h1{font-size:2.5rem}}.hero h2{font-size:3rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700;color:var(--secondary-color);max-width:1200px}.particle-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:auto}.particle-background canvas{display:block;width:100%;height:100%}:root{--primary-color: #7c3aed;--secondary-color: #36454F;--text-color: #e5e7eb;--background-color: #000}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:auto}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);background-color:var(--background-color);line-height:1.6}.app{min-height:100vh;position:relative;overflow:visible}.app-background{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:0}main{width:100%;min-height:calc(100vh - 60px);position:relative;z-index:1;pointer-events:auto}.fullscreen-sections{min-height:100vh;overflow-y:visible;scroll-snap-type:y mandatory}.fullscreen-sections>section{height:100vh;scroll-snap-align:start;scroll-snap-stop:always;pointer-events:auto}h1,h2,h3,h4,h5,h6{line-height:1.2}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit}
