.cta-section {
  background: var(--text-primary);
  padding: 100px;
  text-align: center;
}

.cta-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.26;
  color: var(--text-light);
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cta-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.26;
  color: var(--text-light);
  letter-spacing: 0.14px;
  margin-bottom: 40px;
}

.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cta-actions .btn-secondary {
  color: var(--text-light);
  border-color: var(--text-light);
}

.cta-actions .btn-secondary:hover {
  background: var(--text-light);
  color: var(--text-primary);
}
