.cta, .cta *{
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.cta{
  background: linear-gradient(90deg, #1d5bff, #2f6cff);
  padding: 70px 0;
}

.cta-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  color: #ffffff;
}

.cta-title{
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.cta-subtitle{
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.85);
  margin: 0 0 16px;
}

.cta-points{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 14px 0 20px;
}

.cta-point{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.92);
}

.cta-dot{
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}

.cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 22px;
  border-radius: 8px;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(0,0,0,.18);
}

.cta-footnote{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.8);
}

/* mobile */
@media (max-width: 560px){
  .cta{
    padding: 55px 0;
  }
  .cta-title{
    font-size: 24px;
  }
}
