.phase16-decision-tool{padding-block:clamp(3.5rem,7vw,6rem);background:linear-gradient(180deg,var(--paper-strong,#fff),var(--paper,#f7f7f4));border-block:1px solid var(--line,#d9dedb)}
.phase16-decision-tool .phase16-intro{max-width:50rem;margin-bottom:1.6rem}
.phase16-decision-tool .phase16-kicker{display:inline-block;margin-bottom:.55rem;color:var(--signal,#386b5d);font-size:.75rem;font-weight:780;letter-spacing:.04em;text-transform:uppercase}
.phase16-decision-tool h2{max-width:45rem;margin:0}
.phase16-decision-tool .phase16-intro p{max-width:48rem;color:var(--slate-600,#56615e);margin-top:.85rem}
.phase16-card{max-width:60rem;padding:clamp(1rem,3vw,1.6rem);background:var(--paper-strong,#fff);border:1px solid var(--line,#d9dedb);border-radius:1rem;box-shadow:0 12px 32px rgba(20,32,29,.05)}
.phase16-form{display:grid;gap:1.35rem}
.phase16-question{margin:0;padding:0 0 1.25rem;border:0;border-bottom:1px solid var(--line,#d9dedb)}
.phase16-question:last-of-type{border-bottom:0;padding-bottom:.2rem}
.phase16-question legend{font-weight:760;line-height:1.35;margin-bottom:.75rem;max-width:48rem}
.phase16-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.65rem}
.phase16-option{position:relative;display:flex;align-items:flex-start;gap:.6rem;padding:.8rem .85rem;border:1px solid var(--line,#d9dedb);border-radius:.75rem;background:var(--paper,#fafaf8);cursor:pointer;line-height:1.35}
.phase16-option:hover{border-color:currentColor}
.phase16-option input{margin-top:.18rem;accent-color:currentColor}
.phase16-option:has(input:checked){outline:2px solid currentColor;outline-offset:1px;background:var(--paper-strong,#fff)}
.phase16-actions{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin-top:.15rem}
.phase16-actions button{font:inherit;font-weight:760;border-radius:999px;padding:.72rem 1rem;cursor:pointer}
.phase16-primary{border:1px solid var(--ink,#17211f);background:var(--ink,#17211f);color:#fff}
.phase16-secondary{border:1px solid var(--line,#c8cecb);background:transparent;color:inherit}
.phase16-result{margin-top:1.15rem;padding:1.15rem;border-radius:.9rem;border:1px solid var(--line,#d9dedb);background:var(--paper,#f7f7f4)}
.phase16-result[hidden]{display:none}
.phase16-result-kicker{display:block;color:var(--signal,#386b5d);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}
.phase16-result h3{margin:.1rem 0 .5rem;font-size:clamp(1.25rem,2vw,1.65rem)}
.phase16-result p{max-width:48rem}
.phase16-reasons{margin:.75rem 0 0;padding-left:1.15rem}
.phase16-reasons li+li{margin-top:.35rem}
.phase16-next{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin-top:1rem}
.phase16-next a{font-weight:760}
.phase16-disclaimer{margin-top:.9rem;font-size:.83rem;color:var(--slate-600,#56615e);max-width:52rem}
.phase16-error{margin:.2rem 0 0;color:#8a2d20;font-weight:700}
@media (max-width:640px){.phase16-options{grid-template-columns:1fr}.phase16-card{border-radius:.75rem}.phase16-actions button{width:100%}}
@media print{.phase16-decision-tool{display:none}}
@media (prefers-reduced-motion:reduce){.phase16-decision-tool *{scroll-behavior:auto!important;transition:none!important}}
