/* CTA contrast fix only */
.btn,
button,
input[type="submit"],
.hero .btn,
.hero-actions .btn,
.navbar .btn,
.tbc-nav .btn,
.final .btn,
a.btn{
  background:linear-gradient(135deg,#FFC2D2,#F4A6C1)!important;
  color:#111111!important;
  border:1px solid #FFC2D2!important;
  font-weight:900!important;
  text-shadow:none!important;
  opacity:1!important;
}

.btn *,
button *,
a.btn *,
.hero .btn *,
.hero-actions .btn *{
  color:#111111!important;
  opacity:1!important;
  text-shadow:none!important;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
a.btn:hover{
  background:linear-gradient(135deg,#F4A6C1,#E86F9D)!important;
  color:#000000!important;
  border-color:#E86F9D!important;
}

/* Outline CTA like Join VIP */
.btn-outline-light,
.btn-outline-dark,
.btn.ghost,
.hero-actions .ghost{
  background:rgba(255,194,210,.08)!important;
  color:#FFC2D2!important;
  border:1px solid #FFC2D2!important;
}

.btn-outline-light *,
.btn-outline-dark *,
.btn.ghost *,
.hero-actions .ghost *{
  color:#FFC2D2!important;
}

.btn-outline-light:hover,
.btn-outline-dark:hover,
.btn.ghost:hover,
.hero-actions .ghost:hover{
  background:#FFC2D2!important;
  color:#111111!important;
}

.btn-outline-light:hover *,
.btn-outline-dark:hover *,
.btn.ghost:hover *,
.hero-actions .ghost:hover *{
  color:#111111!important;
}
