.black-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:40}.mobile-menu-overlay{position:fixed;top:0;right:0;width:100%;height:80vh;background-color:#fff;z-index:50;overflow:auto;transition:clip-path .5s ease-in-out}@keyframes fadeInFromLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.dropdown-item{opacity:0;animation:fadeInFromLeft 1.5s ease forwards}.dropdown-item:first-child{animation-delay:.1s}.dropdown-item:nth-child(2){animation-delay:.2s}.dropdown-item:nth-child(3){animation-delay:.3s}.dropdown-item:nth-child(4){animation-delay:.4s}.dropdown-item:nth-child(5){animation-delay:.5s}.dropdown-item:nth-child(6){animation-delay:.6s}.dropdown-item:nth-child(7){animation-delay:.7s}.dropdown-item:nth-child(8){animation-delay:.8s}.dropdown-item:nth-child(9){animation-delay:.9s}.slide-in-text{opacity:0;animation:slideInFromRight 1.5s ease forwards}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.slide-in-logo{opacity:0;animation:slideInFromRight 1.5s ease-in forwards}@keyframes hotBadgePulse{0%{transform:translateY(0) scale(1);box-shadow:0 0 0 0 rgba(234,76,53,.45)}50%{transform:translateY(-1px) scale(1.06);box-shadow:0 0 0 6px rgba(234,76,53,0)}to{transform:translateY(0) scale(1);box-shadow:0 0 0 0 rgba(234,76,53,0)}}.hot-badge{position:absolute;top:-12px;right:-30px;display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:16px;padding:0 6px;border-radius:999px;font-size:9px;font-weight:700;letter-spacing:.03em;line-height:1;color:#fff;background:linear-gradient(135deg,#ff5c41,#e31b23);animation:hotBadgePulse 1.4s ease-in-out infinite;pointer-events:none;z-index:2}