.brand-hub{padding-top:6rem;padding-bottom:6rem}.brand-hub__title{margin-bottom:3.6rem;color:#374151;text-align:center}.brand-hub__tabs{margin-bottom:4rem;padding:.8rem;display:flex;gap:.7rem;background:#f3f4f6;border-radius:1.6rem}.brand-hub__tab{width:3.2rem;height:3.2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#374151;border:solid transparent;background:#fff;border-radius:1.2rem;cursor:pointer;transition:box-shadow .3s,background .3s,color .3s;white-space:nowrap}.brand-hub__tab:first-child{width:8rem;color:#111827}.brand-hub__tab:first-child.active{box-shadow:0 8px 24px rgba(250,204,21,.4)}.brand-hub__tab.active{background:linear-gradient(135deg,#111827 0,#1f2937 50%,#111827 100%);color:#fff;box-shadow:0 .4rem 1.2rem rgba(0,0,0,.15)}.brand-hub__tab.disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.5}.brand-hub__content{position:relative}.brand-hub__panel{display:none;animation:.4s fadeIn}.brand-hub__panel.active{display:block}.brand-hub__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2.4rem}.brand-hub__item{padding:1.8rem 2.4rem;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;border:solid #f3f4f6;border-radius:1.6rem;transition:border-color .4s,transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s;text-decoration:none;overflow:hidden}.brand-hub__item:hover{border-color:#fde047;transform:translateY(-.6rem) scale(1.02);box-shadow:0 2rem 4.2rem rgba(0,0,0,.08)}.brand-hub__item:hover .brand-hub__item-img{transform:scale(1.05)}.brand-hub__item-img{display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:transform .4s cubic-bezier(.4,0,.2,1)}.brand-hub__item-img img{-o-object-fit:contain;object-fit:contain}.brand-hub__list{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(6,1fr);gap:1.6rem}.brand-hub__list-item{margin:0}.brand-hub__list-link{padding:1rem 0rem;display:flex;align-items:center;color:#1f2937;border-bottom:solid #f3f4f6;border-width:.2rem;transition:border-color .3s,transform .3s}.brand-hub__list-link:hover{border-color:#facc15;transform:translateX(.4rem)}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:576px){.brand-hub{padding-top:2.8rem;padding-bottom:2.8rem}.brand-hub__tabs{display:grid;grid-template-columns:repeat(auto-fill,minmax(4rem,1fr));gap:.8rem}.brand-hub__tab:first-child{width:4rem;font-size:1rem}.brand-hub__grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.brand-hub__item{padding:1.6rem 2rem}.brand-hub__list{grid-template-columns:repeat(2,1fr);gap:1.2rem}}