.hc-pd-val {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(16, 185, 129, 0.3);
}
.hc-pd-desc {
    line-height: 1.6;
    color: #1e293b;
    background: #ecfdf5;
    padding: 20px;
    border-radius: 12px;
    font-size: 1.1rem;
    text-align: center;
    border: 1px solid #d1fae5;
}
