/* Einheitliche, ruhige Button-Bewegung für Website v31. */
:where(a.rounded-full,button.rounded-full,button[type="submit"],#hero-cta,.button-primary,.button-light,.home-header-cta,.about-button,#cookie-banner button,button[onclick="cookieAccept()"],button[onclick="cookieDecline()"]){transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease!important;will-change:transform}
:where(a.rounded-full,button.rounded-full,button[type="submit"],#hero-cta,.button-primary,.button-light,.home-header-cta,.about-button,#cookie-banner button,button[onclick="cookieAccept()"],button[onclick="cookieDecline()"]):is(:hover,:focus-visible){transform:translateY(-2px)!important}
:where(a.rounded-full,button.rounded-full,button[type="submit"],#hero-cta,.button-primary,.button-light,.home-header-cta,.about-button,#cookie-banner button,button[onclick="cookieAccept()"],button[onclick="cookieDecline()"]):active{transform:translateY(0)!important;transition-duration:.08s!important}
@media(prefers-reduced-motion:reduce){:where(a.rounded-full,button.rounded-full,button[type="submit"],#hero-cta,.button-primary,.button-light,.home-header-cta,.about-button,#cookie-banner button,button[onclick="cookieAccept()"],button[onclick="cookieDecline()"]){transform:none!important;transition-duration:.01ms!important;will-change:auto}}
