.elementor-33867 .elementor-element.elementor-element-b1e39c4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7f2f415 */:root {
  --bg-dark: #0f2a1b;
  --bg-light: #f5f7f5;
  --brand: #8bc34a;
  --accent: #ff8a00;
  --whatsapp: #25d366;
  --text-main: #2d2d2d;
  --text-muted: #6b6b6b;
  --radius: 12px;
  --shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.affiliate-section {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text-main);
  background: var(--bg-light);
  line-height: 1.7;
  overflow-x: hidden;
}

/* Hero */
.affiliate-hero {
  background: linear-gradient(135deg, var(--bg-dark), #1e4d32);
  color: #fff;
  text-align: center;
  padding: 6rem 2rem;
  box-shadow: var(--shadow);
  border-radius: 0 0 var(--radius) var(--radius);
}

.affiliate-hero h1 {
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: -1px;
}

.affiliate-hero .subtitle {
  margin-top: 2rem;
  font-size: 3rem;
  color: #d4e7d4;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-group {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.cta-button {
  display: inline-block;
  font-weight: 600;
  padding: 1rem 1.8rem;
  border-radius: var(--radius);
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: var(--shadow);
}

.cta-button.whatsapp {
  background: var(--whatsapp);
  color: #fff;
}

.cta-button.mail {
  background: var(--accent);
  color: #fff;
}

.cta-button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* Beneficios */
.affiliate-benefits {
  max-width: 1100px;
  margin: 4rem auto;
  padding: 0 1.5rem;
  text-align: center;
}

.affiliate-benefits h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: var(--bg-dark);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.benefit-card {
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-card h3 {
  color: var(--brand);
  margin-bottom: 0.8rem;
}

/* Cómo funciona */
.affiliate-how {
  background: #fff;
  max-width: 900px;
  margin: 4rem auto;
  padding: 3rem 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.affiliate-how h2 {
  color: var(--bg-dark);
  margin-bottom: 1.5rem;
  text-align: center;
}

.affiliate-how ol {
  margin-left: 1.2rem;
}

.affiliate-how li {
  margin: 0.8rem 0;
  font-size: 1.05rem;
  color: var(--text-muted);
}

/* Sección final */
.affiliate-final {
  text-align: center;
  background: var(--bg-dark);
  color: #fff;
  padding: 4rem 2rem;
  border-radius: var(--radius);
}

.affiliate-final h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.affiliate-final p {
  max-width: 700px;
  margin: 0 auto 2rem;
  color: #d4e7d4;
}

/* Footer */
.affiliate-footer {
  background: #1e4d32;
  color: #cfe8cf;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .affiliate-hero h1 {
    font-size: 2.2rem;
  }

  .affiliate-how {
    margin: 2rem 1rem;
  }

  .affiliate-final {
    padding: 3rem 1.5rem;
  }

  .cta-group {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */