.sm-turnstile-footer {
  background: linear-gradient(135deg, #f0f4ff 0%, #fef7f0 100%);
  border-top: 1px solid var(--c-border, #e5e7eb);
}
.sm-turnstile-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  max-width: var(--container-max, 1100px);
  margin: 0 auto;
  padding: 1.5rem 1.25rem;
}
.sm-turnstile-footer__eyebrow {
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #111827;
}
.sm-turnstile-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #059669;
  background: rgba(5, 150, 105, 0.08);
  border: 1px solid rgba(5, 150, 105, 0.2);
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}
.sm-turnstile-footer__desc {
  font-size: 0.8rem;
  color: #4b5563;
  margin: 0 0 0.35rem;
  max-width: 420px;
  line-height: 1.5;
}
.sm-turnstile-footer__micro {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
  font-style: italic;
}
.sm-turnstile-footer__widget {
  flex-shrink: 0;
}
@media (max-width: 540px) {
  .sm-turnstile-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
