@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes promo-glow{0%,to{box-shadow:0 0 20px 4px #f97316aa,0 0 40px 8px #facc15aa}50%{box-shadow:0 0 35px 10px #f97316dd,0 0 70px 20px #facc15cc}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes badge-bounce{0%,to{transform:scale(1)rotate(-6deg)}50%{transform:scale(1.12)rotate(-6deg)}}@keyframes blink-free{0%,to{opacity:1}45%{opacity:1}50%{opacity:.2}55%{opacity:1}}.promo-banner{animation:2s ease-in-out infinite promo-glow}.promo-shimmer{background:linear-gradient(90deg,#f97316 0%,#facc15 30%,#fff 50%,#facc15 70%,#f97316 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:2.5s linear infinite shimmer}.promo-star{animation:3s linear infinite spin-slow;display:inline-block}.promo-badge{animation:1.2s ease-in-out infinite badge-bounce}.promo-free{animation:2s ease-in-out infinite blink-free}
