.bn-section{background:var(--bn-bg);padding:64px 0;text-align:center;}
.bn-heading{font-size:clamp(26px,3vw,36px);font-weight:600;margin:0 0 8px;letter-spacing:-0.01em;}
.bn-subheading{color:#5B5B57;font-size:16px;margin:0 auto 40px;max-width:50ch;}
.bn-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;}
.bn-card{background:#fff;border-radius:16px;padding:28px 20px;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:transform .2s ease;}
.bn-card:hover{transform:translateY(-4px);}
.bn-icon{width:56px;height:56px;margin:0 auto 16px;color:var(--bn-accent);}
.bn-icon svg{width:100%;height:100%;fill:var(--bn-accent);}
.bn-icon img{width:100%;height:100%;object-fit:contain;}
.bn-title{font-size:16px;font-weight:600;margin:0 0 8px;}
.bn-desc{font-size:14px;color:#6B6B66;line-height:1.5;margin:0;}
@media (max-width:989px){.bn-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:480px){.bn-grid{grid-template-columns:1fr;}}
