/* Marketplace category + listing heroes — same pattern as other hub pages */
.mkt-cat-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 40px 0 36px;
  background:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(33, 169, 175, 0.32), transparent 55%),
    linear-gradient(135deg, rgba(12, 23, 63, 0.86) 0%, rgba(23, 42, 116, 0.78) 48%, rgba(26, 143, 150, 0.72) 100%),
    var(--mkt-cover, none) center / cover no-repeat;
}

.mkt-cat-hero .container {
  position: relative;
  z-index: 1;
}

.mkt-cat-hero .back-link {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.88rem;
  float: none;
}

.mkt-cat-hero .back-link:hover {
  color: #fff !important;
  text-decoration: underline;
}

.mkt-cat-hero h1 {
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 800;
  color: #fff !important;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.mkt-cat-hero .cat-sub,
.mkt-cat-hero p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1rem;
  margin: 0 0 18px;
}

.mkt-cat-search {
  display: flex;
  align-items: center;
  max-width: 560px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 50px;
  padding: 6px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.mkt-cat-search input {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  padding: 13px 22px;
  border-radius: 50px;
  font-size: 1rem;
  outline: none;
  color: #1f2937 !important;
  background: transparent !important;
}

.mkt-cat-search input::placeholder {
  color: #6b7280;
}

.mkt-cat-search .btn-search {
  background: #172a74;
  border: none;
  color: #fff;
  padding: 13px 26px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.mkt-cat-search .btn-search:hover {
  filter: brightness(1.08);
}
