.hero-actions .button.tdffl-home-cta {
  background: linear-gradient(135deg, #f0ca74 0%, #d5a84b 100%);
  border: 1px solid #f6d98f;
  box-shadow:
    0 0 0 3px rgba(213, 168, 75, 0.16),
    0 12px 30px rgba(213, 168, 75, 0.28);
  color: #07111f;
  position: relative;
  transform: translateY(-2px);
  transition:
    box-shadow 160ms ease,
    transform 160ms ease,
    filter 160ms ease;
}

.hero-actions .button.tdffl-home-cta::after {
  content: "\2192";
  font-size: 1.1em;
  margin-left: 10px;
}

.hero-actions .button.tdffl-home-cta:hover,
.hero-actions .button.tdffl-home-cta:focus-visible {
  box-shadow:
    0 0 0 4px rgba(240, 202, 116, 0.22),
    0 16px 36px rgba(213, 168, 75, 0.36);
  color: #07111f;
  filter: brightness(1.06);
  transform: translateY(-4px);
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions .button.tdffl-home-cta {
    transition: none;
  }
}
