.bb-hero{padding:2.4rem 0 2.7rem;background:#1e3a2f}
.bb-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.bb-grid h1{font-size:clamp(1.3rem,3.2vw,1.8rem);font-weight:800;line-height:1.4;margin-bottom:.8rem;color:#f4ecd0}
.bb-grid h1 em{font-style:normal;color:#c9a227}
.bb-desc{color:#c8d4c4;font-size:.93rem;margin-bottom:1.2rem;max-width:500px}
.bb-btns{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.3rem}
.bb-hero .trust-cell{background:#2d5344;border-color:#3d6a56}
.bb-hero .trust-cell strong{color:#c9a227}
.bb-hero .trust-cell span{color:#c8d4c4}
.bb-shot{background:#2d5344;border:3px solid #c9a227;padding:.5rem}
.bb-shot img{width:100%}
.chalk-line{border-top:1px dashed #5a7a68;margin-top:1.5rem;padding-top:1rem;display:flex;flex-wrap:wrap;gap:.8rem 1.4rem;font-size:.78rem;color:#c8d4c4}
.chalk-line b{color:#f4ecd0}

.lesson-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.lesson{background:#1e3a2f;color:#f4ecd0;padding:1.2rem 1.15rem;border-top:6px solid #c9a227}
.lesson:nth-child(2){border-top-color:#e8d5a3}
.lesson:nth-child(3){border-top-color:#7cb89a}
.lesson h3{font-size:.95rem;margin-bottom:.4rem;font-weight:800}
.lesson p{font-size:.86rem;color:#c8d4c4;line-height:1.6}

.path-board{max-width:640px;margin:0 auto;background:#fff;border:2px solid #1e3a2f}
.path-head{background:#1e3a2f;color:#c9a227;padding:.45rem 1rem;font-size:.78rem;font-weight:800;letter-spacing:.08em}
.path-row{display:grid;grid-template-columns:72px 1fr;gap:.8rem;padding:1rem 1.1rem;border-bottom:1px dashed #d8d0b8}
.path-row:last-child{border-bottom:none}
.path-row strong{font-size:.75rem;color:#2d6a4f}
.path-row h3{font-size:.9rem;font-weight:800;margin-bottom:.2rem}
.path-row p{font-size:.82rem;color:#5a5848}

.hw-dual{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.hw{background:#fff;border:2px solid #1e3a2f}
.hw h3{padding:.5rem .95rem;background:#1e3a2f;color:#c9a227;font-size:.84rem;font-weight:800}
.hw ul{padding:1rem 1.05rem}
.hw li{font-size:.84rem;color:#5a5848;padding:.3rem 0;border-bottom:1px dashed #e6dfc8}
.hw li:last-child{border-bottom:none}

.bell-cta{background:#c9a227;color:#1e3a2f;text-align:center;padding:2.5rem 1rem}
.bell-cta h2{font-size:clamp(1.15rem,3vw,1.4rem);margin-bottom:.4rem;font-weight:800}
.bell-cta p{margin-bottom:1.1rem;font-size:.9rem}
.bell-cta .btn-chalk{background:#1e3a2f;color:#f4ecd0!important}

@media(max-width:900px){
  .bb-grid,.lesson-row,.hw-dual{grid-template-columns:1fr}
  .bb-shot{order:-1}
}
