/* Affiliate Program Landing Page — Bindago black/white theme */

.affiliate-hero {
  padding: 80px 0 70px;
  background: linear-gradient(135deg, #000 0%, #1a1a1a 50%, #000 100%);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.affiliate-hero h1 {
  font-weight: 900;
  color: #fff;
  font-size: 2.75rem;
  line-height: 1.2;
}

.affiliate-hero .lead {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  line-height: 1.6;
}

.affiliate-hero .btn-primary {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  border-radius: 25px;
  font-weight: 700;
  padding: 12px 24px;
  transition: all 0.3s ease;
}

.affiliate-hero .btn-primary:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .affiliate-hero {
    padding: 60px 0 50px;
  }

  .affiliate-hero h1 {
    font-size: 2rem;
  }

  .affiliate-hero .lead {
    font-size: 1.05rem;
  }
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }
}

.benefit-card {
  padding: 30px 20px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  border: 1px solid transparent;
}

.benefit-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border-color: #000;
  border-radius: 10px;
}

.benefit-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 15px;
}

.affiliate-stat {
  font-size: 2.5rem;
  font-weight: 900;
  color: #000;
  line-height: 1;
}

.affiliate-step-num {
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 48px;
  text-align: center;
}

.affiliate-cta-box {
  background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
  border-radius: 12px;
}

.affiliate-cta-box p {
  color: rgba(255, 255, 255, 0.9);
}

.affiliate-cta-strip-title {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
}

.affiliate-cta-box .btn-light {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  border-radius: 25px;
  font-weight: 700;
}

.affiliate-cta-box .btn-light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .affiliate-cta-strip-title {
    font-size: 1.5rem;
  }
}
