.sticky-cta{position:fixed;right:22px;bottom:22px;z-index:50;opacity:0;pointer-events:none;transform:translateY(18px);transition:opacity .3s ease,transform .3s ease}.sticky-cta.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-cta-button{min-width:168px;min-height:50px;font-size:.95rem;font-weight:700;border-radius:999px;box-shadow:0 12px 30px rgba(255,208,75,.28);animation:floatingDownloadPulse 2.6s ease-in-out infinite;transition:transform .25s ease,box-shadow .25s ease}@media (hover:hover){.sticky-cta-button:hover{transform:scale(1.07);box-shadow:0 16px 38px rgba(255,208,75,.38)}}@keyframes floatingDownloadPulse{0%,to{box-shadow:0 12px 30px rgba(255,208,75,.26)}50%{box-shadow:0 12px 38px rgba(255,208,75,.44)}}@media (max-width:560px){.sticky-cta{right:14px;bottom:14px}.sticky-cta-button{min-width:146px;min-height:46px;font-size:.86rem}}