/* Sticky "Get velo now" call to action on the demo. Added 2026-09-22 (Walter:
   "At the demo, add a pop up on the bottom right corner saying (Get velo now)"
   then "Sticky"). Fixed to the viewport, above the demo toast. */
.get-velo-pop{position:fixed;right:24px;bottom:24px;z-index:40;display:inline-flex;align-items:center;gap:8px;min-height:47px;padding:13px 22px;border-radius:999px;background:var(--ink,#231d2e);color:#fff;font:500 13px/1 Satoshi,Arial,sans-serif;text-decoration:none;white-space:nowrap;box-shadow:0 10px 30px #231d2e33;animation:get-velo-in .5s cubic-bezier(.2,.8,.2,1) .8s both}
.get-velo-pop:hover{background:#403249;color:#fff}
.get-velo-pop:focus-visible{outline:2px solid var(--lilac,#c3adf4);outline-offset:3px}
.get-velo-pop span{color:var(--lilac,#c3adf4)}
#toast{bottom:88px}
@keyframes get-velo-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media (max-width:640px){.get-velo-pop{right:16px;bottom:16px;min-height:44px;padding:12px 18px;font-size:12px}}
@media (prefers-reduced-motion:reduce){.get-velo-pop{animation:none}}
