.ks-proof-footer {
  margin-top: 56px;
  padding: 28px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.02);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ks-proof-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ks-proof-footer__copy {
  color: #525252;
  font-size: 14px;
  line-height: 1.6;
}

.ks-proof-footer__copy strong {
  color: #171717;
}

.ks-proof-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.ks-proof-footer__cta:hover {
  background: #1f2937;
}

@media (max-width: 700px) {
  .ks-proof-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
