.nav-link { font-size: 0.9rem; font-weight: 500; color: #0D1C4C; padding: 0.5rem 0.75rem; border-radius: 0.5rem; transition: all 0.2s; }
.nav-link:hover { color: #B8941F; background: #F0F4F8; }
.nav-link.active { color: #B8941F; background: #F0F4F8; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }