.cta {
  position: relative;
  background: #0A0A0B;
  text-align: center;
  padding: 8rem 0;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?q=80&w=2070&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  filter: brightness(0.2) saturate(0.6);
  opacity: 0.6;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 0%, #0A0A0B 80%);
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 2rem;
}

.cta-content h2 {
  margin-bottom: 1.2rem;
}

.cta-content .text-secondary {
  margin-bottom: 2.5rem;
}
