.hc-mn-val {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #8b5cf6;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(139, 92, 246, 0.3);
}
.hc-mn-desc {
    line-height: 1.6;
    color: #1e293b;
    background: #f5f3ff;
    padding: 20px;
    border-radius: 12px;
    font-size: 1.1rem;
    text-align: center;
    border: 1px solid #ddd6fe;
}
