.brands-heroSection{padding:0;display:flex;align-items:center}.brands-container{max-width:1200px;margin:0 auto;padding:2rem 0 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;align-items:center}.brands-content{padding-right:0}.brands-badge{color:#0078c1;font-size:.85rem;font-weight:500}.brands-title{font-size:3rem;font-weight:800;line-height:1.1;margin:24px 0;color:#1f2937;letter-spacing:-.02em}.brands-gradientText{position:relative;background:linear-gradient(45deg,#0078c1,#10b981 50%,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brands-description{font-size:1rem;line-height:1.7;color:#6b7280;margin-bottom:5px;max-width:480px}.brands-cta-button{background:#0078c1;color:white;font-size:1rem;font-weight:600;padding:.875rem 2rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;text-decoration:none;display:inline-block;margin-top:1rem}.brands-cta-button:hover{background:#005a8c;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,120,193,.3)}.brands-downloadButtons{display:flex;gap:16px}.brands-downloadButton{display:block;transition:transform .2s ease,box-shadow .2s ease}.brands-downloadButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.brands-downloadButton img{border-radius:8px}.brands-imageContainer{position:relative;display:flex;justify-content:center;align-items:center}.brands-heroImage{width:100%;height:auto;border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,.1);transition:transform .3s ease}.brands-heroImage:hover{transform:scale(1.02)}@media (max-width:768px){.brands-container{grid-template-columns:1fr;gap:0;text-align:center;padding-top:1rem}.brands-description{margin:0 auto}.brands-title{font-size:2.5rem;margin:1rem}.brands-content{padding-right:0;margin-bottom:2rem}.brands-downloadButtons{justify-content:center;flex-wrap:wrap}}@media (max-width:480px){.brands-title{font-size:2rem}.brands-description{font-size:1rem}.brands-downloadButtons{flex-direction:column;align-items:center}.brands-cta-button{width:100%;text-align:center}}