/* The walkthrough form at the foot of every public page (see scripts/lead_form.py). */
.leadform { max-width: 720px; margin: 0 auto; text-align: left; }
.leadform .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.leadform label { display: block; font-size: 13px; font-weight: 600; color: var(--muted); }
.leadform label > span { display: block; margin-bottom: 5px; }
.leadform label em { font-style: normal; font-weight: 400; opacity: .8; }
.leadform input { width: 100%; font: inherit; font-size: 15px; color: var(--ink); background: var(--card, #fff); border: 1px solid var(--line); border-radius: 10px; padding: 11px 13px; box-sizing: border-box; }
.leadform input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent); }
.lf-act { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; margin-top: 6px; }
.lf-act .btn { border-radius: 999px; }
.lf-note { color: var(--muted); font-size: 13.5px; max-width: 36ch; text-align: left; line-height: 1.4; }
.lf-status { margin: 10px 0 0; font-size: 14px; color: var(--muted); min-height: 1.2em; }
.lf-status.bad { color: var(--bad, #A6402A); }
.lf-done h3 { font-family: var(--serif); font-size: 30px; margin: 0 0 8px; font-weight: 500; }
.lf-done p { max-width: 56ch; margin: 0 auto 10px; color: var(--ink); font-size: 17px; }
.lf-done .lf-next { color: var(--muted); font-size: 15px; }
.lf-done a { color: var(--accent); }
.plan .btn { display: block; margin-top: 16px; text-align: center; border-radius: 999px; }
@media (max-width: 640px) { .lf-row { grid-template-columns: 1fr; } .lf-note { max-width: none; } }
