.hc-bn-val {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #f59e0b;
    border-radius: 20px;
    box-shadow: 0 10px 15px rgba(245, 158, 11, 0.3);
}
.hc-bn-desc {
    line-height: 1.6;
    color: #1e293b;
    background: #fffbeb;
    padding: 20px;
    border-radius: 12px;
    font-size: 1.1rem;
    text-align: center;
    border: 1px solid #fef3c7;
}
