/* ── Sellers Page Specific Styles ─────────────────── */
.sellers-content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

/* Sellers Hero */
.sellers-hero {
  position: relative;
  min-height: 900px;
  background: var(--navy-dark);
  display: flex;
  align-items: center;
  padding: 40px 20px;
  overflow: hidden;
}

.sellers-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  pointer-events: none;
}

.sellers-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

.hero-subtitle-small {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--gray-light);
  margin-bottom: 8px;
}

.sellers-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 5.8vw, 80px);
  line-height: 1.05;
  margin-bottom: 20px;
}

.sellers-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.75vw, 24px);
  color: var(--white);
  margin-bottom: 30px;
  line-height: 1.5;
  max-width: 606px;
}

.sellers-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 30px;
  margin-bottom: 30px;
}

.sellers-benefits li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.75vw, 24px);
  color: var(--white);
  line-height: 1.6;
}

/* Marketplace Screenshot */
.marketplace-section {
  background: white;
  padding: 5% 24px;
}

.marketplace-img {
  width: 100%;
  display: block;
  max-height: 1096px;
  object-fit: cover;
}

/* Why Grid */
.why-section {
  background: var(--navy-dark);
  padding: 70px 50px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.why-card {
  background: #061669;
  border-radius: 10px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  border-radius: 10px;
}

.why-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.45vw, 20px);
}

.why-card p {
  font-size: clamp(13px, 1.15vw, 16px);
  color: var(--white);
  line-height: 1.6;
  flex: 1;
}

/* App Section */
.app-section {
  background: white;
  padding: 0;
}

.app-img {
  width: 100%;
  display: block;
  max-height: 600px;
  object-fit: cover;
}

/* Sellers Reviews */
.sellers-reviews-bg {
  background: linear-gradient(160deg, #09144f 18%, #2545e6 87%);
  margin: 0;
  padding: 0;
}

/* Scale Banner */
.scale-banner {
  background: linear-gradient(90deg, #1029ae 3%, #000e57 47%, #142997 91%);
  border-radius: 20px;
  margin: 30px 45px;
  padding: 44px 60px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.scale-logo-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.cta-logo { height: 80px; }
.cta-logo-label {
  font-weight: 600;
  font-style: italic;
  font-size: 28px;
  color: var(--white);
}

.cta-text-wrap { flex: 1; }
.cta-text-wrap a { float:right; }

.cta-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 2.9vw, 40px);
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.2;
}

.cta-subtitle {
  font-weight: 600;
  font-size: clamp(15px, 1.6vw, 22px);
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.4;
}

/* About */
.about-bg {
  background: linear-gradient(160deg, #09144f 18%, #2545e6 87%);
  margin: 0;
}
