/* assets/css/global.css */

.nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #2b6cee;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 1.5rem;
  border-radius: 0.75rem;
  background: #2b6cee;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  transition: background 0.2s ease, transform 0.15s ease;
}

.btn-primary:hover {
  background: #1d58d8;
  transform: translateY(-1px);
}
#mobileMenu {
  pointer-events: auto;
}