/* Minor nav tweaks (marketing pages: home/product/pricing)
   Keep nav consistent with dashboard-modern underline active state. */

html[data-page='home'] .navbar-default .navbar-nav > li > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; /* not bold */
  letter-spacing: 0.02em;
  text-transform: none;
}

html[data-page='home'] .navbar-default .navbar-nav > .active > a,
html[data-page='home'] .navbar-default .navbar-nav > .active > a:focus,
html[data-page='home'] .navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: rgba(0, 0, 0, 0.88);
  box-shadow: inset 0 -2px 0 #8bc34a; /* modern underline */
}

/* Ensure Product/Pricing labels are normal case + normal weight even if other CSS changes */
#product,
#pricing {
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
}
