/**
 * Lead magnet landing — matches KB tool shell (.rk-sw-*).
 */

.rk-lm-page.site-main {
  max-width: 46rem;
  padding-top: clamp(1rem, 3vw, 2rem);
}

.rk-lm-success-panel {
  margin-top: 1.5rem;
  padding: 1.25rem 1.1rem;
  border: 1px solid var(--rk-line);
  background: var(--rk-surface);
  border-radius: var(--rk-radius);
}

.rk-lm-success-panel[hidden] {
  display: none !important;
}

.rk-lm-download-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1rem;
}

.rk-lm-note {
  margin: 1.25rem 0 0;
  font-size: 0.88rem;
  color: var(--rk-muted);
  line-height: 1.55;
}

.rk-lm-consent-wrap {
  margin: 0.85rem 0 0;
}

.rk-lm-consent-label {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--rk-muted);
  cursor: pointer;
}

.rk-lm-consent-label input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.rk-lm-msg.rk-lm-msg--err {
  color: #e08080;
}

.rk-lm-share-cta {
  margin-top: 1.5rem;
}
