/* Wearhouse product page - “How the marketplace works” (no white card chrome). */

.vl-wearhouse-benefits {
  --vl-wh-primary: #ab28b2;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100dvw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2.5rem);
  box-sizing: border-box;
  background: var(--vl-wh-primary);
  color: #fff;
}

.vl-wearhouse-benefits__inner {
  max-width: 72rem;
  margin-inline: auto;
}

.vl-wearhouse-benefits__head {
  max-width: 48rem;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.vl-wearhouse-benefits__head h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: #fff;
}

.vl-wearhouse-benefits__head h2 span {
  color: rgba(255, 255, 255, 0.88);
}

.vl-wearhouse-benefits__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 2.5rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .vl-wearhouse-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
  }
}

.vl-wearhouse-benefits__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 0;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

/* Theme / prose rules must not paint list items as white cards */
main .vl-wearhouse-benefits__grid > .vl-wearhouse-benefits__card,
body .vl-wearhouse-benefits__grid > li {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.vl-wearhouse-benefits__copy {
  padding: 0 clamp(0.25rem, 1vw, 0.5rem) clamp(1rem, 2vw, 1.25rem);
}

.vl-wearhouse-benefits__copy h3 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.vl-wearhouse-benefits__copy p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.vl-wearhouse-benefits__phone {
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding: 0;
}

.vl-wearhouse-benefits__phone img {
  display: block;
  width: min(100%, 17.5rem);
  height: auto;
  margin-inline: auto;
}

/* White scroll middle: keep legible on light page bg if section scrolls into it */
body.vl-theme-middle .vl-wearhouse-benefits {
  background: var(--vl-wh-primary);
}

body.vl-theme-middle .vl-wearhouse-benefits__copy h3,
body.vl-theme-middle .vl-wearhouse-benefits__head h2 {
  color: #fff;
}

body.vl-theme-middle .vl-wearhouse-benefits__copy p {
  color: rgba(255, 255, 255, 0.85);
}
