:root{font-family:Inter,system-ui,sans-serif;color:#17312f;background:#f3f7f4}*{box-sizing:border-box}body{margin:0}.app{max-width:720px;margin:0 auto;padding:28px 20px 60px}.brand{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px;color:#2f665a;font-size:12px;font-weight:800;letter-spacing:.12em}.brand small{font-size:11px;font-weight:500;letter-spacing:0;color:#7a918b}.eyebrow{color:#3d806e;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}h1{font-size:clamp(34px,7vw,60px);line-height:.98;letter-spacing:-.06em;margin:16px 0}h2{font-size:30px;line-height:1.05;letter-spacing:-.04em;margin:14px 0}p{color:#58716b;line-height:1.55}.card{background:#fff;border:1px solid #dbe8e2;border-radius:24px;padding:28px;box-shadow:0 18px 50px #234d3b12}.choices{display:grid;gap:10px;margin:24px 0}.choice{border:1px solid #cbded5;background:#fbfdfc;border-radius:14px;padding:16px;text-align:left;color:#244a42;font-size:16px;cursor:pointer}.choice:hover,.choice.selected{border-color:#3d806e;background:#e6f4ed}.actions{display:flex;justify-content:space-between;gap:12px;margin-top:26px}.button{border:0;border-radius:12px;padding:13px 18px;background:#1e574b;color:#fff;font-weight:800;cursor:pointer}.button.secondary{background:#e5efeb;color:#28584e}.progress{height:7px;background:#dfebe5;border-radius:9px;margin:0 0 30px;overflow:hidden}.progress i{display:block;height:100%;background:#4ca181;border-radius:9px;transition:width .2s}.reasons{padding-left:20px;color:#42675d;line-height:1.8}.notice{padding:14px;border-radius:12px;background:#fff5dc;color:#765b25;font-size:13px}.scenarios{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.scenario{padding:15px;border:1px solid #dbe8e2;border-radius:14px;background:#fbfdfc}.scenario span,.scenario small{color:#66827a;font-size:11px}.scenario h3{margin:8px 0 5px}.scenario p{font-size:13px;margin:0 0 10px}.lead{display:grid;gap:12px;margin-top:20px}.lead input{padding:13px;border:1px solid #cbded5;border-radius:10px;font:inherit}.muted{font-size:12px;color:#78918a}@media(max-width:620px){.scenarios{grid-template-columns:1fr}}
