/* Make the discovery-call link in the global header a clear call to action. */
a[href="https://calendly.com/stationops-cal/stationops-discovery-call"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.9rem;
  color: #ffffff !important;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  background: #2563eb;
  border: 1px solid #2563eb;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
  transition: background-color 150ms ease, border-color 150ms ease,
    box-shadow 150ms ease, transform 150ms ease;
}

a[href="https://calendly.com/stationops-cal/stationops-discovery-call"]:hover {
  color: #ffffff !important;
  background: #1d4ed8;
  border-color: #1d4ed8;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.24);
  transform: translateY(-1px);
}

a[href="https://calendly.com/stationops-cal/stationops-discovery-call"]:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.38);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  a[href="https://calendly.com/stationops-cal/stationops-discovery-call"] {
    transition: none;
  }
}
