#hc-vucut-sekli-hesaplayici {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    font-family: 'Inter', sans-serif;
    max-width: 500px;
    margin: 20px auto;
}

#hc-vucut-sekli-hesaplayici .hc-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

#hc-vucut-sekli-hesaplayici .full-width {
    grid-column: span 2;
}

#hc-vucut-sekli-hesaplayici label {
    display: block;
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 8px;
    color: #475569;
}

#hc-vucut-sekli-hesaplayici input {
    width: 100%;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

#hc-vucut-sekli-hesaplayici .hc-btn {
    width: 100%;
    background: #ec4899;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
}

#hc-vucut-sekli-hesaplayici .hc-result {
    margin-top: 30px;
    display: none;
}

#hc-vucut-sekli-hesaplayici .hc-result.visible {
    display: block;
}

#hc-vucut-sekli-hesaplayici .hc-res-card {
    background: #fdf2f8;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #fbcfe8;
}

#hc-vucut-sekli-hesaplayici .hc-res-label {
    font-size: 0.7rem;
    font-weight: 800;
    color: #be185d;
    text-transform: uppercase;
}

#hc-vucut-sekli-hesaplayici .hc-res-main {
    font-size: 1.6rem;
    font-weight: 900;
    color: #831843;
    margin: 5px 0 10px;
}

#hc-vucut-sekli-hesaplayici .hc-res-desc {
    font-size: 0.9rem;
    color: #9d174d;
    line-height: 1.4;
}
