.sellers {
  padding-bottom: 80px;
}

/* HERO (reuse global .hero--full + blobs, just adjust text placement/sizes) */
.sellers-hero {
  height: auto;
  min-height: 620px;
}

/* Override global hero layout to avoid huge empty viewport spacing on this page */
.sellers-hero .hero__stage {
  height: auto;
  min-height: 620px;
}

.sellers-hero .hero__content {
  height: auto;
}

.sellers-hero__content {
  padding-top: 150px;
}

.sellers-hero__left h1 {
  font-size: 64px;
  line-height: 0.98;
}

.sellers-hero__left p {
  font-size: 14px;
  color: #666;
  max-width: 420px;
}

.sellers-eyebrow {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sellers-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

/* Nudge blobs to better match the mock composition */
.sellers-blob--top {
  top: -4%;
  left: 52%;
  width: clamp(640px, 42vw, 980px);
}

.sellers-blob--bottom {
  left: -10%;
  bottom: -12%;
  width: clamp(520px, 42vw, 760px);
}

/* WHO THIS IS FOR (right aligned, slightly overlapping the hero) */
.sellers-who {
  margin-top: 0;
  padding: 40px 0 28px;
  position: relative;
  z-index: 1;
}

.sellers-who__inner {
  display: flex;
  justify-content: flex-end;
}

.sellers-who__right {
  max-width: 520px;
  transform: none;
}

.sellers-who__right h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.05;
}

.sellers-who__right ul {
  margin: 0;
  padding-left: 18px;
  color: #111;
}

.sellers-who__right li {
  margin: 6px 0;
  color: #111;
  font-size: 13px;
}

.sellers-rules {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  color: #2db7ae;
  text-decoration: none;
}

.sellers-rules:hover {
  text-decoration: underline;
}

/* CENTER CTA */
.sellers-center {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 60px 0 40px;
}

.sellers-center__inner {
  text-align: center;
  max-width: 860px;
}

.sellers-center__inner h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.05;
}

.sellers-center__sub {
  margin: 10px 0 18px;
  color: #2db7ae;
  font-size: 12px;
}

/* INFO CARDS */
.sellers-info {
  padding: 10px 0 60px;
}

.sellers-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sellers-info__card .product-card__img img {
  object-fit: cover;
}

.sellers-card-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
}

.sellers-list {
  margin: 0;
  padding-left: 18px;
  color: #666;
  font-size: 12px;
}

.sellers-list li {
  margin: 6px 0;
}

.sellers-bottom {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.sellers-bottom a {
  text-decoration: none;
}

@media (max-width: 980px) {
  .sellers-hero__content {
    padding-top: 140px;
  }

  .sellers-hero__left h1 {
    font-size: 52px;
  }

  .sellers-who {
    margin-top: 0;
    padding-top: 34px;
  }

  .sellers-hero {
    min-height: 580px;
  }

  .sellers-hero .hero__stage {
    min-height: 580px;
  }

  .sellers-info__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .sellers-hero__content {
    padding-top: 125px;
  }

  .sellers-hero__left h1 {
    font-size: 44px;
  }

  .sellers-center__inner h2 {
    font-size: 34px;
  }

  .sellers-who {
    padding-top: 28px;
  }

  .sellers-center {
    padding-top: 46px;
  }

  .sellers-hero {
    min-height: 520px;
  }

  .sellers-hero .hero__stage {
    min-height: 520px;
  }
}
