.navbar{position:fixed;top:0;left:0;width:100%;padding:1.5rem 2rem;z-index:1000;transition:all .3s ease;background:transparent}.navbar-scrolled{background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--glass-shadow);padding:1rem 2rem}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:700;color:var(--primary-blue);cursor:pointer}.navbar-logo span{color:var(--primary-green)}.navbar-links{display:flex;gap:2rem}.navbar-links button{background:none;border:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-primary);cursor:pointer;padding:.5rem 0;position:relative;transition:color .3s ease}.navbar-links button:hover{color:var(--primary-blue)}.navbar-links button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary-blue),var(--primary-green));transition:width .3s ease}.navbar-links button:hover:after{width:100%}.hero-section{min-height:100vh;display:flex;align-items:center;padding-top:80px}.hero-content{max-width:800px}.hero-subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:3rem}.hero-highlights{display:flex;gap:2rem;margin-bottom:3rem}.highlight-item{flex:1 1}.highlight-item h3{color:var(--primary-green);margin-bottom:.5rem}.about-intro{font-size:1.1rem;line-height:1.8;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.about-features,.about-intro{margin-bottom:3rem}.about-outro{font-weight:600;font-size:1.1rem;color:var(--primary-blue)}.about-outro,.speciality-card{text-align:center}.speciality-card .icon{font-size:3rem;margin-bottom:1rem}.text-center{text-align:center}@media (max-width:768px){.navbar-links{display:none}.hero-highlights{flex-direction:column}}