a, a:hover, a:active, a:focus{text-decoration:none;} .brand-col{padding-left:clamp(8px, 4vw, 48px);padding-top:2px } .brand-heading{display:flex;align-items:center;gap:8px;color:#1d4ed8;font-weight:800;margin:0 0 12px } .curved-arrow{width:24px;height:14px;display:inline-block } .curved-arrow path, .curved-arrow polyline{stroke:#111;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round } .brand-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px } .brand-tile{position:relative;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;padding:18px;min-height:120px;box-shadow:0 18px 40px rgba(2,6,23,.08), inset 0 0 0 1px rgba(17,24,39,.06);overflow:hidden } .brand-tile img{max-width:94%;max-height:78px;transition:transform .25s ease, filter .25s ease } .brand-tile:hover img{transform:scale(1.08) } .brand-label{position:absolute;left:0;right:0;bottom:10px;text-align:center;font-size:13px;color:#475569;opacity:0;transform:translateY(10px);transition:opacity .2s ease, transform .2s ease;pointer-events:none } .brand-tile:hover .brand-label{opacity:1;transform:translateY(0) } .social-strip{padding:18px 0 34px;background:transparent } .social-tiles{display:flex;justify-content:center;gap:18px } .social-tile{width:72px;height:72px;border-radius:18px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 14px 30px rgba(2,6,23,.08);overflow:hidden;display:block } .social-tile .reel{width:72px;height:144px;display:flex;flex-direction:column;transform:translateY(0);transition:transform 600ms cubic-bezier(.2,.8,.2,1) } .social-tile .reel img{width:36px;height:36px;margin:auto } .social-tile .reel img:first-child{filter:grayscale(1) opacity(.7) } .social-tile:hover .reel{transform:translateY(-72px) } @media (max-width:768px){.brand-col{padding-left:0 !important;display:flex;flex-direction:column;align-items:center;text-align:center } .brand-heading{justify-content:center } .brand-grid{grid-template-columns:1fr 1fr;max-width:360px;margin:6px auto 0 } .brand-tile{min-height:110px } .brand-tile img{max-height:72px } }