
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}


a.nav-link-site {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

a.nav-link-site:hover {
  color: #fbb610;
}

a.nav-link-site.nav-link-active {
  color: #fbb610 !important;
  font-weight: 600;
  border-bottom-color: #fbb610;
}

#menu-mobile a.nav-link-site.nav-link-active {
  border-bottom: none;
  text-decoration: underline;
  text-underline-offset: 0.35rem;
}

/* Mobile quote CTA: keep outlined style */
#menu-mobile a[data-nav="quote"],
#menu-mobile a[href*="go-solar"] {
  background: transparent !important;
  color: #fbb610 !important;
  border: 1px solid #fbb610 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-left: 12px;
  margin-right: 12px;
  max-width: calc(100% - 24px);
  box-sizing: border-box;
}

#menu-mobile a[data-nav="quote"]:hover,
#menu-mobile a[href*="go-solar"]:hover {
  background: rgba(251, 182, 16, 0.14) !important;
  color: #fbb610 !important;
}

#menu-mobile a[data-nav="quote"].nav-link-active,
#menu-mobile a[href*="go-solar"].nav-link-active {
  text-decoration: none !important;
  border-bottom: 1px solid #fbb610 !important;
}


a[data-nav="quote"].nav-link-active .nav-quote-btn,
a[data-nav="quote"].nav-link-active button {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #fbb610;
}
