:root{--ink:#101010;--muted:#5b5b5b;--paper:#fefefe;--line:#dedede;--accent:#101010;--warm:#b88a4a}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55}.shell{max-width:760px;margin:auto;padding:24px 20px 72px}.brand-header{display:flex;align-items:center;min-height:112px;border-bottom:1px solid var(--line);padding:0 0 14px}.brand-header img{display:block;width:132px;height:108px;object-fit:contain}.screen{display:none;min-height:78vh;padding:8vh 0}.screen.active{display:block}.eyebrow{font-size:.75rem;letter-spacing:.14em;font-weight:700;color:var(--warm)}h1,h2{line-height:1.1;letter-spacing:-.035em;margin:.5em 0}h1{font-size:clamp(2.4rem,7vw,4.6rem);max-width:700px}h2{font-size:clamp(2rem,5vw,3rem)}.lead{font-size:1.12rem;max-width:650px;color:#3f3f3f}.muted{color:var(--muted)}button,.primary{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:15px 23px;font:inherit;font-weight:700;cursor:pointer;text-decoration:none}.primary{background:var(--accent);color:#fff}.secondary{background:transparent;color:var(--accent);border:1px solid var(--line)}.actions{display:flex;justify-content:space-between;gap:12px;margin-top:30px}.progress-line{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:.9rem;margin-bottom:45px;border-bottom:3px solid var(--line);padding-bottom:10px;position:relative}.progress-line span:last-child{position:absolute;bottom:-3px;left:0;height:3px;background:var(--accent);transition:width .3s}.question-title{font-size:clamp(2rem,5vw,3.2rem)}label{display:block;margin:20px 0;font-weight:700}input:not([type=checkbox]),textarea,select{display:block;width:100%;margin-top:8px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:15px;font:inherit;color:var(--ink)}textarea{min-height:150px;resize:vertical}.option{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);padding:14px;border-radius:12px;font-weight:500}.option input{accent-color:var(--accent)}.consent{font-size:.9rem;font-weight:400;display:flex;gap:10px}.error{color:#a64234;min-height:1.5em}.report-section{padding:28px 0;border-bottom:1px solid var(--line)}.report-section h3{font-size:1.35rem}.item{padding:16px 0}.item strong{display:block}.item:first-child{border-left:4px solid var(--warm);padding-left:16px}.cta{margin-top:40px;padding:30px;border-radius:22px;background:#f2f0ec}.cta .primary{margin-top:12px}@media(max-width:520px){.shell{padding:18px 16px 48px}.brand-header{min-height:96px;padding-bottom:10px}.brand-header img{width:118px;height:auto}.screen{padding-top:5vh}.actions button{flex:1}}
