.ao-brands-slider-section {
  padding: 72px 0 80px;
  background: #fff;
}

.ao-brands-slider-header {
  max-width: 1300px;
  margin: 0 auto 40px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ao-brands-slider-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  margin: 0;
}

.ao-brands-slider {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.ao-brand-slide {
  padding: 0;
}

.ao-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  border-radius: 12px;
  height: 100%;
}

.ao-brand-img-wrap {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
}

.ao-brand-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ao-brand-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 8px;
}

.ao-brand-placeholder-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9ca3af;
}

.ao-brand-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 4px;
}

.ao-brand-count {
  font-size: 0.8rem;
  color: #6b7280;
}

.ao-brands-progress-bar {
  width: 100%;
  max-width: 1300px;
  margin: 40px auto 0;
  padding: 0 40px;
  height: 2px;
  background: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-clip: content-box;
}

.ao-brands-progress-fill {
  height: 100%;
  background: #111;
  border-radius: 2px;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

@media (max-width: 991px) {
  .ao-brand-card {
    padding: 0 !important;
  }
}

@media (max-width: 600px) {
  .ao-brands-slider-section {
    padding: 48px 0 56px;
  }
  .ao-brands-progress-bar {
    padding: 0 16px;
  }
}
