/* Homepage section polish — supplements pages.css */

.section-testimonial {
  background: var(--bs-body-bg);
}

.testimonial-card {
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color-translucent);
}

.section-delivery {
  background: var(--bs-primary);
}

.delivery-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: var(--bs-border-radius-pill);
  background: rgba(var(--bs-white-rgb), 0.16);
  border: 1px solid rgba(var(--bs-white-rgb), 0.28);
  font-size: 0.92rem;
  font-weight: 500;
}

.section-social-proof {
  background: var(--bs-body-bg);
}

.social-stat {
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color-translucent);
  font-weight: 600;
}
