:root{--ink:#121719;--paper:#f3f0e8;--acid:#d7ff4f;--muted:#8d9692;--line:#cad0c8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif;font-size:16px;line-height:1.5}main{max-width:1120px;margin:auto;padding:24px}header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--ink);padding-bottom:18px;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.brand{font-weight:800;color:inherit;text-decoration:none}.brand span{color:#4e5754;margin-left:.45rem}.hero{min-height:490px;padding:90px 0 54px;display:grid;grid-template-columns:1.5fr .65fr;align-items:end;gap:36px}.eyebrow{font-size:.73rem;font-weight:bold;letter-spacing:.13em;text-transform:uppercase;margin:0 0 18px}.hero h1,.section-heading h2{font-size:clamp(3rem,8vw,6.6rem);line-height:.88;letter-spacing:-.07em;margin:0}.hero>div>p:not(.eyebrow){font-size:1.25rem;max-width:430px;margin:26px 0 34px}.button{display:inline-block;background:var(--ink);border:1px solid var(--ink);color:white;padding:15px 21px;font-weight:bold;letter-spacing:.04em;text-decoration:none;cursor:pointer}.button:hover{background:var(--acid);color:var(--ink)}.hero aside{background:var(--acid);padding:25px;min-height:210px;display:flex;flex-direction:column}.hero aside span{font-size:.78rem}.hero aside strong{font-size:1.75rem;line-height:1.05;margin:auto 0}.hero aside p{margin:0;font-size:.85rem}.assessment{border-top:2px solid var(--ink);padding:54px 0 80px}.section-heading{max-width:610px;margin-bottom:46px}.section-heading h2{font-size:clamp(2.5rem,5vw,4.5rem)}.section-heading>p:last-child{max-width:530px}form{border-top:1px solid var(--line)}fieldset{border:0;border-bottom:1px solid var(--line);padding:32px 0;margin:0}fieldset>legend{font-size:1.3rem;font-weight:bold;display:flex;gap:12px;align-items:center;width:100%;padding:0 0 24px}legend span,.submit-row span{color:#65706c;font-size:.8rem;letter-spacing:.08em}legend small{font-weight:normal;color:#65706c;font-size:.85rem}.dropzone{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;min-height:190px;border:1.5px dashed #89918d;cursor:pointer;text-align:center;background:#e8e5dd}.dropzone input{position:absolute;width:1px;height:1px;opacity:0}.dropzone:hover,.dropzone.drag{background:#e7f7b1;border-color:var(--ink)}.dropzone strong{font-size:1.25rem}.dropzone span,.hint{color:#59625e;font-size:.92rem}.hint{margin:12px 0}.previews{display:flex;gap:12px;flex-wrap:wrap}.preview{width:130px;position:relative;margin-top:8px}.preview img{width:130px;height:100px;object-fit:cover;border:1px solid var(--line)}.preview button{position:absolute;right:4px;top:4px;border:0;background:var(--ink);color:white;width:26px;height:26px;font-size:17px;cursor:pointer}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}label{display:grid;gap:7px;font-weight:600}input,select,textarea{width:100%;border:1px solid #9ba39f;background:#faf9f4;padding:12px;font:inherit;color:inherit}textarea{margin-top:7px;resize:vertical}.radios{padding:0;border:0}.radios legend{font-size:1rem;padding:0 0 7px}.radios label{display:inline-flex;width:auto;margin-right:14px;font-weight:normal}.radios input{width:auto}.submit-row{display:flex;justify-content:space-between;gap:24px;align-items:center}.submit-row p{margin:4px 0 0;color:#59625e;font-size:.9rem}.result{margin-top:34px;background:var(--ink);color:white;padding:34px}.result.approved{background:#243119}.result.needs{background:#334651}.result h2{font-size:2rem;line-height:1;margin:6px 0 14px}.result .status{color:var(--acid);font-size:.8rem;letter-spacing:.1em;font-weight:bold}.result .price{font-size:3rem;font-weight:bold;margin:20px 0 0}.result .details{color:#d6ddd7;max-width:700px}.result ul{padding-left:20px}.result button{margin-top:14px;background:transparent;color:white;border-color:white}footer{padding:30px 24px;background:var(--ink);color:#d6ddd7;font-size:.85rem}@media(max-width:650px){main{padding:16px}.hero{grid-template-columns:1fr;min-height:0;padding-top:65px}.hero aside{min-height:160px}.form-grid{grid-template-columns:1fr}.submit-row{align-items:flex-start;flex-direction:column}.submit-row .button{width:100%;text-align:center}.preview,.preview img{width:calc(50vw - 28px)}.preview img{height:125px}}
