/* A contained form sheet with persistent navigation and compact choices. */
#intake{padding:0;width:min(900px,94vw);max-height:90svh;border-radius:16px;border:1px solid #fff9;background:#f3f2ee;overflow:hidden;box-shadow:0 24px 90px #1119}
#intake .wizard-shell{display:flex;flex-direction:column;max-height:90svh;min-height:0}
#intake .wizard-top{padding:20px 30px 14px;flex-shrink:0;border-bottom:1px solid #2221;background:#f3f2ee}
#intake .wizard-top img{width:122px}
#intake .close-dialog{width:34px;height:34px;border:1px solid #a8aca755;border-radius:50%;background:#fff7;font-size:24px;line-height:1;display:grid;place-items:center;padding:0}
#intake .wizard-steps{margin:0;padding:16px 30px;flex-shrink:0;gap:12px;font-size:11px}
#intake .wizard-steps [aria-current]{color:#383ab6;font-weight:750}
#intake .wizard-progress{flex-shrink:0;background:#dddfdc;height:2px}
#intake .wizard-progress i{background:#4446c8}
#intake .wizard-content{overflow-y:auto;overscroll-behavior:contain;min-height:0;padding:26px 30px 22px;scrollbar-gutter:stable}
#intake #wizard-step{font-size:10px;color:#666b70;letter-spacing:.08em}
#intake #wizard-title{font-size:clamp(26px,3vw,36px);line-height:1.12;margin:12px 0 10px;outline:none}
#intake #wizard-description{font-size:13px;line-height:1.6;color:#61666b}
#intake #intake-form{margin-top:25px}
#intake .field{margin-bottom:22px}
#intake .field label{font-size:12px;font-weight:650;margin:0 0 8px;color:#343a3e;line-height:1.4}
#intake .field input{width:100%;min-height:52px;padding:13px 15px;border:1px solid #bfc4c5;border-radius:7px;background:#fff9;font-size:16px;line-height:1.5;transition:border-color .18s,box-shadow .18s;color:#252b30}
#intake .field input::placeholder{color:#7a8187}
#intake .field input:focus{outline:none;border-color:#4446c8;box-shadow:0 0 0 3px #4446c81a;background:#fff}
#intake .field input[aria-invalid=true]{border-color:#a53045;box-shadow:0 0 0 3px #a5304515}
#intake .choice-fieldset{margin:0 0 25px;padding:0;min-width:0}
#intake .choice-fieldset legend{font-size:15px;font-weight:650;margin-bottom:6px;line-height:1.4;color:#252b30}
#intake .tile-instruction{font-size:11px;color:#71767a;margin:0 0 14px;line-height:1.5}
#intake .wizard-choice-grid{gap:10px}
#intake .choice:not(.choice-direction) .choice-illustration{display:none}
#intake .choice>input{top:18px;left:auto;right:14px;width:15px;height:15px;margin:0;accent-color:#4446c8}
#intake .choice>span{padding:17px 39px 17px 16px;border:1px solid #c7cccd;background:#ffffff80;border-radius:8px;transition:border-color .18s,background .18s,box-shadow .18s}
#intake .choice input:checked+span{padding:17px 39px 17px 16px;border:1px solid #4446c8;background:#eceefa;box-shadow:inset 0 0 0 1px #4446c8}
#intake .choice input:focus-visible{outline:2px solid #4446c8;outline-offset:3px}
#intake .choice:has(input:focus-visible)>span{box-shadow:0 0 0 3px #4446c822}
#intake .choice:hover>span{border-color:#797bc2}
#intake .choice strong{font-size:13px;line-height:1.35;font-weight:650;letter-spacing:-.015em}
#intake .choice small{font-size:11px;line-height:1.6;margin-top:7px;color:#63696f}
#intake .goal-field .wizard-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
#intake .choice-direction>span,#intake .choice-direction input:checked+span{padding:35px 13px 16px}
#intake .review-note{font-size:11px;line-height:1.6;margin:12px 0;color:#687078}
#intake .wizard-actions{margin-top:22px;padding-top:18px;border-top:1px solid #c8cdcf;gap:18px}
#intake .wizard-actions .button{min-height:46px;font-size:12px;padding:12px 18px}
#intake .wizard-privacy{font-size:10px;line-height:1.6;margin-top:18px;color:#74797c}
#intake .form-error:not(:empty){margin:14px 0;color:#9d2441;font-size:12px}
@media(max-width:600px){#intake{width:94vw;max-height:92svh;border-radius:12px}#intake .wizard-shell{max-height:92svh}#intake .wizard-top{padding:15px 18px 12px}#intake .wizard-steps{padding:12px 18px;gap:7px;font-size:9px}#intake .wizard-content{padding:22px 18px 18px;scrollbar-gutter:auto}#intake .goal-field .wizard-choice-grid{grid-template-columns:1fr}#intake .choice>span,#intake .choice input:checked+span{padding:15px 40px 15px 15px}#intake .choice-direction>span,#intake .choice-direction input:checked+span{padding:15px 40px 15px 15px}#intake .field{margin-bottom:20px}#intake .wizard-actions .button{font-size:11px;gap:14px}#intake #wizard-title{font-size:27px}}
