.sponsors-section { padding: 56px 0; background: #f4f7fc; border-block: 1px solid #e2e9f3; }
.sponsors-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 26px; }
.sponsors-heading h2 { font-family: var(--font-title); font-size: clamp(2rem, 4vw, 3rem); margin: 6px 0; color: #163454; }
.sponsors-heading p { margin: 0; color: #64748b; }
.sponsors-eyebrow { color: #094ba2; font-size: .8rem; letter-spacing: 2px; font-weight: 700; }
.sponsors-controls { display: flex; gap: 8px; }
.sponsors-controls button { min-width: 44px; min-height: 44px; border: 1px solid #d5e2f5; background: white; color: #094ba2; border-radius: 12px; padding: 8px 12px; }
.sponsors-controls button:hover { background: #eef4ff; }
.sponsors-controls button:focus-visible, .sponsors-track:focus-visible { outline: 3px solid #72aaf2; outline-offset: 3px; }
.sponsors-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 64px) / 5); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #b3c7e4 #f4f7fc; padding: 4px 0 16px; }
.sponsors-slide { scroll-snap-align: start; min-width: 0; aspect-ratio: 1; background: white; border: 1px solid #e2e9f3; border-radius: 16px; overflow: hidden; }
.sponsors-slide img { width: 100%; height: 100%; object-fit: contain; display: block; }
@media (max-width: 991.98px) { .sponsors-track { grid-auto-columns: calc((100% - 32px) / 3); } }
@media (max-width: 575.98px) {
  .sponsors-section { padding: 36px 0; }
  .sponsors-track { grid-auto-columns: calc((100% - 12px) / 2); gap: 12px; }
}
