@keyframes transform-animation{0%{transform:translate(-50%,-50%)}50%{transform:translateY(-50%)}to{transform:translate(-50%,-50%)}}.brands-section{padding:80px 0;background-color:#f5f4f0;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.brands-section{padding:32px 0}}.brands-section .brands-container{max-width:1400px;margin:0 auto;padding:0 var(--page-padding-h);width:100%}.brands-section .brands-header{text-align:center;margin-bottom:60px}@media(max-width:768px){.brands-section .brands-header{margin-bottom:32px}}.brands-section .brands-header .brands-tag{display:inline-block;background-color:#fff;color:#333;padding:7.5px 16px;border-radius:20px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;border:1px solid #d0d5dd}.brands-section .brands-header .brands-title{font-size:48px;font-weight:700;color:#101828;margin-bottom:20px;line-height:1.2}@media(max-width:768px){.brands-section .brands-header .brands-title{font-size:36px}}@media(max-width:480px){.brands-section .brands-header .brands-title{font-size:28px}}.brands-section .brands-header .brands-description{font-size:18px;color:#4a5568;line-height:1.6;max-width:800px;margin:0 auto;font-weight:300}@media(max-width:768px){.brands-section .brands-header .brands-description{font-size:16px}}.brands-section .brands-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px;gap:20px;margin-top:40px}@media(max-width:1024px){.brands-section .brands-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.brands-section .brands-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:0}}@media(max-width:480px){.brands-section .brands-grid{gap:8px}}.brands-section .brand-card{background:#fff;border-radius:12px;padding:10px;border:1px solid #e7e9ef;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}.brands-section .brand-card:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.1);border-color:#285edf}.brands-section .brand-card:active{transform:translateY(0)}@media(max-width:768px){.brands-section .brand-card{padding:15px;min-height:80px}}@media(max-width:480px){.brands-section .brand-card{padding:12px;min-height:52px;height:52px}}.brands-section .brand-logo-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.brands-section .brand-logo{max-width:100%;max-height:100%;object-fit:contain;transition:filter .3s ease}@media(max-width:768px){.brands-section .brand-logo{height:30px}}