.hc-py-val {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #6366f1;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(99, 102, 241, 0.3);
}
.hc-py-desc {
    line-height: 1.6;
    color: #1e293b;
    background: #f1f5f9;
    padding: 20px;
    border-radius: 12px;
    font-size: 1.1rem;
    text-align: center;
}
