.app{min-height:100vh;display:flex;flex-direction:column;background-color:var(--primary-color)}.navbar{background-color:var(--secondary-color);border-bottom:2px solid var(--accent-color);padding:1rem 0;box-shadow:0 2px 4px #0000004d}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--highlight-color);text-decoration:none}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-item{display:inline}.nav-link{color:var(--text-color);text-decoration:none;transition:color .3s ease}.nav-link:hover{color:var(--highlight-color)}.page{flex:1;max-width:1200px;margin:0 auto;padding:2rem 20px;width:100%}.page h1{margin-bottom:2rem;color:var(--highlight-color);font-size:2.5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background-color:var(--secondary-color);border:1px solid var(--accent-color);border-radius:8px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #e9456033}.service-card h2{font-size:1.5rem;margin-bottom:1rem;color:var(--highlight-color)}.service-card p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.service-card a{display:inline-block}.info-section{background-color:var(--secondary-color);border:1px solid var(--accent-color);border-radius:8px;padding:2rem}.info-section h2{color:var(--highlight-color);margin-bottom:1.5rem;font-size:1.5rem}.systems{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.system-category h3{color:var(--text-color);margin-bottom:1rem;font-size:1.1rem}.system-category ul{list-style:none;padding-left:0}.system-category ul li{color:var(--text-secondary);border-bottom:1px solid var(--accent-color);padding:.5rem 0 .5rem 1rem;position:relative}.system-category ul li:before{content:"▸";position:absolute;left:0;color:var(--highlight-color)}@media (max-width: 768px){.nav-menu{gap:1rem;font-size:.9rem}.page{padding:1rem 10px}.page h1{font-size:1.8rem}.services-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1a1a2e;--secondary-color: #16213e;--accent-color: #0f3460;--highlight-color: #e94560;--text-color: #eaeaea;--text-secondary: #b0b0b0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--primary-color);color:var(--text-color)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:var(--highlight-color);text-decoration:none}a:hover{text-decoration:underline}.btn{display:inline-block;padding:10px 20px;background-color:var(--highlight-color);color:#fff;border-radius:4px;transition:all .3s ease;text-decoration:none}.btn:hover{background-color:#d63a50;text-decoration:none}
