.support-cta-section {
  width: 100%;
  background-color: #111;
  color: #fff;
  text-align: center;
  padding: 60px 30px;
}

.cta-heading {
  font-size: 4.5rem;
  margin-bottom: 15px;
}

.cta-text {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #ccc;
}

.cta-btn {
  display: inline-block;
  background-color: #fff;
  color: #111;
  text-decoration: none;
  padding: 14px 30px;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background-color: #e5e5e5;
}

/* Responsive */
@media (max-width: 468px) {
  .cta-heading {
    font-size: 2.5rem;
  }

  .cta-text {
    font-size: 1.6rem;
  }
}
