 body{transition:padding-bottom .3s ease}body.promo-bar-active{padding-bottom:80px}.promo-bottom-bar{position:fixed;bottom:0;left:0;right:0;background:#ffffff;border-top:1px solid #e0e6ed;box-shadow:0 -4px 12px rgba(0,0,0,.05);z-index:9998;transform:translateY(0);transition:all .3s ease}.promo-bottom-bar.show{opacity:1;visibility:visible}.promo-bottom-bar.hidden{transform:translateY(100%);opacity:0}.promo-bar-container{max-width:1200px;margin:0 auto;padding:0 1rem}.promo-bar-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}.promo-bar-left{display:flex;align-items:center;gap:1rem;flex:1}.promo-bar-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.promo-bar-icon i{font-size:1.1rem;color:white}.promo-bar-text{flex:1}.promo-bar-title{font-size:.95rem;font-weight:600;color:#2d3748;margin-bottom:.1rem;line-height:1.3}.promo-bar-subtitle{font-size:.8rem;color:#718096;font-weight:400}.promo-bar-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.promo-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:.7rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;white-space:nowrap}.promo-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3);text-decoration:none;color:white}.promo-btn-close{width:32px;height:32px;background:transparent;border:none;border-radius:4px;color:#a0aec0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.promo-btn-close:hover{background:#f7fafc;color:#4a5568}.promo-btn-close i{font-size:.8rem}@media (max-width:768px){body.promo-bar-active{padding-bottom:75px}.promo-bar-content{padding:.8rem 0}.promo-bar-left{gap:.75rem}.promo-bar-icon{width:36px;height:36px}.promo-bar-title{font-size:.85rem}.promo-bar-subtitle{font-size:.75rem}.promo-btn-primary{padding:.6rem 1.2rem;font-size:.85rem}}@media (max-width:480px){body.promo-bar-active{padding-bottom:70px}.promo-bar-content{gap:.5rem}.promo-bar-left{gap:.5rem}.promo-bar-title{font-size:.8rem}.promo-bar-subtitle{display:none}.promo-btn-primary{padding:.5rem 1rem;font-size:.8rem}}