.cost-review { margin: auto; width: min(620px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 40px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); overflow-y: auto; }
.cost-review::backdrop { background: rgba(0, 20, 13, .72); }
body.cost-review-open { overflow: hidden; }
.cost-review__close { display: block; margin: -16px -12px 16px auto; min-height: 44px; padding: 8px 12px; border: 0; background: transparent; color: var(--ink); font: inherit; cursor: pointer; }
.cost-review .body { margin-top: var(--space-4); }
.cost-review .form-progress { margin: 32px 0 24px; font-size: 14px; color: var(--ink-muted); }
.cost-review .form-progress-track { display: flex; gap: 8px; margin-top: 12px; }
.cost-review .form-progress-track i { height: 3px; flex: 1; background: var(--line); }
.cost-review .form-progress-track i.is-active { background: var(--brand); }
.cost-review label { display: block; margin-bottom: 12px; font-weight: 500; }
.cost-review input, .cost-review select, .cost-review textarea { display: block; width: 100%; min-height: 52px; padding: 14px; border: 1px solid var(--line-strong); border-radius: 0; background: var(--surface); color: var(--ink); font: inherit; }
.cost-review textarea { resize: vertical; }
.cost-review .form-actions { display: flex; gap: 12px; margin-top: 24px; }
.cost-review .form-actions .btn { flex: 1; cursor: pointer; }
.cost-review [hidden] { display: none !important; }
.cost-review .form-honeypot { display: none; }
.cost-review .form-status { margin-top: 16px; color: var(--ink); }
.cost-review .form-success > * { display: block; margin-top: 24px; }
.cost-review__challenges { min-width: 0; margin-top: 24px; padding: 0; border: 0; }
.cost-review__challenges legend { font-weight: 500; }
.cost-review__challenges p { margin: 8px 0 12px; font-size: 14px; color: var(--ink-muted); }
.cost-review .cost-review__challenges label { display: flex; align-items: center; gap: 12px; min-height: 44px; margin: 0; padding: 8px 0; font-weight: 400; cursor: pointer; }
.cost-review .cost-review__challenges input { width: 20px; height: 20px; min-height: 20px; flex: 0 0 20px; padding: 0; accent-color: var(--brand); }
@media (max-width: 560px) { .cost-review { padding: 24px; } .cost-review .form-actions { flex-direction: column-reverse; } }
.cost-review .cost-review__challenges label { padding: 12px; margin-top: 8px; border: 1px solid var(--line-strong); min-height: 52px; }
.cost-review .cost-review__challenges label:has(input:checked) { background: var(--surface-tint); border-color: var(--brand); box-shadow: inset 3px 0 var(--brand); }
.cost-review .cost-review__challenges label:has(input:focus-visible) { outline: 2px solid var(--brand-lift); outline-offset: 3px; }
.cost-review .cost-review__choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.cost-review .cost-review__choice-grid label { margin: 0; }
.cost-review .cost-review__notes { margin-top: 24px; }
.cost-review .cost-review__notes span { color: var(--ink-muted); font-weight: 400; }
.cost-review .form-status { color: var(--ink-muted); font-size: 14px; }
@media (max-width: 360px) { .cost-review .cost-review__choice-grid { grid-template-columns: 1fr; } }

@media (max-width: 560px) { .cost-review .cost-review__model .cost-review__choice-grid { grid-template-columns: 1fr; } }
