.home-banner{background:linear-gradient(135deg,#3b5998 0%,#5b6abf 50%,#7c5cbf 100%);border-radius:12px;margin:0;padding:2px}.home-banner-inner{display:flex;align-items:center;gap:14px;padding:14px 20px;background:linear-gradient(135deg,rgba(59,89,152,.95) 0%,rgba(91,106,191,.95) 50%,rgba(124,92,191,.95) 100%);border-radius:10px}.home-banner-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(255,255,255,.15);border-radius:50%;color:#fff}.home-banner-icon img{filter:brightness(0) invert(1)}.home-banner-text{flex:1;margin:0;color:#fff;font-size:.95rem;font-weight:500;line-height:1.4;text-align:center}.home-banner-btn{flex-shrink:0;display:inline-flex;align-items:center;padding:10px 24px;background:#fff;color:#3b5998;font-weight:600;font-size:.9rem;border-radius:8px;text-decoration:none;transition:background-color .2s,transform .15s;white-space:nowrap}.home-banner-btn:hover{background:#f0f0f0;transform:translateY(-1px)}.home-banner-btn:active{transform:translateY(0)}@media(max-width:600px){.home-banner{margin:0 12px 12px;border-radius:10px}.home-banner-inner{flex-direction:column;text-align:center;padding:16px;gap:10px}.home-banner-text{font-size:.9rem}.home-banner-btn{width:100%;justify-content:center;padding:12px 20px}}