/* Shared polish for the primary marketing pages. Kept additive to avoid changing route-specific layouts. */
.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 10000;
  padding: 11px 16px;
  border-radius: 10px;
  background: #1A1A1A;
  color: #FFFFFF;
  font: 700 14px/1 "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.nav-hamburger {
  width: 44px !important;
  height: 44px !important;
  margin-right: -6px;
  border-radius: 10px;
}

:where(a, button, summary, [tabindex]):focus-visible {
  outline: 3px solid #167B71;
  outline-offset: 3px;
}

.footer :where(.footer-col-title, .footer-col h5) { color: #B5B5B5 !important; }
.footer .footer-bottom { color: #A6A6A6 !important; }
.footer .footer-brand > p { color: #A6A6A6 !important; }

@media (prefers-reduced-motion: reduce) {
  .skip-link { transition: none; }
}
