/* CTA v20 — checklist + headline + actions */

.cta-v20 .cta-v20__inner {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

.cta-v20 .cta-v20__title {
  margin: 0 0 1.1rem;
  font-size: clamp(1.28rem, 3vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.cta-v20 .cta-v20__list {
  list-style: none;
  margin: 0 auto 1.35rem;
  padding: 0;
  max-width: 28rem;
  text-align: left;
}

.cta-v20 .cta-v20__item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
  font-size: clamp(0.88rem, 2vw, 1rem);
  line-height: 1.45;
}

.cta-v20 .cta-v20__item:last-child {
  margin-bottom: 0;
}

.cta-v20 .cta-v20__mark {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.12rem;
  border-radius: 6px;
  background: color-mix(in srgb, var(--cta-accent) 22%, transparent);
  border: 2px solid var(--cta-accent);
  position: relative;
}

.cta-v20 .cta-v20__mark::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid var(--cta-accent);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cta-v20 .cta-v20__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
