/* ===== CTA ===== */
.cta {
  padding: 120px 0;
  background: url(../images/section-cta-faq.png) center / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.cta-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 16px;
}

.cta-subtitle {
  font-size: 18px;
  color: #ffffff;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 36px 0;
}

.cta-note {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
}
