/* CTA Banner */
.hh-cta-banner {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.15) 0%, rgba(0, 188, 212, 0.15) 100%);
  border-top: 1px solid rgba(255, 107, 53, 0.2);
  border-bottom: 1px solid rgba(0, 188, 212, 0.2);
  padding: 4rem 2rem;
  text-align: center;
}

.hh-cta-banner h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--hh-text);
}

.hh-cta-banner p {
  font-size: 1.1rem;
  color: var(--hh-muted);
  max-width: 600px;
  margin: 0 auto 2rem;
}

.hh-cta-banner-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
