:root{--forest:#173f2c;--green:#1b6542;--paper:#f6f4ee;--ink:#17211b;--muted:#69736c;--gold:#f1c85c}*{box-sizing:border-box}body{margin:0;background:#dfe4df;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC",sans-serif}.shell{width:min(820px,100%);min-height:100vh;margin:0 auto;background:var(--paper);padding:24px 20px 80px}.hero{background:linear-gradient(135deg,#173f2c,#2a6647);color:#fff;border-radius:26px;padding:28px 24px}.eyebrow{font-size:11px;letter-spacing:2px;color:#bdd4c6;font-weight:800}.hero h1{margin:9px 0 10px;font-size:30px}.hero p{margin:0;color:#e1ebe5;line-height:1.65}.hero-note{margin-top:18px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.1);font-size:12px;line-height:1.6}.section-title{font-size:20px;margin:28px 0 12px}.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.role,.question,.free-panel,.privacy,.success,.cost-preview{background:#fff;border:1px solid #e3e0d8;border-radius:18px;padding:16px}.role{cursor:pointer;display:flex;gap:12px}.role.selected{border:2px solid var(--green);background:#eff7f2}.check{flex:none;width:26px;height:26px;border-radius:9px;background:#edf1ee;display:grid;place-items:center;color:#fff;font-weight:900}.role.selected .check{background:var(--green)}.role strong{display:block;font-size:14px}.role small{display:block;color:var(--muted);line-height:1.5;margin-top:5px}.question{margin-top:10px}.q-head{display:flex;gap:12px;justify-content:space-between}.q-head strong{font-size:15px;line-height:1.5}.badge{font-size:10px;border-radius:999px;padding:5px 8px;background:#f0f1ed;color:#778078;height:max-content}.badge.must{background:#fff0cf;color:#8a651e}.options{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.option{border:0;border-radius:12px;padding:10px 12px;background:#edf2ee;color:#365744;cursor:pointer}.option.selected{background:var(--forest);color:#fff;font-weight:800}textarea,input[type=text]{width:100%;border:1px solid #dddcd5;border-radius:14px;background:#fafaf8;padding:12px 13px;font:inherit;margin-top:12px}textarea{min-height:110px;resize:vertical}.privacy{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;cursor:pointer}.privacy p{font-size:12px;color:var(--muted);line-height:1.55;margin:5px 0 0}.toggle{border-radius:999px;padding:7px 10px;background:#dff0e5;color:#17613e;font-size:11px;font-weight:800}.actions{display:flex;gap:10px;margin-top:18px}.primary,.secondary{border:0;border-radius:14px;padding:13px 16px;font-weight:850;cursor:pointer}.primary{background:var(--forest);color:#fff;flex:1}.secondary{background:#e5ece7;color:var(--forest)}.error{background:#fff0ed;color:#a34235;border-radius:12px;padding:11px 13px;margin-top:14px;font-size:12px}.success{margin-top:18px;background:#ecf7ef}.success h3{margin:0;color:#175f3d}.success p{color:#53645a;line-height:1.6}.cost-preview{margin-top:18px;background:#eef4ff}.cost-preview h3{margin:0 0 8px;color:#36567f}.cost-preview p{font-size:12px;line-height:1.6;color:#53647a}.report-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}@media(max-width:620px){.shell{padding:0 14px 70px}.hero{border-radius:0 0 24px 24px;margin:0 -14px}.role-grid{grid-template-columns:1fr}.actions{flex-direction:column}}