.portal-signup-button,
.autotuner-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 0 !important;
  min-height: 50px;
  padding: 12px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #c43b30 0%, #a9281e 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 10px 26px rgba(159, 37, 28, 0.25);
  color: #fff !important;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.portal-signup-button img,
.autotuner-button img {
  display: block;
  width: 31px;
  height: 21px;
  flex: 0 0 auto;
  object-fit: contain;
}

.autotuner-button img {
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

.desktop-nav a.portal-signup-button::after,
.desktop-nav a.autotuner-button::after {
  content: none;
}

.portal-signup-button:hover,
.autotuner-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 30px rgba(159, 37, 28, 0.32);
}

.portal-signup-button:active,
.autotuner-button:active {
  transform: translateY(0);
}

.portal-signup-button:focus-visible,
.autotuner-button:focus-visible {
  outline: 3px solid rgba(255, 185, 82, 0.75);
  outline-offset: 4px;
}
