/* CTA Section Styles */
.cta-section {
  padding: 5rem 1rem;
  background: linear-gradient(135deg, #F8F4FF 0%, #FCE4EC 60%, #FFF8E1 100%);
}

@media (min-width: 640px) {
  .cta-section {
    padding: 5rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .cta-section {
    padding: 5rem 2rem;
  }
}

.cta-container {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #8B2FC9, #E91E8C, #F5A623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (min-width: 768px) {
  .cta-title {
    font-size: 3rem;
  }
}

.cta-subtitle {
  font-size: 1.25rem;
  color: #374151;
  margin-bottom: 3rem;
}

.cta-info {
  color: #6B7280;
  font-size: 1rem;
}

.cta-info .check-mark {
  color: #10B981;
  font-weight: 600;
}

.cta-info .highlight {
  color: #8B2FC9;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .cta-title {
    font-size: 2rem;
  }
  
  .cta-subtitle {
    font-size: 1.125rem;
  }
}
