
.ghost-badge--offset { top: -2rem; right: -2.5rem; }

@keyframes ghost-decor-bounce-kf {
    0%, 100% { transform: translateY(0); animation-timing-function: cubic-bezier(.8,0,1,1); }
    50%       { transform: translateY(-25%); animation-timing-function: cubic-bezier(0,0,.2,1); }
}
.ghost-decor--bounce {
    animation: ghost-decor-bounce-kf 1s infinite;
}

.ghost-cta--hover:hover { transform: scale(1.05); transition: transform .2s ease; }
.mxw-md { max-width: 28rem !important; }

