.quote-shell{max-width:900px;margin:auto}.steps{display:flex;gap:8px;margin:0 0 30px;overflow:auto}.step-dot{min-width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e8ecef;font-weight:800}.step-dot.active{background:var(--gold);color:var(--navy)}.form-step{display:none}.form-step.active{display:block}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.choice{border:1px solid var(--line);border-radius:14px;padding:16px;cursor:pointer}.choice:has(input:checked){border:2px solid var(--gold);background:#fffaf0}.choice input{margin-right:8px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}label{font-weight:750}input,select,textarea{font:inherit;padding:13px 14px;border:1px solid #bfc9cf;border-radius:10px;width:100%;background:#fff}textarea{min-height:120px}.form-nav{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.review{background:var(--cream);padding:22px;border-radius:14px;white-space:pre-wrap}@media(max-width:700px){.choice-grid,.field-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}
