.cta-section {
  background: linear-gradient(135deg, var(--primary), #333);
  color: white;
  padding: 80px 0;
  text-align: center;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
