:root{--background-color: rgb(27, 44, 57);--primary-color: rgb(240, 168, 68);--secondary-color: rgb(184, 85, 71);--accent-color: rgb(234, 224, 192);--highlight-color: rgb(54, 137, 173);font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffe6;background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}a{font-weight:500;color:var(--primary-color);text-decoration:inherit;transition:color .3s ease}a:hover{color:var(--accent-color)}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.2}h1{font-size:3.2em;color:var(--primary-color)}h2{font-size:2.4em;color:var(--accent-color);margin-bottom:1.5rem}h3{font-size:1.8em;color:var(--highlight-color)}section{padding:5rem 0}.container{width:90%;max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:3rem}p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}button,.btn{border-radius:4px;border:2px solid var(--primary-color);padding:.8em 1.6em;font-size:1em;font-weight:600;font-family:inherit;background-color:var(--primary-color);color:var(--background-color);cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}button:hover,.btn:hover{background-color:transparent;color:var(--primary-color)}button:focus,button:focus-visible{outline:3px solid var(--highlight-color);outline-offset:2px}.navbar{position:fixed;top:0;left:0;right:0;background-color:#1b2c39f2;z-index:1000;padding:1rem 0;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}.navbar.scrolled{padding:.5rem 0;background-color:#1b2c39fa}.navbar-container{display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center}.logo{height:50px}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-left:.75rem;letter-spacing:.5px}.nav-links{display:flex;list-style:none;margin:0;padding:0}.nav-links li{margin-left:2rem}.nav-links a{text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;cursor:pointer}.hero{min-height:100vh;display:flex;align-items:center;background-color:var(--background-color);position:relative;overflow:hidden}.hero-content{max-width:800px}.hero h1{margin-bottom:1.5rem}.hero p{font-size:1.3rem;margin-bottom:2rem;color:var(--accent-color)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:3rem;margin-bottom:4rem;row-gap:5rem}.card{background-color:#ffffff0d;border-radius:8px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:auto;min-height:200px}.card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.card-icon{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.card h3{margin-bottom:1rem}.card-description{margin-top:auto;margin-bottom:0}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.contact-item{display:flex;align-items:flex-start;margin-bottom:1.5rem}.contact-icon{font-size:1.5rem;color:var(--primary-color);margin-right:1rem}@media (max-width: 768px){.navbar-container{flex-direction:column}.nav-links{margin-top:1rem;flex-wrap:wrap;justify-content:center}.nav-links li{margin:.5rem}h1{font-size:2.5em}h2{font-size:2em}section{padding:3rem 0}}
