/* Affiliate marketplace page styles — loaded after header CSS to guarantee override */
.aff-mkt-hero {
  background: linear-gradient(135deg, #172a74, #21a9af) !important;
  color: #ffffff !important;
  padding: 80px 0 60px !important;
  position: relative;
  overflow: hidden;
}
.aff-mkt-hero .hero-content {
  position: relative;
  z-index: 2;
}
.aff-mkt-hero .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff !important;
  text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.aff-mkt-hero .hero-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  color: #ffffff !important;
  opacity: 0.9;
}
