.cta-strip {
  background: var(--color-bg-light);
  border-radius: var(--radius-lg);
  padding: 48px var(--container-padding);
  text-align: center;
}
.cta-strip__badges {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.cta-strip__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--color-text-muted);
}
.cta-strip__badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-accent-dark); }
.cta-strip h2 { font-size: 28px; margin-bottom: 10px; }
.cta-strip p { max-width: 520px; margin: 0 auto 24px; }

@media (max-width: 600px) {
  .cta-strip { padding: 36px 20px; }
  .cta-strip h2 { font-size: 22px; }
}
