.announcement-bar{width:100%;height:.96rem;background-color:#eab308;padding:0 .4rem;box-sizing:border-box;position:fixed;top:0;left:0;z-index:1000}.announcement-bar__content{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1500PX;margin:0 auto}.announcement-bar__left{display:flex;align-items:center;gap:.16rem;flex:1;min-width:0;overflow:hidden}.announcement-bar__icon{width:.42667rem;height:.42667rem;flex-shrink:0;color:#000;animation:icon-bounce 1.2s ease-in-out infinite}.announcement-bar__text{font-size:.32rem;font-weight:700;color:#000;line-height:1.3;white-space:nowrap;overflow:hidden}.announcement-bar__marquee{display:inline-block;animation:marquee 12s linear infinite}.lang-ar .announcement-bar__marquee{animation-name:marquee-rtl}.announcement-bar__btn{flex-shrink:0;margin-left:.26667rem;display:inline-flex;align-items:center;justify-content:center;background-color:#000;color:#fff;font-size:.32rem;font-weight:700;border-radius:13.32rem;padding:.16rem .42667rem;white-space:nowrap;text-decoration:none;transition:opacity .2s}.lang-ar .announcement-bar__btn{margin-left:0;margin-right:.26667rem}.announcement-bar__btn:hover{opacity:.85}.announcement-bar__btn:active{opacity:.7}@keyframes icon-bounce{0%,to{transform:translateY(-.04rem)}50%{transform:translateY(.04rem)}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-rtl{0%{transform:translateX(0)}to{transform:translateX(50%)}}@media(width > 1200px){.announcement-bar{height:46PX;padding:0 30PX}.announcement-bar__icon{width:20PX;height:20PX}.announcement-bar__text{font-size:14PX;overflow:visible;white-space:normal}.announcement-bar__marquee{animation:none}.announcement-bar__marquee-copy{display:none}.announcement-bar__btn{font-size:14PX;padding:8PX 24PX}}.bottom-cta{padding:.4rem .10667rem 0;width:100%;margin:0 auto}.bottom-cta__card{background:linear-gradient(135deg,#e67e22,#f39c12 50%,#f1c40f);border-radius:.21333rem;padding:.4rem .32rem;text-align:center}.bottom-cta__title{font-size:.42667rem;font-weight:800;color:#000;margin:0 0 .16rem;line-height:1.3}.bottom-cta__desc{font-size:.29333rem;color:rgba(0,0,0,.7);margin:0 0 .26667rem;line-height:1.4}.bottom-cta__btn{display:inline-flex;align-items:center;justify-content:center;background-color:#000;color:#fff;font-size:.32rem;font-weight:700;border-radius:13.32rem;padding:.18667rem .64rem;text-decoration:none;transition:opacity .2s}.bottom-cta__btn:hover{opacity:.85}.bottom-cta__btn:active{opacity:.7}@media(width > 1200px){.bottom-cta{width:1200PX;padding:30PX 32PX 0;box-sizing:border-box}.bottom-cta__card{padding:24PX 32PX;border-radius:12PX}.bottom-cta__title{font-size:24PX;margin-bottom:8PX}.bottom-cta__desc{font-size:14PX;margin-bottom:16PX}.bottom-cta__btn{font-size:14PX;padding:10PX 32PX}}