.cta-strip {
  background: linear-gradient(90deg, #3e0341, #e125e7);
  padding: 22px 15px;
  text-align: center;
}

.cta-strip p {
  margin: 0;
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: clamp(16px, 2.5vw, 22px);
  color: #ffffff;
  letter-spacing: 0.5px;
}

/* Phone link */
.cta-phone {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.cta-phone:hover {
  text-decoration: underline;
}

/* Appointment link */
.cta-link {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
  transition: 0.3s ease;
}

.cta-link:hover {
  opacity: 0.8;
}

/* Mobile */
@media (max-width: 576px) {
  .cta-strip {
    padding: 18px 12px;
  }
}
