:is(.btn,.talk,.store-detail,.store-book,.mini-apply,.prepaid-apply,.region-tab,.visit-jump a,.mobile-cta a,.al-chat-launcher,.al-chat-option,.al-chat-close,.al-chat-restart,button){
  transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease,filter .22s ease!important;
  will-change:transform;
}

:is(.btn,.talk,.store-detail,.store-book,.mini-apply,.prepaid-apply,.region-tab,.visit-jump a,.mobile-cta a,.al-chat-launcher,.al-chat-option,.al-chat-close,.al-chat-restart,button):hover{
  transform:translateY(-3px)!important;
  box-shadow:0 11px 24px rgba(23,32,51,.18)!important;
  filter:brightness(1.03);
}

:is(.btn,.talk,.store-detail,.store-book,.mini-apply,.prepaid-apply,.region-tab,.visit-jump a,.mobile-cta a,.al-chat-launcher,.al-chat-option,.al-chat-close,.al-chat-restart,button):active{
  transform:translateY(0) scale(.96)!important;
  box-shadow:0 4px 10px rgba(23,32,51,.13)!important;
  filter:brightness(.98);
}

:is(.btn,.talk,.store-detail,.store-book,.mini-apply,.prepaid-apply,.region-tab,.visit-jump a,.mobile-cta a,.al-chat-launcher,.al-chat-option,.al-chat-close,.al-chat-restart,button):focus-visible{
  outline:3px solid rgba(34,87,214,.32);
  outline-offset:3px;
}

/* Keep action buttons aligned across equal-height card rows. */
:where(.grid2,.grid3,.grid4) > .card{
  display:flex;
  flex-direction:column;
}

:where(.grid2,.grid3,.grid4) > .card > .btn{
  align-self:flex-start;
  margin-top:auto;
}

:where(.grid2,.grid3,.grid4) > .card > p + .btn{
  margin-top:auto;
}

@media(prefers-reduced-motion:reduce){
  :is(.btn,.talk,.store-detail,.store-book,.mini-apply,.prepaid-apply,.region-tab,.visit-jump a,.mobile-cta a,.al-chat-launcher,.al-chat-option,.al-chat-close,.al-chat-restart,button){transition:none!important}
  :is(.btn,.talk,.store-detail,.store-book,.mini-apply,.prepaid-apply,.region-tab,.visit-jump a,.mobile-cta a,.al-chat-launcher,.al-chat-option,.al-chat-close,.al-chat-restart,button):hover,
  :is(.btn,.talk,.store-detail,.store-book,.mini-apply,.prepaid-apply,.region-tab,.visit-jump a,.mobile-cta a,.al-chat-launcher,.al-chat-option,.al-chat-close,.al-chat-restart,button):active{transform:none!important}
}
