/* CTA Section Styles */

/* CTA Section */
#cta {
  text-align: center;
  min-height: 100vh;
}

#cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
