#home.hero .hero-cta .btn.btn-primary {
  background: linear-gradient(90deg, #2a6fe6 0%, #158edd 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 9999px !important;
  box-shadow: 0 10px 24px rgba(42, 111, 230, 0.35) !important;
  text-shadow: none !important;
}

#home.hero .hero-cta .btn.btn-primary:hover,
#home.hero .hero-cta .btn.btn-primary:focus-visible {
  background: linear-gradient(90deg, #1d5ed8 0%, #087fcf 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(21, 142, 221, 0.42) !important;
}

#home.hero .hero-cta .btn.btn-primary:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

@media (max-width: 480px) {
  #home.hero .hero-cta {
    width: 100%;
    gap: 1rem;
  }

  #home.hero .hero-cta .btn.btn-primary {
    width: min(100%, 18rem);
    min-width: 0;
  }
}
