.valuation-progress{display:flex;align-items:flex-start;margin:0 0 26px}.valuation-progress>span{display:grid;gap:5px;justify-items:center;color:#8a8f96;font:9px var(--mono);text-transform:uppercase;min-width:50px}.valuation-progress b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#edf0f3;color:#737a82;font-size:10px}.valuation-progress i{height:2px;background:#e5e8eb;flex:1;margin-top:13px}.valuation-progress span.active,.valuation-progress span.complete{color:var(--red)}.valuation-progress span.active b,.valuation-progress span.complete b{background:var(--red);color:#fff}.valuation-progress span.complete+i{background:var(--red)}
.valuation-step{display:none}.valuation-step.active{display:grid;gap:13px;animation:valuationIn .22s ease}.question-intro{margin:0;padding:11px 13px;background:#f6f7f9;border-left:3px solid var(--red);font-size:11px;color:var(--muted);line-height:1.45}.issue-checks,.accessory-checks{border:1px solid var(--line);border-radius:8px;padding:13px;display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.issue-checks legend,.accessory-checks legend{font-size:11px;font-weight:700;padding:0 7px}.issue-checks label,.accessory-checks label{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:500}.issue-checks input,.accessory-checks input{width:auto;accent-color:var(--red)}
.ownership-note{font-size:10px;color:#725c00;background:#fff9df;border:1px solid #ebdda1;border-radius:7px;padding:12px;line-height:1.45}.valuation-actions{display:flex;gap:9px}.valuation-actions .quote-button{flex:1}.back-step{border:1px solid var(--line);background:#fff;border-radius:6px;padding:0 17px;cursor:pointer;font-weight:700}.quote-breakdown{border:1px solid var(--line);border-radius:9px;overflow:hidden;margin:20px 0;text-align:left}.quote-breakdown>div{display:flex;justify-content:space-between;gap:15px;padding:10px 13px;border-top:1px solid #edf0f2;font-size:11px}.quote-breakdown>div:first-child{border-top:0;background:#f7f8f9}.quote-breakdown b{color:#b4141e}.quote-breakdown .breakdown-total{background:#fff2f2;font-weight:700}.quote-meta{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.quote-meta span{font:9px var(--mono);background:#f1f3f5;padding:7px 9px;border-radius:15px}.quote-result .estimate{font-size:64px}.quote-result .quote-device{font-weight:700;color:var(--ink)!important}.quote-card{min-height:620px}
@keyframes valuationIn{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}
@media(max-width:600px){.valuation-progress>span{font-size:7px;min-width:36px}.valuation-progress b{width:24px;height:24px}.valuation-progress i{margin-top:12px}.issue-checks,.accessory-checks{grid-template-columns:1fr}.valuation-actions{position:sticky;bottom:0;background:#fff;padding:9px 0 2px}.quote-result .estimate{font-size:52px}.quote-card{min-height:auto}}
