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

#hc-rfm-hesaplayicisi .hc-radio-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#hc-rfm-hesaplayicisi .hc-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

#hc-rfm-hesaplayicisi label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 8px;
    color: #475569;
}

#hc-rfm-hesaplayicisi input[type="number"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #f1f5f9;
    border-radius: 10px;
    background: #f8fafc;
}

#hc-rfm-hesaplayicisi .hc-btn {
    width: 100%;
    background: #0ea5e9;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
}

#hc-rfm-hesaplayicisi .hc-result {
    margin-top: 25px;
    display: none;
}

#hc-rfm-hesaplayicisi .hc-result.visible {
    display: block;
}

#hc-rfm-hesaplayicisi .hc-res-box {
    background: #f0f9ff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #bae6fd;
}

#hc-rfm-hesaplayicisi .hc-res-label {
    font-size: 0.7rem;
    font-weight: 800;
    color: #0369a1;
}

#hc-rfm-hesaplayicisi .hc-res-main {
    font-size: 2.8rem;
    font-weight: 900;
    color: #0c4a6e;
}

#hc-rfm-hesaplayicisi .hc-res-cat {
    margin-top: 5px;
    font-weight: 700;
    color: #0284c7;
    font-size: 1.1rem;
}
