.referral-cta .referral-code-button {
  position: static;
  inset: auto;
  z-index: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  max-width: 100%;
  min-height: 46px;
  margin: 18px auto 0;
  padding: 11px 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #29d664, #11b94f);
  box-shadow: 0 14px 32px rgba(17, 185, 79, .2);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.referral-cta .referral-code-button svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.referral-cta .referral-code-button span {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
}

.referral-cta .referral-code-button:hover {
  background: linear-gradient(135deg, #31df6d, #12a849);
  box-shadow: 0 16px 36px rgba(17, 185, 79, .3);
  transform: translateY(-1px);
}

.referral-cta .referral-code-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 600px) {
  .referral-cta .referral-code-button {
    width: min(100%, 500px);
    min-height: 54px;
    padding: 12px 18px;
    font-size: 16px;
  }
}

/* Introducción integrada al mismo bloque de las tarjetas de referidos. */
.referral-main { padding-top: clamp(28px, 4vw, 48px) !important; }
.referral-program-intro {
  max-width: 1040px;
  margin: 0 auto clamp(30px, 4vw, 46px);
  padding: 0;
  text-align: center;
}
.referral-program-intro h1 {
  max-width: 900px;
  margin: 0 auto 14px;
  color: #f5f9ff;
  font-size: clamp(2.25rem, 3.2vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-wrap: balance;
}
.referral-program-intro p {
  max-width: 900px;
  margin: 0 auto;
  color: #c2d8e8;
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.65;
  text-wrap: pretty;
}
.referral-program-intro strong { color: #fff; font-weight: 800; }
@media (max-width: 640px) {
  .referral-main { padding-top: 34px !important; }
  .referral-program-intro { margin-bottom: 28px; padding: 0 2px; }
  .referral-program-intro h1 { font-size: clamp(2.05rem, 9.5vw, 2.8rem); line-height: 1.08; }
  .referral-program-intro p { font-size: .98rem; line-height: 1.6; }
}
