/* v2.1.0: CTA Section */
.cta-section {
  background: linear-gradient(135deg, var(--green-50) 0%, var(--gold-50) 100%);
  text-align: center;
}

.cta-content {
  max-width: 640px;
  margin: 0 auto;
}

.cta-content h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: var(--space-md);
}

.cta-content > p {
  color: var(--text-muted);
  font-size: 1.125rem;
  margin-bottom: var(--space-xl);
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-md);
}

.cta-section .btn-outline {
  border-color: var(--gray-300);
  color: var(--gray-700);
}

.cta-section .btn-outline:hover {
  background: white;
  border-color: var(--gray-400);
}
