
/* BehaviourStatements journey experiment — deliberately scoped to .bs-journey */
.bs-journey{border:1px solid #d9e2e8;border-radius:14px;padding:22px;margin:28px 0;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.045);font-family:inherit}
.bs-journey *{box-sizing:border-box}
.bs-journey__eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0 0 6px}
.bs-journey h2{margin:.1rem 0 .45rem;font-size:1.45rem}
.bs-journey__intro{max-width:68ch;margin:0 0 18px}
.bs-journey__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.bs-journey__step{border:1px solid #d9e2e8;border-radius:12px;padding:16px;display:flex;flex-direction:column;min-height:190px}
.bs-journey__num{font-size:.8rem;font-weight:700;margin-bottom:8px}
.bs-journey__step h3{font-size:1.05rem;margin:0 0 7px}
.bs-journey__step p{font-size:.92rem;line-height:1.45;margin:0 0 14px;flex:1}
.bs-journey__cta{display:inline-block;text-decoration:none;font-weight:700;border:1px solid currentColor;border-radius:8px;padding:9px 11px;text-align:center}
.bs-journey__grade{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto}
.bs-journey__grade a{font-size:.82rem;text-decoration:none;border:1px solid #cbd5dc;border-radius:7px;padding:6px 8px}
.bs-journey__note{font-size:.82rem;margin:14px 0 0}
.bs-ef{max-width:900px;margin:0 auto;padding:24px 16px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
.bs-ef__panel{border:1px solid #d9e2e8;border-radius:14px;padding:22px;margin:18px 0}
.bs-ef label{display:block;font-weight:700;margin:14px 0 5px}
.bs-ef select,.bs-ef textarea{width:100%;padding:10px;border:1px solid #b9c5cc;border-radius:8px;font:inherit}
.bs-ef textarea{min-height:92px}
.bs-ef button,.bs-ef .button{display:inline-block;padding:10px 14px;border:1px solid #263238;border-radius:8px;background:#fff;color:#111;text-decoration:none;font-weight:700;cursor:pointer}
.bs-ef__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.bs-ef__card{border:1px solid #d9e2e8;border-radius:10px;padding:14px}
.bs-ef__card label{margin:0}
.bs-ef__result{display:none}
.bs-ef__result.is-visible{display:block}
@media(max-width:800px){.bs-journey__steps{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.bs-journey__steps,.bs-ef__cards{grid-template-columns:1fr}}
