html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
}

.support-card-hover {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.support-card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.08);
}

.focus-ring:focus {
  outline: 2px solid #005fb8;
  outline-offset: 2px;
}
